diff options
Diffstat (limited to 'gdb/testsuite/gdb.modula2')
-rw-r--r-- | gdb/testsuite/gdb.modula2/Makefile.in | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.modula2/unbounded-array.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.modula2/unbounded1.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.modula2/Makefile.in b/gdb/testsuite/gdb.modula2/Makefile.in index 6e46b60c247..6191becb875 100644 --- a/gdb/testsuite/gdb.modula2/Makefile.in +++ b/gdb/testsuite/gdb.modula2/Makefile.in @@ -1,11 +1,11 @@ # Makefile for regression testing the GNU debugger. -# Copyright 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of GDB. # GDB 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # GDB is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.modula2/unbounded-array.exp b/gdb/testsuite/gdb.modula2/unbounded-array.exp index a4947c31487..8b579403181 100644 --- a/gdb/testsuite/gdb.modula2/unbounded-array.exp +++ b/gdb/testsuite/gdb.modula2/unbounded-array.exp @@ -1,4 +1,4 @@ -# Copyright 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright 2007, 2008, 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.modula2/unbounded1.c b/gdb/testsuite/gdb.modula2/unbounded1.c index f4032856f66..1a49b32b6bc 100644 --- a/gdb/testsuite/gdb.modula2/unbounded1.c +++ b/gdb/testsuite/gdb.modula2/unbounded1.c @@ -1,6 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2007, 2008, 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 |