[commit/sim] Switch to GPLv3

Joel Brobecker brobecker@adacore.com
Tue Aug 28 00:14:00 GMT 2007


> Most of the remaining ones are not FSF copyrighted.  I see only:
>   sim/igen/lf.c
>   mips/configure.ac
>   testsuite/sim/mips/testutils.inc
>   testsuite/sim/mips/utils-dsp.inc
>   testsuite/sim/mips/utils-fpu.inc
>   testsuite/sim/mips/utils-mdmx.inc

Now fixed as follow:

2007-08-27  Joel Brobecker  <brobecker@adacore.com>

        * lf.c (lf_print__gnu_copyleft): Change license to GPL version 3.

2007-08-24  Joel Brobecker  <brobecker@adacore.com>

        * configure.ac: Change license of multi-run.c to GPL version 3.
        * configure: Regenerate.

2007-08-27  Joel Brobecker  <brobecker@adacore.com>

        * testutils.inc: Change license to GPL version 3.
        * utils-dsp.inc: Change license to GPL version 3.
        * utils-fpu.inc: Change license to GPL version 3.
        * utils-mdmx.inc: Change license to GPL version 3.

Thanks for pointing this out.

-- 
Joel
-------------- next part --------------
Index: igen/lf.c
===================================================================
RCS file: /cvs/src/src/sim/igen/lf.c,v
retrieving revision 1.6
diff -u -p -r1.6 lf.c
--- igen/lf.c	24 Aug 2007 14:28:36 -0000	1.6
+++ igen/lf.c	27 Aug 2007 23:55:48 -0000
@@ -265,22 +265,20 @@ lf_print__gnu_copyleft (lf *file)
       nr += lf_printf (file, "\
 /* This file is part of GDB.\n\
 \n\
-   Copyright 2002 Free Software Foundation, Inc.\n\
+   Copyright 2002, 2007 Free Software Foundation, Inc.\n\
 \n\
    This program is free software; you can redistribute it and/or modify\n\
    it under the terms of the GNU General Public License as published by\n\
-   the Free Software Foundation; either version 2 of the License, or\n\
+   the Free Software Foundation; either version 3 of the License, or\n\
    (at your option) any later version.\n\
 \n\
    This program is distributed in the hope that it will be useful,\n\
    but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
    GNU General Public License for more details.\n\
- \n\
+\n\
    You should have received a copy of the GNU General Public License\n\
-   along with this program; if not, write to the Free Software\n\
-   Foundation, Inc., 59 Temple Place - Suite 330,\n\
-   Boston, MA 02111-1307, USA.\n\
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\
 \n\
    --\n\
 \n\

-------------- next part --------------
Index: mips/configure.ac
===================================================================
RCS file: /cvs/src/src/sim/mips/configure.ac,v
retrieving revision 1.13
diff -u -p -r1.13 configure.ac
--- mips/configure.ac	28 Jun 2007 06:00:52 -0000	1.13
+++ mips/configure.ac	27 Aug 2007 23:55:48 -0000
@@ -234,11 +234,11 @@ if test ${sim_gen} = MULTI; then
 
   cat << __EOF__ > multi-run.c
 /* Main entry point for MULTI simulators.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007 Free Software Foundation, Inc.
 
    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,
@@ -247,8 +247,7 @@ if test ${sim_gen} = MULTI; then
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
    --
 
-------------- next part --------------
Index: testutils.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/testutils.inc,v
retrieving revision 1.3
diff -u -p -r1.3 testutils.inc
--- testutils.inc	9 Jan 2007 17:59:20 -0000	1.3
+++ testutils.inc	27 Aug 2007 23:58:16 -0000
@@ -6,17 +6,16 @@
 #
 # 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, or (at your option)
-# any later version.
+# 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,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 # $1, $4, $5, %6, are used as temps by the macros defined here.
Index: utils-dsp.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-dsp.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-dsp.inc
--- utils-dsp.inc	20 Feb 2007 13:28:56 -0000	1.3
+++ utils-dsp.inc	27 Aug 2007 23:58:16 -0000
@@ -6,17 +6,16 @@
 #
 # 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, or (at your option)
-# any later version.
+# 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,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 # $4, $5, $6, $7, $ac0, $ac1, $ac2, $ac3 are used as temps by the macros
 # defined here.
Index: utils-fpu.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-fpu.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-fpu.inc
--- utils-fpu.inc	9 Jan 2007 17:59:20 -0000	1.3
+++ utils-fpu.inc	27 Aug 2007 23:58:16 -0000
@@ -6,17 +6,16 @@
 #
 # 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, or (at your option)
-# any later version.
+# 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,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 	.macro	enable_fpu fr
         mfc0    $20, $12
Index: utils-mdmx.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-mdmx.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-mdmx.inc
--- utils-mdmx.inc	9 Jan 2007 17:59:20 -0000	1.3
+++ utils-mdmx.inc	27 Aug 2007 23:58:16 -0000
@@ -6,17 +6,16 @@
 #
 # 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, or (at your option)
-# any later version.
+# 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,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 	.include "utils-fpu.inc"
 


More information about the Gdb-patches mailing list