From 5b5522cd85c739e6fc39b3c2d385faa64b256850 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sat, 26 Dec 2015 18:53:21 -0800 Subject: [PATCH] Add tl;dr licensing information. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f0f3b47c1a..26671bdbe1 100644 --- a/README.md +++ b/README.md @@ -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 [CC-NC 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).