aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-05 05:06:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-05 05:06:48 +0000
commit31886ea655684125db6e5ed90918747e9ae6e116 (patch)
tree138b0c039f715878e201aadd98f9d0372c5575a8
parentf12dc42220ed7e6c33d5d2334be971ae74b805d5 (diff)
downloadgdb-31886ea655684125db6e5ed90918747e9ae6e116.zip
gdb-31886ea655684125db6e5ed90918747e9ae6e116.tar.gz
gdb-31886ea655684125db6e5ed90918747e9ae6e116.tar.bz2
Add missing copyright header for testsuite/gdb.base/langs1.f.
This file has been created prior to CVS rev 1. Instead of listing all the years since 1999, I just put 1999, 2010 and 2011. gdb/testsuite/ChangeLog: * gdb.base/langs1.f: Add copyright header.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/langs1.f15
2 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b934168..76766db 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-05 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.base/langs1.f: Add copyright header.
+
2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/morestack.exp: New file.
diff --git a/gdb/testsuite/gdb.base/langs1.f b/gdb/testsuite/gdb.base/langs1.f
index 35ce691..63af971 100644
--- a/gdb/testsuite/gdb.base/langs1.f
+++ b/gdb/testsuite/gdb.base/langs1.f
@@ -1,3 +1,18 @@
+c Copyright (C) 1999, 2010, 2011 Free Software Foundation, Inc.
+
+c This program is free software; you can redistribute it and/or modify
+c it under the terms of the GNU General Public License as published by
+c the Free Software Foundation; either version 3 of the License, or
+c (at your option) any later version.
+c
+c This program is distributed in the hope that it will be useful,
+c but WITHOUT ANY WARRANTY; without even the implied warranty of
+c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+c GNU General Public License for more details.
+c
+c You should have received a copy of the GNU General Public License
+c along with this program. If not, see <http://www.gnu.org/licenses/>.
+
c I am not sure whether there is a way to have a fortran program without
c a MAIN, but it does not really harm us to have one.
end