diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
commit | 7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6 (patch) | |
tree | de59c8cbd543ce1c90880fa240cd7c7fe91147f1 /gdb/testsuite/gdb.pascal | |
parent | 71ce852cc78c5d00fa27416d165879de897aac50 (diff) | |
download | gdb-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.zip gdb-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.tar.gz gdb-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.tar.bz2 |
run copyright.sh for 2011.
Diffstat (limited to 'gdb/testsuite/gdb.pascal')
-rw-r--r-- | gdb/testsuite/gdb.pascal/floats.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/floats.pas | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/gdb11492.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/gdb11492.pas | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/hello.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/integers.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/integers.pas | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/print.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.pascal/types.exp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.pascal/floats.exp b/gdb/testsuite/gdb.pascal/floats.exp index d12a93f..d1df3a3 100644 --- a/gdb/testsuite/gdb.pascal/floats.exp +++ b/gdb/testsuite/gdb.pascal/floats.exp @@ -1,4 +1,4 @@ -# Copyright 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 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 diff --git a/gdb/testsuite/gdb.pascal/floats.pas b/gdb/testsuite/gdb.pascal/floats.pas index 9a13b1a..99475cd 100644 --- a/gdb/testsuite/gdb.pascal/floats.pas +++ b/gdb/testsuite/gdb.pascal/floats.pas @@ -1,5 +1,5 @@ { - Copyright 2008, 2009, 2010 Free Software Foundation, Inc. + 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 diff --git a/gdb/testsuite/gdb.pascal/gdb11492.exp b/gdb/testsuite/gdb.pascal/gdb11492.exp index 058cd80..1af0d5c 100644 --- a/gdb/testsuite/gdb.pascal/gdb11492.exp +++ b/gdb/testsuite/gdb.pascal/gdb11492.exp @@ -1,4 +1,4 @@ -# Copyright 2010 Free Software Foundation, Inc. +# Copyright 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 diff --git a/gdb/testsuite/gdb.pascal/gdb11492.pas b/gdb/testsuite/gdb.pascal/gdb11492.pas index 2eb86f5..6904e9e 100644 --- a/gdb/testsuite/gdb.pascal/gdb11492.pas +++ b/gdb/testsuite/gdb.pascal/gdb11492.pas @@ -1,5 +1,5 @@ { - Copyright 2010 Free Software Foundation, Inc. + Copyright 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 diff --git a/gdb/testsuite/gdb.pascal/hello.exp b/gdb/testsuite/gdb.pascal/hello.exp index c8cd0c0..b848f1e 100644 --- a/gdb/testsuite/gdb.pascal/hello.exp +++ b/gdb/testsuite/gdb.pascal/hello.exp @@ -1,4 +1,4 @@ -# Copyright 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 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 diff --git a/gdb/testsuite/gdb.pascal/integers.exp b/gdb/testsuite/gdb.pascal/integers.exp index e711e5a..fbff880 100644 --- a/gdb/testsuite/gdb.pascal/integers.exp +++ b/gdb/testsuite/gdb.pascal/integers.exp @@ -1,4 +1,4 @@ -# Copyright 2008, 2009, 2010 Free Software Foundation, Inc. +# 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 diff --git a/gdb/testsuite/gdb.pascal/integers.pas b/gdb/testsuite/gdb.pascal/integers.pas index fec7c86..fd05b6f 100644 --- a/gdb/testsuite/gdb.pascal/integers.pas +++ b/gdb/testsuite/gdb.pascal/integers.pas @@ -1,5 +1,5 @@ { - Copyright 2008, 2009, 2010 Free Software Foundation, Inc. + 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 diff --git a/gdb/testsuite/gdb.pascal/print.exp b/gdb/testsuite/gdb.pascal/print.exp index e8e4f44..ae6882b 100644 --- a/gdb/testsuite/gdb.pascal/print.exp +++ b/gdb/testsuite/gdb.pascal/print.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2010 Free Software Foundation, Inc. +# Copyright 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 diff --git a/gdb/testsuite/gdb.pascal/types.exp b/gdb/testsuite/gdb.pascal/types.exp index bceae97..3f05a55 100644 --- a/gdb/testsuite/gdb.pascal/types.exp +++ b/gdb/testsuite/gdb.pascal/types.exp @@ -1,4 +1,4 @@ -# Copyright 1994, 1995, 1997, 1998, 2007, 2008, 2009, 2010 +# Copyright 1994, 1995, 1997, 1998, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # Copyright 2007 Free Software Foundation, Inc. # |