]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 2b9f60eee545ae2e87fd5f672ab25ef773982590..fcb694b80d7f6f8b73eb12fa7d44e622a1ca8715 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 3cf60b65dbc386fdc8411cb6bafaefaf6d3f680c..8b4bdf54bd4f9ab5767bf1c84fb37c62aef15b45 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 4d7d797f1eb7584dca6ea52c776e04f8996f8139..c13892eacd9fe5e58a72450ac651c1a2e56b73da 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 d897cbc5204c597b91cddc7faeace7f50ede2f1c..2195479c61060c61b5bcf09f94e6d40a1bddfd80 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 761f5cbaf46b6fdff33daa3e48763e3e089ea4b7..ed2d233811abc1f6fb772a31f6c1df3770e6e5a3 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