diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/testsuite/configure.ac | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/array-element.f | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/complex.f | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/derived-type.f90 | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/module.f90 | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.fortran/subarray.f | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/array.f | 2 |
8 files changed, 14 insertions, 7 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 703de31..16d6596 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2010-01-01 Joel Brobecker <brobecker@adacore.com> + * gdb.fortran/array-element.f, gdb.fortran/complex.f, + gdb.fortran/derived-type.f90, gdb.fortran/module.f90, + gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright + notice. + +2010-01-01 Joel Brobecker <brobecker@adacore.com> + * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright notice. diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index a9d63cb..9874b10 100644 --- a/gdb/testsuite/configure.ac +++ b/gdb/testsuite/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright 2002, 2003, 2004, 2005, 2009 +# Copyright 2002, 2003, 2004, 2005, 2009, 2010 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify 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 diff --git a/gdb/testsuite/gdb.mi/array.f b/gdb/testsuite/gdb.mi/array.f index b975707..30781d7 100644 --- a/gdb/testsuite/gdb.mi/array.f +++ b/gdb/testsuite/gdb.mi/array.f @@ -1,4 +1,4 @@ -c Copyright 2006 Free Software Foundation, Inc. +c Copyright 2006, 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 |