[RFA/commit] Move GDB to GPLv3 (part 6: .f & .f90 files)

Joel Brobecker brobecker@adacore.com
Sat Aug 18 01:54:00 GMT 2007


Now the .f and .f90 files...

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

        Switch the license of all .f and .f90 files to GPLv3.

-- 
Joel
-------------- next part --------------
Index: testsuite/gdb.fortran/array-element.f
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.fortran/array-element.f,v
retrieving revision 1.1
diff -u -p -r1.1 array-element.f
--- testsuite/gdb.fortran/array-element.f	17 Jun 2005 05:16:00 -0000	1.1
+++ testsuite/gdb.fortran/array-element.f	17 Aug 2007 22:40:09 -0000
@@ -2,17 +2,16 @@ c Copyright 2005 Free Software Foundatio
 
 c This program is free software; you can redistribute it and/or modify
 c it under the terms of the GNU General Public License as published by
-c the Free Software Foundation; either version 2 of the License, or
+c the Free Software Foundation; either version 3 of the License, or
 c (at your option) any later version.
-c 
+c
 c This program is distributed in the hope that it will be useful,
 c but WITHOUT ANY WARRANTY; without even the implied warranty of
 c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 c GNU General Public License for more details.
-c 
+c
 c You should have received a copy of the GNU General Public License
-c along with this program; if not, write to the Free Software
-c Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+c along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 c Ihis file is the F77 source file for array-element.exp.  It was written
 c by Wu Zhou. (woodzltc@cn.ibm.com)
Index: testsuite/gdb.fortran/complex.f
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.fortran/complex.f,v
retrieving revision 1.1
diff -u -p -r1.1 complex.f
--- testsuite/gdb.fortran/complex.f	7 May 2007 01:11:31 -0000	1.1
+++ testsuite/gdb.fortran/complex.f	17 Aug 2007 22:40:09 -0000
@@ -2,17 +2,16 @@ c Copyright 2007 Free Software Foundatio
 
 c This program is free software; you can redistribute it and/or modify
 c it under the terms of the GNU General Public License as published by
-c the Free Software Foundation; either version 2 of the License, or
+c the Free Software Foundation; either version 3 of the License, or
 c (at your option) any later version.
-c 
+c
 c This program is distributed in the hope that it will be useful,
 c but WITHOUT ANY WARRANTY; without even the implied warranty of
 c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 c GNU General Public License for more details.
-c 
+c
 c You should have received a copy of the GNU General Public License
-c along with this program; if not, write to the Free Software
-c Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+c along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
       real*8 a,b
       complex*16 c
Index: testsuite/gdb.fortran/subarray.f
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.fortran/subarray.f,v
retrieving revision 1.1
diff -u -p -r1.1 subarray.f
--- testsuite/gdb.fortran/subarray.f	20 Sep 2005 06:37:02 -0000	1.1
+++ testsuite/gdb.fortran/subarray.f	17 Aug 2007 22:40:09 -0000
@@ -2,17 +2,16 @@ c Copyright 2005 Free Software Foundatio
 
 c This program is free software; you can redistribute it and/or modify
 c it under the terms of the GNU General Public License as published by
-c the Free Software Foundation; either version 2 of the License, or
+c the Free Software Foundation; either version 3 of the License, or
 c (at your option) any later version.
-c 
+c
 c This program is distributed in the hope that it will be useful,
 c but WITHOUT ANY WARRANTY; without even the implied warranty of
 c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 c GNU General Public License for more details.
-c 
+c
 c You should have received a copy of the GNU General Public License
-c along with this program; if not, write to the Free Software
-c Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+c along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 c Ihis file is the Fortran source file for subarray.exp.  It was written
 c by Wu Zhou. (woodzltc@cn.ibm.com)
Index: testsuite/gdb.mi/array.f
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/array.f,v
retrieving revision 1.1
diff -u -p -r1.1 array.f
--- testsuite/gdb.mi/array.f	27 Mar 2006 00:27:09 -0000	1.1
+++ testsuite/gdb.mi/array.f	17 Aug 2007 22:40:09 -0000
@@ -2,18 +2,16 @@ c Copyright 2006 Free Software Foundatio
 
 c This program is free software; you can redistribute it and/or modify
 c it under the terms of the GNU General Public License as published by
-c the Free Software Foundation; either version 2 of the License, or
+c the Free Software Foundation; either version 3 of the License, or
 c (at your option) any later version.
-c 
+c
 c This program is distributed in the hope that it will be useful,
 c but WITHOUT ANY WARRANTY; without even the implied warranty of
 c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 c GNU General Public License for more details.
-c 
+c
 c You should have received a copy of the GNU General Public License
-c along with GNU Emacs; see the file COPYING.  If not, write to the
-c Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-c Boston, MA 02110-1301, USA.
+c along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
       INTEGER array(1:2,-1:1)
       DATA array/11,21,12,22,13,23/
Index: testsuite/gdb.fortran/derived-type.f90
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.fortran/derived-type.f90,v
retrieving revision 1.1
diff -u -p -r1.1 derived-type.f90
--- testsuite/gdb.fortran/derived-type.f90	24 Feb 2006 07:29:42 -0000	1.1
+++ testsuite/gdb.fortran/derived-type.f90	17 Aug 2007 22:41:54 -0000
@@ -2,17 +2,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 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,
 ! 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.
+! along with this program.  If not, see <http://www.gnu.org/licenses/>.
 !
 ! Ihis file is the Fortran source file for derived-type.exp.  It was written
 ! by Wu Zhou. (woodzltc@cn.ibm.com)


More information about the Gdb-patches mailing list