From 545000885e792c12da8e10fc52b514d5b30bbf9a Mon Sep 17 00:00:00 2001 From: T4b Date: Thu, 3 Jul 2014 20:19:07 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1bd8f5a..2266e40 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,20 @@ When you've loaded the game into Greenfoot, you click "Compile", then "Run" and ## To do: * Decorations (well, they should get images, otherwise they don't really contribute to the game) * Migrate to a real engine as the deadline has passed anyway (godot? seems pretty decent and it's cross platform. Or maybe something of our own, would be a nice challenge but not really results oriented. Or maybe we should just leave it.) + +# License for every Java source file in this git and this readme: + +Copyright 2014 Julian Spittel and Lukas Bürgi. + +AntiRPG is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .