Add tl;dr licensing information.

This commit is contained in:
Colby Klein
2015-12-26 18:53:21 -08:00
parent e099b3e266
commit 5b5522cd85
+8
View File
@@ -30,6 +30,14 @@ StepMania can be compiled using [CMake](http://www.cmake.org/). More information
## Licensing Terms
In short- you can do anything you like with the game (including sell products made with it), provided you do not:
1. Sell the game *with the included songs*
2. Claim to have created the engine yourself or remove the credits
3. Not provide source code for any build which differs from any official release which includes MP3 support.
For specific information/legalese:
* All of the our source code is under the [MIT license](http://opensource.org/licenses/MIT).
* Any songs that are included within this repository are under the [<abbr title="Creative Commons Non-Commercial">CC-NC</abbr> license](https://creativecommons.org/).
* The [MAD library](http://www.underbit.com/products/mad/) and [FFmpeg codecs](https://www.ffmpeg.org/) when built with our code use the [GPL license](http://www.gnu.org).