From d546cebb1681c19d2b785e68eb0a7b4d802e5aaa Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 1 May 2016 17:43:35 +0200 Subject: [PATCH] Rename those to something more normal. --- license.txt => COPYING | 2 +- license-gpl.txt => COPYING.gpl3 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename license.txt => COPYING (88%) rename license-gpl.txt => COPYING.gpl3 (100%) diff --git a/license.txt b/COPYING similarity index 88% rename from license.txt rename to COPYING index c3bf78f..3ad6dc8 100644 --- a/license.txt +++ b/COPYING @@ -1,5 +1,5 @@ Flips is licensed under GNU General Public License, version 3.0 or higher. The full legal text can - be found in boring.zip; a rough interpretation (for non-lawyers only) follows: + be found in COPYING.gpl3; a rough interpretation (for non-lawyers only) follows: - You must credit the author. Don't claim it as your own. You may modify it and take credit for your modifications, but the author (Alcaro) must be credited for the original software. diff --git a/license-gpl.txt b/COPYING.gpl3 similarity index 100% rename from license-gpl.txt rename to COPYING.gpl3