1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Author: Nicolas Boulenguez <nicolas@debian.org>
Description: fix license version
The license update has been applied in COPYING3 and every source header.
Forwarded: http://lists.adacore.com/pipermail/gtkada/2016-February/004573.html
--- a/src/gtkada-intl.gpb
+++ b/src/gtkada-intl.gpb
@@ -7,7 +7,7 @@
-- This library 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. --
+-- version 3 of the License, or (at your option) any later version. --
-- --
-- This library is distributed in the hope that it will be useful, --
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --
--- a/src/misc.c
+++ b/src/misc.c
@@ -8,7 +8,7 @@
-- This library 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. --
+-- version 3 of the License, or (at your option) any later version. --
-- --
-- This library is distributed in the hope that it will be useful, --
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --
--- a/src/misc_osx.h
+++ b/src/misc_osx.h
@@ -7,7 +7,7 @@
-- This library 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. --
+-- version 3 of the License, or (at your option) any later version. --
-- --
-- This library is distributed in the hope that it will be useful, --
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --
--- a/src/misc_osx.m
+++ b/src/misc_osx.m
@@ -8,7 +8,7 @@
-- This library 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. --
+-- version 3 of the License, or (at your option) any later version. --
-- --
-- This library is distributed in the hope that it will be useful, --
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --
--- a/src/opengl/glu_h.ads
+++ b/src/opengl/glu_h.ads
@@ -20,7 +20,7 @@
-- This library is free software; you can redistribute it and/or
-- modify it under the terms of the GNU Library General Public
-- License as published by the Free Software Foundation; either
- -- version 2 of the License, or (at your option) any later version.
+ -- version 3 of the License, or (at your option) any later version.
--
-- This library is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -392,4 +392,3 @@
pragma Import (Stdcall, gluGetString, "gluGetString");
end glu_h;
-
--- a/testgtk/create_about.adb
+++ b/testgtk/create_about.adb
@@ -91,7 +91,7 @@
"This library 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."
+ & " version 3 of the License, or (at your option) any later version."
& ASCII.LF
& "This library is distributed in the hope that it will be useful,"
& " but WITHOUT ANY WARRANTY; without even the implied warranty of"
|