Switch the licensing to GPLv3 for all .ads and .adb files.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 23 Aug 2007 17:49:23 +0000 (17:49 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 23 Aug 2007 17:49:23 +0000 (17:49 +0000)
15 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/array_return/p.adb
gdb/testsuite/gdb.ada/array_return/pck.adb
gdb/testsuite/gdb.ada/array_return/pck.ads
gdb/testsuite/gdb.ada/arrayidx/p.adb
gdb/testsuite/gdb.ada/catch_ex/foo.adb
gdb/testsuite/gdb.ada/exec_changed/first.adb
gdb/testsuite/gdb.ada/exec_changed/second.adb
gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb
gdb/testsuite/gdb.ada/null_record/bar.adb
gdb/testsuite/gdb.ada/null_record/bar.ads
gdb/testsuite/gdb.ada/null_record/null_record.adb
gdb/testsuite/gdb.ada/packed_array/pa.adb
gdb/testsuite/gdb.ada/start/dummy.adb
gdb/testsuite/gdb.ada/watch_arg/watch.adb

index 89b7a1086fcd566db31db3a6a709c0402c41eead..29ec79cf129cb6059021c4d5554eef6ceb6e5344 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-23  Joel Brobecker  <brobecker@adacore.com>
+
+       Switch the licensing to GPLv3 for all .ads and .adb files.
+
 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
index f9a064bd450e29cf6c36e54b5d0fde286685aed3..f5f008ed55118d4bd010e35db0cc0ed0e2563ea3 100644 (file)
@@ -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 5d634dfc80205d3e71b8dd274e9922763ade1eac..28c6bc9940789c79011406ddafa95f42857dec08 100644 (file)
@@ -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 a694412b2d165c7e53f6a6b999b11248b6069ce8..26431c83affe7d9c7d86b0a4b059677724fd655f 100644 (file)
@@ -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 4cc4e4a95c218b80a0c421dc0dbdba2757f8c12a..b1e63a4a6a68bb2750f40fbd77937c2ac406449f 100644 (file)
@@ -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 d8220d238c018bbecd60c0c81ad259cdcddac04e..076aae9b6f1f79567f2d968b65d678c1bcb2057c 100644 (file)
@@ -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 c187e5ed2ce8dcc79eb880460a9369a0a030b223..2d651f706ce57a3b4d128eb7dd4b9cacb755bbaf 100644 (file)
@@ -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 ed82df7c9d4551fa30cd1867d1077348c1d90f91..643756e357bff52fb2c5d28fd26f471efed4686e 100644 (file)
@@ -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 5f641f91a72e0f7572a725ca3352174f0d65eb8a..edc7702fac10241159f62142f3a28972ad51ad6a 100644 (file)
@@ -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 b29f8fc02a1961510761a995ea9b51e62be2bf66..ce0156d7253dc8724188e0869007bd4d218c8108 100644 (file)
@@ -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 ffdd554f7fd0dae9d79a37b348d0d7ca4f225721..a63fa48f8d579859a4d72e21edb7fcd85e9c6464 100644 (file)
@@ -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 f724c2344eb4c1c62233b38b230b8f2bd6fb15f7..abf67e15747082ba408f77186f2bb0543b5fd2a8 100644 (file)
@@ -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 55a9f144747e318f9e897c15e31c7c568000b4d1..61ba4169f3f9770ee0d4ea748a48916d07fd43ca 100644 (file)
@@ -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 7b13e3332c6e23d2066022f06821c8cf7f480351..e6f4c07c6e68f6166259dc078adf35bf36854aa4 100644 (file)
@@ -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 2707a7a3c4728159e3375fb41ede299a5d8f7ce0..90c7272532db5061641e2f98b31521d8e70ca5e4 100644 (file)
@@ -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