]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.ada/array_return/pck.ads: Add copyright notice.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 6 Oct 2006 18:05:58 +0000 (18:05 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 6 Oct 2006 18:05:58 +0000 (18:05 +0000)
        * gdb.ada/array_return/pck.adb: Likewise.
        * gdb.ada/array_return/p.adb: Likewise.
        * gdb.ada/exec_changed/first.adb: Likewise.
        * gdb.ada/exec_changed/second.adb: Likewise.

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/exec_changed/first.adb
gdb/testsuite/gdb.ada/exec_changed/second.adb

index 38f67bacc6400bf2b29478fc261e2163a3402694..35ef36fe606abbc35e9bd07250052041eeeb5ed7 100644 (file)
@@ -1,3 +1,11 @@
+2006-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_return/pck.ads: Add copyright notice.
+       * gdb.ada/array_return/pck.adb: Likewise.
+       * gdb.ada/array_return/p.adb: Likewise.
+       * gdb.ada/exec_changed/first.adb: Likewise.
+       * gdb.ada/exec_changed/second.adb: Likewise.
+
 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/watch_arg/watch.adb: New file.
index c465d2894b435b3596e5bd9fd1bb5ed5fa78422a..bcfd75e978690cec83e62bc17cf6303764b86736 100644 (file)
@@ -1,3 +1,20 @@
+--  Copyright 2006 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
+--  (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., 51 Franklin Street, Fifth Floor, Boston,
+--  MA 02110-1301, USA
+
 with Pck; use Pck;
 
 procedure P is
index 30282d1998c925ae51929203a7bb8b1345925e3b..042af78707b080f72d16c7f88dd9be6a87a9d32a 100644 (file)
@@ -1,3 +1,20 @@
+--  Copyright 2006 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
+--  (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., 51 Franklin Street, Fifth Floor, Boston,
+--  MA 02110-1301, USA
+
 package body Pck is
 
    function Create_Small return Data_Small is
index 2561ac73f29fcacd03eb88b3461c52fd2304baa0..7f8eb239a41ee0c386153a61a87529980b73f6ca 100644 (file)
@@ -1,3 +1,20 @@
+--  Copyright 2006 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
+--  (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., 51 Franklin Street, Fifth Floor, Boston,
+--  MA 02110-1301, USA
+
 package Pck is
 
    type Data_Small is array (1 .. 2) of Integer;
index 1a8b7e28aed397b0ae11a463d87a0abb9719db80..342bea2d44f01b41459594ceb47dbaab9c15c3c7 100644 (file)
@@ -1,3 +1,20 @@
+--  Copyright 2005 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
+--  (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., 51 Franklin Street, Fifth Floor, Boston,
+--  MA 02110-1301, USA
+
 procedure First is
 begin
    null;
index 60b8574f064a330d4641f8d0d7aa3e3b6332a8bc..07a811738652d31a237bf2968bac58d0e98db160 100644 (file)
@@ -1,3 +1,20 @@
+--  Copyright 2005 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
+--  (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., 51 Franklin Street, Fifth Floor, Boston,
+--  MA 02110-1301, USA
+
 procedure Second is
 begin
    null;