Add copyright header to some Ada files (testsuite)
authorJoel Brobecker <brobecker@gnat.com>
Thu, 6 Jan 2011 06:27:44 +0000 (06:27 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 6 Jan 2011 06:27:44 +0000 (06:27 +0000)
gdb/testsuite/ChangeLog:

  * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
  gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
  copyright header.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/complete/foo.adb
gdb/testsuite/gdb.ada/complete/pck.adb
gdb/testsuite/gdb.ada/complete/pck.ads
gdb/testsuite/gdb.ada/print_chars/foo.adb

index 2b9f60e..fcb694b 100644 (file)
@@ -1,3 +1,9 @@
+2011-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
+       gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
+       copyright header.
+
 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
 
        * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
index 3cf60b6..8b4bdf5 100644 (file)
@@ -1,3 +1,18 @@
+--  Copyright 2008, 2009, 2010, 2011 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 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, see <http://www.gnu.org/licenses/>.
+
 with Pck; use Pck;
 
 procedure Foo is
index 4d7d797..c13892e 100644 (file)
@@ -1,3 +1,18 @@
+--  Copyright 2008, 2009, 2010, 2011 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 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, see <http://www.gnu.org/licenses/>.
+
 package body Pck is
 
    procedure Proc (I : Integer) is
index d897cbc..2195479 100644 (file)
@@ -1,3 +1,18 @@
+--  Copyright 2008, 2009, 2010, 2011 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 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, see <http://www.gnu.org/licenses/>.
+
 package Pck is
 
    My_Global_Variable : Integer := 1;
index 761f5cb..ed2d233 100644 (file)
@@ -1,3 +1,18 @@
+--  Copyright 2007, 2008, 2009, 2010, 2011 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 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, see <http://www.gnu.org/licenses/>.
+
 with Pck; use Pck;
 
 procedure Foo is