forked from ericjohnson/canabalt-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Johnson
committed
Dec 30, 2010
1 parent
a74cf9a
commit 54c4812
Showing
3 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
The Game License - Canabalt | ||
|
||
Copyright (c) 2009-2010, Semi Secret Software, LLC | ||
Copyright (c) 2009-2010, Danny Baranowsky | ||
|
||
This game's Content is proprietary and protected by national and | ||
internation copyright and trademark laws, and may not be publicly | ||
distributed for free or for profit by anyone but the copyright | ||
owner. "Content" includes but is not limited to the art, sound | ||
effects, music, and anything covered by national and internation | ||
copyright and trademark laws. "Content" SPECIFICALLY EXCLUDES all | ||
source code found within the "flixel-ios" folder of this archive, | ||
which is distributed under a different license. All other source code | ||
is considered "Content". | ||
|
||
Thank you and have fun! | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
================================================ | ||
Canabalt Source Code Release - December 29, 2010 | ||
================================================ | ||
|
||
LEGAL STUFF | ||
----------- | ||
|
||
"Canabalt" is a registered trademark of Semi Secret Software, | ||
LLC. "Canabalt" copyright 2009-2010 Semi Secret Software, LLC. "RUN!", | ||
"Daring Escape", and "Mach Runner" copyright 2009-2010 Danny | ||
Baranowsky. All trademarks and copyrights reserved. | ||
|
||
The code contained within the 'flixel-ios' folder is licensed under | ||
the terms of the MIT license. You should read the entire license | ||
(filename "flixel-ios/GAME_LICENSE.TXT" in this archive), so you understand your rights | ||
and what you can and cannot do with the source code from this release. | ||
|
||
All other source code remains copyrighted and licensed by Semi Secret | ||
Software, LLC under the original terms. See the Game license | ||
(filename "GAME_LICENSE.TXT" in this archive) for more | ||
details. With the exception of code contained in the 'flixel-ios' | ||
folder, you cannot redistribute our source code from the original | ||
game. You can use our source code for personal entertainment or | ||
education purposes. | ||
|
||
With the exception of "RUN!", "Daring Escape", and "Mach Runner", all | ||
of the Canabalt data files remain copyrighted and licensed by Semi | ||
Secret Software, LLC under the original terms. "RUN!" | ||
(data/music/run.mp3, data/music/run-title.mp3), "Daring Escape" | ||
(data/music/daringescape.mp3, data/music/daringescape-title.mp3), and | ||
"Mach Runner" (data/music/machrunner.mp3, | ||
data/music/machrunner-title.mp3) remain copyrighted and licensed by | ||
Danny Baranowsky under the original terms. See the Game license | ||
(filename "GAME_LICENSE.TXT in this archive) for more details. You | ||
cannot redistribute our data or data files from the original game. You | ||
can use our data for personal entertainment or educational | ||
purposes. Game data is contained within the "data" folder in this | ||
archive. | ||
|
||
Please note that this is being released without any kind of support | ||
from Semi Secret Software, LLC. We cannot help in getting this running | ||
and we do not guarantee that you will be able to get it to work, nor | ||
do we guarantee that it won't blow up your computer and/or iOS device | ||
if you do try and use it. Use at your own risk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License | ||
|
||
Copyright (c) 2010, Semi Secret Software, 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. |