[RFA/commit] Move GDB to GPLv3 (part 1: Ada files)

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


Hello,

Changes to the copyright headers for the Ada files. Please forgive
the order, I'm just taking my patches in alphabetic order.

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

        Switch the licensing to GPLv3 for all .ads and .adb files.

-- 
Joel
-------------- next part --------------
Index: testsuite/gdb.ada/array_return/p.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/array_return/p.adb,v
retrieving revision 1.4
diff -u -p -r1.4 p.adb
--- testsuite/gdb.ada/array_return/p.adb	9 Jan 2007 17:59:09 -0000	1.4
+++ testsuite/gdb.ada/array_return/p.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 with Pck; use Pck;
 
Index: testsuite/gdb.ada/array_return/pck.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/array_return/pck.adb,v
retrieving revision 1.4
diff -u -p -r1.4 pck.adb
--- testsuite/gdb.ada/array_return/pck.adb	9 Jan 2007 17:59:09 -0000	1.4
+++ testsuite/gdb.ada/array_return/pck.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 package body Pck is
 
Index: testsuite/gdb.ada/array_return/pck.ads
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/array_return/pck.ads,v
retrieving revision 1.4
diff -u -p -r1.4 pck.ads
--- testsuite/gdb.ada/array_return/pck.ads	9 Jan 2007 17:59:09 -0000	1.4
+++ testsuite/gdb.ada/array_return/pck.ads	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 package Pck is
 
Index: testsuite/gdb.ada/arrayidx/p.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/arrayidx/p.adb,v
retrieving revision 1.2
diff -u -p -r1.2 p.adb
--- testsuite/gdb.ada/arrayidx/p.adb	9 Jan 2007 17:59:09 -0000	1.2
+++ testsuite/gdb.ada/arrayidx/p.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 procedure P is
    type Index is (One, Two, Three);
Index: testsuite/gdb.ada/catch_ex/foo.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/catch_ex/foo.adb,v
retrieving revision 1.1
diff -u -p -r1.1 foo.adb
--- testsuite/gdb.ada/catch_ex/foo.adb	4 Jan 2007 05:39:01 -0000	1.1
+++ testsuite/gdb.ada/catch_ex/foo.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 procedure Foo is
 begin
Index: testsuite/gdb.ada/exec_changed/first.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/exec_changed/first.adb,v
retrieving revision 1.3
diff -u -p -r1.3 first.adb
--- testsuite/gdb.ada/exec_changed/first.adb	9 Jan 2007 17:59:09 -0000	1.3
+++ testsuite/gdb.ada/exec_changed/first.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 procedure First is
 begin
Index: testsuite/gdb.ada/exec_changed/second.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/exec_changed/second.adb,v
retrieving revision 1.3
diff -u -p -r1.3 second.adb
--- testsuite/gdb.ada/exec_changed/second.adb	9 Jan 2007 17:59:09 -0000	1.3
+++ testsuite/gdb.ada/exec_changed/second.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 procedure Second is
 begin
Index: testsuite/gdb.ada/fixed_points/fixed_points.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb,v
retrieving revision 1.2
diff -u -p -r1.2 fixed_points.adb
--- testsuite/gdb.ada/fixed_points/fixed_points.adb	9 Jan 2007 17:59:09 -0000	1.2
+++ testsuite/gdb.ada/fixed_points/fixed_points.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 with System;
 
Index: testsuite/gdb.ada/null_record/bar.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/null_record/bar.adb,v
retrieving revision 1.2
diff -u -p -r1.2 bar.adb
--- testsuite/gdb.ada/null_record/bar.adb	4 Jan 2007 10:59:03 -0000	1.2
+++ testsuite/gdb.ada/null_record/bar.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 package body Bar is
 
Index: testsuite/gdb.ada/null_record/bar.ads
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/null_record/bar.ads,v
retrieving revision 1.2
diff -u -p -r1.2 bar.ads
--- testsuite/gdb.ada/null_record/bar.ads	4 Jan 2007 10:59:03 -0000	1.2
+++ testsuite/gdb.ada/null_record/bar.ads	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 package Bar is
 
Index: testsuite/gdb.ada/null_record/null_record.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/null_record/null_record.adb,v
retrieving revision 1.3
diff -u -p -r1.3 null_record.adb
--- testsuite/gdb.ada/null_record/null_record.adb	9 Jan 2007 17:59:09 -0000	1.3
+++ testsuite/gdb.ada/null_record/null_record.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 with Bar; use Bar;
 
Index: testsuite/gdb.ada/packed_array/pa.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/packed_array/pa.adb,v
retrieving revision 1.2
diff -u -p -r1.2 pa.adb
--- testsuite/gdb.ada/packed_array/pa.adb	9 Jan 2007 17:59:09 -0000	1.2
+++ testsuite/gdb.ada/packed_array/pa.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 procedure PA is
 
Index: testsuite/gdb.ada/start/dummy.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/start/dummy.adb,v
retrieving revision 1.2
diff -u -p -r1.2 dummy.adb
--- testsuite/gdb.ada/start/dummy.adb	9 Jan 2007 17:59:09 -0000	1.2
+++ testsuite/gdb.ada/start/dummy.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,8 +11,7 @@
 --  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/>.
 
 procedure Dummy is
 begin
Index: testsuite/gdb.ada/watch_arg/watch.adb
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/watch_arg/watch.adb,v
retrieving revision 1.2
diff -u -p -r1.2 watch.adb
--- testsuite/gdb.ada/watch_arg/watch.adb	9 Jan 2007 17:59:09 -0000	1.2
+++ testsuite/gdb.ada/watch_arg/watch.adb	17 Aug 2007 22:25:02 -0000
@@ -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 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,
@@ -11,9 +11,7 @@
 --  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., 51 Franklin Street, Fifth Floor, Boston,
---  MA 02110-1301, USA
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 procedure Watch is
 


More information about the Gdb-patches mailing list