From aa4105bdc3919a9afe6f7f2e4e637a2db60af99e Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 2 May 2018 03:00:30 +0200 Subject: [PATCH] Updated license to "GPLv2 or later", so it is compatible with GPLv3 --- left/Makefile | 10 ++++------ right/Makefile | 10 ++++------ scripts/Makedefs.mk | 10 ++++------ 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/left/Makefile b/left/Makefile index 87cabf4..7941a9c 100644 --- a/left/Makefile +++ b/left/Makefile @@ -1,11 +1,9 @@ # Copyright (C) 2018 Kristian Lauszus. All rights reserved. # -# This software may be distributed and modified under the terms of the GNU -# General Public License version 2 (GPL2) as published by the Free Software -# Foundation and appearing in the file GPL2.TXT included in the packaging of -# this file. Please note that GPL2 Section 2[b] requires that all works based -# on this software must also be made publicly available under the terms of -# the GPL2 ("Copyleft"). +# This program 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 2 of the License, or +# (at your option) any later version. # # Contact information # ------------------- diff --git a/right/Makefile b/right/Makefile index c05fdec..ab882d3 100644 --- a/right/Makefile +++ b/right/Makefile @@ -1,11 +1,9 @@ # Copyright (C) 2018 Kristian Lauszus. All rights reserved. # -# This software may be distributed and modified under the terms of the GNU -# General Public License version 2 (GPL2) as published by the Free Software -# Foundation and appearing in the file GPL2.TXT included in the packaging of -# this file. Please note that GPL2 Section 2[b] requires that all works based -# on this software must also be made publicly available under the terms of -# the GPL2 ("Copyleft"). +# This program 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 2 of the License, or +# (at your option) any later version. # # Contact information # ------------------- diff --git a/scripts/Makedefs.mk b/scripts/Makedefs.mk index 6b281ea..3dca4c2 100644 --- a/scripts/Makedefs.mk +++ b/scripts/Makedefs.mk @@ -1,11 +1,9 @@ # Copyright (C) 2018 Kristian Lauszus. All rights reserved. # -# This software may be distributed and modified under the terms of the GNU -# General Public License version 2 (GPL2) as published by the Free Software -# Foundation and appearing in the file GPL2.TXT included in the packaging of -# this file. Please note that GPL2 Section 2[b] requires that all works based -# on this software must also be made publicly available under the terms of -# the GPL2 ("Copyleft"). +# This program 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 2 of the License, or +# (at your option) any later version. # # Contact information # -------------------