diff options
author | Nick White <git@njw.me.uk> | 2010-02-09 18:39:31 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-02-09 18:39:31 +0000 |
commit | ed2ed75a25b367f53ed57c77be31b1ee9c76501f (patch) | |
tree | 2ed80a9e0d64d3894fad9a7e21a13e16d86311f5 /includes | |
parent | 3de29d9a69207879f608fcfc34359bd34a018b98 (diff) | |
download | gemrb-gameinstallers-ed2ed75a25b367f53ed57c77be31b1ee9c76501f.tar.bz2 gemrb-gameinstallers-ed2ed75a25b367f53ed57c77be31b1ee9c76501f.zip |
Upgrade license to GPLv3+
After talking with Nick & Tasos, upgrade license to GPLv3+
Diffstat (limited to 'includes')
-rw-r--r-- | includes/autoinstall-includes.sh | 2 | ||||
-rw-r--r-- | includes/cd-includes.sh | 2 | ||||
-rw-r--r-- | includes/cd-list.sh | 2 | ||||
-rw-r--r-- | includes/generic-includes.sh | 2 | ||||
-rw-r--r-- | includes/patch-includes.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/includes/autoinstall-includes.sh b/includes/autoinstall-includes.sh index 88fd796..43e8651 100644 --- a/includes/autoinstall-includes.sh +++ b/includes/autoinstall-includes.sh @@ -2,7 +2,7 @@ # # 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 +# 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, diff --git a/includes/cd-includes.sh b/includes/cd-includes.sh index a21e484..63653be 100644 --- a/includes/cd-includes.sh +++ b/includes/cd-includes.sh @@ -2,7 +2,7 @@ # # 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 +# 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, diff --git a/includes/cd-list.sh b/includes/cd-list.sh index b090cd7..d734772 100644 --- a/includes/cd-list.sh +++ b/includes/cd-list.sh @@ -3,7 +3,7 @@ # # 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 +# 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, diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh index 32f8bc0..22024c8 100644 --- a/includes/generic-includes.sh +++ b/includes/generic-includes.sh @@ -2,7 +2,7 @@ # # 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 +# 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, diff --git a/includes/patch-includes.sh b/includes/patch-includes.sh index 7081e9d..ba2d553 100644 --- a/includes/patch-includes.sh +++ b/includes/patch-includes.sh @@ -2,7 +2,7 @@ # # 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 +# 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, |