This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][PING] Script for automatic checking of patches
> As per all other FSF submissions to GCC, new scripts should be "GPLv3 or
> later". As for existing scripts, if they say "v2 or later" they should
> be upgraded to "v3 or later". If they just say "v2", we should probably
> just leave them alone. If we're sufficiently motivated, we could ask
> the FSF what to do -- but that's probably overkill for a few shell
> scripts that aren't part of GCC itself.
Attached is a patch that changes all the GPLv2 or later to GPLv3.
--
Sebastian
AMD - GNU Tools
* compareSumTests3: Changed to GPLv3.
* prepare_patch.sh: Same.
* uninclude: Same.
* dglib.pm: Same.
* gennews: Same.
* texi2pod.pl: Same.
* analyze_brprob: Same.
* gcc_build: Same.
Index: compareSumTests3
===================================================================
--- compareSumTests3 (revision 131184)
+++ compareSumTests3 (working copy)
@@ -11,7 +11,7 @@
#
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,
Index: prepare_patch.sh
===================================================================
--- prepare_patch.sh (revision 131184)
+++ prepare_patch.sh (working copy)
@@ -7,7 +7,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 of the License, or
+# 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,
Index: uninclude
===================================================================
--- uninclude (revision 131184)
+++ uninclude (working copy)
@@ -5,7 +5,7 @@
# This gawk/shell script 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, or (at your option)
+# by the Free Software Foundation; either version 3, or (at your option)
# any later version.
# Given a preprocessed C/C++ code snippet, this script will replace any
Index: dglib.pm
===================================================================
--- dglib.pm (revision 131184)
+++ dglib.pm (working copy)
@@ -16,7 +16,7 @@
#
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,
Index: gennews
===================================================================
--- gennews (revision 131184)
+++ gennews (working copy)
@@ -8,7 +8,7 @@
#
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,
Index: texi2pod.pl
===================================================================
--- texi2pod.pl (revision 131184)
+++ texi2pod.pl (working copy)
@@ -6,7 +6,7 @@
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
# GCC is distributed in the hope that it will be useful,
Index: analyze_brprob
===================================================================
--- analyze_brprob (revision 131184)
+++ analyze_brprob (working copy)
@@ -7,7 +7,7 @@
#
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,
Index: gcc_build
===================================================================
--- gcc_build (revision 131184)
+++ gcc_build (working copy)
@@ -17,7 +17,7 @@
#
# GCC 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,