Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
frogatto/LICENSE
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (10 sloc)
1.04 KB
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
Frogatto's files are separated into two licenses; with the exception of a few specific directories, everything is licensed under the CC-BY 3.0 LICENSE ( http://creativecommons.org/licenses/by/3.0/ ). | |
The following directories are exempt from this, and all of their contents are copyrighted to the frogatto team. | |
- data/levels, which contains all of our level files | |
- images/characters, which contains all of our main-character art | |
- images/tiles, which contains our tile art | |
- sounds, which contains our sound effects | |
- music, which contains our background music | |
Any format-conversions of our audio files, such as the files in music_aac and sounds_wav, are also copyrighted. | |
Frogatto’s story, and all visual designs of characters (in any representation) and names of characters within the game are copyrighted. | |
The source code to the game -- limited to the C++ source code files found in the "src" directory of the Anura engine -- is also available for license under the Zlib license. See the LICENSE file in that directory for the details of the license. |