public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
bborn (author)
Mon May 18 18:08:37 -0700 2009
commit  098dbf2ebee95c946a3482b79fc0e6062ad244be
tree    fec463891be6df4114cb5dc05668d5dd8efcb1fb
parent  99a6bc251f2955cbf986af172f96d40a8400bfae
communityengine / LICENSE
100755 30 lines (25 sloc) 1.605 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
The "CommunityEngine" plugin is distributed under the MIT license (which
is the same license that Ruby on Rails is distributed under). This license
does not include any code found in the "community_engine/plugins" directory. Those plugins
are each licensed individually and their licenses should be reviewed before
you use this application. Most plugins are also licensed under the MIT
license, but some may not be. If a plugin does not
have a license, due diligence should be taken to find the license on the
plugin's website.
 
 
The MIT license:
Copyright (c) 2008 Curbly, LLC
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.