-
Notifications
You must be signed in to change notification settings - Fork 3
/
LICENSE.cocos2d
21 lines (15 loc) · 890 Bytes
/
LICENSE.cocos2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cocos2d for iPhone license:
---------------------------
cocos2d for iPhone was originally licensed under the GNU LGPL v3 license.
But since it is impossible to distribute 3rd party dynamic libraries
for the iPhone, this license extends the GNU LGPL v3 license by allowing you:
a) to use cocos2d for iPhone as a static library
b) to include all or part of the cocos2d for iPhone sources inside your project
This means that if you do a) and/or b) you are NOT forced to release your
source code under the GNU LGPL v3 license.
What is an improvement to the library and what's part of your game is
decided by the your own good faith.
Remember that cocos2d for iPhone follows the copyleft idea. So if you think that
you're improving the library, share your changes with the community with this same
license.
If you have any doubt regarding the license, please contact Ricardo Quesada.