diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-27 10:04:44 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-27 10:04:44 -0400 |
| commit | ce12de2edaa4dbb0d1076e41580b48f6db8631d4 (patch) | |
| tree | 41be8b0e10112852cd6861f96359cdba6ebd037e /README.org | |
| parent | 0e79caa3581db3598e979c1416598c290ff2a84c (diff) | |
Add licensing information to README.org
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ has the distinct charm of a demo that was far too ambitious and rushed to be much more than a buggy proof of concept, but I do hope that enjoy it in some capacity. +The game's code is licensed under version 3 of the GNU General Public License, +and the artwork in =art/= with the exception of =font.png= is licensed under the +Creative Commons Attribution-ShareAlike 4.0 International License. A copy of the +GPL is available at =LICENSE=, and to view a copy of the CC BY-SA 4.0, visit +http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative +Commons, PO Box 1866, Mountain View, CA 94042, USA. The contents of =music/= are +in the public domain, and the =art/font.png= is licensed under the CC0. + * 1. Running the Game You will need the [[https://love2d.org/][LÖVE2D]] engine. Once you've obtained that, you can run the |