From 210dcbbc3d0bd85a2e359d0eed3b559b254c550a Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 23 Nov 2013 12:43:32 +0100 Subject: [PATCH] mkxp is licensed under GPLv2 OR LATER --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dbb71d..f220099 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ mkxp is a project that seeks to provide a fully open source implementation of the Ruby Game Scripting System (RGSS) interface used in the popular game creation software "RPG Maker XP" (trademark by Enterbrain, Inc.), with focus on Linux. The goal is to be able to run games created with the above software natively without changing a single file. -It is licensed under the GNU General Public License v2. +It is licensed under the GNU General Public License v2+. ## Bindings Bindings provide the glue code for an interpreted language environment to run game scripts in. As of right now, they are compiled directly into the executable (however, the scripting language itself might not be). Currently there are three bindings: