public
Description: Basic virtual pet game (in the vein of neopets.com) built using the MVC pattern.
Homepage: http://kittokittokitto.yasashiisyndicate.org
Clone URL: git://github.com/OwlManAtt/kittokittokitto.git
Click here to lend your support to: kittokittokitto and make a donation at www.pledgie.com !
kittokittokitto / LICENSE
100644 27 lines (20 sloc) 1.137 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
All scripts, templates, and CSS are licensed under the GNU GPL v3 unless
otherwise specified. Specification will include the original author and
license the code is distributed under.
 
All artwork is licensed under the Creative Commons-Attributive-Share Alike 3.0.
 
== Notes on External Libraries ==
The /external_lib/ folder contains a variety of libraries, from APHP to Smarty.
These libraries all have their own licenses specified, and as such, the above
statement *does not apply* to these packages.
 
Adobe's Spry library (all javascript) is found in /resources/script/spry. It is
under a BSD license. See the files for specifics.
 
The /includes/classes/inflector.class.php library is from CakePHP and is
distributed under the MIT license.
 
== License URLs ==
<http://www.gnu.org/licenses/gpl-2.0.txt>
<http://www.gnu.org/licenses/gpl-3.0.txt>
<http://creativecommons.org/licenses/by-sa/2.5/legalcode>
<http://creativecommons.org/licenses/by-sa/3.0/legalcode>
<http://www.opensource.org/licenses/bsd-license.php>
<http://www.opensource.org/licenses/mit-license.php>
 
See the docs/licenses folder for fulltexts of these licenses.