Skip to content

Commit

Permalink
Changed license and readme documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
akisute committed Aug 29, 2009
1 parent 14b9efd commit 4570825
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
21 changes: 20 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,24 @@ You must follow their own Licenses. For more detail information, see:
http://www.cocos2d-iphone.org/wiki/doku.php/license


Any other resources are licensed under MIT license, as following:

Any other resources are all public domain. Feel free to use, modify, redistribute.
Copyright (c) 2009, Masashi Ono.

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.
22 changes: 2 additions & 20 deletions README
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
DESCRIPTION
----
A Xcode template file for "cocos2d for iPhone". See http://code.google.com/p/cocos2d-iphone/ for more details about cocos2d for iPhone.


HOW TO INSTALL
----
+ Create a new directory and rename it as "cocos2d for iPhone template" or something like that (whatever you like).
+ Put everything on this repository into the directory you've created.
+ Move the directory to: ~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Application/
If you don't have such directory path, just make it.

Note: Make sure there's no .git and .gitignore in your own project you would have created with this template. Xcode will copy them from the template to the new project and that may cause some problems (especially git-relating matters).


SPECIAL THANKS
----

This template is just a modification of the template made by id:Seasons.
http://d.hatena.ne.jp/Seasons/20090511/1241990196 (All Japanese)


Just a simple sample shooting game implemented with cocos2d for iPhone.
http://www.cocos2d-iphone.org/

0 comments on commit 4570825

Please sign in to comment.