aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 09:44:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 09:44:07 +0000
commitabd775ced888559dcee0fa46b6b06bccabbd84cb (patch)
tree73076ad524b906b55c257b2cec22c42281064a25 /gdb/testsuite/gdb.fortran
parent79b55b8218909abf9d8a0ff4f0f0813c49db0a0b (diff)
downloadgdb-abd775ced888559dcee0fa46b6b06bccabbd84cb.zip
gdb-abd775ced888559dcee0fa46b6b06bccabbd84cb.tar.gz
gdb-abd775ced888559dcee0fa46b6b06bccabbd84cb.tar.bz2
Update the copyright header of most if not all files that have not been
updated yet.
Diffstat (limited to 'gdb/testsuite/gdb.fortran')
-rw-r--r--gdb/testsuite/gdb.fortran/array-element.f2
-rw-r--r--gdb/testsuite/gdb.fortran/complex.f2
-rw-r--r--gdb/testsuite/gdb.fortran/derived-type.f902
-rw-r--r--gdb/testsuite/gdb.fortran/module.f902
-rw-r--r--gdb/testsuite/gdb.fortran/subarray.f2
5 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.fortran/array-element.f b/gdb/testsuite/gdb.fortran/array-element.f
index 2db72e6..061de6c 100644
--- a/gdb/testsuite/gdb.fortran/array-element.f
+++ b/gdb/testsuite/gdb.fortran/array-element.f
@@ -1,4 +1,4 @@
-c Copyright 2005 Free Software Foundation, Inc.
+c Copyright 2005, 2010 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
diff --git a/gdb/testsuite/gdb.fortran/complex.f b/gdb/testsuite/gdb.fortran/complex.f
index 4257a71..2befee3 100644
--- a/gdb/testsuite/gdb.fortran/complex.f
+++ b/gdb/testsuite/gdb.fortran/complex.f
@@ -1,4 +1,4 @@
-c Copyright 2007 Free Software Foundation, Inc.
+c Copyright 2007, 2010 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
diff --git a/gdb/testsuite/gdb.fortran/derived-type.f90 b/gdb/testsuite/gdb.fortran/derived-type.f90
index be3f10b..61fd672 100644
--- a/gdb/testsuite/gdb.fortran/derived-type.f90
+++ b/gdb/testsuite/gdb.fortran/derived-type.f90
@@ -1,4 +1,4 @@
-! Copyright 2006 Free Software Foundation, Inc.
+! Copyright 2006, 2010 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
diff --git a/gdb/testsuite/gdb.fortran/module.f90 b/gdb/testsuite/gdb.fortran/module.f90
index 501ccc8..81ef376 100644
--- a/gdb/testsuite/gdb.fortran/module.f90
+++ b/gdb/testsuite/gdb.fortran/module.f90
@@ -1,4 +1,4 @@
-! Copyright 2009 Free Software Foundation, Inc.
+! Copyright 2009, 2010 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
diff --git a/gdb/testsuite/gdb.fortran/subarray.f b/gdb/testsuite/gdb.fortran/subarray.f
index 013ec10..7dfa8db 100644
--- a/gdb/testsuite/gdb.fortran/subarray.f
+++ b/gdb/testsuite/gdb.fortran/subarray.f
@@ -1,4 +1,4 @@
-c Copyright 2005 Free Software Foundation, Inc.
+c Copyright 2005, 2010 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