diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-09 17:59:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-09 17:59:20 +0000 |
commit | 6aba47ca06d9150c6196a374b745c2711b46e045 (patch) | |
tree | 6c2e7595d93caa39ac2477aed38a4954f7b938c8 /gdb | |
parent | 5ccca1c07181a553d50892bc77cdf047f2acf0b2 (diff) | |
download | binutils-gdb-6aba47ca06d9150c6196a374b745c2711b46e045.tar.gz |
Copyright updates for 2007.
Diffstat (limited to 'gdb')
1253 files changed, 1524 insertions, 1597 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index de2f4fa75af..1de5f4c26fd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,5 +1,5 @@ -# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/abug-rom.c b/gdb/abug-rom.c index d2ac63dec5e..1d11f8c2e02 100644 --- a/gdb/abug-rom.c +++ b/gdb/abug-rom.c @@ -1,5 +1,5 @@ /* Remote debugging interface for ABug Rom monitor for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Written by Rob Savoye of Cygnus Support diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index ae0290771da..1cf86a3c738 100644 --- a/gdb/ada-exp.y +++ b/gdb/ada-exp.y @@ -1,6 +1,6 @@ /* YACC parser for Ada expressions, for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1997, 2000, 2003, - 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1997, 2000, 2003, 2004, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index fbb68125cc9..ac6f5a4511c 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -1,8 +1,7 @@ /* Ada language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lex.l b/gdb/ada-lex.l index 7ece1090c96..45def663545 100644 --- a/gdb/ada-lex.l +++ b/gdb/ada-lex.l @@ -1,5 +1,5 @@ /* FLEX lexer for Ada expressions, for GDB. - Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003 + Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index e3397d707f8..7fc480c87e8 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -1,6 +1,6 @@ /* Support for printing Ada types for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index fd7bceff39e..429349a5146 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -1,7 +1,7 @@ /* Support for printing Ada values for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1997, 2001, - 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1997, 2001, 2002, + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index fc3019109cf..d587c392d1f 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1,6 +1,6 @@ /* Low level interface for debugging AIX 4.3+ pthreads. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2007 Free Software Foundation, Inc. Written by Nick Duffek <nsd@redhat.com>. This file is part of GDB. diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index 183a7a41253..d93494de8ab 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -1,6 +1,5 @@ /* Low level Alpha GNU/Linux interface, for GDB when running native. - Copyright (C) 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-linux-tdep.c b/gdb/alpha-linux-tdep.c index 419407c92f9..be26a96cd09 100644 --- a/gdb/alpha-linux-tdep.c +++ b/gdb/alpha-linux-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent code for GNU/Linux on Alpha. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index 5236c3b41fd..906c1c76120 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent mdebug code for the ALPHA architecture. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index e584ab473d7..40bc8746add 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -1,5 +1,5 @@ /* Low level Alpha interface, for GDB when running native. - Copyright (C) 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003 + Copyright (C) 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-osf1-tdep.c b/gdb/alpha-osf1-tdep.c index 7b015a4a698..f75dd862377 100644 --- a/gdb/alpha-osf1-tdep.c +++ b/gdb/alpha-osf1-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent code for OSF/1 on Alpha. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 6b521c49e5a..0bf0f78a0e7 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 13b40fa9ef5..861b4b4450a 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on Alpha systems. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003 Free - Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-nat.c b/gdb/alphabsd-nat.c index 8db1230634a..fc0f0add2ff 100644 --- a/gdb/alphabsd-nat.c +++ b/gdb/alphabsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Alpha BSD's. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.c b/gdb/alphabsd-tdep.c index 79741c76fd2..69187ec1dd3 100644 --- a/gdb/alphabsd-tdep.c +++ b/gdb/alphabsd-tdep.c @@ -1,6 +1,6 @@ /* Common target dependent code Alpha BSD's. - Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index 9d749459904..134a24d5bad 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for Alpha BSD's. - Copyright (C) 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphafbsd-tdep.c b/gdb/alphafbsd-tdep.c index 4ea9625ecce..8029dc83591 100644 --- a/gdb/alphafbsd-tdep.c +++ b/gdb/alphafbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/alpha. - Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index 05c59062dcd..a8240cade1c 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/alpha. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/alphaobsd-tdep.c b/gdb/alphaobsd-tdep.c index 58b4f8aa2b5..ccef37b6312 100644 --- a/gdb/alphaobsd-tdep.c +++ b/gdb/alphaobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/alpha. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index fca05c8a5ae..6f0e4a5fcbd 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux x86-64. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index 316b1f3faf8..861f65f39db 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -1,6 +1,7 @@ /* Target-dependent code for GNU/Linux x86-64. - Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-linux-tdep.h b/gdb/amd64-linux-tdep.h index 4a5778d0ca5..e3adf2f661e 100644 --- a/gdb/amd64-linux-tdep.h +++ b/gdb/amd64-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux AMD64. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 36e40dc04f3..6663267da2a 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index f6b5fb0013f..09a2bbf4c7c 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c index 416d1118fe6..86ae23e5fb1 100644 --- a/gdb/amd64-sol2-tdep.c +++ b/gdb/amd64-sol2-tdep.c @@ -1,6 +1,7 @@ /* Target-dependent code for AMD64 Solaris. - Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 + Free Software Foundation, Inc. Contributed by Joseph Myers, CodeSourcery, LLC. diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index b39c839e2aa..3b5a1959d57 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for AMD64. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 0fc0f5b11ee..bd8c6a7aeb9 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent definitions for AMD64. - Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 96e601b48f9..a1f9e828d12 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64 BSD's. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index a705c07d53a..eb7b0a6041a 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/amd64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-tdep.c b/gdb/amd64fbsd-tdep.c index 062fc9ac6b7..a77b04093d4 100644 --- a/gdb/amd64fbsd-tdep.c +++ b/gdb/amd64fbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/amd64. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-nat.c b/gdb/amd64nbsd-nat.c index 2853485ddc7..013a332faf5 100644 --- a/gdb/amd64nbsd-nat.c +++ b/gdb/amd64nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/amd64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-tdep.c b/gdb/amd64nbsd-tdep.c index 88b8c3ef36b..e48673763be 100644 --- a/gdb/amd64nbsd-tdep.c +++ b/gdb/amd64nbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/amd64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-nat.c b/gdb/amd64obsd-nat.c index cfc916104de..a099c4666c5 100644 --- a/gdb/amd64obsd-nat.c +++ b/gdb/amd64obsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/amd64. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index 924b0589ce5..7bca4d753d0 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/amd64. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.c b/gdb/annotate.c index 88bab3c7c0e..cd792a82db6 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -1,6 +1,6 @@ /* Annotation routines for GDB. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999, - 2000 Free Software Foundation, Inc. + 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.h b/gdb/annotate.h index 1695b62bdc9..fa1e527f607 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -1,5 +1,5 @@ /* Annotation routines for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000 + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 9e3fb94c65b..78768a61a91 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -1,6 +1,6 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 1fec80f5881..c114c06f08d 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -1,7 +1,7 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 5111510c7ad..ce3f881c89c 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -1,5 +1,5 @@ /* GNU/Linux on ARM native support. - Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-tdep.h b/gdb/arm-linux-tdep.h index 31d6ba03fc9..e160ddb0c1f 100644 --- a/gdb/arm-linux-tdep.h +++ b/gdb/arm-linux-tdep.h @@ -1,7 +1,6 @@ /* GNU/Linux on ARM target support, prototypes. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index a1c90533866..ccee2f4dc62 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -1,8 +1,7 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999, 2000, + 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index a5fc99df5b4..3bb76217b7c 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -1,5 +1,5 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armbsd-tdep.c b/gdb/armbsd-tdep.c index 95ecd425dff..ed9035aa3eb 100644 --- a/gdb/armbsd-tdep.c +++ b/gdb/armbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for ARM BSD's. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-nat.c b/gdb/armnbsd-nat.c index 9cf29bb7c2c..8013fc3d2c4 100644 --- a/gdb/armnbsd-nat.c +++ b/gdb/armnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for BSD Unix running on ARM's, for GDB. - Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002, 2004 + Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-tdep.c b/gdb/armnbsd-tdep.c index 07e09fb9f05..5c298262646 100644 --- a/gdb/armnbsd-tdep.c +++ b/gdb/armnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/arm. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armobsd-tdep.c b/gdb/armobsd-tdep.c index cc769b70486..87df203dbbe 100644 --- a/gdb/armobsd-tdep.c +++ b/gdb/armobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/arm. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.c b/gdb/auxv.c index d822c7f24aa..e701efd49c9 100644 --- a/gdb/auxv.c +++ b/gdb/auxv.c @@ -1,6 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.h b/gdb/auxv.h index 49723b81a06..fcd29244e27 100644 --- a/gdb/auxv.h +++ b/gdb/auxv.h @@ -1,6 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index f61e5a0b639..1d50991dd14 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Atmel AVR, for GDB. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index c1aa202cfde..9fba0a56505 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -1,7 +1,7 @@ /* GDB-specific functions for operating on agent expressions. - Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h index 87d217fe4e5..973816c0071 100644 --- a/gdb/ax-gdb.h +++ b/gdb/ax-gdb.h @@ -1,5 +1,5 @@ /* GDB-specific functions for operating on agent expressions - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 8c1dfe1b68a..e31e850fb4c 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -1,5 +1,5 @@ /* Functions for manipulating expressions designed to be executed on the agent - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. @@ -1,5 +1,5 @@ /* Definitions for expressions designed to be executed on the agent - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.c b/gdb/bcache.c index 07af27ecf1b..a6eadd3bb96 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -2,7 +2,7 @@ Written by Fred Fish <fnf@cygnus.com> Rewritten by Jim Blandy <jimb@cygnus.com> - Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.h b/gdb/bcache.h index c6ce25f9675..61c2151aa20 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -2,7 +2,7 @@ Written by Fred Fish <fnf@cygnus.com> Rewritten by Jim Blandy <jimb@cygnus.com> - Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 82080d4a4c9..9a3c10e819b 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -1,6 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h index 6f2d21c429b..36227e99540 100644 --- a/gdb/bfd-target.h +++ b/gdb/bfd-target.h @@ -1,6 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/block.c b/gdb/block.c index abce515a6ef..35915febf25 100644 --- a/gdb/block.c +++ b/gdb/block.c @@ -1,6 +1,6 @@ /* Block-related functions for the GNU debugger, GDB. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/block.h b/gdb/block.h index 60a7b609010..1158dc6cb3a 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -1,6 +1,6 @@ /* Code dealing with blocks for GDB. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 8dfa0069a10..781a51402a6 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -1,8 +1,8 @@ /* Get info from stack frames; convert between frames, blocks, functions and pc values. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a9d47613d64..b55e9249ff1 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1,8 +1,7 @@ /* Everything about breakpoints, for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 607fd7787c9..79f1c1fcaf0 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1,7 +1,6 @@ /* Data structures associated with breakpoints in GDB. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004 - Free Software Foundation, Inc. + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c index 1f0db5a6dfc..a60204332a6 100644 --- a/gdb/bsd-kvm.c +++ b/gdb/bsd-kvm.c @@ -1,6 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.h b/gdb/bsd-kvm.h index cfd354987f0..c40669f4629 100644 --- a/gdb/bsd-kvm.h +++ b/gdb/bsd-kvm.h @@ -1,6 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index 01acd499a78..24edeb8fb2c 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -1,6 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.h b/gdb/bsd-uthread.h index 2dd35a34fda..30f1c3c4656 100644 --- a/gdb/bsd-uthread.h +++ b/gdb/bsd-uthread.h @@ -1,6 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index ab6fff333db..e0e2d4dca00 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1,6 +1,6 @@ /* Support routines for building symbol tables in GDB's internal format. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 3b4fee68c3a..876b103a8b3 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -1,6 +1,6 @@ /* Build symbol tables in GDB's internal format. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1996, - 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. + 1997, 1998, 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 520dac46315..cda91774b16 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -1,7 +1,6 @@ /* YACC parser for C expressions, for GDB. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2003, 2004, 2006 - Free Software Foundation, Inc. + 1998, 1999, 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 48669a4bd91..af421882269 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -1,7 +1,7 @@ /* C language support routines for GDB, the GNU debugger. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, - 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, + 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 74d9fe6a326..4764a185755 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -1,7 +1,7 @@ /* C language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index 4e1c71317a9..af9acc5ada3 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -1,7 +1,6 @@ /* Support for printing C and C++ types for GDB, the GNU debugger. Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001, 2002, 2003, 2006 - Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 655786f81bc..efd531e0888 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -1,7 +1,7 @@ /* Support for printing C values for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/call-cmds.h b/gdb/call-cmds.h index 2d2ae92e0a1..a65a94d75f7 100644 --- a/gdb/call-cmds.h +++ b/gdb/call-cmds.h @@ -6,7 +6,7 @@ 2000-12-01 fnasser@redhat.com */ /* Prototypes for GDB commands that are called internally by other functions. - Copyright (C) 1992, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1992, 2000, 2001, 2007 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/charset.c b/gdb/charset.c index ce7f39d8990..3cdab26b6bd 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -1,6 +1,6 @@ /* Character set conversion support for GDB. - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.h b/gdb/charset.h index d4bd1bc9910..b5d969200d0 100644 --- a/gdb/charset.h +++ b/gdb/charset.h @@ -1,5 +1,5 @@ /* Character set conversion support for GDB. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli-out.c b/gdb/cli-out.c index 12a4f5ef9de..c2010a39a4e 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -1,6 +1,6 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999, 2000, 2002, 2003, 2005 + Copyright (C) 1999, 2000, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/cli-out.h b/gdb/cli-out.h index d7eb85d95b9..20a14103355 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -1,5 +1,5 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 5359ed47264..e26a916d1a8 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1,6 +1,6 @@ /* GDB CLI commands. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index 6d97b19725d..ffdbe7467f4 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (c) 2000,2006 Free Software Foundation, Inc. + Copyright (c) 2000,2006,2007 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/cli/cli-decode.c b/gdb/cli/cli-decode.c index 861d12a1fac..e7c72c5ba47 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -1,7 +1,7 @@ /* Handle lists of commands, their decoding and documentation, for GDB. - Copyright (c) 1986, 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2004 Free - Software Foundation, Inc. + Copyright (c) 1986, 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2004, 2007 + 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/cli/cli-decode.h b/gdb/cli/cli-decode.h index cad39fb495a..65082fed095 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -1,6 +1,6 @@ /* Header file for GDB command decoding library. - Copyright (c) 2000, 2003 Free Software Foundation, Inc. + Copyright (c) 2000, 2003, 2007 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/cli/cli-dump.c b/gdb/cli/cli-dump.c index f09c2f812d5..bbe9d23433e 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -1,6 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2002, 2005 Free Software Foundation, Inc. + Copyright (c) 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/cli/cli-dump.h b/gdb/cli/cli-dump.h index 92d619bde8b..d47000c3179 100644 --- a/gdb/cli/cli-dump.h +++ b/gdb/cli/cli-dump.h @@ -1,6 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2001, 2005 Free Software Foundation, Inc. + Copyright (c) 2001, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-interp.c b/gdb/cli/cli-interp.c index 38ee12d29cb..0440fb70793 100644 --- a/gdb/cli/cli-interp.c +++ b/gdb/cli/cli-interp.c @@ -1,6 +1,6 @@ /* CLI Definitions for GDB, the GNU debugger. - Copyright (c) 2002, 2003 Free Software Foundation, Inc. + Copyright (c) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index e011749ec9c..5004a26d7f5 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -1,6 +1,6 @@ /* Command-line output logging for GDB, the GNU debugger. - Copyright (c) 2003, 2004 Free Software Foundation, Inc. + Copyright (c) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index ec11eef31b5..a27e971c017 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1,7 +1,7 @@ /* GDB CLI command scripting. - Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 + Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h index 6f0fc9c2c53..ccbbe014795 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (c) 2000, 2002 Free Software Foundation, Inc. + Copyright (c) 2000, 2002, 2007 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/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index c63c1831db7..8baa47bfec3 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -1,6 +1,6 @@ /* Handle set and show GDB commands. - Copyright (c) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (c) 2000, 2001, 2002, 2003, 2007 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/cli/cli-setshow.h b/gdb/cli/cli-setshow.h index 232f68d8f4b..e0e55fda07c 100644 --- a/gdb/cli/cli-setshow.h +++ b/gdb/cli/cli-setshow.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI set and show commands implementation. - Copyright (c) 2000, 2001 Free Software Foundation, Inc. + Copyright (c) 2000, 2001, 2007 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/cli/cli-utils.c b/gdb/cli/cli-utils.c index 3a5feeeb017..74badec970f 100644 --- a/gdb/cli/cli-utils.c +++ b/gdb/cli/cli-utils.c @@ -1,5 +1,5 @@ /* GDB CLI utility library. - Copyright (c) 2001 Free Software Foundation, Inc. + Copyright (c) 2001, 2007 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/cli/cli-utils.h b/gdb/cli/cli-utils.h index 939ff8c2a7a..3c1f6ede028 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI utility library. - Copyright (c) 2001 Free Software Foundation, Inc. + Copyright (c) 2001, 2007 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/coff-pe-read.c b/gdb/coff-pe-read.c index 0910eb8231e..bf92b4bf655 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -2,7 +2,7 @@ convert to internal format, for GDB. Used as a last resort if no debugging symbols recognized. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-pe-read.h b/gdb/coff-pe-read.h index fa20dc310a3..33806bebee1 100644 --- a/gdb/coff-pe-read.h +++ b/gdb/coff-pe-read.h @@ -1,6 +1,6 @@ /* Interface to coff-pe-read.c (portable-executable-specific symbol reader). - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c index 0af6a4f9170..e1de1220889 100644 --- a/gdb/coff-solib.c +++ b/gdb/coff-solib.c @@ -1,5 +1,6 @@ /* Handle COFF SVR3 shared libraries for GDB, the GNU Debugger. - Copyright (C) 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1998, 1999, 2000, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index 8a201031b75..c115a40cadc 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -1,5 +1,6 @@ /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger. - Copyright (C) 1992, 1993, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1998, 1999, 2000, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coffread.c b/gdb/coffread.c index e90e925faee..d01bbc6ee72 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -1,6 +1,6 @@ /* Read coff symbol tables and convert to internal format, for GDB. Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu). diff --git a/gdb/command.h b/gdb/command.h index 44845fccb9d..67be0915f26 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -1,7 +1,7 @@ /* Header file for command-reading library command.c. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1999, - 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, + 2002, 2004, 2007 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/complaints.c b/gdb/complaints.c index b71d0fa0f01..8d1321c985b 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -1,7 +1,7 @@ /* Support for complaint handling during symbol reading in GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2000, 2002, - 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2000, 2002, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/complaints.h b/gdb/complaints.h index 1d6f522e163..681517f5aa4 100644 --- a/gdb/complaints.h +++ b/gdb/complaints.h @@ -1,7 +1,7 @@ /* Definitions for complaint handling during symbol reading in GDB. - Copyright (C) 1990, 1991, 1992, 1995, 1998, 2000, 2002 Free Software - Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1995, 1998, 2000, 2002, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.c b/gdb/completer.c index 7eab42706e5..3656be1d6de 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -1,5 +1,5 @@ /* Line completion stuff for GDB, the GNU debugger. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.h b/gdb/completer.h index 314be058ff9..59ec3fbaae0 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -1,5 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 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/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h index 390cf8039c7..9fe362c69a4 100644 --- a/gdb/config/alpha/nm-linux.h +++ b/gdb/config/alpha/nm-linux.h @@ -1,6 +1,6 @@ /* Native definitions for alpha running GNU/Linux. - Copyright 1993, 1994, 1996, 1998, 2000, 2001, 2002, 2003 + Copyright 1993, 1994, 1996, 1998, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h index 927558c7e14..bcc2d39ab60 100644 --- a/gdb/config/alpha/nm-osf.h +++ b/gdb/config/alpha/nm-osf.h @@ -1,7 +1,7 @@ /* Native definitions for alpha running OSF/1. - Copyright 1993, 1994, 1995, 1998, 2000, 2004 Free Software - Foundation, Inc. + Copyright 1993, 1994, 1995, 1998, 2000, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/alpha/nm-osf2.h b/gdb/config/alpha/nm-osf2.h index cbd232c0834..8057cbd0229 100644 --- a/gdb/config/alpha/nm-osf2.h +++ b/gdb/config/alpha/nm-osf2.h @@ -1,5 +1,5 @@ /* Native definitions for alpha running OSF/1-2.x, using procfs. - Copyright 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright 1995, 1996, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/alpha/nm-osf3.h b/gdb/config/alpha/nm-osf3.h index e2818d51afc..e9580df1c61 100644 --- a/gdb/config/alpha/nm-osf3.h +++ b/gdb/config/alpha/nm-osf3.h @@ -1,5 +1,5 @@ /* Native definitions for alpha running OSF/1-3.x and higher, using procfs. - Copyright 1995 Free Software Foundation, Inc. + Copyright 1995, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index f5e95e96551..637faa14565 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -1,8 +1,8 @@ /* Definitions to make GDB run on an Alpha box under OSF1. This is also used by the Alpha/Netware and Alpha GNU/Linux targets. - Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2004 Free - Software Foundation, Inc. + Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/arm/nm-linux.h b/gdb/config/arm/nm-linux.h index 1d7bbaa8650..0e2cdf58c09 100644 --- a/gdb/config/arm/nm-linux.h +++ b/gdb/config/arm/nm-linux.h @@ -1,5 +1,5 @@ /* Definitions to make GDB run on an ARM based machine under GNU/Linux. - Copyright 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/arm/nm-nbsdaout.h b/gdb/config/arm/nm-nbsdaout.h index 88e42c5aeda..82f152a7195 100644 --- a/gdb/config/arm/nm-nbsdaout.h +++ b/gdb/config/arm/nm-nbsdaout.h @@ -1,5 +1,6 @@ /* Native-dependent definitions for ARM running NetBSD, for GDB. - Copyright 1986, 1987, 1989, 1992, 1994, 1999 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 1994, 1999, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h index afc06a8b530..a3d9ba63213 100644 --- a/gdb/config/arm/tm-arm.h +++ b/gdb/config/arm/tm-arm.h @@ -1,6 +1,6 @@ /* Definitions to target GDB to ARM targets. - Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h index f72b30a53ca..baaecf50072 100644 --- a/gdb/config/arm/tm-embed.h +++ b/gdb/config/arm/tm-embed.h @@ -1,6 +1,6 @@ /* Definitions to target GDB to ARM embedded systems. - Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/arm/tm-wince.h b/gdb/config/arm/tm-wince.h index 82f97ad7b8f..c95c9b4bab5 100644 --- a/gdb/config/arm/tm-wince.h +++ b/gdb/config/arm/tm-wince.h @@ -1,5 +1,5 @@ /* Definitions to target GDB for Windows CE target - Copyright 2000 Free Software Foundation, Inc. + Copyright 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index 381a53b58d5..75b61d19933 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -5,7 +5,8 @@ # configuring other GNU programs for DJGPP. # #===================================================================== -# Copyright 1997,1999,2000,2001,2002,2003,2005 Free Software Foundation, Inc. +# Copyright 1997,1999,2000,2001,2002,2003,2005,2007 +# Free Software Foundation, Inc. # # Originally written by Robert Hoehne, revised by Eli Zaretskii. # This file is part of GDB. diff --git a/gdb/config/frv/tm-frv.h b/gdb/config/frv/tm-frv.h index 2c65f2c48e7..4575d172519 100644 --- a/gdb/config/frv/tm-frv.h +++ b/gdb/config/frv/tm-frv.h @@ -1,5 +1,5 @@ /* Target definitions for the Fujitsu FR-V, for GDB, the GNU Debugger. - Copyright 2000, 2004 Free Software Foundation, Inc. + Copyright 2000, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-cygwin.h b/gdb/config/i386/nm-cygwin.h index ed730b83164..4b6bd471f70 100644 --- a/gdb/config/i386/nm-cygwin.h +++ b/gdb/config/i386/nm-cygwin.h @@ -1,5 +1,5 @@ /* Native definitions for Intel x86 running CYGWIN. - Copyright 2002, 2006 Free Software Foundation, Inc. + Copyright 2002, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h index e29d9e4ef3f..a3afeced06c 100644 --- a/gdb/config/i386/nm-fbsd.h +++ b/gdb/config/i386/nm-fbsd.h @@ -1,7 +1,7 @@ /* Native-dependent definitions for FreeBSD/i386. - Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, - 2004, 2005 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-go32.h b/gdb/config/i386/nm-go32.h index 5947b745c0e..68952d84eec 100644 --- a/gdb/config/i386/nm-go32.h +++ b/gdb/config/i386/nm-go32.h @@ -1,5 +1,5 @@ /* Native definitions for Intel x86 running DJGPP. - Copyright 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright 1997, 1998, 1999, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-i386.h b/gdb/config/i386/nm-i386.h index 26215ebb1f0..303ba567340 100644 --- a/gdb/config/i386/nm-i386.h +++ b/gdb/config/i386/nm-i386.h @@ -1,5 +1,5 @@ /* Native macro definitions for GDB on an Intel i[3456]86. - Copyright 2001, 2004 Free Software Foundation, Inc. + Copyright 2001, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-i386gnu.h b/gdb/config/i386/nm-i386gnu.h index e3b5eff7bab..c716c4f0edf 100644 --- a/gdb/config/i386/nm-i386gnu.h +++ b/gdb/config/i386/nm-i386gnu.h @@ -1,5 +1,5 @@ /* Native-dependent definitions for Intel 386 running the GNU Hurd - Copyright 1994, 1995, 1996, 2002 Free Software Foundation, Inc. + Copyright 1994, 1995, 1996, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-i386sco.h b/gdb/config/i386/nm-i386sco.h index ec7a3bd97d9..565b1e80fc3 100644 --- a/gdb/config/i386/nm-i386sco.h +++ b/gdb/config/i386/nm-i386sco.h @@ -1,5 +1,5 @@ /* Native support for i386. - Copyright 1986, 1987, 1989, 1992, 1994, 1998, 2000 + Copyright 1986, 1987, 1989, 1992, 1994, 1998, 2000, 2007 Free Software Foundation, Inc. Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988. diff --git a/gdb/config/i386/nm-i386sco4.h b/gdb/config/i386/nm-i386sco4.h index 39d7d50a1a8..4e326940307 100644 --- a/gdb/config/i386/nm-i386sco4.h +++ b/gdb/config/i386/nm-i386sco4.h @@ -1,5 +1,5 @@ /* Native support for SCO 3.2v4. - Copyright 1993 Free Software Foundation, Inc. + Copyright 1993, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. By Ian Lance Taylor <ian@cygnus.com> based on work by Martin Walker <maw@netcom.com>. diff --git a/gdb/config/i386/nm-i386sco5.h b/gdb/config/i386/nm-i386sco5.h index a19afe1c768..3d309f61368 100644 --- a/gdb/config/i386/nm-i386sco5.h +++ b/gdb/config/i386/nm-i386sco5.h @@ -1,5 +1,5 @@ /* Native support for SCO OpenServer 5. - Copyright 1996, 1998, 2002 Free Software Foundation, Inc. + Copyright 1996, 1998, 2002, 2007 Free Software Foundation, Inc. Re-written by J. Kean Johnston <jkj@sco.com>. Originally written by Robert Lipe <robertl@dgii.com>, based on work by Ian Lance Taylor <ian@cygnus.com> and diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h index 797b05ceb6a..01c83b3f61b 100644 --- a/gdb/config/i386/nm-i386sol2.h +++ b/gdb/config/i386/nm-i386sol2.h @@ -1,5 +1,5 @@ /* Native support for i386 running Solaris 2. - Copyright 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-i386v.h b/gdb/config/i386/nm-i386v.h index 2d4eb602206..9ee5c599e4a 100644 --- a/gdb/config/i386/nm-i386v.h +++ b/gdb/config/i386/nm-i386v.h @@ -1,6 +1,6 @@ /* Native support for i386 running System V (pre-SVR4). - Copyright 1986, 1987, 1989, 1992, 1993, 1998, 2000, 2002 + Copyright 1986, 1987, 1989, 1992, 1993, 1998, 2000, 2002, 2007 Free Software Foundation, Inc. Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988. diff --git a/gdb/config/i386/nm-i386v4.h b/gdb/config/i386/nm-i386v4.h index 438dcac7f81..4b3ec8d73fc 100644 --- a/gdb/config/i386/nm-i386v4.h +++ b/gdb/config/i386/nm-i386v4.h @@ -1,5 +1,5 @@ /* Native support for i386 running SVR4. - Copyright 1986, 1987, 1989, 1992, 1993, 1996 + Copyright 1986, 1987, 1989, 1992, 1993, 1996, 2007 Free Software Foundation, Inc. Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988. diff --git a/gdb/config/i386/nm-i386v42mp.h b/gdb/config/i386/nm-i386v42mp.h index a49c4db2a35..6aa83f5ec9a 100644 --- a/gdb/config/i386/nm-i386v42mp.h +++ b/gdb/config/i386/nm-i386v42mp.h @@ -1,5 +1,5 @@ /* Native support for i386 running SVR4. - Copyright 1986, 1987, 1989, 1992, 1996, 1997, 1998 + Copyright 1986, 1987, 1989, 1992, 1996, 1997, 1998, 2007 Free Software Foundation, Inc. Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988. diff --git a/gdb/config/i386/nm-linux.h b/gdb/config/i386/nm-linux.h index f6af1af0f6d..477902687e2 100644 --- a/gdb/config/i386/nm-linux.h +++ b/gdb/config/i386/nm-linux.h @@ -1,8 +1,7 @@ /* Native support for GNU/Linux x86. - Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2005 - Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-linux64.h b/gdb/config/i386/nm-linux64.h index 5d1568cbba8..92b220e3775 100644 --- a/gdb/config/i386/nm-linux64.h +++ b/gdb/config/i386/nm-linux64.h @@ -1,6 +1,6 @@ /* Native support for GNU/Linux x86-64. - Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/config/i386/tm-i386sol2.h b/gdb/config/i386/tm-i386sol2.h index fa5c8053a4d..1c11e6f5593 100644 --- a/gdb/config/i386/tm-i386sol2.h +++ b/gdb/config/i386/tm-i386sol2.h @@ -1,6 +1,6 @@ /* Macro definitions for GDB on an Intel i386 running Solaris 2. - Copyright 1998, 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/tm-linux.h b/gdb/config/i386/tm-linux.h index 773702185c4..d662c956a6b 100644 --- a/gdb/config/i386/tm-linux.h +++ b/gdb/config/i386/tm-linux.h @@ -1,7 +1,7 @@ /* Definitions to target GDB to GNU/Linux on 386. - Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2004 Free Software Foundation, Inc. + Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/ia64/nm-linux.h b/gdb/config/ia64/nm-linux.h index 8f66649f782..ce3addc7564 100644 --- a/gdb/config/ia64/nm-linux.h +++ b/gdb/config/ia64/nm-linux.h @@ -1,7 +1,6 @@ /* Native support for GNU/Linux, for GDB, the GNU debugger. - Copyright 1999, 2000, 2001, 2004, 2005 - Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/ia64/tm-linux.h b/gdb/config/ia64/tm-linux.h index ea95511dbbf..5c8db313005 100644 --- a/gdb/config/ia64/tm-linux.h +++ b/gdb/config/ia64/tm-linux.h @@ -1,6 +1,6 @@ /* Definitions to target GDB to GNU/Linux on ia64. - Copyright 1992, 1993, 2000, 2004, 2005 Free Software Foundation, Inc. + Copyright 1992, 1993, 2000, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/m32r/nm-linux.h b/gdb/config/m32r/nm-linux.h index ecfeebad88a..27b596ef9a6 100644 --- a/gdb/config/m32r/nm-linux.h +++ b/gdb/config/m32r/nm-linux.h @@ -1,5 +1,5 @@ /* Definitions to make GDB run on an M32R based machine under GNU/Linux. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/m68k/nm-linux.h b/gdb/config/m68k/nm-linux.h index 9b6208b3ffd..c02868e5e0d 100644 --- a/gdb/config/m68k/nm-linux.h +++ b/gdb/config/m68k/nm-linux.h @@ -1,5 +1,5 @@ /* Native support for linux, for GDB, the GNU debugger. - Copyright 1996, 1998, 2000 Free Software Foundation, Inc. + Copyright 1996, 1998, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/m68k/tm-cisco.h b/gdb/config/m68k/tm-cisco.h index 0b60444ddc8..95b22413ece 100644 --- a/gdb/config/m68k/tm-cisco.h +++ b/gdb/config/m68k/tm-cisco.h @@ -1,5 +1,5 @@ /* Parameters for CISCO m68k. - Copyright 1994, 1996, 2000 Free Software Foundation, Inc. + Copyright 1994, 1996, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/m68k/tm-monitor.h b/gdb/config/m68k/tm-monitor.h index 02d550d937a..7ae6cec77a8 100644 --- a/gdb/config/m68k/tm-monitor.h +++ b/gdb/config/m68k/tm-monitor.h @@ -1,5 +1,5 @@ /* Target machine definitions for a generic m68k monitor/emulator. - Copyright 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1998, 1999, 2003 + Copyright 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1998, 1999, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/m68k/tm-os68k.h b/gdb/config/m68k/tm-os68k.h index 057cc7afbef..f2c83af00b0 100644 --- a/gdb/config/m68k/tm-os68k.h +++ b/gdb/config/m68k/tm-os68k.h @@ -1,5 +1,6 @@ /* Parameters for execution on os68k's, for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991, 1998, 2003 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 1998, 2003, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/config/mips/nm-irix5.h b/gdb/config/mips/nm-irix5.h index a253973d5e8..d775af141d8 100644 --- a/gdb/config/mips/nm-irix5.h +++ b/gdb/config/mips/nm-irix5.h @@ -1,6 +1,6 @@ /* Definitions for native support of irix5. - Copyright 1993, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1993, 1996, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/mips/nm-linux.h b/gdb/config/mips/nm-linux.h index 8fd21930a45..1f875edada9 100644 --- a/gdb/config/mips/nm-linux.h +++ b/gdb/config/mips/nm-linux.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for GNU/Linux on MIPS. - Copyright 1996, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 1996, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 15198971fe7..6e49e27169b 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -1,6 +1,6 @@ /* Target-dependent definitions for GNU/Linux MIPS. - Copyright 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright 2001, 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h index 4e490821ae2..8d28bf181e9 100644 --- a/gdb/config/mips/tm-nbsd.h +++ b/gdb/config/mips/tm-nbsd.h @@ -1,5 +1,5 @@ /* Target-dependent definitions for NetBSD/mips. - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/config/mips/tm-wince.h b/gdb/config/mips/tm-wince.h index 0e817a31682..b7e9248f23f 100644 --- a/gdb/config/mips/tm-wince.h +++ b/gdb/config/mips/tm-wince.h @@ -1,6 +1,6 @@ /* Definitions to make GDB run on a Windows CE system. - Copyright 2000 Free Software Foundation, Inc. + Copyright 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index 7c06862c9f9..351ea7476da 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -1,6 +1,6 @@ /* Native support for GNU/Linux. - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-lynx.h b/gdb/config/nm-lynx.h index a3f1ca3c73d..2163e8bb28e 100644 --- a/gdb/config/nm-lynx.h +++ b/gdb/config/nm-lynx.h @@ -1,7 +1,7 @@ /* Native-dependent definitions for LynxOS. - Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2003 Free Software - Foundation, Inc. + Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-nbsd.h b/gdb/config/nm-nbsd.h index 311d450e0c7..0cacedb7501 100644 --- a/gdb/config/nm-nbsd.h +++ b/gdb/config/nm-nbsd.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for NetBSD. - Copyright 1994, 1996, 1999, 2004 Free Software Foundation, Inc. + Copyright 1994, 1996, 1999, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-nbsdaout.h b/gdb/config/nm-nbsdaout.h index 026f1ed8d50..87ae7235d0c 100644 --- a/gdb/config/nm-nbsdaout.h +++ b/gdb/config/nm-nbsdaout.h @@ -1,5 +1,5 @@ /* Native-dependent definitions for NetBSD a.out. - Copyright 1994, 1996, 1999 Free Software Foundation, Inc. + Copyright 1994, 1996, 1999, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-nto.h b/gdb/config/nm-nto.h index 3ef78c6b9f4..ab8aa372e04 100644 --- a/gdb/config/nm-nto.h +++ b/gdb/config/nm-nto.h @@ -1,6 +1,6 @@ /* Native support for QNX Neutrino version 6. - Copyright 2003,2006 Free Software Foundation, Inc. + Copyright 2003,2006,2007 Free Software Foundation, Inc. This code was donated by QNX Software Systems Ltd. diff --git a/gdb/config/pa/nm-linux.h b/gdb/config/pa/nm-linux.h index 08b79156aab..cfe09741bdb 100644 --- a/gdb/config/pa/nm-linux.h +++ b/gdb/config/pa/nm-linux.h @@ -1,5 +1,5 @@ /* Native support for GNU/Linux, for GDB, the GNU debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 8bf2535cb13..b203cd81eeb 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -1,8 +1,7 @@ /* Parameters for execution on any Hewlett-Packard PA-RISC machine. - Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, + 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h index aca4d161298..d1f726f72a8 100644 --- a/gdb/config/pa/tm-hppah.h +++ b/gdb/config/pa/tm-hppah.h @@ -1,5 +1,5 @@ /* Parameters for execution on an HP PA-RISC machine, running HPUX, for GDB. - Copyright 1991, 1992, 1995, 1998, 2002, 2003, 2004 + Copyright 1991, 1992, 1995, 1998, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by the Center for Software Science at the diff --git a/gdb/config/powerpc/nm-aix.h b/gdb/config/powerpc/nm-aix.h index 8dd21045e91..7f7d1333671 100644 --- a/gdb/config/powerpc/nm-aix.h +++ b/gdb/config/powerpc/nm-aix.h @@ -1,5 +1,5 @@ /* IBM PowerPC native-dependent macros for GDB, the GNU debugger. - Copyright 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index 70c7fe3844f..8678c2ce3f0 100644 --- a/gdb/config/powerpc/nm-linux.h +++ b/gdb/config/powerpc/nm-linux.h @@ -1,5 +1,5 @@ /* IBM PowerPC native-dependent macros for GDB, the GNU debugger. - Copyright 1995, 2000 Free Software Foundation, Inc. + Copyright 1995, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/nm-ppc64-linux.h b/gdb/config/powerpc/nm-ppc64-linux.h index 5d1c7b6d9e0..8bac9925477 100644 --- a/gdb/config/powerpc/nm-ppc64-linux.h +++ b/gdb/config/powerpc/nm-ppc64-linux.h @@ -1,5 +1,5 @@ /* IBM PowerPC64 native-dependent macros for GDB, the GNU debugger. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h index 6b213e28913..563934402d3 100644 --- a/gdb/config/powerpc/tm-linux.h +++ b/gdb/config/powerpc/tm-linux.h @@ -1,6 +1,6 @@ /* Definitions to target GDB to GNU/Linux on PowerPC. - Copyright 1992, 1993, 2000, 2002 Free Software Foundation, Inc. + Copyright 1992, 1993, 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h index 009cb77cde6..028d2b5965b 100644 --- a/gdb/config/powerpc/tm-ppc-eabi.h +++ b/gdb/config/powerpc/tm-ppc-eabi.h @@ -1,5 +1,5 @@ /* Macro definitions for Power PC running embedded ABI. - Copyright 1995, 1996, 1997, 1998, 1999, 2000 + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/rs6000/nm-rs6000.h b/gdb/config/rs6000/nm-rs6000.h index ee5f918ca63..3203c607e47 100644 --- a/gdb/config/rs6000/nm-rs6000.h +++ b/gdb/config/rs6000/nm-rs6000.h @@ -1,5 +1,5 @@ /* IBM RS/6000 native-dependent macros for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1996, 1999, 2000, 2001 + Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1996, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h index 6fa16395af3..f6cf70fe5ac 100644 --- a/gdb/config/rs6000/tm-rs6000.h +++ b/gdb/config/rs6000/tm-rs6000.h @@ -1,7 +1,7 @@ /* Parameters for target execution on an RS6000, for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000, 2004, 2007 Free Software Foundation, Inc. Contributed by IBM Corporation. diff --git a/gdb/config/rs6000/tm-rs6000ly.h b/gdb/config/rs6000/tm-rs6000ly.h index a8536d6042d..3017df0b38e 100644 --- a/gdb/config/rs6000/tm-rs6000ly.h +++ b/gdb/config/rs6000/tm-rs6000ly.h @@ -1,5 +1,5 @@ /* Macro definitions for RS6000 running under LynxOS. - Copyright 1993, 2000 Free Software Foundation, Inc. + Copyright 1993, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/s390/nm-linux.h b/gdb/config/s390/nm-linux.h index 8f9b6a84a26..81ba4939d48 100644 --- a/gdb/config/s390/nm-linux.h +++ b/gdb/config/s390/nm-linux.h @@ -1,6 +1,6 @@ /* Native support for GNU/Linux on S390. - Copyright 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc. Ported by D.J. Barrow for IBM Deutschland Entwicklung GmbH, IBM Corporation. derived from i390-nmlinux.h diff --git a/gdb/config/sh/tm-nbsd.h b/gdb/config/sh/tm-nbsd.h index 6aabe1ea056..c22c16c3919 100644 --- a/gdb/config/sh/tm-nbsd.h +++ b/gdb/config/sh/tm-nbsd.h @@ -1,5 +1,5 @@ /* Target-dependent definitions for SuperH running NetBSD, for GDB. - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index b6a4fb525b2..54cf739f015 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -1,5 +1,5 @@ /* Target-specific definition for a Renesas Super-H. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h index cbe570b16d0..f1dc6797a11 100644 --- a/gdb/config/sh/tm-wince.h +++ b/gdb/config/sh/tm-wince.h @@ -1,5 +1,5 @@ /* Target-specific definition for Window CE - Copyright 2000 Free Software Foundation, Inc. + Copyright 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/sparc/nm-linux.h b/gdb/config/sparc/nm-linux.h index cfab3893ca5..24d4ac0fd0b 100644 --- a/gdb/config/sparc/nm-linux.h +++ b/gdb/config/sparc/nm-linux.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for GNU/Linux SPARC. - Copyright 1989, 1992, 1996, 1998, 1999, 2000, 2002, 2003 + Copyright 1989, 1992, 1996, 1998, 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/sparc/nm-sol2.h b/gdb/config/sparc/nm-sol2.h index d95fe6e0983..6e05a09cbd4 100644 --- a/gdb/config/sparc/nm-sol2.h +++ b/gdb/config/sparc/nm-sol2.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for Solaris SPARC. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/sparc/tm-sol2.h b/gdb/config/sparc/tm-sol2.h index 26448835c8f..8b58bd6aae1 100644 --- a/gdb/config/sparc/tm-sol2.h +++ b/gdb/config/sparc/tm-sol2.h @@ -1,6 +1,6 @@ /* Target-dependent definitions for Solaris SPARC. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/vax/nm-vax.h b/gdb/config/vax/nm-vax.h index 78313cacaf8..c0bf2b0edbd 100644 --- a/gdb/config/vax/nm-vax.h +++ b/gdb/config/vax/nm-vax.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for VAXen under 4.2 BSD and ULTRIX. - Copyright 1986, 1987, 1989, 1992, 2004 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/core-aout.c b/gdb/core-aout.c index 403a5ccbbce..873896ae550 100644 --- a/gdb/core-aout.c +++ b/gdb/core-aout.c @@ -1,6 +1,6 @@ /* Extract registers from a "standard" core file, for GDB. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001 Free Software Foundation, Inc. + 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/core-regset.c b/gdb/core-regset.c index ffd9f97c452..3f104860722 100644 --- a/gdb/core-regset.c +++ b/gdb/core-regset.c @@ -1,6 +1,6 @@ /* Machine independent GDB support for core files on systems using "regsets". - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003 + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corefile.c b/gdb/corefile.c index 03e853bb5f4..2b5a392c557 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -1,8 +1,7 @@ /* Core dump and executable file functions above target vector, for GDB. - Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1997, - 1998, 1999, 2000, 2001, 2003, 2006 - Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1997, 1998, + 1999, 2000, 2001, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corelow.c b/gdb/corelow.c index fa61bf3dc24..586ac69afe0 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -1,7 +1,7 @@ /* Core dump and executable file functions below target vector, for GDB. - Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 7dad2b7cc4c..23b5f9a20e1 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -1,6 +1,7 @@ /* Generic code for supporting multiple C++ ABI's - Copyright (C) 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index 1e22dbbfc14..4ddc121bab1 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -3,7 +3,7 @@ Contributed by Daniel Berlin <dberlin@redhat.com> - Copyright (C) 2001, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index ae58d44f420..0916e866c3d 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -1,7 +1,6 @@ /* YACC parser for C++ names, for GDB. - Copyright (C) 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Parts of the lexer are based on c-exp.y from GDB. diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index 669e616fb70..f6ea710bce5 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/cp-support.c b/gdb/cp-support.c index ba4e891e19c..7c3f8abd596 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/cp-support.h b/gdb/cp-support.h index a8e973d26a1..74201508a9d 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. Namespace support contributed by David Carlton. diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index 911c924f315..b69ab2240eb 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -1,8 +1,7 @@ /* Support for printing C++ values for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 2000, 2001, 2002, 2003, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c index bbc05c91d25..422f8c23cf0 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -1,5 +1,5 @@ /* Remote debugging interface for CPU32Bug Rom monitor for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Written by Stu Grossman of Cygnus Support diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 4e1540e212e..862a4a5effd 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -1,6 +1,6 @@ /* Target dependent code for CRIS, for GDB, the GNU debugger. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Axis Communications AB. diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c index 19ad31f45ff..a299088e3a2 100644 --- a/gdb/dbug-rom.c +++ b/gdb/dbug-rom.c @@ -1,5 +1,6 @@ /* Remote debugging interface to dBUG ROM monitor for GDB, the GNU debugger. - Copyright (C) 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2007 + Free Software Foundation, Inc. Written by Stan Shebs of Cygnus Support. diff --git a/gdb/dcache.c b/gdb/dcache.c index 36c645f408a..10f0f95392e 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -1,7 +1,7 @@ /* Caching code for GDB, the GNU debugger. - Copyright (C) 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003 Free - Software Foundation, Inc. + Copyright (C) 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dcache.h b/gdb/dcache.h index d9de30baeb2..ea4018ff24e 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -1,7 +1,7 @@ /* Declarations for caching. Typically used by remote back ends for caching remote memory. - Copyright (C) 1992, 1993, 1995, 1999, 2000, 2001 + Copyright (C) 1992, 1993, 1995, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/defs.h b/gdb/defs.h index f7dfbacabd9..3ab633eb98c 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1,7 +1,7 @@ /* *INDENT-OFF* */ /* ATTR_FORMAT confuses indent, avoid running it for now */ /* Basic, host-specific, and target-specific definitions for GDB. Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/demangle.c b/gdb/demangle.c index c6027c67293..fe46f818c6a 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -1,7 +1,7 @@ /* Basic C++ demangling support for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, - 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + 2003, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/dictionary.c b/gdb/dictionary.c index a99c8d85cee..bae1c0183e9 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -1,6 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. Contributed by David Carlton <carlton@bactrian.org> and by Kealia, Inc. diff --git a/gdb/dictionary.h b/gdb/dictionary.h index 64fbb93e686..768791dc05c 100644 --- a/gdb/dictionary.h +++ b/gdb/dictionary.h @@ -1,6 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. Contributed by David Carlton <carlton@bactrian.org> and by Kealia, Inc. diff --git a/gdb/dink32-rom.c b/gdb/dink32-rom.c index 65f987255a9..26609c6c1e8 100644 --- a/gdb/dink32-rom.c +++ b/gdb/dink32-rom.c @@ -1,6 +1,6 @@ /* Remote debugging interface for DINK32 (PowerPC) ROM monitor for GDB, the GNU debugger. - Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/disasm.c b/gdb/disasm.c index 1c9627358d6..1c050c93324 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1,6 +1,6 @@ /* Disassemble support for GDB. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/disasm.h b/gdb/disasm.h index 8fb4ae4b99e..b96ad3097ff 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -1,5 +1,5 @@ /* Disassemble support for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 13792e13340..2f5eed5c24b 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -1,5 +1,5 @@ -##Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2002, 2003 -##Free Software Foundation, Inc. +##Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2002, 2003, +##2007 Free Software Foundation, Inc. # Makefile for GDB documentation. # This file is part of GDB. diff --git a/gdb/doublest.c b/gdb/doublest.c index eb39f450534..0f92fdf4900 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -1,7 +1,7 @@ /* Floating point routines for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/doublest.h b/gdb/doublest.h index 1ebefd81308..f2890dd23d9 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -1,7 +1,7 @@ /* Floating point definitions for GDB. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dsrec.c b/gdb/dsrec.c index 51a729d17b1..344dbe20b79 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -1,5 +1,5 @@ /* S-record download support for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004 + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 9a333ccbbe5..ec6e8b56b93 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -1,8 +1,8 @@ /* Code dealing with dummy stack frames, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free - Software Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index c6aef72328e..c0504c716a4 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -1,6 +1,6 @@ /* Code dealing with dummy stack frames, for GDB, the GNU debugger. - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index 2f3751b4442..da1d3d4a40c 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -1,6 +1,6 @@ /* Frame unwinder for frames with DWARF Call Frame Information. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Mark Kettenis. diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h index 15f456d7575..a92a79d244a 100644 --- a/gdb/dwarf2-frame.h +++ b/gdb/dwarf2-frame.h @@ -1,6 +1,6 @@ /* Frame unwinder for frames with DWARF Call Frame Information. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Mark Kettenis. diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index fdff8eaa851..8464f3ba625 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -1,6 +1,6 @@ /* DWARF 2 Expression Evaluator. - Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@dberlin.org) diff --git a/gdb/dwarf2expr.h b/gdb/dwarf2expr.h index cc5c4f322b4..ef85275e3c9 100644 --- a/gdb/dwarf2expr.h +++ b/gdb/dwarf2expr.h @@ -1,6 +1,6 @@ /* DWARF 2 Expression Evaluator. - Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Daniel Berlin <dan@dberlin.org>. diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 1b29dc9a0b0..684a9bc22fc 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -1,6 +1,6 @@ /* DWARF 2 location expression support for GDB. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Daniel Jacobowitz, MontaVista Software, Inc. diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h index 5b6ebe20b82..901b87c80e6 100644 --- a/gdb/dwarf2loc.h +++ b/gdb/dwarf2loc.h @@ -1,6 +1,6 @@ /* DWARF 2 location expression support for GDB. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index d917e295eb7..37075f6027b 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -1,8 +1,7 @@ /* DWARF 2 debugging format support for GDB. - Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted by Gary Funck (gary@intrepid.com), Intrepid Technology, Inc. with support from Florida State University (under contract diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 7afc9338622..6171b1a1c68 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -1,7 +1,7 @@ /* DWARF debugging format support for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. Portions based on dbxread.c, mipsread.c, coffread.c, and dwarfread.c from a Data General SVR4 gdb port. diff --git a/gdb/elfread.c b/gdb/elfread.c index d642b7ff7fc..646b314a1ca 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -1,7 +1,7 @@ /* Read ELF (Executable and Linking Format) object files for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/environ.c b/gdb/environ.c index b71586b8111..a752d57ad67 100644 --- a/gdb/environ.c +++ b/gdb/environ.c @@ -1,7 +1,7 @@ /* environ.c -- library for manipulating environments for GNU. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2005 - 2003 Free Software Foundation, Inc. + 2003, 2007 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/environ.h b/gdb/environ.h index 9de2383786b..4d3965e673e 100644 --- a/gdb/environ.h +++ b/gdb/environ.h @@ -1,5 +1,5 @@ /* Header for environment manipulation library. - Copyright (C) 1989, 1992, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 2000, 2005, 2007 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/eval.c b/gdb/eval.c index 4954e9fbaf1..5d1dc735d4e 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -1,7 +1,7 @@ /* Evaluate expressions for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/event-loop.c b/gdb/event-loop.c index 671528f25b4..2c71de34999 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -1,5 +1,5 @@ /* Event loop machinery for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. diff --git a/gdb/event-loop.h b/gdb/event-loop.h index 95b9f846f4a..274948f824f 100644 --- a/gdb/event-loop.h +++ b/gdb/event-loop.h @@ -1,5 +1,5 @@ /* Definitions used by the GDB event loop. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdb/event-top.c b/gdb/event-top.c index d7d6d972fda..400c8127a61 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007 + Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. diff --git a/gdb/event-top.h b/gdb/event-top.h index f62b177f6b8..dfff0fabfa7 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -1,6 +1,6 @@ /* Definitions used by event-top.c, for GDB, the GNU debugger. - Copyright (C) 1999, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2003, 2007 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 448697950e8..28ae3f08e69 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -1,7 +1,7 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exceptions.h b/gdb/exceptions.h index 47ce0771c37..f0542bfed40 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -1,7 +1,7 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exec.c b/gdb/exec.c index 4ef2f7acd68..fde35eb92eb 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -1,8 +1,7 @@ /* Work with executable files, for GDB. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, - Inc. + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exec.h b/gdb/exec.h index 816adc11bea..de384820a82 100644 --- a/gdb/exec.h +++ b/gdb/exec.h @@ -1,6 +1,6 @@ /* Work with executable files, for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/expprint.c b/gdb/expprint.c index f64c3e984ea..7191ee3e99b 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -1,7 +1,7 @@ /* Print in infix form a struct expression. Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2003 Free Software Foundation, Inc. + 1998, 1999, 2000, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/expression.h b/gdb/expression.h index 4d9205d7d85..8005f3e1f26 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -1,7 +1,7 @@ /* Definitions for expressions stored in reversed prefix form, for GDB. - Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005 Free Software - Foundation, Inc. + Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/f-exp.y b/gdb/f-exp.y index 64ac9becf25..f87937373a2 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -1,6 +1,6 @@ /* YACC parser for Fortran expressions, for GDB. Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 2000, 2001, - 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C parser by Farooq Butt (fmbutt@engage.sps.mot.com). diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 69da5e0e0b7..46fb39cfa95 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -1,7 +1,7 @@ /* Fortran language support routines for GDB, the GNU debugger. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, + 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C parser by Farooq Butt (fmbutt@engage.sps.mot.com). diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 249d2df5d57..1ed1d98a7ab 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -1,7 +1,7 @@ /* Fortran language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1993, 1994, 1995, 1998, 2000, 2005 Free Software - Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1998, 2000, 2005, 2007 + Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C definitions by Farooq Butt (fmbutt@engage.sps.mot.com). diff --git a/gdb/f-typeprint.c b/gdb/f-typeprint.c index 9c157dade76..8a9652c03e2 100644 --- a/gdb/f-typeprint.c +++ b/gdb/f-typeprint.c @@ -1,7 +1,7 @@ /* Support for printing Fortran types for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1998, - 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1998, 2000, + 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C version by Farooq Butt (fmbutt@engage.sps.mot.com). diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index b83597cf3b0..480074b3ee8 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -1,7 +1,7 @@ /* Support for printing Fortran values for GDB, the GNU debugger. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2005, 2006, + 2007 Free Software Foundation, Inc. Contributed by Motorola. Adapted from the C definitions by Farooq Butt (fmbutt@engage.sps.mot.com), additionally worked over by Stan Shebs. diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index ba1d54484c1..06e2151b471 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 160ce2af995..7763e89cdf2 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/findvar.c b/gdb/findvar.c index 5f76eff3c74..72417248a37 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -1,8 +1,8 @@ /* Find a variable's value in memory, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free - Software Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 44049dc2a1a..9a193cd28d1 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -1,7 +1,7 @@ /* Fork a Unix child process, and set up to debug it, for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/gdb/frame-base.c b/gdb/frame-base.c index a8408906dac..341b62335e7 100644 --- a/gdb/frame-base.c +++ b/gdb/frame-base.c @@ -1,6 +1,6 @@ /* Definitions for frame address handler, for GDB, the GNU debugger. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frame-base.h b/gdb/frame-base.h index 2d71f890234..16729c3eaf1 100644 --- a/gdb/frame-base.h +++ b/gdb/frame-base.h @@ -1,6 +1,6 @@ /* Definitions for a frame base, for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c index e835edfab07..7330078d6ce 100644 --- a/gdb/frame-unwind.c +++ b/gdb/frame-unwind.c @@ -1,6 +1,6 @@ /* Definitions for frame unwinder, for GDB, the GNU debugger. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index 854aeb6924f..e1ac8717c78 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -1,6 +1,6 @@ /* Definitions for a frame unwinder, for GDB, the GNU debugger. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frame.c b/gdb/frame.c index fcd8fdd0899..32a97d7c6f5 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -1,7 +1,7 @@ /* Cache and manage frames for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001, + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frame.h b/gdb/frame.h index a0b41a5269c..47396227439 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -1,7 +1,8 @@ /* Definitions for dealing with stack frames, for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frv-linux-tdep.c b/gdb/frv-linux-tdep.c index 7dce7a86263..dd1f42207ca 100644 --- a/gdb/frv-linux-tdep.c +++ b/gdb/frv-linux-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for GNU/Linux running on the Fujitsu FR-V, for GDB. - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 26685c557dd..9e974d4ac29 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the Fujitsu FR-V, for GDB, the GNU Debugger. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/frv-tdep.h b/gdb/frv-tdep.h index be03862125b..be0394d8602 100644 --- a/gdb/frv-tdep.h +++ b/gdb/frv-tdep.h @@ -1,5 +1,5 @@ /* Architecture-dependent code for the Fujitsu FR-V, for GDB, the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gcore.c b/gdb/gcore.c index 2d22ef96361..00b8ebaaa58 100644 --- a/gdb/gcore.c +++ b/gdb/gcore.c @@ -1,6 +1,6 @@ /* Generate a core file for the inferior process. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb-events.c b/gdb/gdb-events.c index e2ce9638f70..0183438f4e4 100644 --- a/gdb/gdb-events.c +++ b/gdb/gdb-events.c @@ -1,7 +1,7 @@ /* User Interface Events. - Copyright (C) 1999, 2001, 2002, 2004, 2005 Free Software Foundation, - Inc. + Copyright (C) 1999, 2001, 2002, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/gdb-events.h b/gdb/gdb-events.h index 1eb07036d11..02314287bd3 100644 --- a/gdb/gdb-events.h +++ b/gdb/gdb-events.h @@ -1,6 +1,6 @@ /* User Interface Events. - Copyright (C) 1999, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/gdb-events.sh b/gdb/gdb-events.sh index 35279a75081..d392cbc06a4 100755 --- a/gdb/gdb-events.sh +++ b/gdb/gdb-events.sh @@ -2,8 +2,8 @@ # User Interface Events. # -# Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007 +# Free Software Foundation, Inc. # # Contributed by Cygnus Solutions. # diff --git a/gdb/gdb-stabs.h b/gdb/gdb-stabs.h index 34ab68b73b8..b457f2a3ad2 100644 --- a/gdb/gdb-stabs.h +++ b/gdb/gdb-stabs.h @@ -1,5 +1,5 @@ /* Definitions for symbol-reading containing "stabs", for GDB. - Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000 + Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by John Gilmore. diff --git a/gdb/gdb.c b/gdb/gdb.c index a10262df18c..1d18d8cc4a4 100644 --- a/gdb/gdb.c +++ b/gdb/gdb.c @@ -1,5 +1,5 @@ /* Main function for CLI gdb. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb.h b/gdb/gdb.h index 53210066963..f5a1b15effb 100644 --- a/gdb/gdb.h +++ b/gdb/gdb.h @@ -1,6 +1,5 @@ /* Library interface into GDB. - Copyright (C) 1999, 2001 - Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_assert.h b/gdb/gdb_assert.h index 11340b9d6a5..bc5a8d73a15 100644 --- a/gdb/gdb_assert.h +++ b/gdb/gdb_assert.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <assert.h>. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_curses.h b/gdb/gdb_curses.h index ac3cd3d1e39..89ecd7867b0 100644 --- a/gdb/gdb_curses.h +++ b/gdb/gdb_curses.h @@ -1,6 +1,6 @@ /* Portable <curses.h>. - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_dirent.h b/gdb/gdb_dirent.h index be9e8242e16..1d3e908deb8 100644 --- a/gdb/gdb_dirent.h +++ b/gdb/gdb_dirent.h @@ -1,5 +1,5 @@ /* Portable <dirent.h>. - Copyright (C) 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_expat.h b/gdb/gdb_expat.h index b3301826b80..4f40bf617a5 100644 --- a/gdb/gdb_expat.h +++ b/gdb/gdb_expat.h @@ -1,7 +1,6 @@ /* Slightly more portable version of <expat.h>. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_gcore.sh b/gdb/gdb_gcore.sh index c76ddb95087..f2e8819850d 100755 --- a/gdb/gdb_gcore.sh +++ b/gdb/gdb_gcore.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005, 2007 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/gdb_locale.h b/gdb/gdb_locale.h index d9782c88a3f..cc26912d27e 100644 --- a/gdb/gdb_locale.h +++ b/gdb/gdb_locale.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <locale.h>. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index 680555d38e9..07c8b9a3241 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -3,7 +3,7 @@ # Multi-build script for testing compilation of all maintained # configs of GDB. -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. # Contributed by Richard Earnshaw (rearnsha@arm.com) diff --git a/gdb/gdb_obstack.h b/gdb/gdb_obstack.h index cf30611612d..824482db5ac 100644 --- a/gdb/gdb_obstack.h +++ b/gdb/gdb_obstack.h @@ -1,6 +1,6 @@ /* Obstack wrapper for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_proc_service.h b/gdb/gdb_proc_service.h index 408a87b0d4e..7dae10fb3f6 100644 --- a/gdb/gdb_proc_service.h +++ b/gdb/gdb_proc_service.h @@ -1,5 +1,5 @@ /* <proc_service.h> replacement for systems that don't have it. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_ptrace.h b/gdb/gdb_ptrace.h index ab090b87df5..67251c0ef8e 100644 --- a/gdb/gdb_ptrace.h +++ b/gdb/gdb_ptrace.h @@ -1,6 +1,6 @@ /* Portable <sys/ptrace.h> - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_regex.h b/gdb/gdb_regex.h index ef32fd5ceff..7921432c8d4 100644 --- a/gdb/gdb_regex.h +++ b/gdb/gdb_regex.h @@ -1,5 +1,5 @@ /* Portable <regex.h>. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_select.h b/gdb/gdb_select.h index 1054d6e9868..a54cdc496c3 100644 --- a/gdb/gdb_select.h +++ b/gdb/gdb_select.h @@ -1,7 +1,6 @@ /* Slightly more portable version of <sys/select.h>. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_stat.h b/gdb/gdb_stat.h index 9c1f04b7d57..ff081b1cece 100644 --- a/gdb/gdb_stat.h +++ b/gdb/gdb_stat.h @@ -1,5 +1,5 @@ /* Portable <sys/stat.h> - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index 0a3d98e93b1..306ea00e2a3 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -1,6 +1,6 @@ /* Portable <string.h> - Copyright (C) 1995, 1998, 1999, 2000, 2001, 2004 + Copyright (C) 1995, 1998, 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_thread_db.h b/gdb/gdb_thread_db.h index f0a6ff667d9..118d5e6353a 100644 --- a/gdb/gdb_thread_db.h +++ b/gdb/gdb_thread_db.h @@ -11,7 +11,7 @@ typedef unsigned int gdb_uint32_t; #define GDB_UINT32_C(c) c ## U #endif -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gdb/gdb_vfork.h b/gdb/gdb_vfork.h index 44b7b34dc61..d3e2eb03db5 100644 --- a/gdb/gdb_vfork.h +++ b/gdb/gdb_vfork.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for <vfork.h>. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_wait.h b/gdb/gdb_wait.h index 31538dbb1a7..60d756c6a00 100644 --- a/gdb/gdb_wait.h +++ b/gdb/gdb_wait.h @@ -1,5 +1,5 @@ /* Standard wait macros. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 8192ba51667..2efd9252496 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -2,7 +2,7 @@ # Architecture commands for GDB, the GNU debugger. # -# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GDB. diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 29de2d10169..e3257a4e42b 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -6,8 +6,8 @@ fnasser@redhat.com */ /* Header file for GDB-specific command-line stuff. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, - 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000, + 2002, 2007 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/gdbcore.h b/gdb/gdbcore.h index b00ba9d4a8f..eb4b87fd067 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -1,8 +1,7 @@ /* Machine independent variables that describe the core file under GDB. - Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index eda775110ca..d708958ab03 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -1,5 +1,5 @@ # Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/gdbserver/gdb_proc_service.h b/gdb/gdbserver/gdb_proc_service.h index e5aefbdd418..6e595a14759 100644 --- a/gdb/gdbserver/gdb_proc_service.h +++ b/gdb/gdbserver/gdb_proc_service.h @@ -1,5 +1,5 @@ /* <proc_service.h> replacement for systems that don't have it. - Copyright (C) 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c index 34d55bfbb1b..c87d1eec497 100644 --- a/gdb/gdbserver/gdbreplay.c +++ b/gdb/gdbserver/gdbreplay.c @@ -1,5 +1,5 @@ /* Replay a remote debug session logfile for GDB. - Copyright (C) 1996, 1998, 1999, 2000, 2002, 2003, 2005, 2006 + Copyright (C) 1996, 1998, 1999, 2000, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver. diff --git a/gdb/gdbserver/i387-fp.c b/gdb/gdbserver/i387-fp.c index 830729b4f72..cce8790dc2a 100644 --- a/gdb/gdbserver/i387-fp.c +++ b/gdb/gdbserver/i387-fp.c @@ -1,6 +1,5 @@ /* i387-specific utility functions, for the remote server for GDB. - Copyright (C) 2000, 2001, 2002, 2005 - Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/i387-fp.h b/gdb/gdbserver/i387-fp.h index e799415a267..6483b08e8bb 100644 --- a/gdb/gdbserver/i387-fp.h +++ b/gdb/gdbserver/i387-fp.h @@ -1,6 +1,5 @@ /* i387-specific utility functions, for the remote server for GDB. - Copyright (C) 2000, 2001, 2002 - Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/inferiors.c b/gdb/gdbserver/inferiors.c index ff761bc01bd..63587e573b5 100644 --- a/gdb/gdbserver/inferiors.c +++ b/gdb/gdbserver/inferiors.c @@ -1,6 +1,5 @@ /* Inferior process information for the remote server for GDB. - Copyright (C) 2002, 2005 - Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/linux-arm-low.c b/gdb/gdbserver/linux-arm-low.c index c01f97ad893..02340938e7d 100644 --- a/gdb/gdbserver/linux-arm-low.c +++ b/gdb/gdbserver/linux-arm-low.c @@ -1,7 +1,6 @@ /* GNU/Linux/ARM specific low level interface, for the remote server for GDB. Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 - Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-cris-low.c b/gdb/gdbserver/linux-cris-low.c index d331dccd870..283d9165e7e 100644 --- a/gdb/gdbserver/linux-cris-low.c +++ b/gdb/gdbserver/linux-cris-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/CRIS specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-crisv32-low.c b/gdb/gdbserver/linux-crisv32-low.c index b6379f8d9cb..d811b7c7369 100644 --- a/gdb/gdbserver/linux-crisv32-low.c +++ b/gdb/gdbserver/linux-crisv32-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/CRIS specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-i386-low.c b/gdb/gdbserver/linux-i386-low.c index c0daf0b76ca..4710773b77e 100644 --- a/gdb/gdbserver/linux-i386-low.c +++ b/gdb/gdbserver/linux-i386-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/i386 specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-ia64-low.c b/gdb/gdbserver/linux-ia64-low.c index d38be7d2013..55a0040e5cd 100644 --- a/gdb/gdbserver/linux-ia64-low.c +++ b/gdb/gdbserver/linux-ia64-low.c @@ -1,5 +1,5 @@ /* GNU/Linux/IA64 specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 64273b50ae9..eb8ef4835bb 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -1,7 +1,6 @@ /* Low level interface to ptrace, for the remote server for GDB. Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 - Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h index 53c5934af89..aa0102b7327 100644 --- a/gdb/gdbserver/linux-low.h +++ b/gdb/gdbserver/linux-low.h @@ -1,5 +1,5 @@ /* Internal interfaces for the GNU/Linux specific target code for gdbserver. - Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-m32r-low.c b/gdb/gdbserver/linux-m32r-low.c index dc48df95caa..a2ba5072a39 100644 --- a/gdb/gdbserver/linux-m32r-low.c +++ b/gdb/gdbserver/linux-m32r-low.c @@ -1,5 +1,5 @@ /* GNU/Linux/m32r specific low level interface, for the remote server for GDB. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-m68k-low.c b/gdb/gdbserver/linux-m68k-low.c index aa5a5dd5a96..bc01db367f7 100644 --- a/gdb/gdbserver/linux-m68k-low.c +++ b/gdb/gdbserver/linux-m68k-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/m68k specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-mips-low.c b/gdb/gdbserver/linux-mips-low.c index 797d0461f0f..2921b289646 100644 --- a/gdb/gdbserver/linux-mips-low.c +++ b/gdb/gdbserver/linux-mips-low.c @@ -1,5 +1,5 @@ /* GNU/Linux/MIPS specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2006 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-ppc-low.c b/gdb/gdbserver/linux-ppc-low.c index b66dd1dd5df..1b97a985945 100644 --- a/gdb/gdbserver/linux-ppc-low.c +++ b/gdb/gdbserver/linux-ppc-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/PowerPC specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-ppc64-low.c b/gdb/gdbserver/linux-ppc64-low.c index 04022cc6d8d..b0f573cd796 100644 --- a/gdb/gdbserver/linux-ppc64-low.c +++ b/gdb/gdbserver/linux-ppc64-low.c @@ -1,6 +1,6 @@ /* GNU/Linux/PowerPC64 specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-s390-low.c b/gdb/gdbserver/linux-s390-low.c index c2511a5e19d..9ddf9595f2b 100644 --- a/gdb/gdbserver/linux-s390-low.c +++ b/gdb/gdbserver/linux-s390-low.c @@ -1,7 +1,6 @@ /* GNU/Linux S/390 specific low level interface, for the remote server for GDB. - Copyright (C) 2001, 2002, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-sh-low.c b/gdb/gdbserver/linux-sh-low.c index e3b5a33bcab..8eef9ba5d2a 100644 --- a/gdb/gdbserver/linux-sh-low.c +++ b/gdb/gdbserver/linux-sh-low.c @@ -1,5 +1,5 @@ /* GNU/Linux/SH specific low level interface, for the remote server for GDB. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/linux-x86-64-low.c b/gdb/gdbserver/linux-x86-64-low.c index e067b9c5ede..81c92feeb53 100644 --- a/gdb/gdbserver/linux-x86-64-low.c +++ b/gdb/gdbserver/linux-x86-64-low.c @@ -1,7 +1,6 @@ /* GNU/Linux/x86-64 specific low level interface, for the remote server for GDB. - Copyright (C) 2002, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/mem-break.c b/gdb/gdbserver/mem-break.c index 37fd455e057..eb3dad481ed 100644 --- a/gdb/gdbserver/mem-break.c +++ b/gdb/gdbserver/mem-break.c @@ -1,6 +1,5 @@ /* Memory breakpoint operations for the remote server for GDB. - Copyright (C) 2002, 2003, 2005 - Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/mem-break.h b/gdb/gdbserver/mem-break.h index 332d0e787a6..d04c65943c7 100644 --- a/gdb/gdbserver/mem-break.h +++ b/gdb/gdbserver/mem-break.h @@ -1,6 +1,5 @@ /* Memory breakpoint interfaces for the remote server for GDB. - Copyright (C) 2002, 2005 - Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/proc-service.c b/gdb/gdbserver/proc-service.c index 99083f17333..99118e80116 100644 --- a/gdb/gdbserver/proc-service.c +++ b/gdb/gdbserver/proc-service.c @@ -1,6 +1,5 @@ /* libthread_db helper functions for the remote server for GDB. - Copyright (C) 2002, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/regcache.c b/gdb/gdbserver/regcache.c index c8ea2adeb32..548ed0cd302 100644 --- a/gdb/gdbserver/regcache.c +++ b/gdb/gdbserver/regcache.c @@ -1,6 +1,5 @@ /* Register support routines for the remote server for GDB. - Copyright (C) 2001, 2002, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h index ec8531e5bbd..bdf2caa160f 100644 --- a/gdb/gdbserver/regcache.h +++ b/gdb/gdbserver/regcache.h @@ -1,5 +1,5 @@ /* Register support routines for the remote server for GDB. - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c index 80c63434569..7349705d1b8 100644 --- a/gdb/gdbserver/remote-utils.c +++ b/gdb/gdbserver/remote-utils.c @@ -1,7 +1,6 @@ /* Remote utility routines for the remote server for GDB. - Copyright (C) 1986, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 84d0d684912..1f78cce6920 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -1,7 +1,6 @@ /* Main code for remote server for GDB. - Copyright (C) 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004, - 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2002, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index e1fad459200..ff5ef3f8130 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -1,7 +1,6 @@ /* Common definitions for remote server for GDB. Copyright (C) 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006 - Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/spu-low.c b/gdb/gdbserver/spu-low.c index 024a0525ec6..a7b7a614894 100644 --- a/gdb/gdbserver/spu-low.c +++ b/gdb/gdbserver/spu-low.c @@ -1,5 +1,5 @@ /* Low level interface to SPUs, for the remote server for GDB. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Ulrich Weigand <uweigand@de.ibm.com>. diff --git a/gdb/gdbserver/target.c b/gdb/gdbserver/target.c index 066690f9f5d..9acdb860100 100644 --- a/gdb/gdbserver/target.c +++ b/gdb/gdbserver/target.c @@ -1,6 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h index b2f9b09f6e7..17137dcb23e 100644 --- a/gdb/gdbserver/target.h +++ b/gdb/gdbserver/target.h @@ -1,6 +1,5 @@ /* Target operations for the remote server for GDB. - Copyright (C) 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/thread-db.c b/gdb/gdbserver/thread-db.c index e1f0653df4d..ec704008fa5 100644 --- a/gdb/gdbserver/thread-db.c +++ b/gdb/gdbserver/thread-db.c @@ -1,6 +1,5 @@ /* Thread management interface, for the remote server for GDB. - Copyright (C) 2002, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/gdbserver/utils.c b/gdb/gdbserver/utils.c index ec7ed7c0c99..2130d1766c4 100644 --- a/gdb/gdbserver/utils.c +++ b/gdb/gdbserver/utils.c @@ -1,6 +1,6 @@ /* General utility routines for the remote server for GDB. - Copyright (C) 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000, 2002, 2003, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdbserver/win32-i386-low.c b/gdb/gdbserver/win32-i386-low.c index ee2d2d19c04..817eb37d29b 100644 --- a/gdb/gdbserver/win32-i386-low.c +++ b/gdb/gdbserver/win32-i386-low.c @@ -1,6 +1,5 @@ /* Low level interface to Windows debugging, for gdbserver. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Leo Zayas. Based on "win32-nat.c" from GDB. diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index b6ccc4ff671..cd1ddf7a40c 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -1,7 +1,6 @@ /* Multi-process/thread control defs for GDB, the GNU debugger. Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1997, 1998, 1999, - 2000 - Free Software Foundation, Inc. + 2000, 2007 Free Software Foundation, Inc. Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA. diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 8c33edb9c29..a188232128c 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -1,7 +1,7 @@ /* Support routines for manipulating internal types for GDB. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 91207372f36..ce30b1971e6 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -1,7 +1,7 @@ /* Internal type definitions for GDB. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/glibc-tdep.c b/gdb/glibc-tdep.c index 5c3a97a5adb..2ca31bb9668 100644 --- a/gdb/glibc-tdep.c +++ b/gdb/glibc-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the GNU C Library (glibc). - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/glibc-tdep.h b/gdb/glibc-tdep.h index dce43913ca2..e44c6e6ba95 100644 --- a/gdb/glibc-tdep.h +++ b/gdb/glibc-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the GNU C Library (glibc). - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index b626dfb49b6..86712d5c5f8 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1,5 +1,5 @@ /* Interface GDB to the GNU Hurd. - Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006 + Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index a3d8c9583a0..6d187d8382c 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -1,5 +1,6 @@ /* Common things used by the various *gnu-nat.c files - Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2007 + Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> diff --git a/gdb/gnu-v2-abi.c b/gdb/gnu-v2-abi.c index 374382b0415..639d81645fa 100644 --- a/gdb/gnu-v2-abi.c +++ b/gdb/gnu-v2-abi.c @@ -1,6 +1,6 @@ /* Abstraction of GNU v2 abi. - Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Daniel Berlin <dberlin@redhat.com> diff --git a/gdb/gnu-v2-abi.h b/gdb/gnu-v2-abi.h index e82ad269906..927c51d891d 100644 --- a/gdb/gnu-v2-abi.h +++ b/gdb/gnu-v2-abi.h @@ -1,6 +1,6 @@ /* Abstraction of GNU v2 abi. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gnu-v3-abi.c b/gdb/gnu-v3-abi.c index c3a3913a2a1..54feb779c70 100644 --- a/gdb/gnu-v3-abi.c +++ b/gdb/gnu-v3-abi.c @@ -1,7 +1,7 @@ /* Abstraction of GNU v3 abi. Contributed by Jim Blandy <jimb@redhat.com> - Copyright (C) 2001, 2002, 2003, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 454834ee718..c64874f4aab 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -1,5 +1,5 @@ /* Native debugging support for Intel x86 running DJGPP. - Copyright (C) 1997, 1999, 2000, 2001, 2005, 2006 + Copyright (C) 1997, 1999, 2000, 2001, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Robert Hoehne. diff --git a/gdb/gregset.h b/gdb/gregset.h index 765b12f2f91..ae17542aac2 100644 --- a/gdb/gregset.h +++ b/gdb/gregset.h @@ -1,5 +1,5 @@ /* Interface for functions using gregset and fpregset types. - Copyright (C) 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index 9d86345a347..4b0652120e0 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -1,7 +1,7 @@ /* Target-machine dependent code for Renesas H8/300, for GDB. - Copyright (C) 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, + 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hpacc-abi.c b/gdb/hpacc-abi.c index 2cb21381da4..895f1bbfb0d 100644 --- a/gdb/hpacc-abi.c +++ b/gdb/hpacc-abi.c @@ -4,7 +4,7 @@ Most of the real code is from HP, i've just fiddled it to fit in the C++ ABI abstraction framework. - Copyright (C) 2001, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppa-hpux-nat.c b/gdb/hppa-hpux-nat.c index 56bb17c780e..49fd363d11f 100644 --- a/gdb/hppa-hpux-nat.c +++ b/gdb/hppa-hpux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for PA-RISC HP-UX. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index b434584b157..b5a9bd6d55b 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for HP-UX on PA-RISC. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index 394c46d7b66..d8f683477a2 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -1,6 +1,6 @@ /* Functions specific to running GDB native on HPPA running GNU/Linux. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppa-linux-tdep.c b/gdb/hppa-linux-tdep.c index 2c6fb02f00c..7d720a7e0cc 100644 --- a/gdb/hppa-linux-tdep.c +++ b/gdb/hppa-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux running on PA-RISC, for GDB. - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 8401bef8ab1..6b149852cc5 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the HP PA-RISC architecture. - Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by the Center for Software Science at the diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index 8c38e6c2026..dac1e6ac99e 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the HP PA-RISC architecture. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppabsd-nat.c b/gdb/hppabsd-nat.c index 0ffc01815d7..1ffcbfd4a88 100644 --- a/gdb/hppabsd-nat.c +++ b/gdb/hppabsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for HP PA-RISC BSD's. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hppabsd-tdep.c b/gdb/hppabsd-tdep.c index 1c77bd91528..86de8eebf8a 100644 --- a/gdb/hppabsd-tdep.c +++ b/gdb/hppabsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for HP PA-RISC BSD's. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hpread.c b/gdb/hpread.c index 6cfdd4e24ae..39fd3ba3018 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -1,6 +1,6 @@ /* Read hp debug symbols and convert to internal format, for GDB. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index 39d27c59f73..c5d48d02604 100644 --- a/gdb/hpux-thread.c +++ b/gdb/hpux-thread.c @@ -1,8 +1,8 @@ /* Low level interface for debugging HPUX/DCE threads for GDB, the GNU debugger. - Copyright (C) 1996, 1998, 1999, 2000, 2001, 2004 Free Software - Foundation, Inc. + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-cygwin-tdep.c b/gdb/i386-cygwin-tdep.c index a7069b1fed4..a444e5a7257 100644 --- a/gdb/i386-cygwin-tdep.c +++ b/gdb/i386-cygwin-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Cygwin running on i386's, for GDB. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index 53022823450..93b335b589a 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux i386. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-linux-tdep.c b/gdb/i386-linux-tdep.c index 6726b68ad09..e76585d7e8e 100644 --- a/gdb/i386-linux-tdep.c +++ b/gdb/i386-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux i386. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h index 76a87ca9274..94c7a40eff2 100644 --- a/gdb/i386-linux-tdep.h +++ b/gdb/i386-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux x86. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index dea1206a6e8..39296bde19a 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for the i386. - Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c index 666a077d325..75acd7e84d3 100644 --- a/gdb/i386-nto-tdep.c +++ b/gdb/i386-nto-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for QNX Neutrino x86. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by QNX Software Systems Ltd. diff --git a/gdb/i386-sol2-nat.c b/gdb/i386-sol2-nat.c index bb52d77d9d8..97362e0e07a 100644 --- a/gdb/i386-sol2-nat.c +++ b/gdb/i386-sol2-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Solaris x86. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-sol2-tdep.c b/gdb/i386-sol2-tdep.c index dfe6d705f13..9f394970230 100644 --- a/gdb/i386-sol2-tdep.c +++ b/gdb/i386-sol2-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris x86. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index de7e226db97..d4c2cc3506f 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1,7 +1,7 @@ /* Intel 386 target-dependent stuff. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 7fceae08d4a..3cd5d1f38b8 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the i386. - Copyright (C) 2001, 2002, 2003, 2004, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386bsd-nat.c b/gdb/i386bsd-nat.c index 3caa1c6d109..b64ae6998b7 100644 --- a/gdb/i386bsd-nat.c +++ b/gdb/i386bsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for modern i386 BSD's. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h index c9e5b31b50e..0fbb287a749 100644 --- a/gdb/i386bsd-nat.h +++ b/gdb/i386bsd-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for modern i386 BSD's. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386bsd-tdep.c b/gdb/i386bsd-tdep.c index ca4dccce667..06e0b194338 100644 --- a/gdb/i386bsd-tdep.c +++ b/gdb/i386bsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for i386 BSD's. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386fbsd-nat.c b/gdb/i386fbsd-nat.c index ec87bb852be..111170413c0 100644 --- a/gdb/i386fbsd-nat.c +++ b/gdb/i386fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/i386. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386fbsd-tdep.c b/gdb/i386fbsd-tdep.c index 02c914bf6bf..ff37665cb01 100644 --- a/gdb/i386fbsd-tdep.c +++ b/gdb/i386fbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/i386. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386gnu-nat.c b/gdb/i386gnu-nat.c index 540806d3bdf..fa392975201 100644 --- a/gdb/i386gnu-nat.c +++ b/gdb/i386gnu-nat.c @@ -1,6 +1,6 @@ /* Low level interface to i386 running the GNU Hurd. - Copyright (C) 1992, 1995, 1996, 1998, 2000, 2001, 2004 + Copyright (C) 1992, 1995, 1996, 1998, 2000, 2001, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386gnu-tdep.c b/gdb/i386gnu-tdep.c index 9b2157686fa..ace0379bd8b 100644 --- a/gdb/i386gnu-tdep.c +++ b/gdb/i386gnu-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent code for the GNU Hurd. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386nbsd-nat.c b/gdb/i386nbsd-nat.c index 831f7754def..da7be62c802 100644 --- a/gdb/i386nbsd-nat.c +++ b/gdb/i386nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/i386. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c index 737e27382b6..c1a263aa797 100644 --- a/gdb/i386nbsd-tdep.c +++ b/gdb/i386nbsd-tdep.c @@ -1,8 +1,7 @@ /* Target-dependent code for NetBSD/i386. - Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, - 2003, 2004 - Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003, + 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386obsd-nat.c b/gdb/i386obsd-nat.c index 8be811e9a83..c43e962a63c 100644 --- a/gdb/i386obsd-nat.c +++ b/gdb/i386obsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/i386. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386obsd-tdep.c b/gdb/i386obsd-tdep.c index f1ce0477d35..c3643c7fa8f 100644 --- a/gdb/i386obsd-tdep.c +++ b/gdb/i386obsd-tdep.c @@ -1,8 +1,7 @@ /* Target-dependent code for OpenBSD/i386. - Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, - 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c index 7125ba15db8..fdd0d01a5f9 100644 --- a/gdb/i386v-nat.c +++ b/gdb/i386v-nat.c @@ -1,7 +1,7 @@ /* Intel 386 native support for System V systems (pre-SVR4). - Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, + 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i386v4-nat.c b/gdb/i386v4-nat.c index e99035aa5e3..7d9f29a82a4 100644 --- a/gdb/i386v4-nat.c +++ b/gdb/i386v4-nat.c @@ -1,8 +1,7 @@ /* Native-dependent code for Unix SVR4 running on i386's. - Copyright (C) 1988, 1989, 1991, 1992, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2004 - Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 6315899c139..f4d6aa6e1dd 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -1,7 +1,7 @@ /* Intel 387 floating point stuff. - Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/i387-tdep.h b/gdb/i387-tdep.h index 12b16d25ee3..2a1c0b15226 100644 --- a/gdb/i387-tdep.h +++ b/gdb/i387-tdep.h @@ -1,6 +1,7 @@ /* Target-dependent code for the i387. - Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index e2230815d1d..bce6e55fa47 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -1,7 +1,7 @@ /* Functions specific to running gdb native on IA-64 running GNU/Linux. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ia64-linux-tdep.c b/gdb/ia64-linux-tdep.c index c5a5c731347..286a00dd2b8 100644 --- a/gdb/ia64-linux-tdep.c +++ b/gdb/ia64-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the IA-64 for GDB, the GNU debugger. - Copyright (C) 2000, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 00faa3b106b..43da69dcba5 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the IA-64 for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ia64-tdep.h b/gdb/ia64-tdep.h index 7ec34c0963f..a6531476888 100644 --- a/gdb/ia64-tdep.h +++ b/gdb/ia64-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the ia64. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-child.c b/gdb/inf-child.c index a98998f2e07..5b51fe3e41c 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -1,8 +1,8 @@ /* Default child (native) target interface, for GDB when running under Unix. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, + 1999, 2000, 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-child.h b/gdb/inf-child.h index 3a239a518dd..c8cd9122405 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -1,6 +1,6 @@ /* Low level Unix child interface, for GDB when running under Unix. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 04989a2478e..336000983bd 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -1,5 +1,5 @@ /* Handling of inferior events for the event loop for GDB, the GNU debugger. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2007 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdb/inf-loop.h b/gdb/inf-loop.h index 903e4181632..9fdb89ff837 100644 --- a/gdb/inf-loop.h +++ b/gdb/inf-loop.h @@ -1,5 +1,5 @@ /* Interface to the inferior event handling code for GDB, the GNU debugger. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2007 Free Software Foundation, Inc. Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions. This file is part of GDB. diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 04e6d477d2c..16524ad83ee 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -1,7 +1,7 @@ /* Low-level child interface to ptrace. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, + 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h index 7e172df6005..4860bcba86f 100644 --- a/gdb/inf-ptrace.h +++ b/gdb/inf-ptrace.h @@ -1,6 +1,6 @@ /* Low level child interface to ptrace. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-ttrace.c b/gdb/inf-ttrace.c index 4648ef50851..d6aebdd509c 100644 --- a/gdb/inf-ttrace.c +++ b/gdb/inf-ttrace.c @@ -1,6 +1,6 @@ /* Low-level child interface to ttrace. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inf-ttrace.h b/gdb/inf-ttrace.h index 527b7531604..ea392f63f76 100644 --- a/gdb/inf-ttrace.h +++ b/gdb/inf-ttrace.h @@ -1,6 +1,6 @@ /* Low-level child interface to ttrace. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/infcall.c b/gdb/infcall.c index 64772d7590f..c4435e58229 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1,7 +1,7 @@ /* Perform an inferior function call, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/infcall.h b/gdb/infcall.h index 6721f4cef3a..f280102f10c 100644 --- a/gdb/infcall.h +++ b/gdb/infcall.h @@ -1,6 +1,6 @@ /* Perform an inferior function call, for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 5fd083eb99e..c47326ffd43 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1,7 +1,7 @@ /* Memory-access and commands for "inferior" process, for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inferior.h b/gdb/inferior.h index 6160656add0..4ee958a90a3 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -1,8 +1,8 @@ /* Variables that describe the inferior process running under GDB: Where it is, why it stopped, and how to step it. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inflow.c b/gdb/inflow.c index 83a0c9d8281..9b002c69977 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -1,6 +1,6 @@ /* Low level interface to ptrace, for GDB when running under Unix. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inflow.h b/gdb/inflow.h index 96ccf5a7dcc..70a3ebe106c 100644 --- a/gdb/inflow.h +++ b/gdb/inflow.h @@ -1,6 +1,6 @@ /* Low level interface to ptrace, for GDB when running under Unix. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/infptrace.c b/gdb/infptrace.c index 46d656d234d..75eed51ce39 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -1,7 +1,6 @@ /* Low level Unix child interface to ptrace, for GDB when running under Unix. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001, 2002, 2004 - Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, + 1999, 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/infrun.c b/gdb/infrun.c index 355901160f5..f1dbd11c3be 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1,9 +1,8 @@ /* Target-struct-independent code to start (run) and stop an inferior process. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 2e3d88e153b..3f0467fbde1 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -1,7 +1,7 @@ /* Target-vector operations for controlling Unix child processes, for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/gdb/interps.c b/gdb/interps.c index d65a0ff64a5..53616b63615 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -1,6 +1,6 @@ /* Manages interpreters for GDB, the GNU debugger. - Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2007 Free Software Foundation, Inc. Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc. diff --git a/gdb/interps.h b/gdb/interps.h index 36590c215d4..7665f93bd83 100644 --- a/gdb/interps.h +++ b/gdb/interps.h @@ -1,6 +1,6 @@ /* Manages interpreters for GDB, the GNU debugger. - Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2007 Free Software Foundation, Inc. Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc. diff --git a/gdb/iq2000-tdep.c b/gdb/iq2000-tdep.c index 16975249015..1c494daebe6 100644 --- a/gdb/iq2000-tdep.c +++ b/gdb/iq2000-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the IQ2000 architecture, for GDB, the GNU Debugger. - Copyright (C) 2000, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index e7ce4721065..a7b64dc032b 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -1,7 +1,7 @@ /* Native support for the SGI Iris running IRIX version 5, for GDB. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001, 2002, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, + 1999, 2000, 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin. diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y index 801737279b8..bb4e05e0e4d 100644 --- a/gdb/jv-exp.y +++ b/gdb/jv-exp.y @@ -1,5 +1,5 @@ /* YACC parser for Java expressions, for GDB. - Copyright (C) 1997, 1998, 1999, 2000, 2006 + Copyright (C) 1997, 1998, 1999, 2000, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/jv-lang.c b/gdb/jv-lang.c index ad9867c662c..07d1f45a663 100644 --- a/gdb/jv-lang.c +++ b/gdb/jv-lang.c @@ -1,7 +1,7 @@ /* Java language support routines for GDB, the GNU debugger. - Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index f434aca17c9..9ac642d7591 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -1,7 +1,7 @@ /* Java language support definitions for GDB, the GNU debugger. - Copyright (C) 1997, 1998, 1999, 2000, 2005 Free Software Foundation, - Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/jv-typeprint.c b/gdb/jv-typeprint.c index b80055b9037..727f728d47b 100644 --- a/gdb/jv-typeprint.c +++ b/gdb/jv-typeprint.c @@ -1,5 +1,5 @@ /* Support for printing Java types for GDB, the GNU debugger. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/jv-valprint.c b/gdb/jv-valprint.c index 7f1fff7e802..1a73534c52c 100644 --- a/gdb/jv-valprint.c +++ b/gdb/jv-valprint.c @@ -1,7 +1,7 @@ /* Support for printing Java values for GDB, the GNU debugger. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free - Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/language.c b/gdb/language.c index 3cd0fea18e9..d1efac7b3e8 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -1,7 +1,7 @@ /* Multiple source language support for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by the Department of Computer Science at the State University of New York at Buffalo. diff --git a/gdb/language.h b/gdb/language.h index f7099b14912..b40f855445c 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -1,7 +1,7 @@ /* Source-language-related definitions for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2003, - 2004 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2003, 2004, + 2007 Free Software Foundation, Inc. Contributed by the Department of Computer Science at the State University of New York at Buffalo. diff --git a/gdb/libunwind-frame.c b/gdb/libunwind-frame.c index 6f39b727041..347247a89eb 100644 --- a/gdb/libunwind-frame.c +++ b/gdb/libunwind-frame.c @@ -1,6 +1,6 @@ /* Frame unwinder for frames using the libunwind library. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Written by Jeff Johnston, contributed by Red Hat Inc. diff --git a/gdb/libunwind-frame.h b/gdb/libunwind-frame.h index ffa43a06c11..f32e4c4b65e 100644 --- a/gdb/libunwind-frame.h +++ b/gdb/libunwind-frame.h @@ -1,6 +1,6 @@ /* Frame unwinder for frames with libunwind frame information. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by Jeff Johnston. diff --git a/gdb/linespec.c b/gdb/linespec.c index fad5e316634..7fc169175fb 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1,7 +1,7 @@ /* Parser for linespec for the GNU debugger, GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/linespec.h b/gdb/linespec.h index 5c06cc8cfa2..e3449fb047c 100644 --- a/gdb/linespec.h +++ b/gdb/linespec.h @@ -1,5 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 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/linux-fork.c b/gdb/linux-fork.c index 8b413d96ed6..6771784c34b 100644 --- a/gdb/linux-fork.c +++ b/gdb/linux-fork.c @@ -1,6 +1,6 @@ /* GNU/Linux native-dependent code for debugging multiple forks. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/linux-fork.h b/gdb/linux-fork.h index 9b154038061..f2ca9274c17 100644 --- a/gdb/linux-fork.h +++ b/gdb/linux-fork.h @@ -1,6 +1,6 @@ /* GNU/Linux native-dependent code for debugging multiple forks. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 601ea3222e4..0162e7e1686 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -1,6 +1,6 @@ /* GNU/Linux native-dependent code common to multiple platforms. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 3e2c6f41586..744a392ce42 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -1,6 +1,6 @@ /* Native debugging support for GNU/Linux (LWP layer). - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 94774c5de4b..3a18c9e0a75 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1,6 +1,6 @@ /* libthread_db assisted debugging support, generic parts. - Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/lynx-nat.c b/gdb/lynx-nat.c index d66e5bd47c5..3d39a23bdf6 100644 --- a/gdb/lynx-nat.c +++ b/gdb/lynx-nat.c @@ -1,7 +1,7 @@ /* Native-dependent code for LynxOS. - Copyright (C) 1993, 1994, 1995, 1996, 1999, 2000, 2001, 2003 Free - Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1999, 2000, 2001, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 10dd92a215b..201ba822399 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -1,7 +1,6 @@ /* YACC grammar for Modula-2 expressions, for GDB. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, - 2000 - Free Software Foundation, Inc. + 2000, 2007 Free Software Foundation, Inc. Generated from expread.y (now c-exp.y) and contributed by the Department of Computer Science at the State University of New York at Buffalo, 1991. diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 7bf8fa3b10b..0f4b66aaae5 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -1,7 +1,7 @@ /* Modula 2 language support routines for GDB, the GNU debugger. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2002, 2003, - 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2002, 2003, 2004, + 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 294707a4340..26de83b8b9b 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -1,6 +1,6 @@ /* Modula 2 language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1998, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 1998, 2000, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m2-typeprint.c b/gdb/m2-typeprint.c index 1f26438b902..5ae08b79571 100644 --- a/gdb/m2-typeprint.c +++ b/gdb/m2-typeprint.c @@ -1,7 +1,6 @@ /* Support for printing Modula 2 types for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1995, 2000, 2001, - 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1995, 2000, 2001, 2002, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m2-valprint.c b/gdb/m2-valprint.c index 7ce653338a7..533f672443a 100644 --- a/gdb/m2-valprint.c +++ b/gdb/m2-valprint.c @@ -1,8 +1,7 @@ /* Support for printing Modula 2 values for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1996, 1998, - 2000, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1996, 1998, 2000, 2005, 2006, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c index 1fd112602db..12e0ec2ff59 100644 --- a/gdb/m32c-tdep.c +++ b/gdb/m32c-tdep.c @@ -1,6 +1,6 @@ /* Renesas M32C target-dependent code for GDB, the GNU debugger. - Copyright 2004, 2005 Free Software Foundation, Inc. + Copyright 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m32r-linux-nat.c b/gdb/m32r-linux-nat.c index 454147b27aa..86b20bda29e 100644 --- a/gdb/m32r-linux-nat.c +++ b/gdb/m32r-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux m32r. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m32r-linux-tdep.c b/gdb/m32r-linux-tdep.c index 53448638d73..427eee4a9d8 100644 --- a/gdb/m32r-linux-tdep.c +++ b/gdb/m32r-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux m32r. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m32r-rom.c b/gdb/m32r-rom.c index a31e0d288c0..f16deeb6cf0 100644 --- a/gdb/m32r-rom.c +++ b/gdb/m32r-rom.c @@ -1,7 +1,7 @@ /* Remote debugging interface to m32r and mon2000 ROM monitors for GDB, the GNU debugger. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2005 + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc. Adapted by Michael Snyder of Cygnus Support. diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c index e792c4c67a4..9e477f30ad3 100644 --- a/gdb/m32r-tdep.c +++ b/gdb/m32r-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Renesas M32R, for GDB. - Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free - Software Foundation, Inc. + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m32r-tdep.h b/gdb/m32r-tdep.h index 3e9131e3d75..1f46e5f5ded 100644 --- a/gdb/m32r-tdep.h +++ b/gdb/m32r-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Renesas M32R, for GDB. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68hc11-tdep.c b/gdb/m68hc11-tdep.c index e788bbc2170..ba8ab4892b2 100644 --- a/gdb/m68hc11-tdep.c +++ b/gdb/m68hc11-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Motorola 68HC11 & 68HC12 - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Stephane Carrez, stcarrez@nerim.fr diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c index fb6d73d298a..ac2ec772829 100644 --- a/gdb/m68k-tdep.c +++ b/gdb/m68k-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the Motorola 68000 series. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68k-tdep.h b/gdb/m68k-tdep.h index 94e90d72363..200ddafb028 100644 --- a/gdb/m68k-tdep.h +++ b/gdb/m68k-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent code for the Motorola 68000 series. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, - 2001, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001, + 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68kbsd-nat.c b/gdb/m68kbsd-nat.c index c8c4da37d96..b1a68a686b2 100644 --- a/gdb/m68kbsd-nat.c +++ b/gdb/m68kbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Motorola 68000 BSD's. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68kbsd-tdep.c b/gdb/m68kbsd-tdep.c index eb5dfe00349..88b2d2fadf7 100644 --- a/gdb/m68kbsd-tdep.c +++ b/gdb/m68kbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Motorola 68000 BSD's. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68klinux-nat.c b/gdb/m68klinux-nat.c index 0da875e4c16..025fd6f8237 100644 --- a/gdb/m68klinux-nat.c +++ b/gdb/m68klinux-nat.c @@ -1,6 +1,6 @@ /* Motorola m68k native support for GNU/Linux. - Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m68klinux-tdep.c b/gdb/m68klinux-tdep.c index fb0fd2097ed..a99acc9496f 100644 --- a/gdb/m68klinux-tdep.c +++ b/gdb/m68klinux-tdep.c @@ -1,6 +1,6 @@ /* Motorola m68k target-dependent support for GNU/Linux. - Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m88k-tdep.c b/gdb/m88k-tdep.c index be770664833..1810f770953 100644 --- a/gdb/m88k-tdep.c +++ b/gdb/m88k-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the Motorola 88000 series. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m88k-tdep.h b/gdb/m88k-tdep.h index 77f31865a56..ef94e0ca495 100644 --- a/gdb/m88k-tdep.h +++ b/gdb/m88k-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the Motorola 88000 series. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/m88kbsd-nat.c b/gdb/m88kbsd-nat.c index edbb68a055b..1a7caa3cac6 100644 --- a/gdb/m88kbsd-nat.c +++ b/gdb/m88kbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Motorola 88000 BSD's. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index b9f6a9a7ea3..2949ce1e446 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -1,5 +1,5 @@ /* C preprocessor macro expansion commands for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macroexp.c b/gdb/macroexp.c index a7ca6e04eca..a0ac7cc5924 100644 --- a/gdb/macroexp.c +++ b/gdb/macroexp.c @@ -1,5 +1,5 @@ /* C preprocessor macro expansion for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macroexp.h b/gdb/macroexp.h index ea72cdb920b..f86af5557bc 100644 --- a/gdb/macroexp.h +++ b/gdb/macroexp.h @@ -1,5 +1,5 @@ /* Interface to C preprocessor macro expansion for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macroscope.c b/gdb/macroscope.c index 25860d4159b..d90e075f496 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -1,5 +1,5 @@ /* Functions for deciding which macros are currently in scope. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macroscope.h b/gdb/macroscope.h index 20fe515ec45..0408b52d78f 100644 --- a/gdb/macroscope.h +++ b/gdb/macroscope.h @@ -1,5 +1,5 @@ /* Interface to functions for deciding which macros are currently in scope. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macrotab.c b/gdb/macrotab.c index ebe6d3194b6..954ab982555 100644 --- a/gdb/macrotab.c +++ b/gdb/macrotab.c @@ -1,5 +1,5 @@ /* C preprocessor macro tables for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/macrotab.h b/gdb/macrotab.h index f1a028a3667..017aca1d53a 100644 --- a/gdb/macrotab.h +++ b/gdb/macrotab.h @@ -1,5 +1,5 @@ /* Interface to C preprocessor macro tables for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. diff --git a/gdb/main.c b/gdb/main.c index ce6070f0416..7e25d77300b 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/main.h b/gdb/main.h index 9d6c71deae3..070bc7ebb9d 100644 --- a/gdb/main.h +++ b/gdb/main.h @@ -1,6 +1,6 @@ /* Main interface for GDB, the GNU debugger. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/maint.c b/gdb/maint.c index 257bf22d478..d016dc42ea0 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -1,7 +1,7 @@ /* Support for GDB maintenance commands. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, - 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, + 2003, 2004, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8e42129fd58..c4b6877e75d 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -1,8 +1,8 @@ /* Read a symbol table in ECOFF format (Third-Eye). - Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Original version contributed by Alessandro Forin (af@cs.cmu.edu) at CMU. Major work by Per Bothner, John Gilmore and Ian Lance Taylor diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index d9c7c9763ac..7ed3bdacc86 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -1,6 +1,6 @@ /* Read a symbol table in ECOFF format (Third-Eye). - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mem-break.c b/gdb/mem-break.c index 2d9851bc2a2..5a8af0fb771 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -1,7 +1,7 @@ /* Simulate breakpoints by patching locations in the target system, for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2000, - 2002 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2000, 2002, + 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by John Gilmore. diff --git a/gdb/memattr.c b/gdb/memattr.c index a114dc1ff82..f8e073226c1 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -1,6 +1,6 @@ /* Memory attributes support, for GDB. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/memattr.h b/gdb/memattr.h index 077ccee86c5..c2fbff4a893 100644 --- a/gdb/memattr.h +++ b/gdb/memattr.h @@ -1,6 +1,6 @@ /* Memory attributes support, for GDB. - Copyright (C) 2001, 2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/memory-map.c b/gdb/memory-map.c index b9323f705b6..335a9b2d074 100644 --- a/gdb/memory-map.c +++ b/gdb/memory-map.c @@ -1,7 +1,6 @@ /* Routines for handling XML memory maps provided by target. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/memory-map.h b/gdb/memory-map.h index 2acfb62b6b5..2739edb3e1a 100644 --- a/gdb/memory-map.h +++ b/gdb/memory-map.h @@ -1,7 +1,6 @@ /* Routines for handling XML memory maps provided by target. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/gdb-mi.el b/gdb/mi/gdb-mi.el index ab9137e74fa..4d43d34ca7a 100644 --- a/gdb/mi/gdb-mi.el +++ b/gdb/mi/gdb-mi.el @@ -4,7 +4,7 @@ ;; Maintainer: Nick Roberts <nickrob@gnu.org> ;; Keywords: unix, tools -;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. ;; This file is part of GNU GDB. diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index 3e0fa80d128..470266b63a8 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -1,5 +1,5 @@ /* MI Command Set - breakpoint and watchpoint commands. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-disas.c b/gdb/mi/mi-cmd-disas.c index 0cc67e4949b..cd203fd941e 100644 --- a/gdb/mi/mi-cmd-disas.c +++ b/gdb/mi/mi-cmd-disas.c @@ -1,5 +1,5 @@ /* MI Command Set - disassemble commands. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c index f14051c3f7f..b47a57bff34 100644 --- a/gdb/mi/mi-cmd-env.c +++ b/gdb/mi/mi-cmd-env.c @@ -1,6 +1,6 @@ /* MI Command Set - environment commands. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Red Hat Inc. diff --git a/gdb/mi/mi-cmd-file.c b/gdb/mi/mi-cmd-file.c index 01f44a6ccd7..f7a753ea26b 100644 --- a/gdb/mi/mi-cmd-file.c +++ b/gdb/mi/mi-cmd-file.c @@ -1,5 +1,5 @@ /* MI Command Set - breakpoint and watchpoint commands. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index ddb38c3c69b..91ed007f6ab 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -1,5 +1,6 @@ /* MI Command Set - stack commands. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-var.c b/gdb/mi/mi-cmd-var.c index 8bd8a6368a3..6d5bec80fc2 100644 --- a/gdb/mi/mi-cmd-var.c +++ b/gdb/mi/mi-cmd-var.c @@ -1,6 +1,6 @@ /* MI Command Set - varobj commands. - Copyright (C) 2000, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 3e9fda768cc..4bbbab5be7d 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -1,6 +1,6 @@ /* MI Command Set for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index 4ecd800b1de..8d5aa32ba8c 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -1,6 +1,6 @@ /* MI Command Set for GDB, the GNU debugger. - Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-common.c b/gdb/mi/mi-common.c index b9a37fc81cb..c7b5feeab5b 100644 --- a/gdb/mi/mi-common.c +++ b/gdb/mi/mi-common.c @@ -1,5 +1,5 @@ /* Interface for common GDB/MI data - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-common.h b/gdb/mi/mi-common.h index 7ef3a71ee38..479bea136c2 100644 --- a/gdb/mi/mi-common.h +++ b/gdb/mi/mi-common.h @@ -1,5 +1,5 @@ /* Interface for common GDB/MI data - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-console.c b/gdb/mi/mi-console.c index d0da0868e1d..c48a4fbc66b 100644 --- a/gdb/mi/mi-console.c +++ b/gdb/mi/mi-console.c @@ -1,6 +1,6 @@ /* MI Console code. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-console.h b/gdb/mi/mi-console.h index c4034266922..f3b8463a8f8 100644 --- a/gdb/mi/mi-console.h +++ b/gdb/mi/mi-console.h @@ -1,5 +1,5 @@ /* MI Command Set - MI Console. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-getopt.c b/gdb/mi/mi-getopt.c index 6701e313e90..4ccae10ece5 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -1,5 +1,5 @@ /* MI Command Set - MI Option Parser. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-getopt.h b/gdb/mi/mi-getopt.h index 033a68f1460..9c9fc67d21f 100644 --- a/gdb/mi/mi-getopt.h +++ b/gdb/mi/mi-getopt.h @@ -1,5 +1,5 @@ /* MI Option Parser. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c index a83316b0cbb..0dd0c01568d 100644 --- a/gdb/mi/mi-interp.c +++ b/gdb/mi/mi-interp.c @@ -1,6 +1,6 @@ /* MI Interpreter Definitions and Commands for GDB, the GNU debugger. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 8338931f942..62a7e5591d7 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1,7 +1,7 @@ /* MI Command Set. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h index 471ee4b87b7..302ba25a855 100644 --- a/gdb/mi/mi-main.h +++ b/gdb/mi/mi-main.h @@ -1,6 +1,6 @@ /* MI Internal Functions for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index 44ca627cfc0..ad4c469f3db 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -1,6 +1,7 @@ /* MI Command Set - output generating routines. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index 1f952110315..4164a9c95aa 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -1,5 +1,5 @@ /* MI Command Set - MI output generating routines for GDB. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c index b9d32338616..5edc3d7899b 100644 --- a/gdb/mi/mi-parse.c +++ b/gdb/mi/mi-parse.c @@ -1,6 +1,6 @@ /* MI Command Set - MI parser. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-parse.h b/gdb/mi/mi-parse.h index 12348f61476..56bb696ba2c 100644 --- a/gdb/mi/mi-parse.h +++ b/gdb/mi/mi-parse.h @@ -1,5 +1,5 @@ /* MI Command Set - MI Command Parser. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-symbol-cmds.c b/gdb/mi/mi-symbol-cmds.c index a609b3cef92..64c01da0ff3 100644 --- a/gdb/mi/mi-symbol-cmds.c +++ b/gdb/mi/mi-symbol-cmds.c @@ -1,5 +1,5 @@ /* MI Command Set - symbol commands. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mingw-hdep.c b/gdb/mingw-hdep.c index 2b92a1ce2f8..25eebca9c63 100644 --- a/gdb/mingw-hdep.c +++ b/gdb/mingw-hdep.c @@ -1,7 +1,6 @@ /* Host support routines for MinGW, for GDB, the GNU debugger. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/minsyms.c b/gdb/minsyms.c index b257c852e35..55f2d4a5695 100644 --- a/gdb/minsyms.c +++ b/gdb/minsyms.c @@ -1,7 +1,6 @@ /* GDB routines for manipulating the minimal symbol tables. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004 - Free Software Foundation, Inc. + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. This file is part of GDB. diff --git a/gdb/mips-irix-tdep.c b/gdb/mips-irix-tdep.c index 3f48a0c9fad..149182bef91 100644 --- a/gdb/mips-irix-tdep.c +++ b/gdb/mips-irix-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the MIPS architecture running on IRIX, for GDB, the GNU Debugger. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 7796146ddc8..15b23a2ffcb 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux on MIPS processors. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c index a6c7d88f9f1..b17eb5e82ea 100644 --- a/gdb/mips-linux-tdep.c +++ b/gdb/mips-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on MIPS processors. - Copyright (C) 2001, 2002, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-linux-tdep.h b/gdb/mips-linux-tdep.h index 4914b638a23..d8c6743739c 100644 --- a/gdb/mips-linux-tdep.h +++ b/gdb/mips-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on MIPS processors. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-mdebug-tdep.c b/gdb/mips-mdebug-tdep.c index 06cfba5371f..e7b4d06931d 100644 --- a/gdb/mips-mdebug-tdep.c +++ b/gdb/mips-mdebug-tdep.c @@ -1,8 +1,8 @@ /* Target-dependent code for the MDEBUG MIPS architecture, for GDB, the GNU Debugger. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-mdebug-tdep.h b/gdb/mips-mdebug-tdep.h index 805af52cfd3..9c1430cf04e 100644 --- a/gdb/mips-mdebug-tdep.h +++ b/gdb/mips-mdebug-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent code for the MDEBUG MIPS architecture, for GDB, the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 228422f624b..9c7eeff77f4 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the MIPS architecture, for GDB, the GNU Debugger. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 5273a6b05ed..92eaa3dc2b1 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent header for the MIPS architecture, for GDB, the GNU Debugger. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips64obsd-nat.c b/gdb/mips64obsd-nat.c index 602ce820cbc..e0fe0286b72 100644 --- a/gdb/mips64obsd-nat.c +++ b/gdb/mips64obsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/mips64. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mips64obsd-tdep.c b/gdb/mips64obsd-tdep.c index 852433ce11d..7fde211981e 100644 --- a/gdb/mips64obsd-tdep.c +++ b/gdb/mips64obsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/mips64. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mipsnbsd-nat.c b/gdb/mipsnbsd-nat.c index 9ebe220caa3..086466c7674 100644 --- a/gdb/mipsnbsd-nat.c +++ b/gdb/mipsnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for MIPS systems running NetBSD. - Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mipsnbsd-tdep.c b/gdb/mipsnbsd-tdep.c index f9a8b733333..d55708d7ff5 100644 --- a/gdb/mipsnbsd-tdep.c +++ b/gdb/mipsnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/mips. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/mipsnbsd-tdep.h b/gdb/mipsnbsd-tdep.h index 3f20c8a3c0d..61efd2eb9bc 100644 --- a/gdb/mipsnbsd-tdep.h +++ b/gdb/mipsnbsd-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on MIPS systems running NetBSD. - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 5417ab31525..eb06f30a9dc 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -1,8 +1,7 @@ /* Read a symbol table in MIPS' format (Third-Eye). Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001, 2003, 2004 - Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU. Major work by Per Bothner, John Gilmore and Ian Lance Taylor at Cygnus Support. diff --git a/gdb/mn10300-linux-tdep.c b/gdb/mn10300-linux-tdep.c index cc52db25b51..060204a3a67 100644 --- a/gdb/mn10300-linux-tdep.c +++ b/gdb/mn10300-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the Matsushita MN10300 for GDB, the GNU debugger. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c index bc5e8d8d155..ac5098a4647 100644 --- a/gdb/mn10300-tdep.c +++ b/gdb/mn10300-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the Matsushita MN10300 for GDB, the GNU debugger. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mn10300-tdep.h b/gdb/mn10300-tdep.h index 85fc38cf2ad..0a9007338a4 100644 --- a/gdb/mn10300-tdep.h +++ b/gdb/mn10300-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent interface for Matsushita MN10300 for GDB, the GNU debugger. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/monitor.c b/gdb/monitor.c index 80e0cdd8924..0ed6f3de2d7 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -1,7 +1,7 @@ /* Remote debugging interface for boot monitors, for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Rob Savoye for Cygnus. Resurrected from the ashes by Stu Grossman. diff --git a/gdb/monitor.h b/gdb/monitor.h index 3fdda87a49a..2a5bcb7ada4 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -1,6 +1,6 @@ /* Definitions for remote debugging interface for ROM monitors. - Copyright (C) 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000 - Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Rob Savoye for Cygnus. This file is part of GDB. diff --git a/gdb/mt-tdep.c b/gdb/mt-tdep.c index e3115c37541..63d0f2da6f1 100644 --- a/gdb/mt-tdep.c +++ b/gdb/mt-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Morpho mt processor, for GDB. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/nbsd-nat.c b/gdb/nbsd-nat.c index e0b9ecf1803..0494184242f 100644 --- a/gdb/nbsd-nat.c +++ b/gdb/nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/nbsd-nat.h b/gdb/nbsd-nat.h index a050af2144f..91303ac1106 100644 --- a/gdb/nbsd-nat.h +++ b/gdb/nbsd-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/nbsd-tdep.c b/gdb/nbsd-tdep.c index 8894fcb12ec..a6e58ba0d2e 100644 --- a/gdb/nbsd-tdep.c +++ b/gdb/nbsd-tdep.c @@ -1,6 +1,6 @@ /* Common target-dependent code for NetBSD systems. - Copyright (C) 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/nbsd-tdep.h b/gdb/nbsd-tdep.h index f366905ce14..69e81677bc1 100644 --- a/gdb/nbsd-tdep.h +++ b/gdb/nbsd-tdep.h @@ -1,5 +1,5 @@ /* Common target-dependent definitions for NetBSD systems. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/nlmread.c b/gdb/nlmread.c index abedeb347c6..65368c30465 100644 --- a/gdb/nlmread.c +++ b/gdb/nlmread.c @@ -1,5 +1,5 @@ /* Read NLM (NetWare Loadable Module) format executable files for GDB. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000 + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support (fnf@cygnus.com). diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 6a848f83845..bd4cfe92846 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1,7 +1,7 @@ /* Machine independent support for QNX Neutrino /proc (process file system) for GDB. Written by Colin Burgess at QNX Software Systems Limited. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by QNX Software Systems Ltd. diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 3b3624e963b..44a1a4e38c0 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -1,6 +1,6 @@ /* nto-tdep.c - general QNX Neutrino target functionality. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by QNX Software Systems Ltd. diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index 4c51697f757..df77a932d82 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -1,6 +1,6 @@ /* nto-tdep.h - QNX Neutrino target header. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. Contributed by QNX Software Systems Ltd. diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y index c36ed6cf168..5f6095b0917 100644 --- a/gdb/objc-exp.y +++ b/gdb/objc-exp.y @@ -1,6 +1,6 @@ /* YACC parser for C expressions, for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 2002, 2006 + Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 2002, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index fd6f3fb7237..6cfe3c533d3 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -1,6 +1,6 @@ /* Objective-C language support routines for GDB, the GNU debugger. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. Written by Michael Snyder. diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index e275f88079b..07c0cb4526f 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.h @@ -1,6 +1,6 @@ /* Objective-C language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 2005, 2007 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. diff --git a/gdb/objfiles.c b/gdb/objfiles.c index a3af5a41f14..64b2ecc18a1 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -1,7 +1,7 @@ /* GDB routines for manipulating objfiles. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/objfiles.h b/gdb/objfiles.h index b04cef312c4..6072348477f 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -1,7 +1,7 @@ /* Definitions for symbol file management in GDB. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/obsd-tdep.c b/gdb/obsd-tdep.c index 5e6dacc0d22..7fd6d2f5c7b 100644 --- a/gdb/obsd-tdep.c +++ b/gdb/obsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/obsd-tdep.h b/gdb/obsd-tdep.h index 7b968c5e894..a7422e3b9d5 100644 --- a/gdb/obsd-tdep.h +++ b/gdb/obsd-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/observer.c b/gdb/observer.c index d3c276ebca9..9e69cb6a0f9 100644 --- a/gdb/observer.c +++ b/gdb/observer.c @@ -1,6 +1,6 @@ /* GDB Notifications to Observers. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/observer.sh b/gdb/observer.sh index e0bb5298245..a32b38099f9 100755 --- a/gdb/observer.sh +++ b/gdb/observer.sh @@ -29,7 +29,7 @@ rm -f ${otmp} cat <<EOF >>${otmp} /* GDB Notifications to Observers. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ocd.c b/gdb/ocd.c index 10b070981a3..5e72b10fd63 100644 --- a/gdb/ocd.c +++ b/gdb/ocd.c @@ -1,6 +1,6 @@ /* Target communications support for Macraigor Systems' On-Chip Debugging - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2006 + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ocd.h b/gdb/ocd.h index 007984b8a8e..cc6f30dc9b6 100644 --- a/gdb/ocd.h +++ b/gdb/ocd.h @@ -1,5 +1,6 @@ /* Definitions for the Macraigor Systems BDM Wiggler - Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 2000, 2001, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/osabi.c b/gdb/osabi.c index f5a2c8adabf..55de9f007a3 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -1,6 +1,6 @@ /* OS ABI variant handling for GDB. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/osabi.h b/gdb/osabi.h index 2d8a5f49eb1..a05cce4f7d4 100644 --- a/gdb/osabi.h +++ b/gdb/osabi.h @@ -1,5 +1,5 @@ /* OS ABI variant handling for GDB. - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/p-exp.y b/gdb/p-exp.y index b6279aee55e..68e1a15e9e7 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -1,6 +1,5 @@ /* YACC parser for Pascal expressions, for GDB. - Copyright (C) 2000, 2006 - Free Software Foundation, Inc. + Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 515c90396c4..767718c66e7 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -1,7 +1,7 @@ /* Pascal language support routines for GDB, the GNU debugger. - Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, - Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 380d8acf997..0147295870a 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -1,6 +1,6 @@ /* Pascal language support definitions for GDB, the GNU debugger. - Copyright (C) 2000, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2000, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/p-typeprint.c b/gdb/p-typeprint.c index 4449c91cb67..f21a7f1b392 100644 --- a/gdb/p-typeprint.c +++ b/gdb/p-typeprint.c @@ -1,6 +1,5 @@ /* Support for printing Pascal types for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2002, 2006 - Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c index 8304196f1f6..19556a4bcce 100644 --- a/gdb/p-valprint.c +++ b/gdb/p-valprint.c @@ -1,6 +1,6 @@ /* Support for printing Pascal values for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2003, 2005, 2006 + Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/parse.c b/gdb/parse.c index 5f23120ccba..2b73bd76e2e 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -1,7 +1,7 @@ /* Parse expressions for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc. Modified from expread.y by the Department of Computer Science at the State University of New York at Buffalo, 1991. diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 6bfc958b8c8..9ba1d52d033 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -1,7 +1,7 @@ /* Parser definitions for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2002, 2007 Free Software Foundation, Inc. Modified from expread.y by the Department of Computer Science at the State University of New York at Buffalo. diff --git a/gdb/posix-hdep.c b/gdb/posix-hdep.c index 3ad6f922e82..86937e8769f 100644 --- a/gdb/posix-hdep.c +++ b/gdb/posix-hdep.c @@ -1,7 +1,6 @@ /* Host support routines for MinGW, for GDB, the GNU debugger. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppc-bdm.c b/gdb/ppc-bdm.c index 96ea612c974..fff13d8c519 100644 --- a/gdb/ppc-bdm.c +++ b/gdb/ppc-bdm.c @@ -1,6 +1,6 @@ /* Remote target communications for the Macraigor Systems BDM Wiggler talking to a Motorola PPC 8xx ADS board - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index b4931cb8676..217e5e72be2 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -1,7 +1,7 @@ /* PPC GNU/Linux native support. - Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 50d9c39eeef..cf09a172fe7 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppc-sysv-tdep.c b/gdb/ppc-sysv-tdep.c index 048bb707f32..5d4290cef6a 100644 --- a/gdb/ppc-sysv-tdep.c +++ b/gdb/ppc-sysv-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for PowerPC systems using the SVR4 ABI for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2002, 2003, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index f781f1b9dce..38a4cb7bc86 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppcbug-rom.c b/gdb/ppcbug-rom.c index 137b4c014ce..c9b3e71c2fe 100644 --- a/gdb/ppcbug-rom.c +++ b/gdb/ppcbug-rom.c @@ -1,6 +1,7 @@ /* Remote debugging interface for PPCbug (PowerPC) Rom monitor for GDB, the GNU debugger. - Copyright (C) 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1998, 1999, 2000, 2001, 2007 + Free Software Foundation, Inc. Written by Stu Grossman of Cygnus Support diff --git a/gdb/ppcnbsd-nat.c b/gdb/ppcnbsd-nat.c index a200505cef8..02497973b91 100644 --- a/gdb/ppcnbsd-nat.c +++ b/gdb/ppcnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/powerpc. - Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c index 4e02df11dba..12ac5cb06f9 100644 --- a/gdb/ppcnbsd-tdep.c +++ b/gdb/ppcnbsd-tdep.c @@ -1,6 +1,7 @@ /* Target-dependent code for NetBSD/powerpc. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/ppcnbsd-tdep.h b/gdb/ppcnbsd-tdep.h index eee54497917..34655967cda 100644 --- a/gdb/ppcnbsd-tdep.h +++ b/gdb/ppcnbsd-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/powerpc. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppcobsd-nat.c b/gdb/ppcobsd-nat.c index bdca4cafe4c..f520450d2c5 100644 --- a/gdb/ppcobsd-nat.c +++ b/gdb/ppcobsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/powerpc. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppcobsd-tdep.c b/gdb/ppcobsd-tdep.c index b4bc4197e8b..89642b55cf5 100644 --- a/gdb/ppcobsd-tdep.c +++ b/gdb/ppcobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/powerpc. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ppcobsd-tdep.h b/gdb/ppcobsd-tdep.h index b1a7f8b7330..334d0ad781c 100644 --- a/gdb/ppcobsd-tdep.h +++ b/gdb/ppcobsd-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/powerpc. - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 210a1c0fe5f..155dff1a59a 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1,7 +1,7 @@ /* Print values for GNU debugger GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/proc-api.c b/gdb/proc-api.c index b9b5f816b02..3b807c4af1d 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -1,6 +1,7 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2005, 2007 + Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. diff --git a/gdb/proc-events.c b/gdb/proc-events.c index 72cd6bf7b94..3ff0e76068a 100644 --- a/gdb/proc-events.c +++ b/gdb/proc-events.c @@ -1,6 +1,6 @@ /* Machine-independent support for SVR4 /proc (process file system) - Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2004, 2007 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. diff --git a/gdb/proc-flags.c b/gdb/proc-flags.c index c9690616b18..c5c03f513a1 100644 --- a/gdb/proc-flags.c +++ b/gdb/proc-flags.c @@ -1,5 +1,5 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. diff --git a/gdb/proc-service.c b/gdb/proc-service.c index 0bcac05c0b2..befcb3b54ae 100644 --- a/gdb/proc-service.c +++ b/gdb/proc-service.c @@ -1,6 +1,6 @@ /* <proc_service.h> implementation. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h index 8558fdf7727..c37d9f90607 100644 --- a/gdb/proc-utils.h +++ b/gdb/proc-utils.h @@ -1,5 +1,5 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/proc-why.c b/gdb/proc-why.c index ef80891bec6..fb6a743605f 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -1,6 +1,6 @@ /* Machine-independent support for SVR4 /proc (process file system) - Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2004, 2007 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. diff --git a/gdb/procfs.c b/gdb/procfs.c index 23ee3fb9250..1250ff96dce 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -1,7 +1,7 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2006 Free Software Foundation, - Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2006, 2007 + Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. diff --git a/gdb/prologue-value.c b/gdb/prologue-value.c index b8f32bc4161..d95588a3dca 100644 --- a/gdb/prologue-value.c +++ b/gdb/prologue-value.c @@ -1,5 +1,5 @@ /* Prologue value handling for GDB. - Copyright 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/prologue-value.h b/gdb/prologue-value.h index 8df77b7ea1c..d8e72178f27 100644 --- a/gdb/prologue-value.h +++ b/gdb/prologue-value.h @@ -1,5 +1,5 @@ /* Interface to prologue value handling for GDB. - Copyright 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/regcache.c b/gdb/regcache.c index 95bec9406e1..d7d809afa5b 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -1,7 +1,7 @@ /* Cache and manage the values of registers for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, - 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001, + 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/regcache.h b/gdb/regcache.h index 95f27d65165..acab0925e57 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -1,7 +1,7 @@ /* Cache and manage the values of registers for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, - 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001, + 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/regformats/regdat.sh b/gdb/regformats/regdat.sh index 9035b3dc90d..34a3840a6e8 100755 --- a/gdb/regformats/regdat.sh +++ b/gdb/regformats/regdat.sh @@ -1,7 +1,7 @@ #!/bin/sh -u # Register protocol definitions for GDB, the GNU debugger. -# Copyright 2001, 2002 Free Software Foundation, Inc. +# Copyright 2001, 2002, 2007 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/regformats/regdef.h b/gdb/regformats/regdef.h index c1f862cc356..13e15719804 100644 --- a/gdb/regformats/regdef.h +++ b/gdb/regformats/regdef.h @@ -1,5 +1,5 @@ /* Register protocol definition structures for the GNU Debugger - Copyright 2001, 2002 Free Software Foundation, Inc. + Copyright 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/reggroups.c b/gdb/reggroups.c index 887658d662f..812afeda678 100644 --- a/gdb/reggroups.c +++ b/gdb/reggroups.c @@ -1,6 +1,6 @@ /* Register groupings for GDB, the GNU debugger. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/reggroups.h b/gdb/reggroups.h index 837e453c5e1..17e2524fa3d 100644 --- a/gdb/reggroups.h +++ b/gdb/reggroups.h @@ -1,6 +1,6 @@ /* Register groupings for GDB, the GNU debugger. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/regset.c b/gdb/regset.c index 8ccb4f8db73..3f7b517b754 100644 --- a/gdb/regset.c +++ b/gdb/regset.c @@ -1,6 +1,6 @@ /* Manage register sets. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/regset.h b/gdb/regset.h index 19b195c74a6..0e8a42f9667 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -1,6 +1,6 @@ /* Manage register sets. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c index c1575ca08aa..4d94347f09b 100644 --- a/gdb/remote-e7000.c +++ b/gdb/remote-e7000.c @@ -1,7 +1,7 @@ /* Remote debugging interface for Renesas E7000 ICE, for GDB - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/gdb/remote-est.c b/gdb/remote-est.c index 350eaa4aac5..13b0e1dcac8 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -1,5 +1,5 @@ /* Remote debugging interface for EST-300 ICE, for GDB - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index c698d76f69a..93ad05c86b1 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -1,6 +1,6 @@ /* Remote File-I/O communications - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h index 7cb9fd33231..90f1ca973e2 100644 --- a/gdb/remote-fileio.h +++ b/gdb/remote-fileio.h @@ -1,6 +1,6 @@ /* Remote File-I/O communications - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 1107b6acf63..277261608f0 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -1,5 +1,5 @@ /* Remote debugging interface for Renesas HMS Monitor Version 1.0 - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain (sac@cygnus.com). diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index b2033166de3..51d7000eaa9 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1,6 +1,6 @@ /* Remote debugging interface for M32R/SDI. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Renesas Technology Co. Written by Kei Sakamoto <sakamoto.kei@renesas.com>. diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 1144e8d825e..4c6fdf8ea14 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1,7 +1,7 @@ /* Remote debugging interface for MIPS remote debugging protocol. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Ian Lance Taylor <ian@cygnus.com>. diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index cdd41ed2fa3..b4990661127 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -1,7 +1,7 @@ /* Generic remote debugging interface for simulators. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Steve Chamberlain (sac@cygnus.com). diff --git a/gdb/remote-st.c b/gdb/remote-st.c index c2bcf3d00f9..a9af4108163 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -1,7 +1,7 @@ /* Remote debugging interface for Tandem ST2000 phone switch, for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, - 2001, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, + 2002, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Jim Kingdon for Cygnus. diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index 028216f7132..4dd6626738f 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -1,6 +1,6 @@ /* Generic support for remote debugging interfaces. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 2000, 2001 + Copyright (C) 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h index 343c7f8759f..771ac71bb23 100644 --- a/gdb/remote-utils.h +++ b/gdb/remote-utils.h @@ -1,6 +1,6 @@ /* Generic support for remote debugging interfaces. - Copyright (C) 1993, 1994, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote.c b/gdb/remote.c index c46531079fe..c229bffab22 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1,7 +1,7 @@ /* Remote target communications for serial-line targets in custom GDB protocol - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote.h b/gdb/remote.h index 50f1a861476..89851695003 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -1,5 +1,6 @@ /* Remote target communications for serial-line targets in custom GDB protocol - Copyright (C) 1999, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/reply_mig_hack.awk b/gdb/reply_mig_hack.awk index f5e7cf0e27f..aded177731a 100644 --- a/gdb/reply_mig_hack.awk +++ b/gdb/reply_mig_hack.awk @@ -1,6 +1,6 @@ # Reply server mig-output massager # -# Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1999, 2007 Free Software Foundation, Inc. # # Written by Miles Bader <miles@gnu.ai.mit.edu> # diff --git a/gdb/rom68k-rom.c b/gdb/rom68k-rom.c index 2c1b9197057..2b729e62629 100644 --- a/gdb/rom68k-rom.c +++ b/gdb/rom68k-rom.c @@ -1,6 +1,6 @@ /* Remote target glue for the ROM68K ROM monitor. - Copyright (C) 1988, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 - Free Software Foundation, Inc. + Copyright (C) 1988, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/rs6000-aix-tdep.c b/gdb/rs6000-aix-tdep.c index a488637c377..573c5e8819c 100644 --- a/gdb/rs6000-aix-tdep.c +++ b/gdb/rs6000-aix-tdep.c @@ -1,6 +1,6 @@ /* Native support code for PPC AIX, for GDB the GNU debugger. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Free Software Foundation, Inc. diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 705016cbcdb..07147a19347 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -1,8 +1,8 @@ /* IBM RS/6000 native-dependent code for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 21ada4e389d..7c5b7da6a56 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 + Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index 95c96a79965..834c425366f 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Free Software Foundation, Inc. +/* Copyright (C) 2006, 2007 Free Software Foundation, Inc. Free Software Foundation, Inc. diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index 0db120e209d..08a032a883b 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) diff --git a/gdb/s390-tdep.h b/gdb/s390-tdep.h index 362fa02858c..092eca64da2 100644 --- a/gdb/s390-tdep.h +++ b/gdb/s390-tdep.h @@ -1,5 +1,5 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c index 61eb7c4b739..0915048cfd6 100644 --- a/gdb/scm-exp.c +++ b/gdb/scm-exp.c @@ -1,7 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 2000, 2003, 2005 Free Software Foundation, - Inc. + Copyright (C) 1995, 1996, 2000, 2003, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index 78cf9f9cbd1..343a21e4463 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -1,7 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 Free - Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index 25075662c03..a9263b65224 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -1,7 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2003, 2005 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2003, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-tags.h b/gdb/scm-tags.h index 3d4e7cfd704..68927036a49 100644 --- a/gdb/scm-tags.h +++ b/gdb/scm-tags.h @@ -3,7 +3,7 @@ #ifndef TAGSH #define TAGSH -/* Copyright (C) 1995, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1999, 2007 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/scm-valprint.c b/gdb/scm-valprint.c index 1ed9dc1bba3..aa16213c672 100644 --- a/gdb/scm-valprint.c +++ b/gdb/scm-valprint.c @@ -1,7 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2005 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/score-tdep.c b/gdb/score-tdep.c index dd8cb49b38c..a7bea042b5a 100644 --- a/gdb/score-tdep.c +++ b/gdb/score-tdep.c @@ -1,8 +1,7 @@ /* Target-dependent code for the S+core architecture, for GDB, the GNU Debugger. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Qinwei (qinwei@sunnorth.com.cn) Contributed by Ching-Peng Lin (cplin@sunplus.com) diff --git a/gdb/score-tdep.h b/gdb/score-tdep.h index 122e886dd93..db6d26f6e02 100644 --- a/gdb/score-tdep.h +++ b/gdb/score-tdep.h @@ -1,8 +1,7 @@ /* Target-dependent code for the S+core architecture, for GDB, the GNU Debugger. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Qinwei (qinwei@sunnorth.com.cn) Contributed by Ching-Peng Lin (cplin@sunplus.com) diff --git a/gdb/sentinel-frame.c b/gdb/sentinel-frame.c index 07a0c7f7f4c..e574b74f884 100644 --- a/gdb/sentinel-frame.c +++ b/gdb/sentinel-frame.c @@ -1,8 +1,8 @@ /* Code dealing with register stack frames, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software - Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sentinel-frame.h b/gdb/sentinel-frame.h index c8c8e3bd4b6..41e8547a51e 100644 --- a/gdb/sentinel-frame.h +++ b/gdb/sentinel-frame.h @@ -1,6 +1,6 @@ /* Code dealing with register stack frames, for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-base.c b/gdb/ser-base.c index 8b449cd0f9d..a051157b316 100644 --- a/gdb/ser-base.c +++ b/gdb/ser-base.c @@ -1,7 +1,7 @@ /* Generic serial interface functions. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2003, + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-base.h b/gdb/ser-base.h index b65d213a4c1..53cc07d536f 100644 --- a/gdb/ser-base.h +++ b/gdb/ser-base.h @@ -1,6 +1,6 @@ /* Generic serial interface functions. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c index fd3252db830..4f96ff646c7 100644 --- a/gdb/ser-e7kpc.c +++ b/gdb/ser-e7kpc.c @@ -1,5 +1,5 @@ /* Remote serial interface using Renesas E7000 PC ISA card in a PC - Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index 66e24d9b48c..db6f890750f 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -1,5 +1,5 @@ /* Remote serial interface for local (hardwired) serial ports for GO32. - Copyright (C) 1992, 1993, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk). diff --git a/gdb/ser-mingw.c b/gdb/ser-mingw.c index c0e124175e6..6621d613e92 100644 --- a/gdb/ser-mingw.c +++ b/gdb/ser-mingw.c @@ -1,7 +1,6 @@ /* Serial interface for local (hardwired) serial ports on Windows systems - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 58a77b654b6..6b1cb52aca7 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -1,5 +1,5 @@ /* Serial interface for a pipe to a separate program - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index bd104aa8f1e..8adcd769b37 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -1,7 +1,7 @@ /* Serial interface for raw TCP connections on Un*x like systems. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2005, 2006, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-tcp.h b/gdb/ser-tcp.h index accaac76ced..840a8896683 100644 --- a/gdb/ser-tcp.h +++ b/gdb/ser-tcp.h @@ -1,6 +1,6 @@ /* Serial interface for raw TCP connections on Un*x like systems. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 7c10815a4e0..c45bfc611c0 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -1,7 +1,7 @@ /* Serial interface for local (hardwired) serial ports on Un*x like systems - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2003, + 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ser-unix.h b/gdb/ser-unix.h index c5707e79aa3..6d8f9918765 100644 --- a/gdb/ser-unix.h +++ b/gdb/ser-unix.h @@ -1,6 +1,6 @@ /* Serial interface for UN*X file-descriptor based connection. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/serial.c b/gdb/serial.c index 77b28f8feff..de1f891edd4 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -1,7 +1,7 @@ /* Generic serial interface routines - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/serial.h b/gdb/serial.h index 8d7ae6595bc..1f0accd4a7c 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -1,7 +1,6 @@ /* Remote serial support interface definitions for GDB, the GNU Debugger. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sh-linux-tdep.c b/gdb/sh-linux-tdep.c index b5f15a85e07..25af6a0aeee 100644 --- a/gdb/sh-linux-tdep.c +++ b/gdb/sh-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux Super-H. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 2b4878e0cba..fa7fccf0839 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Renesas Super-H, for GDB. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h index 6d17ba58922..6d88a0ee565 100644 --- a/gdb/sh-tdep.h +++ b/gdb/sh-tdep.h @@ -1,6 +1,6 @@ /* Target-specific definition for a Renesas Super-H. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index 6416df00a6b..f5a74251006 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -1,5 +1,5 @@ /* Remote target glue for the Renesas SH-3 ROM monitor. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sh64-tdep.c b/gdb/sh64-tdep.c index cc35bcab9e2..844fb9a42b5 100644 --- a/gdb/sh64-tdep.c +++ b/gdb/sh64-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Renesas Super-H, for GDB. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/shnbsd-nat.c b/gdb/shnbsd-nat.c index 264d01edbaa..8139ed9caf6 100644 --- a/gdb/shnbsd-nat.c +++ b/gdb/shnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/sh. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/shnbsd-tdep.c b/gdb/shnbsd-tdep.c index 8e98048fe68..2cba6dcf341 100644 --- a/gdb/shnbsd-tdep.c +++ b/gdb/shnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/sh. - Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/shnbsd-tdep.h b/gdb/shnbsd-tdep.h index ec229635251..e57fd585ca2 100644 --- a/gdb/shnbsd-tdep.h +++ b/gdb/shnbsd-tdep.h @@ -1,5 +1,5 @@ /* Target-dependent definitions for SuperH running NetBSD, for GDB. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/signals/signals.c b/gdb/signals/signals.c index 55ededc542c..8b9c33f80de 100644 --- a/gdb/signals/signals.c +++ b/gdb/signals/signals.c @@ -1,6 +1,6 @@ /* Target signal translation functions for GDB. Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. + 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h index dee96246bf5..974c96590d7 100644 --- a/gdb/sim-regno.h +++ b/gdb/sim-regno.h @@ -1,6 +1,6 @@ /* Generic remote debugging interface for simulators. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2007 Free Software Foundation, Inc. Contributed by Red Hat, Inc. diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 106ec192ad3..518f17f8a3f 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1,7 +1,7 @@ /* Solaris threads debugging interface. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sol2-tdep.c b/gdb/sol2-tdep.c index 788a55e06a5..7c5eb7f900e 100644 --- a/gdb/sol2-tdep.c +++ b/gdb/sol2-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index 304c8b61597..55986bb99a8 100644 --- a/gdb/sol2-tdep.h +++ b/gdb/sol2-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-aix5.c b/gdb/solib-aix5.c index e58f6d385a0..3cff0435387 100644 --- a/gdb/solib-aix5.c +++ b/gdb/solib-aix5.c @@ -1,7 +1,6 @@ /* Handle AIX5 shared libraries for GDB, the GNU Debugger. Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, - 2001 - Free Software Foundation, Inc. + 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index 128a5434d0b..a4dc07c9ec7 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -1,6 +1,5 @@ /* Handle FR-V (FDPIC) shared libraries for GDB, the GNU Debugger. - Copyright (C) 2004 - Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c index 013c4cd5466..d060c2d72a5 100644 --- a/gdb/solib-irix.c +++ b/gdb/solib-irix.c @@ -1,6 +1,6 @@ /* Shared library support for IRIX. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, + 2007 Free Software Foundation, Inc. This file was created using portions of irix5-nat.c originally contributed to GDB by Ian Lance Taylor. diff --git a/gdb/solib-legacy.c b/gdb/solib-legacy.c index eba92d0e436..d876802d35f 100644 --- a/gdb/solib-legacy.c +++ b/gdb/solib-legacy.c @@ -1,7 +1,6 @@ /* Provide legacy r_debug and link_map support for SVR4-like native targets. - Copyright (C) 2000, 2001, 2006 - Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-null.c b/gdb/solib-null.c index 8d39a3c8605..e40381f4119 100644 --- a/gdb/solib-null.c +++ b/gdb/solib-null.c @@ -1,7 +1,6 @@ /* Definitions for targets without shared libraries for GDB, the GNU Debugger. - Copyright (C) 2004 - Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index 7a3e6253536..5a69d31b83f 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -1,6 +1,6 @@ /* Handle OSF/1, Digital UNIX, and Tru64 shared libraries for GDB, the GNU Debugger. - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c index fab722fbd8f..bccb52d695a 100644 --- a/gdb/solib-pa64.c +++ b/gdb/solib-pa64.c @@ -1,6 +1,6 @@ /* Handle PA64 shared libraries for GDB, the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-pa64.h b/gdb/solib-pa64.h index 7f87f3d5ec7..5c187eafec5 100644 --- a/gdb/solib-pa64.h +++ b/gdb/solib-pa64.h @@ -1,6 +1,6 @@ /* Handle PA64 shared libraries for GDB, the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-som.c b/gdb/solib-som.c index 52c7367c47b..9ef770892fb 100644 --- a/gdb/solib-som.c +++ b/gdb/solib-som.c @@ -1,6 +1,6 @@ /* Handle SOM shared libraries. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-som.h b/gdb/solib-som.h index 5cebc23bd8c..bc2eb0f600c 100644 --- a/gdb/solib-som.h +++ b/gdb/solib-som.h @@ -1,6 +1,6 @@ /* Handle SOM shared libraries for GDB, the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-sunos.c b/gdb/solib-sunos.c index 4dac1b7a1fe..b87361e9e16 100644 --- a/gdb/solib-sunos.c +++ b/gdb/solib-sunos.c @@ -1,7 +1,7 @@ /* Handle SunOS shared libraries for GDB, the GNU Debugger. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 7bd76a1965e..55a2280dcd0 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -1,8 +1,7 @@ /* Handle SVR4 shared libraries for GDB, the GNU Debugger. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2001, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h index 58b41e03585..69c680b8a03 100644 --- a/gdb/solib-svr4.h +++ b/gdb/solib-svr4.h @@ -1,7 +1,6 @@ /* Handle shared libraries for GDB, the GNU Debugger. - Copyright (C) 2000, 2004, 2006 - Free Software Foundation, Inc. + Copyright (C) 2000, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib.c b/gdb/solib.c index bb4138bba58..0b5e2e3938c 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -1,8 +1,7 @@ /* Handle shared libraries for GDB, the GNU Debugger. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solib.h b/gdb/solib.h index 7469d125e7b..0ab9efc0fa6 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -1,6 +1,6 @@ /* Shared library declarations for GDB, the GNU Debugger. - Copyright (C) 1992, 1993, 1995, 1998, 1999, 2000, 2001, 2003, 2005 + Copyright (C) 1992, 1993, 1995, 1998, 1999, 2000, 2001, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/solist.h b/gdb/solist.h index 1ac306af7a5..08d8e7690b9 100644 --- a/gdb/solist.h +++ b/gdb/solist.h @@ -1,7 +1,6 @@ /* Shared library declarations for GDB, the GNU Debugger. Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, - 2001 - Free Software Foundation, Inc. + 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/somread.c b/gdb/somread.c index f17094d354f..5f0c13b6011 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -1,6 +1,6 @@ /* Read HP PA/Risc object files for GDB. Copyright (C) 1991, 1992, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2004 Free Software Foundation, Inc. + 2004, 2007 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. This file is part of GDB. diff --git a/gdb/source.c b/gdb/source.c index f254015fa1f..38aae31a4a3 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -1,6 +1,6 @@ /* List lines of source files for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/source.h b/gdb/source.h index d8f7f1c3d32..1c9e026c0c4 100644 --- a/gdb/source.h +++ b/gdb/source.h @@ -1,5 +1,5 @@ /* List lines of source files for GDB, the GNU debugger. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-linux-nat.c b/gdb/sparc-linux-nat.c index 87da3f1cd8d..1e507d27535 100644 --- a/gdb/sparc-linux-nat.c +++ b/gdb/sparc-linux-nat.c @@ -1,6 +1,5 @@ /* Native-dependent code for GNU/Linux SPARC. - Copyright (C) 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-linux-tdep.c b/gdb/sparc-linux-tdep.c index bb1a7f0c51a..492efa7e29f 100644 --- a/gdb/sparc-linux-tdep.c +++ b/gdb/sparc-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux SPARC. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 368b8ef33e0..7125fc448d5 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for SPARC. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-nat.h b/gdb/sparc-nat.h index 805ea219e83..4eeaeedb8ef 100644 --- a/gdb/sparc-nat.h +++ b/gdb/sparc-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for SPARC. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-sol2-nat.c b/gdb/sparc-sol2-nat.c index 2e0680b3a64..da04b0c27f8 100644 --- a/gdb/sparc-sol2-nat.c +++ b/gdb/sparc-sol2-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Solaris SPARC. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-sol2-tdep.c b/gdb/sparc-sol2-tdep.c index 6d5533e37d0..c054e2e73c2 100644 --- a/gdb/sparc-sol2-tdep.c +++ b/gdb/sparc-sol2-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris SPARC. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index a53c464be5f..00e802bf5b7 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for SPARC. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc-tdep.h b/gdb/sparc-tdep.h index 06555e9b89b..df613c1373d 100644 --- a/gdb/sparc-tdep.h +++ b/gdb/sparc-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for SPARC. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-linux-nat.c b/gdb/sparc64-linux-nat.c index 9dc9a6cde5a..03c1764fe38 100644 --- a/gdb/sparc64-linux-nat.c +++ b/gdb/sparc64-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux UltraSPARC. - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-linux-tdep.c b/gdb/sparc64-linux-tdep.c index 850f04542bf..0c33c969ae3 100644 --- a/gdb/sparc64-linux-tdep.c +++ b/gdb/sparc64-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux UltraSPARC. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-nat.c b/gdb/sparc64-nat.c index 2620b9c63eb..001da943e2c 100644 --- a/gdb/sparc64-nat.c +++ b/gdb/sparc64-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux UltraSPARC. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-sol2-tdep.c b/gdb/sparc64-sol2-tdep.c index 5e878869dfc..1aed2b109a5 100644 --- a/gdb/sparc64-sol2-tdep.c +++ b/gdb/sparc64-sol2-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris UltraSPARC. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-tdep.c b/gdb/sparc64-tdep.c index a3a734bff80..f44afaf1b60 100644 --- a/gdb/sparc64-tdep.c +++ b/gdb/sparc64-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for UltraSPARC. - Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64-tdep.h b/gdb/sparc64-tdep.h index 452d5515778..47f667930bf 100644 --- a/gdb/sparc64-tdep.h +++ b/gdb/sparc64-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for UltraSPARC. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64fbsd-nat.c b/gdb/sparc64fbsd-nat.c index 9a3cf543cad..fc22ad6c94a 100644 --- a/gdb/sparc64fbsd-nat.c +++ b/gdb/sparc64fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/sparc64. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64fbsd-tdep.c b/gdb/sparc64fbsd-tdep.c index 4e1ee0f400e..0e544fd3cfc 100644 --- a/gdb/sparc64fbsd-tdep.c +++ b/gdb/sparc64fbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/sparc64. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64nbsd-nat.c b/gdb/sparc64nbsd-nat.c index a5d7fc73635..8e75c9ea178 100644 --- a/gdb/sparc64nbsd-nat.c +++ b/gdb/sparc64nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/sparc64. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparc64nbsd-tdep.c b/gdb/sparc64nbsd-tdep.c index 5c7ef168449..a8935a6c85e 100644 --- a/gdb/sparc64nbsd-tdep.c +++ b/gdb/sparc64nbsd-tdep.c @@ -1,6 +1,7 @@ /* Target-dependent code for NetBSD/sparc64. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. Based on code contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/sparc64obsd-tdep.c b/gdb/sparc64obsd-tdep.c index 93c73908e8e..5c205694aab 100644 --- a/gdb/sparc64obsd-tdep.c +++ b/gdb/sparc64obsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/sparc64. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c index 60ca3270b58..fcd297cd4c9 100644 --- a/gdb/sparcnbsd-nat.c +++ b/gdb/sparcnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/sparc. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/sparcnbsd-tdep.c b/gdb/sparcnbsd-tdep.c index 73dee1409b9..6c16a9bb57a 100644 --- a/gdb/sparcnbsd-tdep.c +++ b/gdb/sparcnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/sparc. - Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GDB. diff --git a/gdb/sparcobsd-tdep.c b/gdb/sparcobsd-tdep.c index 6e16b319163..90fbbde352c 100644 --- a/gdb/sparcobsd-tdep.c +++ b/gdb/sparcobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/sparc. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c index 99144b75dad..8d49baf31dc 100644 --- a/gdb/spu-linux-nat.c +++ b/gdb/spu-linux-nat.c @@ -1,5 +1,5 @@ /* SPU native-dependent code for GDB, the GNU debugger. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Ulrich Weigand <uweigand@de.ibm.com>. diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 389c28337e4..de534ddbd47 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -1,5 +1,5 @@ /* SPU target-dependent code for GDB, the GNU debugger. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by Ulrich Weigand <uweigand@de.ibm.com>. Based on a port by Sid Manning <sid@us.ibm.com>. diff --git a/gdb/spu-tdep.h b/gdb/spu-tdep.h index 8bf83092ead..7d0df185391 100644 --- a/gdb/spu-tdep.h +++ b/gdb/spu-tdep.h @@ -1,5 +1,5 @@ /* SPU target-dependent code for GDB, the GNU debugger. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/srec.h b/gdb/srec.h index 134a4a63908..f50acd65845 100644 --- a/gdb/srec.h +++ b/gdb/srec.h @@ -1,5 +1,5 @@ /* S-record download support for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/stabsread.c b/gdb/stabsread.c index a27ee536c95..1e7ae8bb37d 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -1,7 +1,7 @@ /* Support routines for decoding "stabs" debugging information format. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 5ab7f1fe6cb..ba96207034e 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -1,6 +1,7 @@ /* Include file for stabs debugging format support functions. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/stack.c b/gdb/stack.c index d58ba31cfec..512691163d6 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1,7 +1,7 @@ /* Print and select stack frames for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/stack.h b/gdb/stack.h index 59e24eb97b9..194ab7b7450 100644 --- a/gdb/stack.h +++ b/gdb/stack.h @@ -1,6 +1,6 @@ /* Stack manipulation commands, for GDB the GNU Debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/std-regs.c b/gdb/std-regs.c index b568236966a..df5020709ef 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -1,6 +1,6 @@ /* Builtin frame register, for GDB, the GNU debugger. - Copyright (C) 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/stop-gdb.c b/gdb/stop-gdb.c index 103f2ff6d0d..dd788edea08 100644 --- a/gdb/stop-gdb.c +++ b/gdb/stop-gdb.c @@ -1,5 +1,5 @@ /* A client to make GDB return to command level in Mach 3. - Copyright (C) 1992, 1993, 1994, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/symfile-mem.c b/gdb/symfile-mem.c index 82342798f5f..cfb286d478e 100644 --- a/gdb/symfile-mem.c +++ b/gdb/symfile-mem.c @@ -1,7 +1,7 @@ /* Reading symbol files from memory. - Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, - 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001, + 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/symfile.c b/gdb/symfile.c index 8329aa5aa1e..99c965eede8 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1,7 +1,7 @@ /* Generic symbol file reading for the GNU debugger, GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/symfile.h b/gdb/symfile.h index 0cbd1fc5764..befc0b48ad8 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -1,7 +1,7 @@ /* Definitions for reading symbol files into GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 2567d37d57d..db83b147bd7 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -1,8 +1,8 @@ /* Do various things to symbol tables (other than lookup), for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/symtab.c b/gdb/symtab.c index 8f79feeaf71..1fc435ec443 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -1,7 +1,7 @@ /* Symbol table lookup for the GNU debugger, GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/symtab.h b/gdb/symtab.h index 1d72c8499c7..4e4061cf003 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1,8 +1,8 @@ /* Symbol table definitions for GDB. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target-descriptions.c b/gdb/target-descriptions.c index ffee104b976..9699b7d47c9 100644 --- a/gdb/target-descriptions.c +++ b/gdb/target-descriptions.c @@ -1,7 +1,6 @@ /* Target description support for GDB. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by CodeSourcery. diff --git a/gdb/target-descriptions.h b/gdb/target-descriptions.h index 74f59833d95..cca90b155c2 100644 --- a/gdb/target-descriptions.h +++ b/gdb/target-descriptions.h @@ -1,7 +1,6 @@ /* Target description support for GDB. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Contributed by CodeSourcery. diff --git a/gdb/target-memory.c b/gdb/target-memory.c index 64c16e1ac05..056440ace9f 100644 --- a/gdb/target-memory.c +++ b/gdb/target-memory.c @@ -1,8 +1,7 @@ /* Parts of target interface that deal with accessing memory and memory-like objects. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/target.c b/gdb/target.c index 7133ebe8599..75c78bdbdcb 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1,7 +1,7 @@ /* Select target systems and architectures at runtime for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/gdb/target.h b/gdb/target.h index 179e387f53c..c8e2cc637c4 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1,7 +1,7 @@ /* Interface between GDB and target environments, including files and processes - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by John Gilmore. diff --git a/gdb/terminal.h b/gdb/terminal.h index 19b297a65b1..83de436bdb0 100644 --- a/gdb/terminal.h +++ b/gdb/terminal.h @@ -1,7 +1,6 @@ /* Terminal interface definitions for GDB, the GNU Debugger. Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2000, - 2006 - Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 8065346489f..d98ed7650bd 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -1,7 +1,6 @@ # Makefile for regression testing the GNU debugger. # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003, 2004, -# 2005 -# Free Software Foundation, Inc. +# 2005, 2007 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/testsuite/config/cfdbug.exp b/gdb/testsuite/config/cfdbug.exp index edd91e4df76..c22a46a0bc7 100644 --- a/gdb/testsuite/config/cfdbug.exp +++ b/gdb/testsuite/config/cfdbug.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2007 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/config/d10v.exp b/gdb/testsuite/config/d10v.exp index 955288c7ff0..9566f99cae6 100644 --- a/gdb/testsuite/config/d10v.exp +++ b/gdb/testsuite/config/d10v.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 1997, 2007 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/config/dve.exp b/gdb/testsuite/config/dve.exp index 4b60b5aa965..08c2630ba71 100644 --- a/gdb/testsuite/config/dve.exp +++ b/gdb/testsuite/config/dve.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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/config/gdbserver.exp b/gdb/testsuite/config/gdbserver.exp index 9d133cfe722..9d32e5e7997 100644 --- a/gdb/testsuite/config/gdbserver.exp +++ b/gdb/testsuite/config/gdbserver.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2000, 2002, 2003, 2004, 2005, 2007 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/config/i960.exp b/gdb/testsuite/config/i960.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/i960.exp +++ b/gdb/testsuite/config/i960.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/m32r.exp b/gdb/testsuite/config/m32r.exp index 39688ba8cf9..701ad93d04c 100644 --- a/gdb/testsuite/config/m32r.exp +++ b/gdb/testsuite/config/m32r.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/mips-idt.exp b/gdb/testsuite/config/mips-idt.exp index ecac87b2de0..3c76a330be2 100644 --- a/gdb/testsuite/config/mips-idt.exp +++ b/gdb/testsuite/config/mips-idt.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993, 1997, 2007 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/config/mips.exp b/gdb/testsuite/config/mips.exp index ecac87b2de0..3c76a330be2 100644 --- a/gdb/testsuite/config/mips.exp +++ b/gdb/testsuite/config/mips.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993, 1997, 2007 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/config/mn10300-eval.exp b/gdb/testsuite/config/mn10300-eval.exp index 4b60b5aa965..08c2630ba71 100644 --- a/gdb/testsuite/config/mn10300-eval.exp +++ b/gdb/testsuite/config/mn10300-eval.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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/config/monitor.exp b/gdb/testsuite/config/monitor.exp index e71b99be3dd..c8af2e573b2 100644 --- a/gdb/testsuite/config/monitor.exp +++ b/gdb/testsuite/config/monitor.exp @@ -1,5 +1,5 @@ # Test Framework Driver for GDB driving a ROM monitor (via monitor.c). -# Copyright 1995, 1996, 1997, 1998, 1999, 2000 +# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2007 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/config/netware.exp b/gdb/testsuite/config/netware.exp index 2538ccf49b6..0b6e8d4cc94 100644 --- a/gdb/testsuite/config/netware.exp +++ b/gdb/testsuite/config/netware.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc. +# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 2007 +# 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/config/proelf.exp b/gdb/testsuite/config/proelf.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/proelf.exp +++ b/gdb/testsuite/config/proelf.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/rom68k.exp b/gdb/testsuite/config/rom68k.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/rom68k.exp +++ b/gdb/testsuite/config/rom68k.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/sh.exp b/gdb/testsuite/config/sh.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/sh.exp +++ b/gdb/testsuite/config/sh.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/sid.exp b/gdb/testsuite/config/sid.exp index 987c9beab12..99904429755 100644 --- a/gdb/testsuite/config/sid.exp +++ b/gdb/testsuite/config/sid.exp @@ -1,5 +1,5 @@ # Test Framework Driver for GDB driving an external simulator -# Copyright 1999, 2001 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2007 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/config/sim.exp b/gdb/testsuite/config/sim.exp index e7d7c141f5e..9b6a226e044 100644 --- a/gdb/testsuite/config/sim.exp +++ b/gdb/testsuite/config/sim.exp @@ -1,5 +1,5 @@ # Test Framework Driver for GDB driving a builtin simulator -# Copyright 1994, 1997, 1998, 2004 Free Software Foundation, Inc. +# Copyright 1994, 1997, 1998, 2004, 2007 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/config/slite.exp b/gdb/testsuite/config/slite.exp index b5f44288734..cd9cf232ec6 100644 --- a/gdb/testsuite/config/slite.exp +++ b/gdb/testsuite/config/slite.exp @@ -1,4 +1,4 @@ -# Copyright 1993, 1997, 1998 Free Software Foundation, Inc. +# Copyright 1993, 1997, 1998, 2007 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/config/unix.exp b/gdb/testsuite/config/unix.exp index 321ad542d7a..a980d17a985 100644 --- a/gdb/testsuite/config/unix.exp +++ b/gdb/testsuite/config/unix.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc. +# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 2007 +# 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/config/unknown.exp b/gdb/testsuite/config/unknown.exp index f61e5af030f..68528659711 100644 --- a/gdb/testsuite/config/unknown.exp +++ b/gdb/testsuite/config/unknown.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/vr4300.exp b/gdb/testsuite/config/vr4300.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/vr4300.exp +++ b/gdb/testsuite/config/vr4300.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/vr5000.exp b/gdb/testsuite/config/vr5000.exp index 99b8a9db1f7..30d95f6b9d4 100644 --- a/gdb/testsuite/config/vr5000.exp +++ b/gdb/testsuite/config/vr5000.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/vx.exp b/gdb/testsuite/config/vx.exp index 4a457c0b684..470e22da013 100644 --- a/gdb/testsuite/config/vx.exp +++ b/gdb/testsuite/config/vx.exp @@ -1,4 +1,4 @@ -# Copyright 1988, 1990, 1991, 1992, 1995, 1997 +# Copyright 1988, 1990, 1991, 1992, 1995, 1997, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/config/vxworks.exp b/gdb/testsuite/config/vxworks.exp index e3434063e4a..79bcfe8ffe3 100644 --- a/gdb/testsuite/config/vxworks.exp +++ b/gdb/testsuite/config/vxworks.exp @@ -1,4 +1,4 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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/config/vxworks29k.exp b/gdb/testsuite/config/vxworks29k.exp index b815fe711f9..f36a7a46b20 100644 --- a/gdb/testsuite/config/vxworks29k.exp +++ b/gdb/testsuite/config/vxworks29k.exp @@ -1,4 +1,4 @@ -# Copyright 1995, 1997 Free Software Foundation, Inc. +# Copyright 1995, 1997, 2007 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.ada/array_return.exp b/gdb/testsuite/gdb.ada/array_return.exp index da189a1a217..ad8f53cc9ae 100644 --- a/gdb/testsuite/gdb.ada/array_return.exp +++ b/gdb/testsuite/gdb.ada/array_return.exp @@ -1,4 +1,4 @@ -# Copyright 2005, 2006 Free Software Foundation, Inc. +# Copyright 2005, 2006, 2007 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.ada/array_return/p.adb b/gdb/testsuite/gdb.ada/array_return/p.adb index ef78bab774a..f9a064bd450 100644 --- a/gdb/testsuite/gdb.ada/array_return/p.adb +++ b/gdb/testsuite/gdb.ada/array_return/p.adb @@ -1,4 +1,4 @@ --- Copyright 2006 Free Software Foundation, Inc. +-- Copyright 2006, 2007 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.ada/array_return/pck.adb b/gdb/testsuite/gdb.ada/array_return/pck.adb index 6a06b39aa76..5d634dfc802 100644 --- a/gdb/testsuite/gdb.ada/array_return/pck.adb +++ b/gdb/testsuite/gdb.ada/array_return/pck.adb @@ -1,4 +1,4 @@ --- Copyright 2006 Free Software Foundation, Inc. +-- Copyright 2006, 2007 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.ada/array_return/pck.ads b/gdb/testsuite/gdb.ada/array_return/pck.ads index 2d646b315e6..a694412b2d1 100644 --- a/gdb/testsuite/gdb.ada/array_return/pck.ads +++ b/gdb/testsuite/gdb.ada/array_return/pck.ads @@ -1,4 +1,4 @@ --- Copyright 2006 Free Software Foundation, Inc. +-- Copyright 2006, 2007 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.ada/arrayidx.exp b/gdb/testsuite/gdb.ada/arrayidx.exp index c6cd0d3385b..a967d5a6d25 100644 --- a/gdb/testsuite/gdb.ada/arrayidx.exp +++ b/gdb/testsuite/gdb.ada/arrayidx.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.ada/arrayidx/p.adb b/gdb/testsuite/gdb.ada/arrayidx/p.adb index 398e34d3f9f..4cc4e4a95c2 100644 --- a/gdb/testsuite/gdb.ada/arrayidx/p.adb +++ b/gdb/testsuite/gdb.ada/arrayidx/p.adb @@ -1,4 +1,4 @@ --- Copyright 2005 Free Software Foundation, Inc. +-- Copyright 2005, 2007 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.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp index f9561eadf5d..a4f4d9bda2c 100644 --- a/gdb/testsuite/gdb.ada/exec_changed.exp +++ b/gdb/testsuite/gdb.ada/exec_changed.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.ada/exec_changed/first.adb b/gdb/testsuite/gdb.ada/exec_changed/first.adb index 342bea2d44f..c187e5ed2ce 100644 --- a/gdb/testsuite/gdb.ada/exec_changed/first.adb +++ b/gdb/testsuite/gdb.ada/exec_changed/first.adb @@ -1,4 +1,4 @@ --- Copyright 2005 Free Software Foundation, Inc. +-- Copyright 2005, 2007 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.ada/exec_changed/second.adb b/gdb/testsuite/gdb.ada/exec_changed/second.adb index 07a81173865..ed82df7c9d4 100644 --- a/gdb/testsuite/gdb.ada/exec_changed/second.adb +++ b/gdb/testsuite/gdb.ada/exec_changed/second.adb @@ -1,4 +1,4 @@ --- Copyright 2005 Free Software Foundation, Inc. +-- Copyright 2005, 2007 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.ada/fixed_points.exp b/gdb/testsuite/gdb.ada/fixed_points.exp index 7a4d2fbac1a..b9c25ec42bd 100644 --- a/gdb/testsuite/gdb.ada/fixed_points.exp +++ b/gdb/testsuite/gdb.ada/fixed_points.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.ada/fixed_points/fixed_points.adb b/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb index 6438efb11c1..5f641f91a72 100644 --- a/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb +++ b/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb @@ -1,4 +1,4 @@ --- Copyright 2004 Free Software Foundation, Inc. +-- Copyright 2004, 2007 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.ada/gnat_ada.gpr b/gdb/testsuite/gdb.ada/gnat_ada.gpr index 7c01ae27273..669f5b91385 100644 --- a/gdb/testsuite/gdb.ada/gnat_ada.gpr +++ b/gdb/testsuite/gdb.ada/gnat_ada.gpr @@ -1,4 +1,4 @@ --- Copyright 2004 Free Software Foundation, Inc. +-- Copyright 2004, 2007 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.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index c3cbd9389dd..8f5cb86cb97 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.ada/null_record/null_record.adb b/gdb/testsuite/gdb.ada/null_record/null_record.adb index 28846dbc854..f724c2344eb 100644 --- a/gdb/testsuite/gdb.ada/null_record/null_record.adb +++ b/gdb/testsuite/gdb.ada/null_record/null_record.adb @@ -1,4 +1,4 @@ --- Copyright 2004 Free Software Foundation, Inc. +-- Copyright 2004, 2007 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.ada/packed_array.exp b/gdb/testsuite/gdb.ada/packed_array.exp index aa75450b51e..5331108ed54 100644 --- a/gdb/testsuite/gdb.ada/packed_array.exp +++ b/gdb/testsuite/gdb.ada/packed_array.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.ada/packed_array/pa.adb b/gdb/testsuite/gdb.ada/packed_array/pa.adb index ca439e3cc4a..55a9f144747 100644 --- a/gdb/testsuite/gdb.ada/packed_array/pa.adb +++ b/gdb/testsuite/gdb.ada/packed_array/pa.adb @@ -1,4 +1,4 @@ --- Copyright 2005 Free Software Foundation, Inc. +-- Copyright 2005, 2007 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.ada/start.exp b/gdb/testsuite/gdb.ada/start.exp index f91e8728b16..a658bd7cdfd 100644 --- a/gdb/testsuite/gdb.ada/start.exp +++ b/gdb/testsuite/gdb.ada/start.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.ada/start/dummy.adb b/gdb/testsuite/gdb.ada/start/dummy.adb index 831991038ac..7b13e3332c6 100644 --- a/gdb/testsuite/gdb.ada/start/dummy.adb +++ b/gdb/testsuite/gdb.ada/start/dummy.adb @@ -1,4 +1,4 @@ --- Copyright 2005 Free Software Foundation, Inc. +-- Copyright 2005, 2007 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.ada/watch_arg.exp b/gdb/testsuite/gdb.ada/watch_arg.exp index 81b9b9ae305..a49f0df01c9 100644 --- a/gdb/testsuite/gdb.ada/watch_arg.exp +++ b/gdb/testsuite/gdb.ada/watch_arg.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.ada/watch_arg/watch.adb b/gdb/testsuite/gdb.ada/watch_arg/watch.adb index e3cc4f6eebc..2707a7a3c47 100644 --- a/gdb/testsuite/gdb.ada/watch_arg/watch.adb +++ b/gdb/testsuite/gdb.ada/watch_arg/watch.adb @@ -1,4 +1,4 @@ --- Copyright 2006 Free Software Foundation, Inc. +-- Copyright 2006, 2007 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.arch/alpha-step.c b/gdb/testsuite/gdb.arch/alpha-step.c index dc477df7727..a7a100122fb 100644 --- a/gdb/testsuite/gdb.arch/alpha-step.c +++ b/gdb/testsuite/gdb.arch/alpha-step.c @@ -1,4 +1,4 @@ -/* Copyright 2005 Free Software Foundation, Inc. +/* Copyright 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/alpha-step.exp b/gdb/testsuite/gdb.arch/alpha-step.exp index 735cee395ab..5e0fceb9a44 100644 --- a/gdb/testsuite/gdb.arch/alpha-step.exp +++ b/gdb/testsuite/gdb.arch/alpha-step.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index dd90dcf9a4c..4e783878f53 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2007 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.arch/altivec-regs.exp b/gdb/testsuite/gdb.arch/altivec-regs.exp index 97ca871db15..0b5df374a3c 100644 --- a/gdb/testsuite/gdb.arch/altivec-regs.exp +++ b/gdb/testsuite/gdb.arch/altivec-regs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2007 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.arch/e500-abi.exp b/gdb/testsuite/gdb.arch/e500-abi.exp index e60f3aa01e3..f3618e22aa1 100644 --- a/gdb/testsuite/gdb.arch/e500-abi.exp +++ b/gdb/testsuite/gdb.arch/e500-abi.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.arch/e500-prologue.c b/gdb/testsuite/gdb.arch/e500-prologue.c index f9e83dabf8a..971d2533149 100644 --- a/gdb/testsuite/gdb.arch/e500-prologue.c +++ b/gdb/testsuite/gdb.arch/e500-prologue.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.arch/e500-prologue.exp b/gdb/testsuite/gdb.arch/e500-prologue.exp index 06dec9fb28d..2a905b0d15d 100644 --- a/gdb/testsuite/gdb.arch/e500-prologue.exp +++ b/gdb/testsuite/gdb.arch/e500-prologue.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.arch/e500-regs.exp b/gdb/testsuite/gdb.arch/e500-regs.exp index 66d3b140bce..44c8fdcb3e9 100644 --- a/gdb/testsuite/gdb.arch/e500-regs.exp +++ b/gdb/testsuite/gdb.arch/e500-regs.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.arch/gdb1291.exp b/gdb/testsuite/gdb.arch/gdb1291.exp index 3f53d61b369..dcfb7191f15 100644 --- a/gdb/testsuite/gdb.arch/gdb1291.exp +++ b/gdb/testsuite/gdb.arch/gdb1291.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.arch/gdb1431.exp b/gdb/testsuite/gdb.arch/gdb1431.exp index 4b6e00548bd..17a5189b041 100644 --- a/gdb/testsuite/gdb.arch/gdb1431.exp +++ b/gdb/testsuite/gdb.arch/gdb1431.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.arch/gdb1558.c b/gdb/testsuite/gdb.arch/gdb1558.c index fc13be161f2..0c8207347af 100644 --- a/gdb/testsuite/gdb.arch/gdb1558.c +++ b/gdb/testsuite/gdb.arch/gdb1558.c @@ -1,4 +1,4 @@ -/* Copyright 2004, 2005 Free Software Foundation, Inc. +/* Copyright 2004, 2005, 2007 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.arch/gdb1558.exp b/gdb/testsuite/gdb.arch/gdb1558.exp index 6217420d576..1187d7ec7b4 100644 --- a/gdb/testsuite/gdb.arch/gdb1558.exp +++ b/gdb/testsuite/gdb.arch/gdb1558.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.arch/i386-cpuid.h b/gdb/testsuite/gdb.arch/i386-cpuid.h index 067b22fa712..99d47410311 100644 --- a/gdb/testsuite/gdb.arch/i386-cpuid.h +++ b/gdb/testsuite/gdb.arch/i386-cpuid.h @@ -1,6 +1,6 @@ /* Helper file for i386 platform. Runtime check for MMX/SSE/SSE2 support. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/i386-prologue.c b/gdb/testsuite/gdb.arch/i386-prologue.c index 9f05337888b..7761dc1ddcb 100644 --- a/gdb/testsuite/gdb.arch/i386-prologue.c +++ b/gdb/testsuite/gdb.arch/i386-prologue.c @@ -1,6 +1,6 @@ /* Unwinder test program. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/i386-prologue.exp b/gdb/testsuite/gdb.arch/i386-prologue.exp index acfaf33a949..d3e64b7f3f9 100644 --- a/gdb/testsuite/gdb.arch/i386-prologue.exp +++ b/gdb/testsuite/gdb.arch/i386-prologue.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2006, 2007 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.arch/i386-size.c b/gdb/testsuite/gdb.arch/i386-size.c index 80357ddbfa7..eb67f5fd688 100644 --- a/gdb/testsuite/gdb.arch/i386-size.c +++ b/gdb/testsuite/gdb.arch/i386-size.c @@ -1,6 +1,6 @@ /* Symbol size test program. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/i386-size.exp b/gdb/testsuite/gdb.arch/i386-size.exp index dcf67e995e7..7cadf78652f 100644 --- a/gdb/testsuite/gdb.arch/i386-size.exp +++ b/gdb/testsuite/gdb.arch/i386-size.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.arch/i386-sse.c b/gdb/testsuite/gdb.arch/i386-sse.c index 496721c5e82..786a5149904 100644 --- a/gdb/testsuite/gdb.arch/i386-sse.c +++ b/gdb/testsuite/gdb.arch/i386-sse.c @@ -1,6 +1,6 @@ /* Test program for SSE registers. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/i386-sse.exp b/gdb/testsuite/gdb.arch/i386-sse.exp index f77adaa6496..e55d53c07d8 100644 --- a/gdb/testsuite/gdb.arch/i386-sse.exp +++ b/gdb/testsuite/gdb.arch/i386-sse.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.arch/i386-unwind.c b/gdb/testsuite/gdb.arch/i386-unwind.c index b1fa1df06ee..3e721eb5976 100644 --- a/gdb/testsuite/gdb.arch/i386-unwind.c +++ b/gdb/testsuite/gdb.arch/i386-unwind.c @@ -1,6 +1,6 @@ /* Unwinder test program. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/i386-unwind.exp b/gdb/testsuite/gdb.arch/i386-unwind.exp index 67b977cf722..e8b007e0dda 100644 --- a/gdb/testsuite/gdb.arch/i386-unwind.exp +++ b/gdb/testsuite/gdb.arch/i386-unwind.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.arch/pa-nullify.exp b/gdb/testsuite/gdb.arch/pa-nullify.exp index fcc7f82bde1..4e23700b85d 100644 --- a/gdb/testsuite/gdb.arch/pa-nullify.exp +++ b/gdb/testsuite/gdb.arch/pa-nullify.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.arch/powerpc-aix-prologue.c b/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c index ee31b496d3e..51b7999f0ea 100644 --- a/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c +++ b/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.arch/powerpc-aix-prologue.exp b/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp index 76e3c27cf2e..d70da955fbb 100644 --- a/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp +++ b/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.arch/powerpc-prologue.c b/gdb/testsuite/gdb.arch/powerpc-prologue.c index 7fc84b222d3..9f3836a6d6a 100644 --- a/gdb/testsuite/gdb.arch/powerpc-prologue.c +++ b/gdb/testsuite/gdb.arch/powerpc-prologue.c @@ -1,6 +1,6 @@ /* Unwinder test program. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/powerpc-prologue.exp b/gdb/testsuite/gdb.arch/powerpc-prologue.exp index 7d19c4a01ea..c50c56bb029 100644 --- a/gdb/testsuite/gdb.arch/powerpc-prologue.exp +++ b/gdb/testsuite/gdb.arch/powerpc-prologue.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.arch/thumb-prologue.c b/gdb/testsuite/gdb.arch/thumb-prologue.c index f6189634641..dc51f9795b5 100644 --- a/gdb/testsuite/gdb.arch/thumb-prologue.c +++ b/gdb/testsuite/gdb.arch/thumb-prologue.c @@ -1,6 +1,6 @@ /* Unwinder test program. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.arch/thumb-prologue.exp b/gdb/testsuite/gdb.arch/thumb-prologue.exp index 1353768b267..bad1f32ecb7 100644 --- a/gdb/testsuite/gdb.arch/thumb-prologue.exp +++ b/gdb/testsuite/gdb.arch/thumb-prologue.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 3e6a4c7c451..4c6319c80cd 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -1,4 +1,5 @@ -# Copyright 1998, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.base/a2-run.exp b/gdb/testsuite/gdb.base/a2-run.exp index c8aae347367..cb5e1480f8a 100644 --- a/gdb/testsuite/gdb.base/a2-run.exp +++ b/gdb/testsuite/gdb.base/a2-run.exp @@ -1,4 +1,4 @@ -# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2000 +# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/advance.exp b/gdb/testsuite/gdb.base/advance.exp index ffd0bb5d2c2..de354be5ed8 100644 --- a/gdb/testsuite/gdb.base/advance.exp +++ b/gdb/testsuite/gdb.base/advance.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/all-bin.exp b/gdb/testsuite/gdb.base/all-bin.exp index 04911fa9944..17100f86837 100644 --- a/gdb/testsuite/gdb.base/all-bin.exp +++ b/gdb/testsuite/gdb.base/all-bin.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/annota1.exp b/gdb/testsuite/gdb.base/annota1.exp index 97d09271161..82d42be4e41 100644 --- a/gdb/testsuite/gdb.base/annota1.exp +++ b/gdb/testsuite/gdb.base/annota1.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/annota3.exp b/gdb/testsuite/gdb.base/annota3.exp index e5be29c0eba..7e8e10b6ed4 100644 --- a/gdb/testsuite/gdb.base/annota3.exp +++ b/gdb/testsuite/gdb.base/annota3.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2005, 2006, 2007 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.base/args.exp b/gdb/testsuite/gdb.base/args.exp index 75b55094f09..1882b33279c 100644 --- a/gdb/testsuite/gdb.base/args.exp +++ b/gdb/testsuite/gdb.base/args.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/arithmet.exp b/gdb/testsuite/gdb.base/arithmet.exp index ff7744cd039..5c3aca1d531 100644 --- a/gdb/testsuite/gdb.base/arithmet.exp +++ b/gdb/testsuite/gdb.base/arithmet.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2001 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2007 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.base/arrayidx.c b/gdb/testsuite/gdb.base/arrayidx.c index f69e7f5b844..4386d8081b8 100644 --- a/gdb/testsuite/gdb.base/arrayidx.c +++ b/gdb/testsuite/gdb.base/arrayidx.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.base/arrayidx.exp b/gdb/testsuite/gdb.base/arrayidx.exp index fc6088e6193..01212cbf4a7 100644 --- a/gdb/testsuite/gdb.base/arrayidx.exp +++ b/gdb/testsuite/gdb.base/arrayidx.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/assign.exp b/gdb/testsuite/gdb.base/assign.exp index 1cb984919f8..a198cd3fe90 100644 --- a/gdb/testsuite/gdb.base/assign.exp +++ b/gdb/testsuite/gdb.base/assign.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/async.exp b/gdb/testsuite/gdb.base/async.exp index d805ea9377d..aa7ecf2e1bf 100644 --- a/gdb/testsuite/gdb.base/async.exp +++ b/gdb/testsuite/gdb.base/async.exp @@ -1,5 +1,4 @@ -# Copyright 1999 -# Free Software Foundation, Inc. +# Copyright 1999, 2007 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.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 8d8d0a84068..e350d8a052e 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2002, 2003, 2004, 2007 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.base/auxv.c b/gdb/testsuite/gdb.base/auxv.c index 7eba5f97cfa..fbc2edb430a 100644 --- a/gdb/testsuite/gdb.base/auxv.c +++ b/gdb/testsuite/gdb.base/auxv.c @@ -1,4 +1,4 @@ -/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2004 +/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/auxv.exp b/gdb/testsuite/gdb.base/auxv.exp index ad4462b820c..c90d7ed4e40 100644 --- a/gdb/testsuite/gdb.base/auxv.exp +++ b/gdb/testsuite/gdb.base/auxv.exp @@ -1,6 +1,6 @@ # Test `info auxv' and related functionality. -# Copyright 1992,1993,1994,1995,1996,1997,1998,1999,2000,2004 +# Copyright 1992,1993,1994,1995,1996,1997,1998,1999,2000,2004,2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/bang.exp b/gdb/testsuite/gdb.base/bang.exp index 676ec7ab362..6eb9c7aff0d 100644 --- a/gdb/testsuite/gdb.base/bang.exp +++ b/gdb/testsuite/gdb.base/bang.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.base/bfp-test.c b/gdb/testsuite/gdb.base/bfp-test.c index da2716fdf55..15b0e2c19a9 100644 --- a/gdb/testsuite/gdb.base/bfp-test.c +++ b/gdb/testsuite/gdb.base/bfp-test.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.base/bfp-test.exp b/gdb/testsuite/gdb.base/bfp-test.exp index 85f2028346e..943b9073bce 100644 --- a/gdb/testsuite/gdb.base/bfp-test.exp +++ b/gdb/testsuite/gdb.base/bfp-test.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/bigcore.c b/gdb/testsuite/gdb.base/bigcore.c index 5d0b4dbcdd3..46b5e2afbf5 100644 --- a/gdb/testsuite/gdb.base/bigcore.c +++ b/gdb/testsuite/gdb.base/bigcore.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index db92cc42d96..5a5b1662dd1 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, +# 2007 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.base/bitfields.exp b/gdb/testsuite/gdb.base/bitfields.exp index 1fea3cd172d..08caa9395cb 100644 --- a/gdb/testsuite/gdb.base/bitfields.exp +++ b/gdb/testsuite/gdb.base/bitfields.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1997 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1997, 2007 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.base/bitfields2.exp b/gdb/testsuite/gdb.base/bitfields2.exp index b00429e7f26..051de918b8d 100644 --- a/gdb/testsuite/gdb.base/bitfields2.exp +++ b/gdb/testsuite/gdb.base/bitfields2.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1997, 2004 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1997, 2004, 2007 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.base/bitops.exp b/gdb/testsuite/gdb.base/bitops.exp index 607ab7787d8..c4b80b0fdd7 100644 --- a/gdb/testsuite/gdb.base/bitops.exp +++ b/gdb/testsuite/gdb.base/bitops.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/break.c b/gdb/testsuite/gdb.base/break.c index 86e6cdaa69c..e0ba3b41d16 100644 --- a/gdb/testsuite/gdb.base/break.c +++ b/gdb/testsuite/gdb.base/break.c @@ -1,7 +1,7 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003 Free Software - Foundation, Inc. + Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003, 2007 + 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.base/break.exp b/gdb/testsuite/gdb.base/break.exp index 2869c253a23..aba80edf0c4 100644 --- a/gdb/testsuite/gdb.base/break.exp +++ b/gdb/testsuite/gdb.base/break.exp @@ -1,6 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2002, 2003 -# Free Software Foundation, Inc. +# 2000, 2002, 2003, 2007 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.base/break1.c b/gdb/testsuite/gdb.base/break1.c index 2ed8b2a4a02..66ff4dd48e6 100644 --- a/gdb/testsuite/gdb.base/break1.c +++ b/gdb/testsuite/gdb.base/break1.c @@ -1,7 +1,7 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003 Free Software - Foundation, Inc. + Copyright 1992, 1993, 1994, 1995, 1999, 2002, 2003, 2007 + 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.base/call-ar-st.exp b/gdb/testsuite/gdb.base/call-ar-st.exp index 2a5a55b89de..7b909186ac3 100644 --- a/gdb/testsuite/gdb.base/call-ar-st.exp +++ b/gdb/testsuite/gdb.base/call-ar-st.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001, 2004 +# Copyright 1998, 1999, 2000, 2001, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index 704a7ad7903..1a06d574bea 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/call-sc.c b/gdb/testsuite/gdb.base/call-sc.c index 70ae87f7991..09744c9a1d2 100644 --- a/gdb/testsuite/gdb.base/call-sc.c +++ b/gdb/testsuite/gdb.base/call-sc.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/call-sc.exp b/gdb/testsuite/gdb.base/call-sc.exp index cff6d85a665..d2e0066cfb0 100644 --- a/gdb/testsuite/gdb.base/call-sc.exp +++ b/gdb/testsuite/gdb.base/call-sc.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/call-strs.exp b/gdb/testsuite/gdb.base/call-strs.exp index aa39864db90..7ae20c72a87 100644 --- a/gdb/testsuite/gdb.base/call-strs.exp +++ b/gdb/testsuite/gdb.base/call-strs.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2007 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.base/callfuncs.c b/gdb/testsuite/gdb.base/callfuncs.c index a52b2b138f9..5a2bde2b38e 100644 --- a/gdb/testsuite/gdb.base/callfuncs.c +++ b/gdb/testsuite/gdb.base/callfuncs.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2004 + Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp index f48b0648e65..12911ab5ac6 100644 --- a/gdb/testsuite/gdb.base/callfuncs.exp +++ b/gdb/testsuite/gdb.base/callfuncs.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +# 2004, 2007 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.base/charset.c b/gdb/testsuite/gdb.base/charset.c index d35c1baa7d4..ca6ed962eef 100644 --- a/gdb/testsuite/gdb.base/charset.c +++ b/gdb/testsuite/gdb.base/charset.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2001, 2004 Free Software Foundation, Inc. + Copyright 2001, 2004, 2007 Free Software Foundation, Inc. Contributed by Red Hat, originally written by Jim Blandy. diff --git a/gdb/testsuite/gdb.base/charset.exp b/gdb/testsuite/gdb.base/charset.exp index e5d8dfb9c29..e1db07672b9 100644 --- a/gdb/testsuite/gdb.base/charset.exp +++ b/gdb/testsuite/gdb.base/charset.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2001, 2004 Free Software Foundation, Inc. +# Copyright 2001, 2004, 2007 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.base/checkpoint.c b/gdb/testsuite/gdb.base/checkpoint.c index ce57be28dad..0af402f8a45 100644 --- a/gdb/testsuite/gdb.base/checkpoint.c +++ b/gdb/testsuite/gdb.base/checkpoint.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005, 2006 Free Software Foundation, Inc. + Copyright 2005, 2006, 2007 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.base/checkpoint.exp b/gdb/testsuite/gdb.base/checkpoint.exp index 5ab734339bf..1ca497a6ee3 100644 --- a/gdb/testsuite/gdb.base/checkpoint.exp +++ b/gdb/testsuite/gdb.base/checkpoint.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/chng-syms.exp b/gdb/testsuite/gdb.base/chng-syms.exp index b1ea43d494f..4e8da44a422 100644 --- a/gdb/testsuite/gdb.base/chng-syms.exp +++ b/gdb/testsuite/gdb.base/chng-syms.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/code-expr.exp b/gdb/testsuite/gdb.base/code-expr.exp index 3b7df0cb29c..120c743f016 100644 --- a/gdb/testsuite/gdb.base/code-expr.exp +++ b/gdb/testsuite/gdb.base/code-expr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2007 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.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp index d3833d25366..3ef04f52164 100644 --- a/gdb/testsuite/gdb.base/commands.exp +++ b/gdb/testsuite/gdb.base/commands.exp @@ -1,5 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1997, 1998, 1999, 2000, -# 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# 2001, 2002, 2003, 2005, 2006, 2007 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.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index 8295e3170ab..be7ca1a19ca 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/gdb/testsuite/gdb.base/completion.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2002, 2003, 2004, 2007 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.base/complex.c b/gdb/testsuite/gdb.base/complex.c index dabbdd60595..d8cd398b43b 100644 --- a/gdb/testsuite/gdb.base/complex.c +++ b/gdb/testsuite/gdb.base/complex.c @@ -1,5 +1,4 @@ -/* Copyright 2002, 2003, 2004 - Free Software Foundation, Inc. +/* Copyright 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/complex.exp b/gdb/testsuite/gdb.base/complex.exp index fac7f4f45c8..e017ed8c463 100644 --- a/gdb/testsuite/gdb.base/complex.exp +++ b/gdb/testsuite/gdb.base/complex.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/cond-expr.exp b/gdb/testsuite/gdb.base/cond-expr.exp index 63de95fabf5..469b83ec07a 100644 --- a/gdb/testsuite/gdb.base/cond-expr.exp +++ b/gdb/testsuite/gdb.base/cond-expr.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/condbreak.exp b/gdb/testsuite/gdb.base/condbreak.exp index 4cc4a255b07..9828eae3197 100644 --- a/gdb/testsuite/gdb.base/condbreak.exp +++ b/gdb/testsuite/gdb.base/condbreak.exp @@ -1,4 +1,5 @@ -# Copyright 1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2001, 2003, 2007 +# 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.base/consecutive.exp b/gdb/testsuite/gdb.base/consecutive.exp index 15d4154c654..7bc7def7f18 100644 --- a/gdb/testsuite/gdb.base/consecutive.exp +++ b/gdb/testsuite/gdb.base/consecutive.exp @@ -1,5 +1,4 @@ -# Copyright 2001 -# Free Software Foundation, Inc. +# Copyright 2001, 2007 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.base/constvars.exp b/gdb/testsuite/gdb.base/constvars.exp index 4129062394a..861b6637263 100644 --- a/gdb/testsuite/gdb.base/constvars.exp +++ b/gdb/testsuite/gdb.base/constvars.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/corefile.exp b/gdb/testsuite/gdb.base/corefile.exp index cc8cf6bf9c6..fa2f2406476 100644 --- a/gdb/testsuite/gdb.base/corefile.exp +++ b/gdb/testsuite/gdb.base/corefile.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/coremaker.c b/gdb/testsuite/gdb.base/coremaker.c index a7fbd94141a..aa524f46044 100644 --- a/gdb/testsuite/gdb.base/coremaker.c +++ b/gdb/testsuite/gdb.base/coremaker.c @@ -1,4 +1,4 @@ -/* Copyright 1992, 1993, 1994, 1995, 1996, 1999 +/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/coremaker2.c b/gdb/testsuite/gdb.base/coremaker2.c index 470c6d491f1..1ad20f5026d 100644 --- a/gdb/testsuite/gdb.base/coremaker2.c +++ b/gdb/testsuite/gdb.base/coremaker2.c @@ -1,4 +1,4 @@ -/* Copyright 1992, 1993, 1994, 1995, 1996, 1999 +/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/cursal.c b/gdb/testsuite/gdb.base/cursal.c index b9d28c6ef0f..0df661277ca 100644 --- a/gdb/testsuite/gdb.base/cursal.c +++ b/gdb/testsuite/gdb.base/cursal.c @@ -1,4 +1,4 @@ -/* Copyright 2004 Free Software Foundation, Inc. +/* Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/cursal.exp b/gdb/testsuite/gdb.base/cursal.exp index d320167167b..0add231ae98 100644 --- a/gdb/testsuite/gdb.base/cursal.exp +++ b/gdb/testsuite/gdb.base/cursal.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/cvexpr.c b/gdb/testsuite/gdb.base/cvexpr.c index afbcd3172c3..635d67f84d8 100644 --- a/gdb/testsuite/gdb.base/cvexpr.c +++ b/gdb/testsuite/gdb.base/cvexpr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2004, 2007 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.base/cvexpr.exp b/gdb/testsuite/gdb.base/cvexpr.exp index b025f136264..1bac4e787ea 100644 --- a/gdb/testsuite/gdb.base/cvexpr.exp +++ b/gdb/testsuite/gdb.base/cvexpr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2007 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.base/dbx.exp b/gdb/testsuite/gdb.base/dbx.exp index d2ebd579244..5c0610fa563 100644 --- a/gdb/testsuite/gdb.base/dbx.exp +++ b/gdb/testsuite/gdb.base/dbx.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2001 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2007 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.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 6027cfe1b68..8dee4eb7a2a 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -1,6 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2005, 2006 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2005, 2006, 2007 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.base/define.exp b/gdb/testsuite/gdb.base/define.exp index 3028d940866..e71863a29bd 100644 --- a/gdb/testsuite/gdb.base/define.exp +++ b/gdb/testsuite/gdb.base/define.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2003, 2004, 2007 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.base/del.c b/gdb/testsuite/gdb.base/del.c index f17c29d6d50..492b008351a 100644 --- a/gdb/testsuite/gdb.base/del.c +++ b/gdb/testsuite/gdb.base/del.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/del.exp b/gdb/testsuite/gdb.base/del.exp index fa0c60c606b..612dde88ffc 100644 --- a/gdb/testsuite/gdb.base/del.exp +++ b/gdb/testsuite/gdb.base/del.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/detach.exp b/gdb/testsuite/gdb.base/detach.exp index d0d54f4d121..44e5eb6f489 100644 --- a/gdb/testsuite/gdb.base/detach.exp +++ b/gdb/testsuite/gdb.base/detach.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/display.exp b/gdb/testsuite/gdb.base/display.exp index c56760cb6df..af579cb0b17 100644 --- a/gdb/testsuite/gdb.base/display.exp +++ b/gdb/testsuite/gdb.base/display.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000, 2001, 2003 +# Copyright 1997, 1998, 1999, 2000, 2001, 2003, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/dump.exp b/gdb/testsuite/gdb.base/dump.exp index 742828a2b8e..00ad65b1077 100644 --- a/gdb/testsuite/gdb.base/dump.exp +++ b/gdb/testsuite/gdb.base/dump.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.base/echo.exp b/gdb/testsuite/gdb.base/echo.exp index c8220ff2d65..802f0d8ac8f 100644 --- a/gdb/testsuite/gdb.base/echo.exp +++ b/gdb/testsuite/gdb.base/echo.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1988, 1990, 1991, 1992, 1997 Free Software Foundation, Inc. +# Copyright (C) 1988, 1990, 1991, 1992, 1997, 2007 +# 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.base/ena-dis-br.exp b/gdb/testsuite/gdb.base/ena-dis-br.exp index 6a73bbeb311..67cd47f2710 100644 --- a/gdb/testsuite/gdb.base/ena-dis-br.exp +++ b/gdb/testsuite/gdb.base/ena-dis-br.exp @@ -1,7 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1997, 1998, 1999, 2003, 2004 Free Software Foundation, -# Inc. +# Copyright 1997, 1998, 1999, 2003, 2004, 2007 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.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index 88d5f34ee13..acf0d791734 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -1,7 +1,7 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free -# Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.base/environ.exp b/gdb/testsuite/gdb.base/environ.exp index f07baeb2cef..21d6838d295 100644 --- a/gdb/testsuite/gdb.base/environ.exp +++ b/gdb/testsuite/gdb.base/environ.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2003 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2003, 2007 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.base/eval-skip.exp b/gdb/testsuite/gdb.base/eval-skip.exp index 64f27d62535..1b4365d6d8e 100644 --- a/gdb/testsuite/gdb.base/eval-skip.exp +++ b/gdb/testsuite/gdb.base/eval-skip.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/exprs.exp b/gdb/testsuite/gdb.base/exprs.exp index c5b1f1a2cd4..6235566f17c 100644 --- a/gdb/testsuite/gdb.base/exprs.exp +++ b/gdb/testsuite/gdb.base/exprs.exp @@ -1,5 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, -# 2001, 2003 Free Software Foundation, Inc. +# 2001, 2003, 2007 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.base/fileio.exp b/gdb/testsuite/gdb.base/fileio.exp index 2193a4dbb29..a639d1aa9c6 100644 --- a/gdb/testsuite/gdb.base/fileio.exp +++ b/gdb/testsuite/gdb.base/fileio.exp @@ -1,5 +1,4 @@ -# Copyright 2002, 2003, 2004 -# Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.base/finish.exp b/gdb/testsuite/gdb.base/finish.exp index c6ef79ab0cf..bbe2c395947 100644 --- a/gdb/testsuite/gdb.base/finish.exp +++ b/gdb/testsuite/gdb.base/finish.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2004 Free Software Foundation, Inc. +# Copyright 2000, 2004, 2007 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.base/float.exp b/gdb/testsuite/gdb.base/float.exp index af6d3eee7db..823c7e74fb9 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/foll-exec.exp b/gdb/testsuite/gdb.base/foll-exec.exp index e0e1ab9022d..9d48e4a6df2 100644 --- a/gdb/testsuite/gdb.base/foll-exec.exp +++ b/gdb/testsuite/gdb.base/foll-exec.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2007 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.base/foll-fork.exp b/gdb/testsuite/gdb.base/foll-fork.exp index 435166ec974..a2f3515e21f 100644 --- a/gdb/testsuite/gdb.base/foll-fork.exp +++ b/gdb/testsuite/gdb.base/foll-fork.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2007 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.base/foll-vfork.exp b/gdb/testsuite/gdb.base/foll-vfork.exp index 852feee8ab5..1911dde72cc 100644 --- a/gdb/testsuite/gdb.base/foll-vfork.exp +++ b/gdb/testsuite/gdb.base/foll-vfork.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2007 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.base/freebpcmd.c b/gdb/testsuite/gdb.base/freebpcmd.c index 36cbcbea29d..20c5e77da2a 100644 --- a/gdb/testsuite/gdb.base/freebpcmd.c +++ b/gdb/testsuite/gdb.base/freebpcmd.c @@ -1,5 +1,5 @@ /* Test program for GDB crashes while doing bp commands that continue inferior. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.base/freebpcmd.exp b/gdb/testsuite/gdb.base/freebpcmd.exp index b2e9d5d8e10..f559651a0d3 100644 --- a/gdb/testsuite/gdb.base/freebpcmd.exp +++ b/gdb/testsuite/gdb.base/freebpcmd.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/funcargs.exp b/gdb/testsuite/gdb.base/funcargs.exp index 601bf1bb875..3ab9c917e5c 100644 --- a/gdb/testsuite/gdb.base/funcargs.exp +++ b/gdb/testsuite/gdb.base/funcargs.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -# 2004 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, +# 2007 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.base/gcore.c b/gdb/testsuite/gdb.base/gcore.c index 24de8c7eb2f..6bdd5444fa8 100644 --- a/gdb/testsuite/gdb.base/gcore.c +++ b/gdb/testsuite/gdb.base/gcore.c @@ -1,4 +1,4 @@ -/* Copyright 2002, 2004 Free Software Foundation, Inc. +/* Copyright 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/gcore.exp b/gdb/testsuite/gdb.base/gcore.exp index e7800921cf5..7c4b877a3b4 100644 --- a/gdb/testsuite/gdb.base/gcore.exp +++ b/gdb/testsuite/gdb.base/gcore.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.base/gdb1056.exp b/gdb/testsuite/gdb.base/gdb1056.exp index 623f8370838..7f9ba008aa8 100644 --- a/gdb/testsuite/gdb.base/gdb1056.exp +++ b/gdb/testsuite/gdb.base/gdb1056.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/gdb1090.c b/gdb/testsuite/gdb.base/gdb1090.c index cd9e2cdecbd..376e24d84e5 100644 --- a/gdb/testsuite/gdb.base/gdb1090.c +++ b/gdb/testsuite/gdb.base/gdb1090.c @@ -1,5 +1,5 @@ /* Test program for multi-register variable. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2007 Free Software Foundation, Inc. This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.base/gdb1090.exp b/gdb/testsuite/gdb.base/gdb1090.exp index 295ef0be629..86d0e3811a8 100644 --- a/gdb/testsuite/gdb.base/gdb1090.exp +++ b/gdb/testsuite/gdb.base/gdb1090.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/gdb1250.c b/gdb/testsuite/gdb.base/gdb1250.c index 0af58d92fcb..3f573838a19 100644 --- a/gdb/testsuite/gdb.base/gdb1250.c +++ b/gdb/testsuite/gdb.base/gdb1250.c @@ -1,6 +1,6 @@ /* Test program for stack trace through noreturn function. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2007 Free Software Foundation, Inc. This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.base/gdb1250.exp b/gdb/testsuite/gdb.base/gdb1250.exp index 7d2524eb51b..54ed667a2d0 100644 --- a/gdb/testsuite/gdb.base/gdb1250.exp +++ b/gdb/testsuite/gdb.base/gdb1250.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/gdb1555.exp b/gdb/testsuite/gdb.base/gdb1555.exp index f7cfe7560fb..2aad73a5313 100644 --- a/gdb/testsuite/gdb.base/gdb1555.exp +++ b/gdb/testsuite/gdb.base/gdb1555.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/gdb1821.exp b/gdb/testsuite/gdb.base/gdb1821.exp index b2066fc26f4..17ba0a5acbe 100644 --- a/gdb/testsuite/gdb.base/gdb1821.exp +++ b/gdb/testsuite/gdb.base/gdb1821.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/gdbvars.exp b/gdb/testsuite/gdb.base/gdbvars.exp index 9678df6bb6e..1b18dc01286 100644 --- a/gdb/testsuite/gdb.base/gdbvars.exp +++ b/gdb/testsuite/gdb.base/gdbvars.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1997 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 2007 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.base/help.exp b/gdb/testsuite/gdb.base/help.exp index a76bec76a16..c37eed0349c 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -1,6 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2002, 2003, 2005, 2006 -# Free Software Foundation, Inc. +# 2000, 2002, 2003, 2005, 2006, 2007 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.base/huge.exp b/gdb/testsuite/gdb.base/huge.exp index ce50861f487..fd97b8bd132 100644 --- a/gdb/testsuite/gdb.base/huge.exp +++ b/gdb/testsuite/gdb.base/huge.exp @@ -1,4 +1,4 @@ -# Copyright 2001, 2004 Free Software Foundation, Inc. +# Copyright 2001, 2004, 2007 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.base/ifelse.exp b/gdb/testsuite/gdb.base/ifelse.exp index 1ad6520fb03..9a567b17365 100644 --- a/gdb/testsuite/gdb.base/ifelse.exp +++ b/gdb/testsuite/gdb.base/ifelse.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/info-proc.exp b/gdb/testsuite/gdb.base/info-proc.exp index 15cd314c130..8b09c722404 100644 --- a/gdb/testsuite/gdb.base/info-proc.exp +++ b/gdb/testsuite/gdb.base/info-proc.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.base/interp.exp b/gdb/testsuite/gdb.base/interp.exp index fa99642d685..6d63d5fadbc 100644 --- a/gdb/testsuite/gdb.base/interp.exp +++ b/gdb/testsuite/gdb.base/interp.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.base/interrupt.exp b/gdb/testsuite/gdb.base/interrupt.exp index 1d21bb7f52c..2b1b3840b6b 100644 --- a/gdb/testsuite/gdb.base/interrupt.exp +++ b/gdb/testsuite/gdb.base/interrupt.exp @@ -1,4 +1,4 @@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/jump.exp b/gdb/testsuite/gdb.base/jump.exp index a0d5ee2dcf5..aa8be080c6a 100644 --- a/gdb/testsuite/gdb.base/jump.exp +++ b/gdb/testsuite/gdb.base/jump.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/langs.exp b/gdb/testsuite/gdb.base/langs.exp index c8aa345ae46..fa0d5bb5a0e 100644 --- a/gdb/testsuite/gdb.base/langs.exp +++ b/gdb/testsuite/gdb.base/langs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 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.base/lineinc.exp b/gdb/testsuite/gdb.base/lineinc.exp index 2b0c2dd0f5a..397e045117c 100644 --- a/gdb/testsuite/gdb.base/lineinc.exp +++ b/gdb/testsuite/gdb.base/lineinc.exp @@ -1,5 +1,5 @@ # Test macro handling of #included files. -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/list.exp b/gdb/testsuite/gdb.base/list.exp index ef1385e2a19..01e9adc7e7b 100644 --- a/gdb/testsuite/gdb.base/list.exp +++ b/gdb/testsuite/gdb.base/list.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003 +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/logical.exp b/gdb/testsuite/gdb.base/logical.exp index f0ee6938c49..8f39426cfb6 100644 --- a/gdb/testsuite/gdb.base/logical.exp +++ b/gdb/testsuite/gdb.base/logical.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1998, 1999, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2004, 2007 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.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index 1c9fdf2da8f..4d46a68cad6 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -1,7 +1,7 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free -# Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.base/macscp.exp b/gdb/testsuite/gdb.base/macscp.exp index 96d695bc8a4..71b671dc835 100644 --- a/gdb/testsuite/gdb.base/macscp.exp +++ b/gdb/testsuite/gdb.base/macscp.exp @@ -1,5 +1,5 @@ # Test macro scoping. -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index f3fe9ded04e..07e61cccd21 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -1,4 +1,5 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2007 +# 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.base/mips_pro.exp b/gdb/testsuite/gdb.base/mips_pro.exp index 62cfbd5c503..13219d7dae5 100644 --- a/gdb/testsuite/gdb.base/mips_pro.exp +++ b/gdb/testsuite/gdb.base/mips_pro.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2000, 2001, 2003, 2007 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.base/miscexprs.exp b/gdb/testsuite/gdb.base/miscexprs.exp index dc97d8cadec..dba987e9882 100644 --- a/gdb/testsuite/gdb.base/miscexprs.exp +++ b/gdb/testsuite/gdb.base/miscexprs.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2007 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.base/multi-forks.c b/gdb/testsuite/gdb.base/multi-forks.c index be064f6ccac..6a3d5eb18ed 100644 --- a/gdb/testsuite/gdb.base/multi-forks.c +++ b/gdb/testsuite/gdb.base/multi-forks.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005, 2006 Free Software Foundation, Inc. + Copyright 2005, 2006, 2007 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.base/multi-forks.exp b/gdb/testsuite/gdb.base/multi-forks.exp index fed0ccef37a..598061ecda5 100644 --- a/gdb/testsuite/gdb.base/multi-forks.exp +++ b/gdb/testsuite/gdb.base/multi-forks.exp @@ -1,4 +1,4 @@ -# Copyright 2005, 2006 Free Software Foundation, Inc. +# Copyright 2005, 2006, 2007 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.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 451f8a648d3..f668c45bd5a 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2004, 2005, 2007 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.base/opaque.exp b/gdb/testsuite/gdb.base/opaque.exp index 7a6aa504e54..ef2b6162ba2 100644 --- a/gdb/testsuite/gdb.base/opaque.exp +++ b/gdb/testsuite/gdb.base/opaque.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2002 Free Software -# Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2002, 2007 +# 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.base/overlays.exp b/gdb/testsuite/gdb.base/overlays.exp index 2fba0e7b60f..1a11c464cf4 100644 --- a/gdb/testsuite/gdb.base/overlays.exp +++ b/gdb/testsuite/gdb.base/overlays.exp @@ -1,4 +1,5 @@ -# Copyright 1997, 1998, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1997, 1998, 2001, 2002, 2003, 2004, 2007 +# 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.base/page.exp b/gdb/testsuite/gdb.base/page.exp index c757ca2b563..21496798fb6 100644 --- a/gdb/testsuite/gdb.base/page.exp +++ b/gdb/testsuite/gdb.base/page.exp @@ -1,5 +1,4 @@ -# Copyright 1992, 1994, 1995, 1999, 2002 Free Software Foundation, -# Inc. +# Copyright 1992, 1994, 1995, 1999, 2002, 2007 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.base/pc-fp.exp b/gdb/testsuite/gdb.base/pc-fp.exp index 83ec4d93f00..ac5b1c050a1 100644 --- a/gdb/testsuite/gdb.base/pc-fp.exp +++ b/gdb/testsuite/gdb.base/pc-fp.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.base/pending.c b/gdb/testsuite/gdb.base/pending.c index a83a451b94e..87c97c2bcd1 100644 --- a/gdb/testsuite/gdb.base/pending.c +++ b/gdb/testsuite/gdb.base/pending.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/pending.exp b/gdb/testsuite/gdb.base/pending.exp index 7a898587957..c3351e68acf 100644 --- a/gdb/testsuite/gdb.base/pending.exp +++ b/gdb/testsuite/gdb.base/pending.exp @@ -1,5 +1,4 @@ -# Copyright 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright 2003, 2004, 2005, 2007 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.base/pendshr.c b/gdb/testsuite/gdb.base/pendshr.c index 672fe8ab7ee..2de20c01350 100644 --- a/gdb/testsuite/gdb.base/pendshr.c +++ b/gdb/testsuite/gdb.base/pendshr.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/pointers.exp b/gdb/testsuite/gdb.base/pointers.exp index becf09989bd..729702f5442 100644 --- a/gdb/testsuite/gdb.base/pointers.exp +++ b/gdb/testsuite/gdb.base/pointers.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2007 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.base/prelink-lib.c b/gdb/testsuite/gdb.base/prelink-lib.c index 6b1092c4c8f..af5fb61b19b 100644 --- a/gdb/testsuite/gdb.base/prelink-lib.c +++ b/gdb/testsuite/gdb.base/prelink-lib.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/prelink.c b/gdb/testsuite/gdb.base/prelink.c index 07ba4b5456c..269d3ed6ff7 100644 --- a/gdb/testsuite/gdb.base/prelink.c +++ b/gdb/testsuite/gdb.base/prelink.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/prelink.exp b/gdb/testsuite/gdb.base/prelink.exp index 7dbf77e0016..945fa7b43fa 100644 --- a/gdb/testsuite/gdb.base/prelink.exp +++ b/gdb/testsuite/gdb.base/prelink.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/printcmds.exp b/gdb/testsuite/gdb.base/printcmds.exp index 4a710aad6d7..5285836d463 100644 --- a/gdb/testsuite/gdb.base/printcmds.exp +++ b/gdb/testsuite/gdb.base/printcmds.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004 +# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/psymtab.exp b/gdb/testsuite/gdb.base/psymtab.exp index da51ebb2006..e4201d00c7f 100644 --- a/gdb/testsuite/gdb.base/psymtab.exp +++ b/gdb/testsuite/gdb.base/psymtab.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/ptr-typedef.c b/gdb/testsuite/gdb.base/ptr-typedef.c index 6cf2fd43c4f..449acae87c5 100644 --- a/gdb/testsuite/gdb.base/ptr-typedef.c +++ b/gdb/testsuite/gdb.base/ptr-typedef.c @@ -1,7 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 - Free Software Foundation, Inc. + Copyright 2005, 2007 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.base/ptr-typedef.exp b/gdb/testsuite/gdb.base/ptr-typedef.exp index c91c23c6fe8..70db42ebd85 100644 --- a/gdb/testsuite/gdb.base/ptr-typedef.exp +++ b/gdb/testsuite/gdb.base/ptr-typedef.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/ptype.exp b/gdb/testsuite/gdb.base/ptype.exp index 2f61ee8e3c1..b0ce0a1a6e3 100644 --- a/gdb/testsuite/gdb.base/ptype.exp +++ b/gdb/testsuite/gdb.base/ptype.exp @@ -1,5 +1,5 @@ -# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, -# 2000, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, +# 2003, 2007 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.base/radix.exp b/gdb/testsuite/gdb.base/radix.exp index 7ca03c8a1ea..fb7a57be339 100644 --- a/gdb/testsuite/gdb.base/radix.exp +++ b/gdb/testsuite/gdb.base/radix.exp @@ -1,5 +1,5 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1993, 1997, 2004 Free Software Foundation, Inc. +# Copyright 1993, 1997, 2004, 2007 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.base/recurse.exp b/gdb/testsuite/gdb.base/recurse.exp index 3a8f05275dc..653366e3f17 100644 --- a/gdb/testsuite/gdb.base/recurse.exp +++ b/gdb/testsuite/gdb.base/recurse.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000 +# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/regs.exp b/gdb/testsuite/gdb.base/regs.exp index 93ee35a989e..faf04783b44 100644 --- a/gdb/testsuite/gdb.base/regs.exp +++ b/gdb/testsuite/gdb.base/regs.exp @@ -1,5 +1,5 @@ # Tests of register displays for GDB. -# Copyright 1994, 1995 Free Software Foundation, Inc. +# Copyright 1994, 1995, 2007 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.base/relational.exp b/gdb/testsuite/gdb.base/relational.exp index ad55c351d33..9df21792d17 100644 --- a/gdb/testsuite/gdb.base/relational.exp +++ b/gdb/testsuite/gdb.base/relational.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/relocate.c b/gdb/testsuite/gdb.base/relocate.c index 7e85efb6cbf..f08f2baee6a 100644 --- a/gdb/testsuite/gdb.base/relocate.c +++ b/gdb/testsuite/gdb.base/relocate.c @@ -1,7 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2005, 2007 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.base/relocate.exp b/gdb/testsuite/gdb.base/relocate.exp index edc921e15f8..7bef58411eb 100644 --- a/gdb/testsuite/gdb.base/relocate.exp +++ b/gdb/testsuite/gdb.base/relocate.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2005, 2007 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.base/remote.exp b/gdb/testsuite/gdb.base/remote.exp index bbc426a0432..655c13bc3ef 100644 --- a/gdb/testsuite/gdb.base/remote.exp +++ b/gdb/testsuite/gdb.base/remote.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2004, 2007 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.base/remotetimeout.exp b/gdb/testsuite/gdb.base/remotetimeout.exp index dd4e2a9277e..b373403e7e4 100644 --- a/gdb/testsuite/gdb.base/remotetimeout.exp +++ b/gdb/testsuite/gdb.base/remotetimeout.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/reread.exp b/gdb/testsuite/gdb.base/reread.exp index 9fb23aeaec2..f6d5f9a006a 100644 --- a/gdb/testsuite/gdb.base/reread.exp +++ b/gdb/testsuite/gdb.base/reread.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright 1998, 2000, 2001, 2007 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.base/restore.exp b/gdb/testsuite/gdb.base/restore.exp index 83c251707f3..5425a1c3b63 100644 --- a/gdb/testsuite/gdb.base/restore.exp +++ b/gdb/testsuite/gdb.base/restore.exp @@ -1,7 +1,7 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1998, 1999, 2000, 2001, 2002, 2004 Free Software -# Foundation, Inc. +# Copyright 1998, 1999, 2000, 2001, 2002, 2004, 2007 +# 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.base/return.exp b/gdb/testsuite/gdb.base/return.exp index afc72f2b349..df40ce8bd41 100644 --- a/gdb/testsuite/gdb.base/return.exp +++ b/gdb/testsuite/gdb.base/return.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 2001, 2007 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.base/return2.exp b/gdb/testsuite/gdb.base/return2.exp index b32c4869342..72e99d89a1f 100644 --- a/gdb/testsuite/gdb.base/return2.exp +++ b/gdb/testsuite/gdb.base/return2.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2001, 2004 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2004, 2007 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.base/savedregs.c b/gdb/testsuite/gdb.base/savedregs.c index 6709eb1e104..48d6769b137 100644 --- a/gdb/testsuite/gdb.base/savedregs.c +++ b/gdb/testsuite/gdb.base/savedregs.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/savedregs.exp b/gdb/testsuite/gdb.base/savedregs.exp index bdf6c33b0a5..0a6e9a631e9 100644 --- a/gdb/testsuite/gdb.base/savedregs.exp +++ b/gdb/testsuite/gdb.base/savedregs.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/scope.exp b/gdb/testsuite/gdb.base/scope.exp index 258edf99d26..b6d719865dd 100644 --- a/gdb/testsuite/gdb.base/scope.exp +++ b/gdb/testsuite/gdb.base/scope.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -# 2004 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, +# 2007 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.base/sect-cmd.exp b/gdb/testsuite/gdb.base/sect-cmd.exp index 439fba5ac48..4b9f23b406d 100644 --- a/gdb/testsuite/gdb.base/sect-cmd.exp +++ b/gdb/testsuite/gdb.base/sect-cmd.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2003 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2003, 2007 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.base/sep-proc.c b/gdb/testsuite/gdb.base/sep-proc.c index 0fbb17a82c2..ee24099258d 100644 --- a/gdb/testsuite/gdb.base/sep-proc.c +++ b/gdb/testsuite/gdb.base/sep-proc.c @@ -1,6 +1,6 @@ /* This file is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/sep.c b/gdb/testsuite/gdb.base/sep.c index 4402bd84251..26ab46845f5 100644 --- a/gdb/testsuite/gdb.base/sep.c +++ b/gdb/testsuite/gdb.base/sep.c @@ -1,6 +1,6 @@ /* This file is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/sep.exp b/gdb/testsuite/gdb.base/sep.exp index 3a167d9c261..ecb1519348e 100644 --- a/gdb/testsuite/gdb.base/sep.exp +++ b/gdb/testsuite/gdb.base/sep.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/sepdebug.c b/gdb/testsuite/gdb.base/sepdebug.c index adb69210a88..92db5e91b6d 100644 --- a/gdb/testsuite/gdb.base/sepdebug.c +++ b/gdb/testsuite/gdb.base/sepdebug.c @@ -1,4 +1,5 @@ -/* Copyright 1994, 1995, 1999, 2002, 2003, 2004 Free Software Foundation, Inc. +/* Copyright 1994, 1995, 1999, 2002, 2003, 2004, 2007 +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.base/sepdebug.exp b/gdb/testsuite/gdb.base/sepdebug.exp index 4593549aaa0..8911f512892 100644 --- a/gdb/testsuite/gdb.base/sepdebug.exp +++ b/gdb/testsuite/gdb.base/sepdebug.exp @@ -1,6 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2002, 2003, 2004 -# Free Software Foundation, Inc. +# 2000, 2002, 2003, 2004, 2007 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.base/sepsymtab.c b/gdb/testsuite/gdb.base/sepsymtab.c index 1c539584164..6995ed8f500 100644 --- a/gdb/testsuite/gdb.base/sepsymtab.c +++ b/gdb/testsuite/gdb.base/sepsymtab.c @@ -1,5 +1,4 @@ -/* Copyright 2006 - Free Software Foundation, Inc. +/* Copyright 2006, 2007 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.base/sepsymtab.exp b/gdb/testsuite/gdb.base/sepsymtab.exp index b386f3c0483..132294f7a20 100644 --- a/gdb/testsuite/gdb.base/sepsymtab.exp +++ b/gdb/testsuite/gdb.base/sepsymtab.exp @@ -1,5 +1,4 @@ -# Copyright 2006 -# Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/setshow.exp b/gdb/testsuite/gdb.base/setshow.exp index b861f127b41..113afae4742 100644 --- a/gdb/testsuite/gdb.base/setshow.exp +++ b/gdb/testsuite/gdb.base/setshow.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1996, 1997, 1998, 2001, 2003 +# Copyright 1992, 1994, 1996, 1997, 1998, 2001, 2003, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/setvar.exp b/gdb/testsuite/gdb.base/setvar.exp index a88f8c68e45..0bf5bc58d0f 100644 --- a/gdb/testsuite/gdb.base/setvar.exp +++ b/gdb/testsuite/gdb.base/setvar.exp @@ -1,7 +1,7 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1999, 2000, 2001, 2004 Free Software Foundation, Inc. +# Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, +# 2001, 2004, 2007 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.base/shlib-call.exp b/gdb/testsuite/gdb.base/shlib-call.exp index 49a61441992..48390f3b6c1 100644 --- a/gdb/testsuite/gdb.base/shlib-call.exp +++ b/gdb/testsuite/gdb.base/shlib-call.exp @@ -1,4 +1,5 @@ -# Copyright 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2004, 2007 +# 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.base/shreloc.exp b/gdb/testsuite/gdb.base/shreloc.exp index 978a5294151..e9e39f40cc9 100644 --- a/gdb/testsuite/gdb.base/shreloc.exp +++ b/gdb/testsuite/gdb.base/shreloc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005, 2007 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.base/sigall.exp b/gdb/testsuite/gdb.base/sigall.exp index 349950534c6..fb266d57a94 100644 --- a/gdb/testsuite/gdb.base/sigall.exp +++ b/gdb/testsuite/gdb.base/sigall.exp @@ -1,4 +1,4 @@ -# Copyright 1995, 1996, 1997, 1999 Free Software Foundation, Inc. +# Copyright 1995, 1996, 1997, 1999, 2007 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.base/sigaltstack.c b/gdb/testsuite/gdb.base/sigaltstack.c index 484c138a2d5..121cbb4e261 100644 --- a/gdb/testsuite/gdb.base/sigaltstack.c +++ b/gdb/testsuite/gdb.base/sigaltstack.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/sigaltstack.exp b/gdb/testsuite/gdb.base/sigaltstack.exp index 75af2f0ad00..6ce7e4073d1 100644 --- a/gdb/testsuite/gdb.base/sigaltstack.exp +++ b/gdb/testsuite/gdb.base/sigaltstack.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/sigbpt.c b/gdb/testsuite/gdb.base/sigbpt.c index b189f6da7da..f520ac8ebe7 100644 --- a/gdb/testsuite/gdb.base/sigbpt.c +++ b/gdb/testsuite/gdb.base/sigbpt.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp index cb45f3093d1..1d46d2d0d80 100644 --- a/gdb/testsuite/gdb.base/sigbpt.exp +++ b/gdb/testsuite/gdb.base/sigbpt.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.base/siginfo.c b/gdb/testsuite/gdb.base/siginfo.c index 6303f07194f..ad83422e000 100644 --- a/gdb/testsuite/gdb.base/siginfo.c +++ b/gdb/testsuite/gdb.base/siginfo.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/siginfo.exp b/gdb/testsuite/gdb.base/siginfo.exp index d6008014012..1ac7574fa5d 100644 --- a/gdb/testsuite/gdb.base/siginfo.exp +++ b/gdb/testsuite/gdb.base/siginfo.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.base/signals.exp b/gdb/testsuite/gdb.base/signals.exp index 4965a11dea8..e01b381e742 100644 --- a/gdb/testsuite/gdb.base/signals.exp +++ b/gdb/testsuite/gdb.base/signals.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2003, 2004, 2007 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.base/signull.c b/gdb/testsuite/gdb.base/signull.c index 4139d14640e..967d75a868e 100644 --- a/gdb/testsuite/gdb.base/signull.c +++ b/gdb/testsuite/gdb.base/signull.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1996, 1999, 2003, 2004 Free Software Foundation, Inc. + Copyright 1996, 1999, 2003, 2004, 2007 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.base/signull.exp b/gdb/testsuite/gdb.base/signull.exp index e18560064d7..d043c043b35 100644 --- a/gdb/testsuite/gdb.base/signull.exp +++ b/gdb/testsuite/gdb.base/signull.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.base/sigrepeat.c b/gdb/testsuite/gdb.base/sigrepeat.c index 704a758f966..a6993b5f78a 100644 --- a/gdb/testsuite/gdb.base/sigrepeat.c +++ b/gdb/testsuite/gdb.base/sigrepeat.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004, 2005 Free Software Foundation, Inc. + Copyright 2004, 2005, 2007 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.base/sigrepeat.exp b/gdb/testsuite/gdb.base/sigrepeat.exp index ae3639da936..167aef6770c 100644 --- a/gdb/testsuite/gdb.base/sigrepeat.exp +++ b/gdb/testsuite/gdb.base/sigrepeat.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.base/sigstep.c b/gdb/testsuite/gdb.base/sigstep.c index 0f0d8b7a4f0..e58e7996334 100644 --- a/gdb/testsuite/gdb.base/sigstep.c +++ b/gdb/testsuite/gdb.base/sigstep.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/sigstep.exp b/gdb/testsuite/gdb.base/sigstep.exp index 5aae5f1c12b..f5d5424c440 100644 --- a/gdb/testsuite/gdb.base/sigstep.exp +++ b/gdb/testsuite/gdb.base/sigstep.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2006, 2007 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.base/sizeof.exp b/gdb/testsuite/gdb.base/sizeof.exp index 80ca850ddc4..6f0bc3a07fb 100644 --- a/gdb/testsuite/gdb.base/sizeof.exp +++ b/gdb/testsuite/gdb.base/sizeof.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2000, 2002, 2003, 2004, 2005, 2007 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.base/so-impl-ld.exp b/gdb/testsuite/gdb.base/so-impl-ld.exp index 7bf2e16145f..cb0691b95e4 100644 --- a/gdb/testsuite/gdb.base/so-impl-ld.exp +++ b/gdb/testsuite/gdb.base/so-impl-ld.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000, 2001, 2003, 2005 +# Copyright 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/so-indr-cl.exp b/gdb/testsuite/gdb.base/so-indr-cl.exp index 1232cebabe9..8d46cc7f306 100644 --- a/gdb/testsuite/gdb.base/so-indr-cl.exp +++ b/gdb/testsuite/gdb.base/so-indr-cl.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2007 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.base/solib-weak.c b/gdb/testsuite/gdb.base/solib-weak.c index 09a9cc1842d..629fcd18b1f 100644 --- a/gdb/testsuite/gdb.base/solib-weak.c +++ b/gdb/testsuite/gdb.base/solib-weak.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/solib-weak.exp b/gdb/testsuite/gdb.base/solib-weak.exp index 79bdec93713..687276910ec 100644 --- a/gdb/testsuite/gdb.base/solib-weak.exp +++ b/gdb/testsuite/gdb.base/solib-weak.exp @@ -1,5 +1,4 @@ -# Copyright 2006 -# Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/solib.exp b/gdb/testsuite/gdb.base/solib.exp index 4da48a057c2..4486ee30f77 100644 --- a/gdb/testsuite/gdb.base/solib.exp +++ b/gdb/testsuite/gdb.base/solib.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2007 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.base/source-error.gdb b/gdb/testsuite/gdb.base/source-error.gdb index ce66c4d32a3..4b7fd59cfd0 100644 --- a/gdb/testsuite/gdb.base/source-error.gdb +++ b/gdb/testsuite/gdb.base/source-error.gdb @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/source.exp b/gdb/testsuite/gdb.base/source.exp index a17b314dd53..462fb901de5 100644 --- a/gdb/testsuite/gdb.base/source.exp +++ b/gdb/testsuite/gdb.base/source.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/start.c b/gdb/testsuite/gdb.base/start.c index 110b7b4ca5c..2a53cca0509 100644 --- a/gdb/testsuite/gdb.base/start.c +++ b/gdb/testsuite/gdb.base/start.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.base/start.exp b/gdb/testsuite/gdb.base/start.exp index 21b44062785..e8e21d6c826 100644 --- a/gdb/testsuite/gdb.base/start.exp +++ b/gdb/testsuite/gdb.base/start.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.base/step-bt.c b/gdb/testsuite/gdb.base/step-bt.c index 95620e1c42f..c2462d5f916 100644 --- a/gdb/testsuite/gdb.base/step-bt.c +++ b/gdb/testsuite/gdb.base/step-bt.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/step-bt.exp b/gdb/testsuite/gdb.base/step-bt.exp index 63e223deb9b..2b3b59d2a10 100644 --- a/gdb/testsuite/gdb.base/step-bt.exp +++ b/gdb/testsuite/gdb.base/step-bt.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/step-line.c b/gdb/testsuite/gdb.base/step-line.c index f961120ab1c..79d20c4c8a5 100644 --- a/gdb/testsuite/gdb.base/step-line.c +++ b/gdb/testsuite/gdb.base/step-line.c @@ -1,6 +1,5 @@ /* Test step/next in presence of #line directives. - Copyright 2001 - Free Software Foundation, Inc. + Copyright 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/step-line.exp b/gdb/testsuite/gdb.base/step-line.exp index 3ebbaecaac5..ffc2ee66db3 100644 --- a/gdb/testsuite/gdb.base/step-line.exp +++ b/gdb/testsuite/gdb.base/step-line.exp @@ -1,4 +1,4 @@ -# Copyright 2001, 2003 Free Software Foundation, Inc. +# Copyright 2001, 2003, 2007 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.base/step-line.inp b/gdb/testsuite/gdb.base/step-line.inp index f4060a94152..9f3e5f8b096 100644 --- a/gdb/testsuite/gdb.base/step-line.inp +++ b/gdb/testsuite/gdb.base/step-line.inp @@ -1,6 +1,5 @@ # Test step/next in presence of #line directives -# Copyright 2001 -# Free Software Foundation, Inc. +# Copyright 2001, 2007 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.base/step-test.exp b/gdb/testsuite/gdb.base/step-test.exp index 70c4d0db310..c96265bfee2 100644 --- a/gdb/testsuite/gdb.base/step-test.exp +++ b/gdb/testsuite/gdb.base/step-test.exp @@ -1,7 +1,7 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1997, 1998, 1999, 2000, 2002, 2001, 2003, 2004 Free -# Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2002, 2001, 2003, 2004, 2007 +# 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.base/store.exp b/gdb/testsuite/gdb.base/store.exp index 82bcb0dd035..c88c8cca7c1 100644 --- a/gdb/testsuite/gdb.base/store.exp +++ b/gdb/testsuite/gdb.base/store.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.base/structs.c b/gdb/testsuite/gdb.base/structs.c index f7124dace9f..63be88377dd 100644 --- a/gdb/testsuite/gdb.base/structs.c +++ b/gdb/testsuite/gdb.base/structs.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1996, 1999, 2003 Free Software Foundation, Inc. + Copyright 1996, 1999, 2003, 2007 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.base/structs.exp b/gdb/testsuite/gdb.base/structs.exp index f634622acfb..f4fc3990827 100644 --- a/gdb/testsuite/gdb.base/structs.exp +++ b/gdb/testsuite/gdb.base/structs.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 1996, 1997, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1996, 1997, 1999, 2003, 2004, 2007 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.base/structs2.exp b/gdb/testsuite/gdb.base/structs2.exp index ad189110c50..01579313888 100644 --- a/gdb/testsuite/gdb.base/structs2.exp +++ b/gdb/testsuite/gdb.base/structs2.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/subst.exp b/gdb/testsuite/gdb.base/subst.exp index cda75f950ea..6630b93645e 100644 --- a/gdb/testsuite/gdb.base/subst.exp +++ b/gdb/testsuite/gdb.base/subst.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/term.exp b/gdb/testsuite/gdb.base/term.exp index 5a85a3553f8..0d58d7430c7 100644 --- a/gdb/testsuite/gdb.base/term.exp +++ b/gdb/testsuite/gdb.base/term.exp @@ -1,4 +1,4 @@ -# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999 +# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/trace-commands.exp b/gdb/testsuite/gdb.base/trace-commands.exp index 78f35ad9e3c..932f9ed4f9a 100644 --- a/gdb/testsuite/gdb.base/trace-commands.exp +++ b/gdb/testsuite/gdb.base/trace-commands.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.base/twice.exp b/gdb/testsuite/gdb.base/twice.exp index 9830f54f923..d01fe6893f8 100644 --- a/gdb/testsuite/gdb.base/twice.exp +++ b/gdb/testsuite/gdb.base/twice.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1999, 2007 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.base/unload.c b/gdb/testsuite/gdb.base/unload.c index 5c5e3d3c1d8..799bb55584a 100644 --- a/gdb/testsuite/gdb.base/unload.c +++ b/gdb/testsuite/gdb.base/unload.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index b852b1907f0..665cd06df44 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -1,5 +1,4 @@ -# Copyright 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright 2003, 2004, 2005, 2007 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.base/unloadshr.c b/gdb/testsuite/gdb.base/unloadshr.c index 3896e67ffc1..f0676fab09b 100644 --- a/gdb/testsuite/gdb.base/unloadshr.c +++ b/gdb/testsuite/gdb.base/unloadshr.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.base/until.exp b/gdb/testsuite/gdb.base/until.exp index a4c81fa8860..6e45857ffea 100644 --- a/gdb/testsuite/gdb.base/until.exp +++ b/gdb/testsuite/gdb.base/until.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.base/varargs.exp b/gdb/testsuite/gdb.base/varargs.exp index c309e409498..81201e455f0 100644 --- a/gdb/testsuite/gdb.base/varargs.exp +++ b/gdb/testsuite/gdb.base/varargs.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2007 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.base/volatile.exp b/gdb/testsuite/gdb.base/volatile.exp index 325621a8e9a..a6e8acca1c0 100644 --- a/gdb/testsuite/gdb.base/volatile.exp +++ b/gdb/testsuite/gdb.base/volatile.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2003, 2004, 2007 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.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index 19b878b65ca..c52274aa4f4 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000 +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/weaklib1.c b/gdb/testsuite/gdb.base/weaklib1.c index c9592e9f414..d6bf36e6b67 100644 --- a/gdb/testsuite/gdb.base/weaklib1.c +++ b/gdb/testsuite/gdb.base/weaklib1.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/weaklib2.c b/gdb/testsuite/gdb.base/weaklib2.c index 2cc7fbfff2a..a28ada0d484 100644 --- a/gdb/testsuite/gdb.base/weaklib2.c +++ b/gdb/testsuite/gdb.base/weaklib2.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 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.base/whatis-exp.exp b/gdb/testsuite/gdb.base/whatis-exp.exp index 44eb2aeca7f..b7477ab744b 100644 --- a/gdb/testsuite/gdb.base/whatis-exp.exp +++ b/gdb/testsuite/gdb.base/whatis-exp.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.base/whatis.c b/gdb/testsuite/gdb.base/whatis.c index 5b1319fd55c..1cccdb159a8 100644 --- a/gdb/testsuite/gdb.base/whatis.c +++ b/gdb/testsuite/gdb.base/whatis.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 1992, 1993, 1994, 1997, 1999, 2004 + Copyright 1992, 1993, 1994, 1997, 1999, 2004, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.base/whatis.exp b/gdb/testsuite/gdb.base/whatis.exp index 59725015188..53a27e92067 100644 --- a/gdb/testsuite/gdb.base/whatis.exp +++ b/gdb/testsuite/gdb.base/whatis.exp @@ -1,5 +1,5 @@ -# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2002, 2003, +# 2004, 2007 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.cp/ambiguous.exp b/gdb/testsuite/gdb.cp/ambiguous.exp index 1f9fd14f3ce..edb4b361e42 100644 --- a/gdb/testsuite/gdb.cp/ambiguous.exp +++ b/gdb/testsuite/gdb.cp/ambiguous.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2003, 2004, 2007 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.cp/annota2.exp b/gdb/testsuite/gdb.cp/annota2.exp index 9460f3ef095..93338793fb4 100644 --- a/gdb/testsuite/gdb.cp/annota2.exp +++ b/gdb/testsuite/gdb.cp/annota2.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/annota3.exp b/gdb/testsuite/gdb.cp/annota3.exp index 3121281215f..1cd99c58b37 100644 --- a/gdb/testsuite/gdb.cp/annota3.exp +++ b/gdb/testsuite/gdb.cp/annota3.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.cp/anon-union.exp b/gdb/testsuite/gdb.cp/anon-union.exp index c63cfafd8b5..91d9b46c702 100644 --- a/gdb/testsuite/gdb.cp/anon-union.exp +++ b/gdb/testsuite/gdb.cp/anon-union.exp @@ -1,5 +1,5 @@ # Tests for anonymous union support. -# Copyright 1998, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2003, 2004, 2007 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.cp/bool.cc b/gdb/testsuite/gdb.cp/bool.cc index a65c7fb87e4..2ca5f404dd3 100644 --- a/gdb/testsuite/gdb.cp/bool.cc +++ b/gdb/testsuite/gdb.cp/bool.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.cp/bool.exp b/gdb/testsuite/gdb.cp/bool.exp index 3074f5382c4..d42dc3adb24 100644 --- a/gdb/testsuite/gdb.cp/bool.exp +++ b/gdb/testsuite/gdb.cp/bool.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 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.cp/breakpoint.cc b/gdb/testsuite/gdb.cp/breakpoint.cc index 266007cced0..70a2e9478ca 100644 --- a/gdb/testsuite/gdb.cp/breakpoint.cc +++ b/gdb/testsuite/gdb.cp/breakpoint.cc @@ -1,6 +1,6 @@ /* Code to go along with tests in breakpoint.exp. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.cp/breakpoint.exp b/gdb/testsuite/gdb.cp/breakpoint.exp index 3c2a2922439..8ab996d7959 100644 --- a/gdb/testsuite/gdb.cp/breakpoint.exp +++ b/gdb/testsuite/gdb.cp/breakpoint.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.cp/bs15503.cc b/gdb/testsuite/gdb.cp/bs15503.cc index 5581ec5b1bf..a11e3f6c095 100644 --- a/gdb/testsuite/gdb.cp/bs15503.cc +++ b/gdb/testsuite/gdb.cp/bs15503.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1992, 2004 Free Software Foundation, Inc. + Copyright 1992, 2004, 2007 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.cp/bs15503.exp b/gdb/testsuite/gdb.cp/bs15503.exp index fe68f912257..2651dc2ac85 100644 --- a/gdb/testsuite/gdb.cp/bs15503.exp +++ b/gdb/testsuite/gdb.cp/bs15503.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1992, 2004, 2005, 2007 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.cp/call-c-1.c b/gdb/testsuite/gdb.cp/call-c-1.c index 32d8e536fec..c9970199b1b 100644 --- a/gdb/testsuite/gdb.cp/call-c-1.c +++ b/gdb/testsuite/gdb.cp/call-c-1.c @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2006 - Free Software Foundation, Inc. + Copyright 2006, 2007 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.cp/call-c.cc b/gdb/testsuite/gdb.cp/call-c.cc index 77be441319c..1caf3374121 100644 --- a/gdb/testsuite/gdb.cp/call-c.cc +++ b/gdb/testsuite/gdb.cp/call-c.cc @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2006 - Free Software Foundation, Inc. + Copyright 2006, 2007 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.cp/call-c.exp b/gdb/testsuite/gdb.cp/call-c.exp index 879e1954472..3927427427f 100644 --- a/gdb/testsuite/gdb.cp/call-c.exp +++ b/gdb/testsuite/gdb.cp/call-c.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.cp/casts.exp b/gdb/testsuite/gdb.cp/casts.exp index 705b831331b..9c13cc7a4b9 100644 --- a/gdb/testsuite/gdb.cp/casts.exp +++ b/gdb/testsuite/gdb.cp/casts.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.cp/class2.cc b/gdb/testsuite/gdb.cp/class2.cc index b4aa20a0df1..9ffdb8d91bd 100644 --- a/gdb/testsuite/gdb.cp/class2.cc +++ b/gdb/testsuite/gdb.cp/class2.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 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.cp/class2.exp b/gdb/testsuite/gdb.cp/class2.exp index 1d2047291da..892169e7ae6 100644 --- a/gdb/testsuite/gdb.cp/class2.exp +++ b/gdb/testsuite/gdb.cp/class2.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.cp/classes.cc b/gdb/testsuite/gdb.cp/classes.cc index d09f38fc36d..555c8769d97 100644 --- a/gdb/testsuite/gdb.cp/classes.cc +++ b/gdb/testsuite/gdb.cp/classes.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004 + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/classes.exp b/gdb/testsuite/gdb.cp/classes.exp index 0f8592d5a6d..2c74dfa82ec 100644 --- a/gdb/testsuite/gdb.cp/classes.exp +++ b/gdb/testsuite/gdb.cp/classes.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +# 2004, 2006, 2007 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.cp/cplusfuncs.exp b/gdb/testsuite/gdb.cp/cplusfuncs.exp index 2b08db01517..b1e6dded27e 100644 --- a/gdb/testsuite/gdb.cp/cplusfuncs.exp +++ b/gdb/testsuite/gdb.cp/cplusfuncs.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1997, 1999, 2001, 2002, 2003, 2004 +# Copyright 1992, 1997, 1999, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/ctti.exp b/gdb/testsuite/gdb.cp/ctti.exp index 5d1a9f31405..079fc5ef791 100644 --- a/gdb/testsuite/gdb.cp/ctti.exp +++ b/gdb/testsuite/gdb.cp/ctti.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2003, 2004, 2007 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.cp/cttiadd.cc b/gdb/testsuite/gdb.cp/cttiadd.cc index 14ac6d130e5..4526b561027 100644 --- a/gdb/testsuite/gdb.cp/cttiadd.cc +++ b/gdb/testsuite/gdb.cp/cttiadd.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2004 Free Software Foundation, Inc. + Copyright 1998, 1999, 2004, 2007 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.cp/cttiadd1.cc b/gdb/testsuite/gdb.cp/cttiadd1.cc index a67babe0a9c..c71d11602c4 100644 --- a/gdb/testsuite/gdb.cp/cttiadd1.cc +++ b/gdb/testsuite/gdb.cp/cttiadd1.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2004 Free Software Foundation, Inc. + Copyright 1998, 1999, 2004, 2007 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.cp/cttiadd2.cc b/gdb/testsuite/gdb.cp/cttiadd2.cc index 0d388d7cfb8..6696bb661bd 100644 --- a/gdb/testsuite/gdb.cp/cttiadd2.cc +++ b/gdb/testsuite/gdb.cp/cttiadd2.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2004 Free Software Foundation, Inc. + Copyright 1998, 1999, 2004, 2007 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.cp/cttiadd3.cc b/gdb/testsuite/gdb.cp/cttiadd3.cc index 1d11dafccd6..86d28005236 100644 --- a/gdb/testsuite/gdb.cp/cttiadd3.cc +++ b/gdb/testsuite/gdb.cp/cttiadd3.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2004 Free Software Foundation, Inc. + Copyright 1998, 1999, 2004, 2007 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.cp/demangle.exp b/gdb/testsuite/gdb.cp/demangle.exp index 848f66fc7e8..fc689cfd90d 100644 --- a/gdb/testsuite/gdb.cp/demangle.exp +++ b/gdb/testsuite/gdb.cp/demangle.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1992, 1997, 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 1999, 2003, 2004, 2007 +# 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.cp/derivation.exp b/gdb/testsuite/gdb.cp/derivation.exp index 14f9f633e53..2518721fe19 100644 --- a/gdb/testsuite/gdb.cp/derivation.exp +++ b/gdb/testsuite/gdb.cp/derivation.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/exception.cc b/gdb/testsuite/gdb.cp/exception.cc index cd124e59285..8085b560bb9 100644 --- a/gdb/testsuite/gdb.cp/exception.cc +++ b/gdb/testsuite/gdb.cp/exception.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1997, 1998, 2004 Free Software Foundation, Inc. + Copyright 1997, 1998, 2004, 2007 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.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp index a56c8fae97e..9b6d37a7c68 100644 --- a/gdb/testsuite/gdb.cp/exception.exp +++ b/gdb/testsuite/gdb.cp/exception.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1997, 1998, 2004, 2005, 2007 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.cp/gdb1355.exp b/gdb/testsuite/gdb.cp/gdb1355.exp index 83427bd64f2..470aaf7cdad 100644 --- a/gdb/testsuite/gdb.cp/gdb1355.exp +++ b/gdb/testsuite/gdb.cp/gdb1355.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.cp/hang.exp b/gdb/testsuite/gdb.cp/hang.exp index 3c1edd74101..42afec1850e 100644 --- a/gdb/testsuite/gdb.cp/hang.exp +++ b/gdb/testsuite/gdb.cp/hang.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp index 40433deedc6..6af16f4921a 100644 --- a/gdb/testsuite/gdb.cp/inherit.exp +++ b/gdb/testsuite/gdb.cp/inherit.exp @@ -1,5 +1,5 @@ # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, -# 2004, 2006 Free Software Foundation, Inc. +# 2004, 2006, 2007 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.cp/local.exp b/gdb/testsuite/gdb.cp/local.exp index be72e380f44..590265dabdd 100644 --- a/gdb/testsuite/gdb.cp/local.exp +++ b/gdb/testsuite/gdb.cp/local.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/m-data.exp b/gdb/testsuite/gdb.cp/m-data.exp index 08f9f7ecc5f..a01830bd6bd 100644 --- a/gdb/testsuite/gdb.cp/m-data.exp +++ b/gdb/testsuite/gdb.cp/m-data.exp @@ -1,4 +1,4 @@ -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.cp/m-static.exp b/gdb/testsuite/gdb.cp/m-static.exp index 02851205ffa..f0d87cc94b0 100644 --- a/gdb/testsuite/gdb.cp/m-static.exp +++ b/gdb/testsuite/gdb.cp/m-static.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.cp/member-ptr.cc b/gdb/testsuite/gdb.cp/member-ptr.cc index d93875bd87d..b216bb1d602 100644 --- a/gdb/testsuite/gdb.cp/member-ptr.cc +++ b/gdb/testsuite/gdb.cp/member-ptr.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1998, 1999, 2004, 2006 Free Software Foundation, Inc. + Copyright 1998, 1999, 2004, 2006, 2007 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.cp/member-ptr.exp b/gdb/testsuite/gdb.cp/member-ptr.exp index 07a9767c59d..42c5538a93e 100644 --- a/gdb/testsuite/gdb.cp/member-ptr.exp +++ b/gdb/testsuite/gdb.cp/member-ptr.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. # This file is part of the gdb testsuite diff --git a/gdb/testsuite/gdb.cp/method.exp b/gdb/testsuite/gdb.cp/method.exp index c92badaafa1..45b7e3ab683 100644 --- a/gdb/testsuite/gdb.cp/method.exp +++ b/gdb/testsuite/gdb.cp/method.exp @@ -1,4 +1,5 @@ -# Copyright 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2002, 2003, 2004, 2007 +# 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.cp/misc.cc b/gdb/testsuite/gdb.cp/misc.cc index 7d69ed225ae..71b4ac5ec7c 100644 --- a/gdb/testsuite/gdb.cp/misc.cc +++ b/gdb/testsuite/gdb.cp/misc.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/misc.exp b/gdb/testsuite/gdb.cp/misc.exp index 31c7b48528d..dac07270889 100644 --- a/gdb/testsuite/gdb.cp/misc.exp +++ b/gdb/testsuite/gdb.cp/misc.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2002 Free Software -# Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2002, 2007 +# 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.cp/namespace.exp b/gdb/testsuite/gdb.cp/namespace.exp index 66dd9a01003..aac4b6a5157 100644 --- a/gdb/testsuite/gdb.cp/namespace.exp +++ b/gdb/testsuite/gdb.cp/namespace.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004 +# Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/namespace1.cc b/gdb/testsuite/gdb.cp/namespace1.cc index c3ad6921ba8..7b335417a37 100644 --- a/gdb/testsuite/gdb.cp/namespace1.cc +++ b/gdb/testsuite/gdb.cp/namespace1.cc @@ -1,4 +1,4 @@ -/* Copyright 2003, 2004 Free Software Foundation, Inc. +/* Copyright 2003, 2004, 2007 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.cp/overload.exp b/gdb/testsuite/gdb.cp/overload.exp index 9899569a8dc..bc9d74f32af 100644 --- a/gdb/testsuite/gdb.cp/overload.exp +++ b/gdb/testsuite/gdb.cp/overload.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/ovldbreak.exp b/gdb/testsuite/gdb.cp/ovldbreak.exp index d45f029e754..57a3c3588c3 100644 --- a/gdb/testsuite/gdb.cp/ovldbreak.exp +++ b/gdb/testsuite/gdb.cp/ovldbreak.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2001, 2004, 2007 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.cp/pr-1023.exp b/gdb/testsuite/gdb.cp/pr-1023.exp index 0bd3aac1c51..dbd5369cda0 100644 --- a/gdb/testsuite/gdb.cp/pr-1023.exp +++ b/gdb/testsuite/gdb.cp/pr-1023.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.cp/pr-1210.exp b/gdb/testsuite/gdb.cp/pr-1210.exp index 08d91bbf76d..d3fe2da97d2 100644 --- a/gdb/testsuite/gdb.cp/pr-1210.exp +++ b/gdb/testsuite/gdb.cp/pr-1210.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.cp/pr-574.cc b/gdb/testsuite/gdb.cp/pr-574.cc index ff9df6c2361..480374bd0da 100644 --- a/gdb/testsuite/gdb.cp/pr-574.cc +++ b/gdb/testsuite/gdb.cp/pr-574.cc @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2002, 2004 - Free Software Foundation, Inc. + Copyright 2002, 2004, 2007 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.cp/pr-574.exp b/gdb/testsuite/gdb.cp/pr-574.exp index f1efb78e5f1..5b50e77d172 100644 --- a/gdb/testsuite/gdb.cp/pr-574.exp +++ b/gdb/testsuite/gdb.cp/pr-574.exp @@ -1,4 +1,4 @@ -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.cp/printmethod.cc b/gdb/testsuite/gdb.cp/printmethod.cc index b4d573df1ff..8bea4bae591 100644 --- a/gdb/testsuite/gdb.cp/printmethod.cc +++ b/gdb/testsuite/gdb.cp/printmethod.cc @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2002, 2004, 2005 - Free Software Foundation, Inc. + Copyright 2002, 2004, 2005, 2007 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.cp/printmethod.exp b/gdb/testsuite/gdb.cp/printmethod.exp index 072695611cd..f140cc781a8 100644 --- a/gdb/testsuite/gdb.cp/printmethod.exp +++ b/gdb/testsuite/gdb.cp/printmethod.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2005, 2006, 2007 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.cp/psmang.exp b/gdb/testsuite/gdb.cp/psmang.exp index 67841546446..05172a0fc2d 100644 --- a/gdb/testsuite/gdb.cp/psmang.exp +++ b/gdb/testsuite/gdb.cp/psmang.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.cp/ref-params.cc b/gdb/testsuite/gdb.cp/ref-params.cc index 9ccfe09c1a0..cd167f6616c 100644 --- a/gdb/testsuite/gdb.cp/ref-params.cc +++ b/gdb/testsuite/gdb.cp/ref-params.cc @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 2006 - Free Software Foundation, Inc. + Copyright 2006, 2007 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.cp/ref-params.exp b/gdb/testsuite/gdb.cp/ref-params.exp index 8a8eb9071d2..52c624c924b 100644 --- a/gdb/testsuite/gdb.cp/ref-params.exp +++ b/gdb/testsuite/gdb.cp/ref-params.exp @@ -1,5 +1,5 @@ # Tests for reference parameters of types and their subtypes in GDB. -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.cp/ref-types.cc b/gdb/testsuite/gdb.cp/ref-types.cc index 1c2f4f46cce..2376618e4dd 100644 --- a/gdb/testsuite/gdb.cp/ref-types.cc +++ b/gdb/testsuite/gdb.cp/ref-types.cc @@ -1,7 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 1999, 2004 - Free Software Foundation, Inc. + Copyright 1999, 2004, 2007 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.cp/ref-types.exp b/gdb/testsuite/gdb.cp/ref-types.exp index ec52260e87d..85cf376a939 100644 --- a/gdb/testsuite/gdb.cp/ref-types.exp +++ b/gdb/testsuite/gdb.cp/ref-types.exp @@ -1,5 +1,5 @@ # Tests for reference types with short type variables in GDB. -# Copyright 1998, 1999, 2000, 2004 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2000, 2004, 2007 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.cp/rtti.exp b/gdb/testsuite/gdb.cp/rtti.exp index 1a9e73ea7cd..0a908aca7e8 100644 --- a/gdb/testsuite/gdb.cp/rtti.exp +++ b/gdb/testsuite/gdb.cp/rtti.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.cp/rtti.h b/gdb/testsuite/gdb.cp/rtti.h index c3249252f09..1d47a86d3c6 100644 --- a/gdb/testsuite/gdb.cp/rtti.h +++ b/gdb/testsuite/gdb.cp/rtti.h @@ -1,6 +1,6 @@ /* Code to go along with tests in rtti.exp. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by David Carlton <carlton@bactrian.org> and by Kealia, Inc. diff --git a/gdb/testsuite/gdb.cp/rtti1.cc b/gdb/testsuite/gdb.cp/rtti1.cc index d32ac047d44..3d8a7005cc1 100644 --- a/gdb/testsuite/gdb.cp/rtti1.cc +++ b/gdb/testsuite/gdb.cp/rtti1.cc @@ -1,6 +1,6 @@ /* Code to go along with tests in rtti.exp. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by David Carlton <carlton@bactrian.org> and by Kealia, Inc. diff --git a/gdb/testsuite/gdb.cp/rtti2.cc b/gdb/testsuite/gdb.cp/rtti2.cc index 353a1f8c7b8..bdc4a6a3968 100644 --- a/gdb/testsuite/gdb.cp/rtti2.cc +++ b/gdb/testsuite/gdb.cp/rtti2.cc @@ -1,6 +1,6 @@ /* Code to go along with tests in rtti.exp. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by David Carlton <carlton@bactrian.org> and by Kealia, Inc. diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp index 0a616786e32..bc9d654e501 100644 --- a/gdb/testsuite/gdb.cp/templates.exp +++ b/gdb/testsuite/gdb.cp/templates.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004 +# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/try_catch.exp b/gdb/testsuite/gdb.cp/try_catch.exp index 46a0ef4dfb6..f64e038dc6c 100644 --- a/gdb/testsuite/gdb.cp/try_catch.exp +++ b/gdb/testsuite/gdb.cp/try_catch.exp @@ -1,4 +1,4 @@ -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.cp/userdef.cc b/gdb/testsuite/gdb.cp/userdef.cc index 4f2817216fb..080ec1adcbf 100644 --- a/gdb/testsuite/gdb.cp/userdef.cc +++ b/gdb/testsuite/gdb.cp/userdef.cc @@ -1,6 +1,6 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 1999, 2002, 2003, 2004, 2005, 2006 + Copyright 1999, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/userdef.exp b/gdb/testsuite/gdb.cp/userdef.exp index d40666135d1..b512fefc448 100644 --- a/gdb/testsuite/gdb.cp/userdef.exp +++ b/gdb/testsuite/gdb.cp/userdef.exp @@ -1,5 +1,5 @@ # Tests of overloaded operators resolution. -# Copyright 1998, 1999, 2002, 2004, 2005, 2006 +# Copyright 1998, 1999, 2002, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.cp/virtfunc.exp b/gdb/testsuite/gdb.cp/virtfunc.exp index a9c9c7bf08e..6f7a6e90e2a 100644 --- a/gdb/testsuite/gdb.cp/virtfunc.exp +++ b/gdb/testsuite/gdb.cp/virtfunc.exp @@ -1,6 +1,5 @@ # Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, -# 2006 -# Free Software Foundation, Inc. +# 2006, 2007 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.disasm/am33.exp b/gdb/testsuite/gdb.disasm/am33.exp index dada3ce7b5e..5b397b77c8d 100644 --- a/gdb/testsuite/gdb.disasm/am33.exp +++ b/gdb/testsuite/gdb.disasm/am33.exp @@ -1,5 +1,5 @@ -# Copyright 1997, 1998 Free Software Foundation, Inc. +# Copyright 1997, 1998, 2007 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.disasm/h8300s.exp b/gdb/testsuite/gdb.disasm/h8300s.exp index 192ac12418a..07e271e6b46 100644 --- a/gdb/testsuite/gdb.disasm/h8300s.exp +++ b/gdb/testsuite/gdb.disasm/h8300s.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2007 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.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp index 122e9097031..3c102c7632e 100644 --- a/gdb/testsuite/gdb.disasm/hppa.exp +++ b/gdb/testsuite/gdb.disasm/hppa.exp @@ -1,5 +1,6 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 2007 +# 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.disasm/mn10300.exp b/gdb/testsuite/gdb.disasm/mn10300.exp index 31e30a030b1..dc017ba6b2a 100644 --- a/gdb/testsuite/gdb.disasm/mn10300.exp +++ b/gdb/testsuite/gdb.disasm/mn10300.exp @@ -1,5 +1,5 @@ -# Copyright 1997 Free Software Foundation, Inc. +# Copyright 1997, 2007 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.disasm/sh3.exp b/gdb/testsuite/gdb.disasm/sh3.exp index 9efc984f143..789a1651187 100644 --- a/gdb/testsuite/gdb.disasm/sh3.exp +++ b/gdb/testsuite/gdb.disasm/sh3.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1997 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 2007 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.disasm/t01_mov.exp b/gdb/testsuite/gdb.disasm/t01_mov.exp index 5d90adbb777..afa69020efa 100644 --- a/gdb/testsuite/gdb.disasm/t01_mov.exp +++ b/gdb/testsuite/gdb.disasm/t01_mov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t02_mova.exp b/gdb/testsuite/gdb.disasm/t02_mova.exp index 8f17803b16e..ec96e1ba49f 100644 --- a/gdb/testsuite/gdb.disasm/t02_mova.exp +++ b/gdb/testsuite/gdb.disasm/t02_mova.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t03_add.exp b/gdb/testsuite/gdb.disasm/t03_add.exp index 525b9e5427f..0b9524f45ec 100644 --- a/gdb/testsuite/gdb.disasm/t03_add.exp +++ b/gdb/testsuite/gdb.disasm/t03_add.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t04_sub.exp b/gdb/testsuite/gdb.disasm/t04_sub.exp index 130fa1194ea..ac4645819ef 100644 --- a/gdb/testsuite/gdb.disasm/t04_sub.exp +++ b/gdb/testsuite/gdb.disasm/t04_sub.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t05_cmp.exp b/gdb/testsuite/gdb.disasm/t05_cmp.exp index 04cdd5dc346..8814ef3bcec 100644 --- a/gdb/testsuite/gdb.disasm/t05_cmp.exp +++ b/gdb/testsuite/gdb.disasm/t05_cmp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t06_ari2.exp b/gdb/testsuite/gdb.disasm/t06_ari2.exp index c86b3b9da67..bd798ed0420 100644 --- a/gdb/testsuite/gdb.disasm/t06_ari2.exp +++ b/gdb/testsuite/gdb.disasm/t06_ari2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t07_ari3.exp b/gdb/testsuite/gdb.disasm/t07_ari3.exp index fd4a713c3a4..e5072457860 100644 --- a/gdb/testsuite/gdb.disasm/t07_ari3.exp +++ b/gdb/testsuite/gdb.disasm/t07_ari3.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t08_or.exp b/gdb/testsuite/gdb.disasm/t08_or.exp index c15e12ff684..03e6e9084ce 100644 --- a/gdb/testsuite/gdb.disasm/t08_or.exp +++ b/gdb/testsuite/gdb.disasm/t08_or.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t09_xor.exp b/gdb/testsuite/gdb.disasm/t09_xor.exp index 79ea3190dbf..3bd322357cb 100644 --- a/gdb/testsuite/gdb.disasm/t09_xor.exp +++ b/gdb/testsuite/gdb.disasm/t09_xor.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t10_and.exp b/gdb/testsuite/gdb.disasm/t10_and.exp index 2ed7d7b125d..5701f2fe131 100644 --- a/gdb/testsuite/gdb.disasm/t10_and.exp +++ b/gdb/testsuite/gdb.disasm/t10_and.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t11_logs.exp b/gdb/testsuite/gdb.disasm/t11_logs.exp index 33df7e81d10..f567d2750cc 100644 --- a/gdb/testsuite/gdb.disasm/t11_logs.exp +++ b/gdb/testsuite/gdb.disasm/t11_logs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t12_bit.exp b/gdb/testsuite/gdb.disasm/t12_bit.exp index f4388a5ad85..effe5190d3a 100644 --- a/gdb/testsuite/gdb.disasm/t12_bit.exp +++ b/gdb/testsuite/gdb.disasm/t12_bit.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.disasm/t13_otr.exp b/gdb/testsuite/gdb.disasm/t13_otr.exp index b37a3f37587..9644fbc730e 100644 --- a/gdb/testsuite/gdb.disasm/t13_otr.exp +++ b/gdb/testsuite/gdb.disasm/t13_otr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.dwarf2/Makefile.in b/gdb/testsuite/gdb.dwarf2/Makefile.in index c338e0274f4..a8caaed1ec4 100644 --- a/gdb/testsuite/gdb.dwarf2/Makefile.in +++ b/gdb/testsuite/gdb.dwarf2/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2003, 2004 +# Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2003, 2004, 2007 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/testsuite/gdb.dwarf2/dup-psym.S b/gdb/testsuite/gdb.dwarf2/dup-psym.S index a22fd381892..d2b87a2e63e 100644 --- a/gdb/testsuite/gdb.dwarf2/dup-psym.S +++ b/gdb/testsuite/gdb.dwarf2/dup-psym.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.dwarf2/dup-psym.exp b/gdb/testsuite/gdb.dwarf2/dup-psym.exp index 60dc283389e..f6d5d613983 100644 --- a/gdb/testsuite/gdb.dwarf2/dup-psym.exp +++ b/gdb/testsuite/gdb.dwarf2/dup-psym.exp @@ -1,5 +1,4 @@ -# Copyright 2005 -# Free Software Foundation, Inc. +# Copyright 2005, 2007 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.dwarf2/dw2-basic.S b/gdb/testsuite/gdb.dwarf2/dw2-basic.S index 1e98a4d6edf..ceb580879b9 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-basic.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-basic.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.dwarf2/dw2-basic.exp b/gdb/testsuite/gdb.dwarf2/dw2-basic.exp index 4a9d0674838..ea5fd4a049f 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-basic.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-basic.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.dwarf2/dw2-intercu.S b/gdb/testsuite/gdb.dwarf2/dw2-intercu.S index b612f85203f..88a7340e450 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-intercu.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-intercu.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.dwarf2/dw2-intercu.exp b/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp index eec9a7959a6..9b49b346713 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.dwarf2/dw2-intermix.S b/gdb/testsuite/gdb.dwarf2/dw2-intermix.S index f53d577731b..9316ab857ea 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-intermix.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-intermix.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.dwarf2/dw2-intermix.exp b/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp index 63fa9afe2b9..a657cb65bc8 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.dwarf2/mac-fileno.S b/gdb/testsuite/gdb.dwarf2/mac-fileno.S index 9be9de65818..ec15cb1e52b 100644 --- a/gdb/testsuite/gdb.dwarf2/mac-fileno.S +++ b/gdb/testsuite/gdb.dwarf2/mac-fileno.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.dwarf2/mac-fileno.exp b/gdb/testsuite/gdb.dwarf2/mac-fileno.exp index 2cb851c7261..594339f0b3a 100644 --- a/gdb/testsuite/gdb.dwarf2/mac-fileno.exp +++ b/gdb/testsuite/gdb.dwarf2/mac-fileno.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.dwarf2/main.c b/gdb/testsuite/gdb.dwarf2/main.c index 87442ac0a59..011c30b9cb6 100644 --- a/gdb/testsuite/gdb.dwarf2/main.c +++ b/gdb/testsuite/gdb.dwarf2/main.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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/Makefile.in b/gdb/testsuite/gdb.fortran/Makefile.in index a1c3b074a07..ae93e848f84 100644 --- a/gdb/testsuite/gdb.fortran/Makefile.in +++ b/gdb/testsuite/gdb.fortran/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2003, 2004 +# Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2003, 2004, 2007 # Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/testsuite/gdb.fortran/array-element.exp b/gdb/testsuite/gdb.fortran/array-element.exp index d36a86fcf9b..2e9c914cba2 100644 --- a/gdb/testsuite/gdb.fortran/array-element.exp +++ b/gdb/testsuite/gdb.fortran/array-element.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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/derived-type.exp b/gdb/testsuite/gdb.fortran/derived-type.exp index 06c4839344d..8e053ab9cfd 100644 --- a/gdb/testsuite/gdb.fortran/derived-type.exp +++ b/gdb/testsuite/gdb.fortran/derived-type.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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/exprs.exp b/gdb/testsuite/gdb.fortran/exprs.exp index 3f8d50824c4..fa8385ca8f0 100644 --- a/gdb/testsuite/gdb.fortran/exprs.exp +++ b/gdb/testsuite/gdb.fortran/exprs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1994, 1997, 2005 Free Software Foundation, Inc. +# Copyright (C) 1994, 1997, 2005, 2007 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.exp b/gdb/testsuite/gdb.fortran/subarray.exp index b93a6b725a3..fb5ddb5bea7 100644 --- a/gdb/testsuite/gdb.fortran/subarray.exp +++ b/gdb/testsuite/gdb.fortran/subarray.exp @@ -1,4 +1,4 @@ -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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/types.exp b/gdb/testsuite/gdb.fortran/types.exp index ceb6156f5c5..e18b76e9aa8 100644 --- a/gdb/testsuite/gdb.fortran/types.exp +++ b/gdb/testsuite/gdb.fortran/types.exp @@ -1,4 +1,4 @@ -# Copyright 1994, 1995, 1997, 1998 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1997, 1998, 2007 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.gdb/complaints.exp b/gdb/testsuite/gdb.gdb/complaints.exp index 2cf142aca32..c0cf6bcd1e0 100644 --- a/gdb/testsuite/gdb.gdb/complaints.exp +++ b/gdb/testsuite/gdb.gdb/complaints.exp @@ -1,5 +1,4 @@ -# Copyright 2002, 2004 -# Free Software Foundation, Inc. +# Copyright 2002, 2004, 2007 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.gdb/observer.exp b/gdb/testsuite/gdb.gdb/observer.exp index 5b3a79848b3..add0e480e4c 100644 --- a/gdb/testsuite/gdb.gdb/observer.exp +++ b/gdb/testsuite/gdb.gdb/observer.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index c837d4c6e50..4fdc70bf028 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -1,5 +1,5 @@ -# Copyright 1988, 1990, 1991, 1992, 1994, 1997, 1999, 2000, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright 1988, 1990, 1991, 1992, 1994, 1997, 1999, 2000, 2002, 2003, 2004, +# 2005, 2006, 2007 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.gdb/xfullpath.exp b/gdb/testsuite/gdb.gdb/xfullpath.exp index 971a05ec588..36b0d9d948c 100644 --- a/gdb/testsuite/gdb.gdb/xfullpath.exp +++ b/gdb/testsuite/gdb.gdb/xfullpath.exp @@ -1,5 +1,4 @@ -# Copyright 2002, 2003, 2004 -# Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.hp/gdb.aCC/exception.exp b/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp index 85b0136399e..979b58e179f 100644 --- a/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp +++ b/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.hp/gdb.aCC/optimize.exp b/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp index 7c47f8c6687..ae6b840cdf0 100644 --- a/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp +++ b/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 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.hp/gdb.aCC/watch-cmd.exp b/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp index 10d5ca156e7..91522350eef 100644 --- a/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp +++ b/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 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.hp/gdb.base-hp/callfwmall.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp index fbef5aa3c73..b70a555c009 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2007 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.hp/gdb.base-hp/dollar.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp index c7a3fca0524..89712b54535 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 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.hp/gdb.base-hp/hwwatchbus.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp index d0b7b26dadd..25b87492de9 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 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.hp/gdb.base-hp/pxdb.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp index db26aade13d..b1d609fb275 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 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.hp/gdb.base-hp/reg-pa64.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp index 8da978e78d2..8db2aa3ddd4 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp @@ -1,5 +1,5 @@ # Tests of wide register displays for GDB on HPPA 2.0 machines -# Copyright 1994, 1995 Free Software Foundation, Inc. +# Copyright 1994, 1995, 2007 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.hp/gdb.base-hp/sized-enum.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp index 6cbba5ca979..39a0b79413b 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 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.hp/gdb.base-hp/so-thresh.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp index 0a5de66d1ef..14d338220c3 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2007 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.hp/gdb.compat/xdb1.exp b/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp index 04408112602..ba688fa22ec 100644 --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1995, 2007 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.hp/gdb.compat/xdb2.exp b/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp index 9bcdf589df8..3cd58cd2bad 100644 --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1995, 2007 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.hp/gdb.compat/xdb3.exp b/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp index b55b4880585..578b9cda1c4 100644 --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 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.hp/gdb.defects/solib-d.exp b/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp index c0d206777e7..b52acec0887 100644 --- a/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp +++ b/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 1997, 2007 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.java/jmain.exp b/gdb/testsuite/gdb.java/jmain.exp index 49e7ca3b511..79cb1dd1f3d 100644 --- a/gdb/testsuite/gdb.java/jmain.exp +++ b/gdb/testsuite/gdb.java/jmain.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2004 Free Software Foundation, Inc. +# Copyright 2000, 2004, 2007 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.java/jmisc.exp b/gdb/testsuite/gdb.java/jmisc.exp index ef2426bc2da..1901cecca05 100644 --- a/gdb/testsuite/gdb.java/jmisc.exp +++ b/gdb/testsuite/gdb.java/jmisc.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2004, 2006 Free Software Foundation, Inc. +# Copyright 2000, 2004, 2006, 2007 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.java/jprint.exp b/gdb/testsuite/gdb.java/jprint.exp index dfcde577977..73c422fad17 100644 --- a/gdb/testsuite/gdb.java/jprint.exp +++ b/gdb/testsuite/gdb.java/jprint.exp @@ -1,4 +1,4 @@ -# Copyright 2004, 2006 Free Software Foundation, Inc. +# Copyright 2004, 2006, 2007 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.java/jv-exp.exp b/gdb/testsuite/gdb.java/jv-exp.exp index 1ee9bd33975..574fed2e65f 100644 --- a/gdb/testsuite/gdb.java/jv-exp.exp +++ b/gdb/testsuite/gdb.java/jv-exp.exp @@ -1,4 +1,4 @@ -# Copyright 2000 Free Software Foundation, Inc. +# Copyright 2000, 2007 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.java/jv-print.exp b/gdb/testsuite/gdb.java/jv-print.exp index 00da1f33ad4..26e7495e31a 100644 --- a/gdb/testsuite/gdb.java/jv-print.exp +++ b/gdb/testsuite/gdb.java/jv-print.exp @@ -1,4 +1,4 @@ -# Copyright 1999 Free Software Foundation, Inc. +# Copyright 1999, 2007 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.mi/basics.c b/gdb/testsuite/gdb.mi/basics.c index 0e3c1d8abfc..ffd80d977bf 100644 --- a/gdb/testsuite/gdb.mi/basics.c +++ b/gdb/testsuite/gdb.mi/basics.c @@ -1,5 +1,4 @@ -/* Copyright 1999, 2000, 2004 - Free Software Foundation, Inc. +/* Copyright 1999, 2000, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.mi/gdb669.exp b/gdb/testsuite/gdb.mi/gdb669.exp index 4bdcdab7a88..c926a70bf21 100644 --- a/gdb/testsuite/gdb.mi/gdb669.exp +++ b/gdb/testsuite/gdb.mi/gdb669.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.mi/gdb680.exp b/gdb/testsuite/gdb.mi/gdb680.exp index eee96a69ac1..c827fcc7726 100644 --- a/gdb/testsuite/gdb.mi/gdb680.exp +++ b/gdb/testsuite/gdb.mi/gdb680.exp @@ -1,4 +1,4 @@ -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.mi/gdb701.exp b/gdb/testsuite/gdb.mi/gdb701.exp index 8120b5a08f5..29882bece2d 100644 --- a/gdb/testsuite/gdb.mi/gdb701.exp +++ b/gdb/testsuite/gdb.mi/gdb701.exp @@ -1,4 +1,4 @@ -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2007 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.mi/gdb792.exp b/gdb/testsuite/gdb.mi/gdb792.exp index 29dc064b182..6b26cbdd985 100644 --- a/gdb/testsuite/gdb.mi/gdb792.exp +++ b/gdb/testsuite/gdb.mi/gdb792.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2007 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.mi/mi-basics.exp b/gdb/testsuite/gdb.mi/mi-basics.exp index bd245130a23..9cdc0c98280 100644 --- a/gdb/testsuite/gdb.mi/mi-basics.exp +++ b/gdb/testsuite/gdb.mi/mi-basics.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 +# 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.mi/mi-break.exp b/gdb/testsuite/gdb.mi/mi-break.exp index ed60a760e30..5c274c52ecc 100644 --- a/gdb/testsuite/gdb.mi/mi-break.exp +++ b/gdb/testsuite/gdb.mi/mi-break.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001, 2004, 2006 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2004, 2006, 2007 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.mi/mi-cli.exp b/gdb/testsuite/gdb.mi/mi-cli.exp index a20fc04bd73..06343a9c951 100644 --- a/gdb/testsuite/gdb.mi/mi-cli.exp +++ b/gdb/testsuite/gdb.mi/mi-cli.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2005, 2007 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.mi/mi-console.exp b/gdb/testsuite/gdb.mi/mi-console.exp index bdea71dd6b1..5066457459d 100644 --- a/gdb/testsuite/gdb.mi/mi-console.exp +++ b/gdb/testsuite/gdb.mi/mi-console.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 +# 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.mi/mi-disassemble.exp b/gdb/testsuite/gdb.mi/mi-disassemble.exp index 27f5e37a9a5..d717b01e674 100644 --- a/gdb/testsuite/gdb.mi/mi-disassemble.exp +++ b/gdb/testsuite/gdb.mi/mi-disassemble.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007 +# 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.mi/mi-eval.exp b/gdb/testsuite/gdb.mi/mi-eval.exp index e6b89bcfb65..681f2e23de1 100644 --- a/gdb/testsuite/gdb.mi/mi-eval.exp +++ b/gdb/testsuite/gdb.mi/mi-eval.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2007 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.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp index 1ab7ba85813..5efb3530cbc 100644 --- a/gdb/testsuite/gdb.mi/mi-file.exp +++ b/gdb/testsuite/gdb.mi/mi-file.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2003, 2004, 2007 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.mi/mi-hack-cli.exp b/gdb/testsuite/gdb.mi/mi-hack-cli.exp index 185fe9b48fb..aa864645261 100644 --- a/gdb/testsuite/gdb.mi/mi-hack-cli.exp +++ b/gdb/testsuite/gdb.mi/mi-hack-cli.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2007 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.mi/mi-pthreads.exp b/gdb/testsuite/gdb.mi/mi-pthreads.exp index 64b31b0d1b1..dfeba9ebbfe 100644 --- a/gdb/testsuite/gdb.mi/mi-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi-pthreads.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2005, 2007 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.mi/mi-read-memory.exp b/gdb/testsuite/gdb.mi/mi-read-memory.exp index 00677c3f185..d7691ee0b0f 100644 --- a/gdb/testsuite/gdb.mi/mi-read-memory.exp +++ b/gdb/testsuite/gdb.mi/mi-read-memory.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2007 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.mi/mi-regs.exp b/gdb/testsuite/gdb.mi/mi-regs.exp index 3564703f8a3..c5767396df7 100644 --- a/gdb/testsuite/gdb.mi/mi-regs.exp +++ b/gdb/testsuite/gdb.mi/mi-regs.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2007 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.mi/mi-return.exp b/gdb/testsuite/gdb.mi/mi-return.exp index 7f61656274c..d33c9283fbd 100644 --- a/gdb/testsuite/gdb.mi/mi-return.exp +++ b/gdb/testsuite/gdb.mi/mi-return.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007 +# 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.mi/mi-simplerun.exp b/gdb/testsuite/gdb.mi/mi-simplerun.exp index 8d9b45964fb..f03997ef583 100644 --- a/gdb/testsuite/gdb.mi/mi-simplerun.exp +++ b/gdb/testsuite/gdb.mi/mi-simplerun.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2007 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.mi/mi-stack.c b/gdb/testsuite/gdb.mi/mi-stack.c index d7d1d5f3689..c0ca5433fb4 100644 --- a/gdb/testsuite/gdb.mi/mi-stack.c +++ b/gdb/testsuite/gdb.mi/mi-stack.c @@ -1,5 +1,4 @@ -/* Copyright 1999, 2000, 2004, 2005 - Free Software Foundation, Inc. +/* Copyright 1999, 2000, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.mi/mi-stack.exp b/gdb/testsuite/gdb.mi/mi-stack.exp index b3f92b6ace2..94d49349907 100644 --- a/gdb/testsuite/gdb.mi/mi-stack.exp +++ b/gdb/testsuite/gdb.mi/mi-stack.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2002, 2004, 2005, 2007 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.mi/mi-stepi.exp b/gdb/testsuite/gdb.mi/mi-stepi.exp index 25122a7fd85..b5e3c0a8ed2 100644 --- a/gdb/testsuite/gdb.mi/mi-stepi.exp +++ b/gdb/testsuite/gdb.mi/mi-stepi.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007 +# 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.mi/mi-syn-frame.exp b/gdb/testsuite/gdb.mi/mi-syn-frame.exp index 8271fb38ab8..43e154454f7 100644 --- a/gdb/testsuite/gdb.mi/mi-syn-frame.exp +++ b/gdb/testsuite/gdb.mi/mi-syn-frame.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2005, 2007 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.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp index 5174b7639c7..b6583ff6200 100644 --- a/gdb/testsuite/gdb.mi/mi-until.exp +++ b/gdb/testsuite/gdb.mi/mi-until.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2005, 2007 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.mi/mi-var-block.exp b/gdb/testsuite/gdb.mi/mi-var-block.exp index 3f2c42f3e2d..d1e74fafe2b 100644 --- a/gdb/testsuite/gdb.mi/mi-var-block.exp +++ b/gdb/testsuite/gdb.mi/mi-var-block.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2007 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.mi/mi-var-child-f.exp b/gdb/testsuite/gdb.mi/mi-var-child-f.exp index 82f4f0c8e61..8e600145dcc 100644 --- a/gdb/testsuite/gdb.mi/mi-var-child-f.exp +++ b/gdb/testsuite/gdb.mi/mi-var-child-f.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.mi/mi-var-child.c b/gdb/testsuite/gdb.mi/mi-var-child.c index 1bfcd32d16b..f871cb75d1e 100644 --- a/gdb/testsuite/gdb.mi/mi-var-child.c +++ b/gdb/testsuite/gdb.mi/mi-var-child.c @@ -1,4 +1,4 @@ -/* Copyright 1999, 2004, 2005 Free Software Foundation, Inc. +/* Copyright 1999, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.mi/mi-var-cmd.exp b/gdb/testsuite/gdb.mi/mi-var-cmd.exp index 3335b5e4e28..6129c062c62 100644 --- a/gdb/testsuite/gdb.mi/mi-var-cmd.exp +++ b/gdb/testsuite/gdb.mi/mi-var-cmd.exp @@ -1,5 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software -# Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007 +# 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.mi/mi-var-cp.cc b/gdb/testsuite/gdb.mi/mi-var-cp.cc index 1fa52b95a8b..a633d22536b 100644 --- a/gdb/testsuite/gdb.mi/mi-var-cp.cc +++ b/gdb/testsuite/gdb.mi/mi-var-cp.cc @@ -1,4 +1,4 @@ -/* Copyright 2006 Free Software Foundation, Inc. +/* Copyright 2006, 2007 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.mi/mi-var-cp.exp b/gdb/testsuite/gdb.mi/mi-var-cp.exp index e3efdd18064..0f602769c96 100644 --- a/gdb/testsuite/gdb.mi/mi-var-cp.exp +++ b/gdb/testsuite/gdb.mi/mi-var-cp.exp @@ -1,4 +1,4 @@ -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006, 2007 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.mi/mi-var-display.exp b/gdb/testsuite/gdb.mi/mi-var-display.exp index 77c87202a00..acc98ab9fd8 100644 --- a/gdb/testsuite/gdb.mi/mi-var-display.exp +++ b/gdb/testsuite/gdb.mi/mi-var-display.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # # This Program Is Free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi-watch.exp b/gdb/testsuite/gdb.mi/mi-watch.exp index 9d1cfa66917..b3ba8445971 100644 --- a/gdb/testsuite/gdb.mi/mi-watch.exp +++ b/gdb/testsuite/gdb.mi/mi-watch.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-basics.exp b/gdb/testsuite/gdb.mi/mi2-basics.exp index 21db56d0d99..824ee428ca9 100644 --- a/gdb/testsuite/gdb.mi/mi2-basics.exp +++ b/gdb/testsuite/gdb.mi/mi2-basics.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-break.exp b/gdb/testsuite/gdb.mi/mi2-break.exp index ecc854d3376..01095862817 100644 --- a/gdb/testsuite/gdb.mi/mi2-break.exp +++ b/gdb/testsuite/gdb.mi/mi2-break.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001, 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2003, 2004, 2006, 2007 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.mi/mi2-cli.exp b/gdb/testsuite/gdb.mi/mi2-cli.exp index c3e26919264..9c8403aa57b 100644 --- a/gdb/testsuite/gdb.mi/mi2-cli.exp +++ b/gdb/testsuite/gdb.mi/mi2-cli.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2005, 2007 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.mi/mi2-console.exp b/gdb/testsuite/gdb.mi/mi2-console.exp index 45c1160885f..252bed6ccd4 100644 --- a/gdb/testsuite/gdb.mi/mi2-console.exp +++ b/gdb/testsuite/gdb.mi/mi2-console.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 +# 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.mi/mi2-disassemble.exp b/gdb/testsuite/gdb.mi/mi2-disassemble.exp index ac80e04654f..e332c623ba9 100644 --- a/gdb/testsuite/gdb.mi/mi2-disassemble.exp +++ b/gdb/testsuite/gdb.mi/mi2-disassemble.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-eval.exp b/gdb/testsuite/gdb.mi/mi2-eval.exp index 92fa954e439..c02c286ca64 100644 --- a/gdb/testsuite/gdb.mi/mi2-eval.exp +++ b/gdb/testsuite/gdb.mi/mi2-eval.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.mi/mi2-file.exp b/gdb/testsuite/gdb.mi/mi2-file.exp index 09690eb1275..24586f382ee 100644 --- a/gdb/testsuite/gdb.mi/mi2-file.exp +++ b/gdb/testsuite/gdb.mi/mi2-file.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2003, 2004, 2007 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.mi/mi2-hack-cli.exp b/gdb/testsuite/gdb.mi/mi2-hack-cli.exp index 2e02a71eb9c..96f6ba00fcf 100644 --- a/gdb/testsuite/gdb.mi/mi2-hack-cli.exp +++ b/gdb/testsuite/gdb.mi/mi2-hack-cli.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001, 2003 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2003, 2007 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.mi/mi2-pthreads.exp b/gdb/testsuite/gdb.mi/mi2-pthreads.exp index b2efeed7ed7..f8d676032e0 100644 --- a/gdb/testsuite/gdb.mi/mi2-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi2-pthreads.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2005, 2007 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.mi/mi2-read-memory.exp b/gdb/testsuite/gdb.mi/mi2-read-memory.exp index 845727cf389..b0a888e9e1f 100644 --- a/gdb/testsuite/gdb.mi/mi2-read-memory.exp +++ b/gdb/testsuite/gdb.mi/mi2-read-memory.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2007 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.mi/mi2-regs.exp b/gdb/testsuite/gdb.mi/mi2-regs.exp index 38c20577644..7aa79f9bc32 100644 --- a/gdb/testsuite/gdb.mi/mi2-regs.exp +++ b/gdb/testsuite/gdb.mi/mi2-regs.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2007 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.mi/mi2-return.exp b/gdb/testsuite/gdb.mi/mi2-return.exp index 855fa80e445..7939f822875 100644 --- a/gdb/testsuite/gdb.mi/mi2-return.exp +++ b/gdb/testsuite/gdb.mi/mi2-return.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-simplerun.exp b/gdb/testsuite/gdb.mi/mi2-simplerun.exp index be43ed3265b..5ec6379f991 100644 --- a/gdb/testsuite/gdb.mi/mi2-simplerun.exp +++ b/gdb/testsuite/gdb.mi/mi2-simplerun.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.mi/mi2-stack.exp b/gdb/testsuite/gdb.mi/mi2-stack.exp index 6e6d090f0ea..d418dcb223c 100644 --- a/gdb/testsuite/gdb.mi/mi2-stack.exp +++ b/gdb/testsuite/gdb.mi/mi2-stack.exp @@ -1,4 +1,5 @@ -# Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007 +# 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.mi/mi2-stepi.exp b/gdb/testsuite/gdb.mi/mi2-stepi.exp index 5f4e28ebbc7..991f9718341 100644 --- a/gdb/testsuite/gdb.mi/mi2-stepi.exp +++ b/gdb/testsuite/gdb.mi/mi2-stepi.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-syn-frame.exp b/gdb/testsuite/gdb.mi/mi2-syn-frame.exp index 2e6ab7fe0cd..f10ecf65c84 100644 --- a/gdb/testsuite/gdb.mi/mi2-syn-frame.exp +++ b/gdb/testsuite/gdb.mi/mi2-syn-frame.exp @@ -1,5 +1,4 @@ -# Copyright 2002, 2003, 2005 -# Free Software Foundation, Inc. +# Copyright 2002, 2003, 2005, 2007 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.mi/mi2-until.exp b/gdb/testsuite/gdb.mi/mi2-until.exp index 485a358b012..c6c031356b4 100644 --- a/gdb/testsuite/gdb.mi/mi2-until.exp +++ b/gdb/testsuite/gdb.mi/mi2-until.exp @@ -1,5 +1,4 @@ -# Copyright 1999, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2003, 2005, 2007 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.mi/mi2-var-block.exp b/gdb/testsuite/gdb.mi/mi2-var-block.exp index e34a2f7617a..08beb6a3efe 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-block.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-block.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.mi/mi2-var-cmd.exp b/gdb/testsuite/gdb.mi/mi2-var-cmd.exp index a97b549faaa..a5cfd99c4d9 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-cmd.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-cmd.exp @@ -1,5 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2004 Free Software -# Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2004, 2007 +# 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.mi/mi2-var-display.exp b/gdb/testsuite/gdb.mi/mi2-var-display.exp index 840c221cdcc..a5bb29d8cfd 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-display.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-display.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # # This Program Is Free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.mi/mi2-watch.exp b/gdb/testsuite/gdb.mi/mi2-watch.exp index 40088ae7c9c..f6a21fe62b9 100644 --- a/gdb/testsuite/gdb.mi/mi2-watch.exp +++ b/gdb/testsuite/gdb.mi/mi2-watch.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2007 +# 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.mi/pthreads.c b/gdb/testsuite/gdb.mi/pthreads.c index 701dfec8d49..7efd14b07b9 100644 --- a/gdb/testsuite/gdb.mi/pthreads.c +++ b/gdb/testsuite/gdb.mi/pthreads.c @@ -1,6 +1,5 @@ /* Pthreads test program. - Copyright 1996, 2002, 2003, 2004 - Free Software Foundation, Inc. + Copyright 1996, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Written by Keith Seitz of Red Hat. Copied from gdb.threads/pthreads.c. diff --git a/gdb/testsuite/gdb.mi/var-cmd.c b/gdb/testsuite/gdb.mi/var-cmd.c index d0eb6f81d91..9d74bc6a935 100644 --- a/gdb/testsuite/gdb.mi/var-cmd.c +++ b/gdb/testsuite/gdb.mi/var-cmd.c @@ -1,4 +1,4 @@ -/* Copyright 1999, 2004 Free Software Foundation, Inc. +/* Copyright 1999, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp index 0cac4357e3c..208d89f4c9b 100644 --- a/gdb/testsuite/gdb.objc/basicclass.exp +++ b/gdb/testsuite/gdb.objc/basicclass.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2006, 2007 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.objc/nondebug.exp b/gdb/testsuite/gdb.objc/nondebug.exp index 9c7a7443524..b615caea27f 100644 --- a/gdb/testsuite/gdb.objc/nondebug.exp +++ b/gdb/testsuite/gdb.objc/nondebug.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.objc/objcdecode.exp b/gdb/testsuite/gdb.objc/objcdecode.exp index e00bffeae77..0aee7859c94 100644 --- a/gdb/testsuite/gdb.objc/objcdecode.exp +++ b/gdb/testsuite/gdb.objc/objcdecode.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.server/server-run.exp b/gdb/testsuite/gdb.server/server-run.exp index e0085dc5936..039da5c32af 100644 --- a/gdb/testsuite/gdb.server/server-run.exp +++ b/gdb/testsuite/gdb.server/server-run.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2007 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.server/server.c b/gdb/testsuite/gdb.server/server.c index b6512633a9e..fbbbdebbffb 100644 --- a/gdb/testsuite/gdb.server/server.c +++ b/gdb/testsuite/gdb.server/server.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 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.stabs/exclfwd.exp b/gdb/testsuite/gdb.stabs/exclfwd.exp index 42b2c942545..e5d352ac365 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd.exp +++ b/gdb/testsuite/gdb.stabs/exclfwd.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.stabs/exclfwd.h b/gdb/testsuite/gdb.stabs/exclfwd.h index 3f064b12857..16961a84992 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd.h +++ b/gdb/testsuite/gdb.stabs/exclfwd.h @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.stabs/exclfwd1.c b/gdb/testsuite/gdb.stabs/exclfwd1.c index a7574e5098b..7b3b910b724 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd1.c +++ b/gdb/testsuite/gdb.stabs/exclfwd1.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.stabs/exclfwd2.c b/gdb/testsuite/gdb.stabs/exclfwd2.c index f7de01544be..f035fff8645 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd2.c +++ b/gdb/testsuite/gdb.stabs/exclfwd2.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 7282231708c..7f9197b8ca0 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -1,4 +1,4 @@ -# Copyright 1997, 1998, 1999, 2001, 2003, 2004, 2006 +# Copyright 1997, 1998, 1999, 2001, 2003, 2004, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.threads/bp_in_thread.c b/gdb/testsuite/gdb.threads/bp_in_thread.c index ae87f8cb765..bfacf042bd1 100644 --- a/gdb/testsuite/gdb.threads/bp_in_thread.c +++ b/gdb/testsuite/gdb.threads/bp_in_thread.c @@ -1,7 +1,6 @@ /* A small multi-threaded test case. - Copyright 2004 - Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.threads/bp_in_thread.exp b/gdb/testsuite/gdb.threads/bp_in_thread.exp index cd35d040fdf..bfec8f36ec8 100644 --- a/gdb/testsuite/gdb.threads/bp_in_thread.exp +++ b/gdb/testsuite/gdb.threads/bp_in_thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 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.threads/gcore-thread.exp b/gdb/testsuite/gdb.threads/gcore-thread.exp index bb8f4f20111..b6588b99468 100644 --- a/gdb/testsuite/gdb.threads/gcore-thread.exp +++ b/gdb/testsuite/gdb.threads/gcore-thread.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2004, 2007 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.threads/killed.c b/gdb/testsuite/gdb.threads/killed.c index 590bf206f9b..77a89c60658 100644 --- a/gdb/testsuite/gdb.threads/killed.c +++ b/gdb/testsuite/gdb.threads/killed.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002, 2004 Free Software Foundation, Inc. + Copyright 2002, 2004, 2007 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.threads/killed.exp b/gdb/testsuite/gdb.threads/killed.exp index f4c0c374108..4c3952c8971 100644 --- a/gdb/testsuite/gdb.threads/killed.exp +++ b/gdb/testsuite/gdb.threads/killed.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright 2002, 2003, 2005, 2007 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.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp index 3b139bfd2c3..0edb4e23e21 100644 --- a/gdb/testsuite/gdb.threads/linux-dp.exp +++ b/gdb/testsuite/gdb.threads/linux-dp.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 +# Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.threads/manythreads.c b/gdb/testsuite/gdb.threads/manythreads.c index 1c23567393b..5ddcd0fa835 100644 --- a/gdb/testsuite/gdb.threads/manythreads.c +++ b/gdb/testsuite/gdb.threads/manythreads.c @@ -1,6 +1,5 @@ /* Manythreads test program. - Copyright 2004, 2006 - Free Software Foundation, Inc. + Copyright 2004, 2006, 2007 Free Software Foundation, Inc. Written by Jeff Johnston <jjohnstn@redhat.com> Contributed by Red Hat diff --git a/gdb/testsuite/gdb.threads/manythreads.exp b/gdb/testsuite/gdb.threads/manythreads.exp index 2a9721d4719..7569f021146 100644 --- a/gdb/testsuite/gdb.threads/manythreads.exp +++ b/gdb/testsuite/gdb.threads/manythreads.exp @@ -1,5 +1,5 @@ # manythreads.exp -- Expect script to test stopping many threads -# Copyright (C) 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 2007 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.threads/print-threads.exp b/gdb/testsuite/gdb.threads/print-threads.exp index 5d56ef3f515..e766b5bbc33 100644 --- a/gdb/testsuite/gdb.threads/print-threads.exp +++ b/gdb/testsuite/gdb.threads/print-threads.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2002, 2003, 2007 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.threads/pthread_cond_wait.c b/gdb/testsuite/gdb.threads/pthread_cond_wait.c index ae87f8cb765..bfacf042bd1 100644 --- a/gdb/testsuite/gdb.threads/pthread_cond_wait.c +++ b/gdb/testsuite/gdb.threads/pthread_cond_wait.c @@ -1,7 +1,6 @@ /* A small multi-threaded test case. - Copyright 2004 - Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.threads/pthread_cond_wait.exp b/gdb/testsuite/gdb.threads/pthread_cond_wait.exp index 91b695f32e0..c5444cdacfd 100644 --- a/gdb/testsuite/gdb.threads/pthread_cond_wait.exp +++ b/gdb/testsuite/gdb.threads/pthread_cond_wait.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 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.threads/pthreads.c b/gdb/testsuite/gdb.threads/pthreads.c index abedb248b3e..1c6d7ba8394 100644 --- a/gdb/testsuite/gdb.threads/pthreads.c +++ b/gdb/testsuite/gdb.threads/pthreads.c @@ -1,6 +1,5 @@ /* Pthreads test program. - Copyright 1996, 2002, 2003, 2004 - Free Software Foundation, Inc. + Copyright 1996, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Written by Fred Fish of Cygnus Support Contributed by Cygnus Support diff --git a/gdb/testsuite/gdb.threads/pthreads.exp b/gdb/testsuite/gdb.threads/pthreads.exp index a60a3d372fe..7d32ae3892f 100644 --- a/gdb/testsuite/gdb.threads/pthreads.exp +++ b/gdb/testsuite/gdb.threads/pthreads.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.threads/schedlock.c b/gdb/testsuite/gdb.threads/schedlock.c index 29022824d26..62e6cc97099 100644 --- a/gdb/testsuite/gdb.threads/schedlock.c +++ b/gdb/testsuite/gdb.threads/schedlock.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2007 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.threads/schedlock.exp b/gdb/testsuite/gdb.threads/schedlock.exp index 44785808ce3..09e3192ed2a 100644 --- a/gdb/testsuite/gdb.threads/schedlock.exp +++ b/gdb/testsuite/gdb.threads/schedlock.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2002, 2003, 2007 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.threads/staticthreads.c b/gdb/testsuite/gdb.threads/staticthreads.c index 57defefcae4..188919bd5f2 100644 --- a/gdb/testsuite/gdb.threads/staticthreads.c +++ b/gdb/testsuite/gdb.threads/staticthreads.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, The GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 Free Software Foundation, Inc. Originally written by Jeff Johnston <jjohnstn@redhat.com>, contributed by Red Hat diff --git a/gdb/testsuite/gdb.threads/staticthreads.exp b/gdb/testsuite/gdb.threads/staticthreads.exp index 53ceaa06fa6..add8d7befe5 100644 --- a/gdb/testsuite/gdb.threads/staticthreads.exp +++ b/gdb/testsuite/gdb.threads/staticthreads.exp @@ -1,6 +1,6 @@ # static.exp -- test script, for GDB, the GNU debugger. -# Copyright 2004, 2005 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2007 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.threads/step.exp b/gdb/testsuite/gdb.threads/step.exp index aa5639347b7..3230754278f 100644 --- a/gdb/testsuite/gdb.threads/step.exp +++ b/gdb/testsuite/gdb.threads/step.exp @@ -1,5 +1,5 @@ # step.exp -- Expect script to test gdb with step.c -# Copyright (C) 1992, 1997 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 2007 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.threads/step2.exp b/gdb/testsuite/gdb.threads/step2.exp index 5442e6aef6f..a5efe840986 100644 --- a/gdb/testsuite/gdb.threads/step2.exp +++ b/gdb/testsuite/gdb.threads/step2.exp @@ -1,5 +1,5 @@ # step2.exp -- Expect script to test gdb step.c -# Copyright (C) 1992, 1997 Free Software Foundation, Inc. +# Copyright (C) 1992, 1997, 2007 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.threads/switch-threads.c b/gdb/testsuite/gdb.threads/switch-threads.c index 3e5a825f487..53e0f9b3e40 100644 --- a/gdb/testsuite/gdb.threads/switch-threads.c +++ b/gdb/testsuite/gdb.threads/switch-threads.c @@ -1,7 +1,6 @@ /* A minimal multi-threaded test case. - Copyright 2003 - Free Software Foundation, Inc. + Copyright 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.threads/switch-threads.exp b/gdb/testsuite/gdb.threads/switch-threads.exp index d5608cfe7f1..187407c5726 100644 --- a/gdb/testsuite/gdb.threads/switch-threads.exp +++ b/gdb/testsuite/gdb.threads/switch-threads.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2007 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.threads/thread-specific.c b/gdb/testsuite/gdb.threads/thread-specific.c index 8839d72e176..b6c4efae774 100644 --- a/gdb/testsuite/gdb.threads/thread-specific.c +++ b/gdb/testsuite/gdb.threads/thread-specific.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2007 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.threads/thread-specific.exp b/gdb/testsuite/gdb.threads/thread-specific.exp index 66f0bd2261c..1e812ba55a4 100644 --- a/gdb/testsuite/gdb.threads/thread-specific.exp +++ b/gdb/testsuite/gdb.threads/thread-specific.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.threads/thread_check.c b/gdb/testsuite/gdb.threads/thread_check.c index 58cb79e01fa..116acc3b303 100644 --- a/gdb/testsuite/gdb.threads/thread_check.c +++ b/gdb/testsuite/gdb.threads/thread_check.c @@ -1,5 +1,5 @@ /* -* Copyright (C) 2004 Free Software Foundation, Inc. +* Copyright (C) 2004, 2007 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.threads/thread_check.exp b/gdb/testsuite/gdb.threads/thread_check.exp index 7f6a3d8bc0a..10acb567129 100644 --- a/gdb/testsuite/gdb.threads/thread_check.exp +++ b/gdb/testsuite/gdb.threads/thread_check.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 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.threads/threadapply.c b/gdb/testsuite/gdb.threads/threadapply.c index ccebd6e931b..4400f637011 100644 --- a/gdb/testsuite/gdb.threads/threadapply.c +++ b/gdb/testsuite/gdb.threads/threadapply.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2007 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.threads/threadapply.exp b/gdb/testsuite/gdb.threads/threadapply.exp index fa8d02fd0f3..61fbebea05b 100644 --- a/gdb/testsuite/gdb.threads/threadapply.exp +++ b/gdb/testsuite/gdb.threads/threadapply.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.threads/tls-nodebug.exp b/gdb/testsuite/gdb.threads/tls-nodebug.exp index ee92a3fa7c3..b89de913363 100644 --- a/gdb/testsuite/gdb.threads/tls-nodebug.exp +++ b/gdb/testsuite/gdb.threads/tls-nodebug.exp @@ -1,5 +1,5 @@ # tls.exp -- Expect script to test thread-local storage without debuginfo -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 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.threads/tls-shared.exp b/gdb/testsuite/gdb.threads/tls-shared.exp index fc5c0862cc0..8d550056d3c 100644 --- a/gdb/testsuite/gdb.threads/tls-shared.exp +++ b/gdb/testsuite/gdb.threads/tls-shared.exp @@ -1,4 +1,4 @@ -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2007 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.threads/tls.exp b/gdb/testsuite/gdb.threads/tls.exp index c4dfb0bb884..8bb8f7a71b2 100644 --- a/gdb/testsuite/gdb.threads/tls.exp +++ b/gdb/testsuite/gdb.threads/tls.exp @@ -1,5 +1,5 @@ # tls.exp -- Expect script to test thread-local storage -# Copyright (C) 1992, 2003 Free Software Foundation, Inc. +# Copyright (C) 1992, 2003, 2007 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.threads/watchthreads.c b/gdb/testsuite/gdb.threads/watchthreads.c index e19fe0759d5..0b3ee016fa1 100644 --- a/gdb/testsuite/gdb.threads/watchthreads.c +++ b/gdb/testsuite/gdb.threads/watchthreads.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2007 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.threads/watchthreads.exp b/gdb/testsuite/gdb.threads/watchthreads.exp index 0bb940f6e31..f993e2909de 100644 --- a/gdb/testsuite/gdb.threads/watchthreads.exp +++ b/gdb/testsuite/gdb.threads/watchthreads.exp @@ -1,6 +1,6 @@ # This testcase is part of GDB, the GNU debugger. -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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.trace/actions.exp b/gdb/testsuite/gdb.trace/actions.exp index 74769d093b2..e3c66e2848d 100644 --- a/gdb/testsuite/gdb.trace/actions.exp +++ b/gdb/testsuite/gdb.trace/actions.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/backtrace.exp b/gdb/testsuite/gdb.trace/backtrace.exp index b4a44e82cc0..1e6fae923a4 100644 --- a/gdb/testsuite/gdb.trace/backtrace.exp +++ b/gdb/testsuite/gdb.trace/backtrace.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/circ.exp b/gdb/testsuite/gdb.trace/circ.exp index fc03d4213c9..9ade6a0e2ec 100644 --- a/gdb/testsuite/gdb.trace/circ.exp +++ b/gdb/testsuite/gdb.trace/circ.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/collection.exp b/gdb/testsuite/gdb.trace/collection.exp index b6abf985b86..c840b6ce42e 100644 --- a/gdb/testsuite/gdb.trace/collection.exp +++ b/gdb/testsuite/gdb.trace/collection.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 2005 Free Software Foundation, Inc. +# Copyright 1998, 2005, 2007 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.trace/deltrace.exp b/gdb/testsuite/gdb.trace/deltrace.exp index e5899b0cc15..a882e484479 100644 --- a/gdb/testsuite/gdb.trace/deltrace.exp +++ b/gdb/testsuite/gdb.trace/deltrace.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2007 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.trace/infotrace.exp b/gdb/testsuite/gdb.trace/infotrace.exp index 5d362bc0a25..69d8f15c3bd 100644 --- a/gdb/testsuite/gdb.trace/infotrace.exp +++ b/gdb/testsuite/gdb.trace/infotrace.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/limits.exp b/gdb/testsuite/gdb.trace/limits.exp index 75c1b0ba6c5..df5012401eb 100644 --- a/gdb/testsuite/gdb.trace/limits.exp +++ b/gdb/testsuite/gdb.trace/limits.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/packetlen.exp b/gdb/testsuite/gdb.trace/packetlen.exp index b7ed2d5a630..2cd4142ab15 100644 --- a/gdb/testsuite/gdb.trace/packetlen.exp +++ b/gdb/testsuite/gdb.trace/packetlen.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/passc-dyn.exp b/gdb/testsuite/gdb.trace/passc-dyn.exp index 58bab6e4f14..b9165cb7c42 100644 --- a/gdb/testsuite/gdb.trace/passc-dyn.exp +++ b/gdb/testsuite/gdb.trace/passc-dyn.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 2005 Free Software Foundation, Inc. +# Copyright 1998, 2005, 2007 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.trace/passcount.exp b/gdb/testsuite/gdb.trace/passcount.exp index e815718dba4..170ca5c2733 100644 --- a/gdb/testsuite/gdb.trace/passcount.exp +++ b/gdb/testsuite/gdb.trace/passcount.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/report.exp b/gdb/testsuite/gdb.trace/report.exp index 0d2531788f8..1d57e719bde 100644 --- a/gdb/testsuite/gdb.trace/report.exp +++ b/gdb/testsuite/gdb.trace/report.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/save-trace.exp b/gdb/testsuite/gdb.trace/save-trace.exp index 43f6f9c43e7..d14d7d142d8 100644 --- a/gdb/testsuite/gdb.trace/save-trace.exp +++ b/gdb/testsuite/gdb.trace/save-trace.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/tfind.exp b/gdb/testsuite/gdb.trace/tfind.exp index 3d2992f26c1..bfbbf67d286 100644 --- a/gdb/testsuite/gdb.trace/tfind.exp +++ b/gdb/testsuite/gdb.trace/tfind.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 2002, 2005 Free Software Foundation, Inc. +# Copyright 1998, 2002, 2005, 2007 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.trace/tracecmd.exp b/gdb/testsuite/gdb.trace/tracecmd.exp index 3bf12800a50..3487ce76040 100644 --- a/gdb/testsuite/gdb.trace/tracecmd.exp +++ b/gdb/testsuite/gdb.trace/tracecmd.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/while-dyn.exp b/gdb/testsuite/gdb.trace/while-dyn.exp index 6019312091e..66da348a5c9 100644 --- a/gdb/testsuite/gdb.trace/while-dyn.exp +++ b/gdb/testsuite/gdb.trace/while-dyn.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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.trace/while-stepping.exp b/gdb/testsuite/gdb.trace/while-stepping.exp index 225c9fdeb0c..a48240e5260 100644 --- a/gdb/testsuite/gdb.trace/while-stepping.exp +++ b/gdb/testsuite/gdb.trace/while-stepping.exp @@ -1,4 +1,4 @@ -# Copyright 1998 Free Software Foundation, Inc. +# Copyright 1998, 2007 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/lib/ada.exp b/gdb/testsuite/lib/ada.exp index 647114ae14b..bf9c41238b1 100644 --- a/gdb/testsuite/lib/ada.exp +++ b/gdb/testsuite/lib/ada.exp @@ -1,4 +1,4 @@ -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004, 2007 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/lib/compiler.c b/gdb/testsuite/lib/compiler.c index bfec521be08..c16dc3b00ca 100644 --- a/gdb/testsuite/lib/compiler.c +++ b/gdb/testsuite/lib/compiler.c @@ -1,6 +1,6 @@ /* This test file is part of GDB, the GNU debugger. - Copyright 1995, 1997, 1999, 2003, 2004 Free Software Foundation, Inc. + Copyright 1995, 1997, 1999, 2003, 2004, 2007 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/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc index 444fb6376a3..71d23bd787b 100644 --- a/gdb/testsuite/lib/compiler.cc +++ b/gdb/testsuite/lib/compiler.cc @@ -1,6 +1,6 @@ /* This test file is part of GDB, the GNU debugger. - Copyright 1995, 1999, 2003, 2004 Free Software Foundation, Inc. + Copyright 1995, 1999, 2003, 2004, 2007 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/lib/cp-support.exp b/gdb/testsuite/lib/cp-support.exp index 7ce1e4806a7..63e5b43613a 100644 --- a/gdb/testsuite/lib/cp-support.exp +++ b/gdb/testsuite/lib/cp-support.exp @@ -1,6 +1,6 @@ # This test code is part of GDB, the GNU debugger. -# Copyright 2003, 2004 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2007 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/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 10f77284f91..4c440248040 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1,6 +1,5 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2007 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/lib/gdbserver-support.exp b/gdb/testsuite/lib/gdbserver-support.exp index 36a7148c18f..12b14a299ea 100644 --- a/gdb/testsuite/lib/gdbserver-support.exp +++ b/gdb/testsuite/lib/gdbserver-support.exp @@ -1,4 +1,4 @@ -# Copyright 2000, 2002, 2003, 2004, 2005, 2006 +# Copyright 2000, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/lib/java.exp b/gdb/testsuite/lib/java.exp index 648741d7630..7916772e0be 100644 --- a/gdb/testsuite/lib/java.exp +++ b/gdb/testsuite/lib/java.exp @@ -1,6 +1,6 @@ # This test code is part of GDB, the GNU debugger. -# Copyright 1998, 1999, 2000, 2003, 2004, 2006 +# Copyright 1998, 1999, 2000, 2003, 2004, 2006, 2007 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index fa9d790c931..d0957de3049 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2002, 2003, 2004, 2005, 2007 +# 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/lib/trace-support.exp b/gdb/testsuite/lib/trace-support.exp index 4765791b817..6e77df6ebfd 100644 --- a/gdb/testsuite/lib/trace-support.exp +++ b/gdb/testsuite/lib/trace-support.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2007 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/thread.c b/gdb/thread.c index c51a3c034b3..30a04416683 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -1,7 +1,7 @@ /* Multi-process/thread control for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA. diff --git a/gdb/top.c b/gdb/top.c index b4790393f92..b7fdd4eec4e 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/top.h b/gdb/top.h index 100ec0cb759..95c599d58a4 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1996, 1997, 1998, 1999, 2000, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, + 1997, 1998, 1999, 2000, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index b35c8c233c6..3ad005f1cab 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -1,7 +1,7 @@ /* Tracing functionality for remote targets in custom GDB protocol - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 7620bd37f62..d10496950cb 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -1,5 +1,5 @@ /* Data structures associated with tracepoints in GDB. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/trad-frame.c b/gdb/trad-frame.c index 1e2707f8a78..5c8f2130af8 100644 --- a/gdb/trad-frame.c +++ b/gdb/trad-frame.c @@ -1,6 +1,6 @@ /* Traditional frame unwind support, for GDB the GNU Debugger. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/trad-frame.h b/gdb/trad-frame.h index ee3b8780f42..ecc48cc48ca 100644 --- a/gdb/trad-frame.h +++ b/gdb/trad-frame.h @@ -1,6 +1,6 @@ /* Traditional frame unwind support, for GDB the GNU Debugger. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index fe4ca0a9dbc..7a8dc9366ba 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -1,6 +1,6 @@ /* Signal trampoline unwinder, for GDB the GNU Debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index f9069d69616..68e743f7c4a 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -1,6 +1,6 @@ /* Signal trampoline unwinder. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index 1711440701e..ba5e32a3910 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -1,7 +1,7 @@ /* Specific command window processing. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-command.h b/gdb/tui/tui-command.h index c58953b59e5..c36814d7661 100644 --- a/gdb/tui/tui-command.h +++ b/gdb/tui/tui-command.h @@ -1,7 +1,7 @@ /* Specific command window processing. - Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c index bbb935bb8da..aefa000120b 100644 --- a/gdb/tui/tui-data.c +++ b/gdb/tui/tui-data.c @@ -1,6 +1,6 @@ /* TUI data manipulation routines. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h index 1a69b560d4a..86b9822152e 100644 --- a/gdb/tui/tui-data.h +++ b/gdb/tui/tui-data.h @@ -1,6 +1,6 @@ /* TUI data manipulation routines. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-disasm.c b/gdb/tui/tui-disasm.c index 676f492ad3f..3fce663fb8f 100644 --- a/gdb/tui/tui-disasm.c +++ b/gdb/tui/tui-disasm.c @@ -1,7 +1,7 @@ /* Disassembly display. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-disasm.h b/gdb/tui/tui-disasm.h index 708dc90e063..5ddc181af2c 100644 --- a/gdb/tui/tui-disasm.h +++ b/gdb/tui/tui-disasm.h @@ -1,7 +1,7 @@ /* Disassembly display. - Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-file.c b/gdb/tui/tui-file.c index 5e4e66a9588..f3e8f0395ed 100644 --- a/gdb/tui/tui-file.c +++ b/gdb/tui/tui-file.c @@ -1,5 +1,5 @@ /* UI_FILE - a generic STDIO like output stream. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-file.h b/gdb/tui/tui-file.h index 2473d0a2f5d..42e50ed7e0a 100644 --- a/gdb/tui/tui-file.h +++ b/gdb/tui/tui-file.h @@ -1,5 +1,5 @@ /* UI_FILE - a generic STDIO like output stream. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-hooks.c b/gdb/tui/tui-hooks.c index 7099dd77a94..2e1f1f1991b 100644 --- a/gdb/tui/tui-hooks.c +++ b/gdb/tui/tui-hooks.c @@ -1,6 +1,6 @@ /* GDB hooks for TUI. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-hooks.h b/gdb/tui/tui-hooks.h index fa6bea8a9c8..f3522262dfa 100644 --- a/gdb/tui/tui-hooks.h +++ b/gdb/tui/tui-hooks.h @@ -1,6 +1,6 @@ /* External/Public TUI hools header file, for GDB the GNU debugger. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-interp.c b/gdb/tui/tui-interp.c index 29af4c44cac..a344754250c 100644 --- a/gdb/tui/tui-interp.c +++ b/gdb/tui/tui-interp.c @@ -1,6 +1,6 @@ /* TUI Interpreter definitions for GDB, the GNU debugger. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 1a0dafc8118..d39b08976cd 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -1,7 +1,7 @@ /* TUI support I/O functions. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-io.h b/gdb/tui/tui-io.h index 9f1c1064d1c..a21c99cc794 100644 --- a/gdb/tui/tui-io.h +++ b/gdb/tui/tui-io.h @@ -1,7 +1,7 @@ /* TUI support I/O functions. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index 37b70a1693a..5a01736c253 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -1,7 +1,7 @@ /* TUI layout window management. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-layout.h b/gdb/tui/tui-layout.h index fa70b34cb31..7fbe34d374a 100644 --- a/gdb/tui/tui-layout.h +++ b/gdb/tui/tui-layout.h @@ -1,7 +1,7 @@ /* TUI layout window management. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-main.c b/gdb/tui/tui-main.c index f58735b47f3..bfa939931c2 100644 --- a/gdb/tui/tui-main.c +++ b/gdb/tui/tui-main.c @@ -1,6 +1,6 @@ /* Main function for TUI gdb. - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tui/tui-out.c b/gdb/tui/tui-out.c index 8b48c44e60a..df6091e7b94 100644 --- a/gdb/tui/tui-out.c +++ b/gdb/tui/tui-out.c @@ -1,6 +1,6 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/tui/tui-regs.c b/gdb/tui/tui-regs.c index 14a6f957a5b..4f3f42462cc 100644 --- a/gdb/tui/tui-regs.c +++ b/gdb/tui/tui-regs.c @@ -1,7 +1,7 @@ /* TUI display registers in window. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-regs.h b/gdb/tui/tui-regs.h index 1f293a6a8bc..0774a12f15d 100644 --- a/gdb/tui/tui-regs.h +++ b/gdb/tui/tui-regs.h @@ -1,7 +1,7 @@ /* TUI display registers in window. - Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-source.c b/gdb/tui/tui-source.c index 34603244a8c..385ea9127e3 100644 --- a/gdb/tui/tui-source.c +++ b/gdb/tui/tui-source.c @@ -1,7 +1,7 @@ /* TUI display source window. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-source.h b/gdb/tui/tui-source.h index af048c3f42f..bfc04e4ee00 100644 --- a/gdb/tui/tui-source.h +++ b/gdb/tui/tui-source.h @@ -1,7 +1,7 @@ /* TUI display source window. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-stack.c b/gdb/tui/tui-stack.c index 907f00a2364..6bd3b581880 100644 --- a/gdb/tui/tui-stack.c +++ b/gdb/tui/tui-stack.c @@ -1,6 +1,6 @@ /* TUI display locator. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-stack.h b/gdb/tui/tui-stack.h index 1da093b9657..7c97478a555 100644 --- a/gdb/tui/tui-stack.h +++ b/gdb/tui/tui-stack.h @@ -1,7 +1,7 @@ /* TUI display locator. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index a42f51522bf..2ed1920e0fb 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -1,6 +1,6 @@ /* TUI window generic functions. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-win.h b/gdb/tui/tui-win.h index 7486318dd52..acf1bdbf9bd 100644 --- a/gdb/tui/tui-win.h +++ b/gdb/tui/tui-win.h @@ -1,7 +1,7 @@ /* TUI window generic functions. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-windata.c b/gdb/tui/tui-windata.c index 9f62a87c5d1..1116a6a6010 100644 --- a/gdb/tui/tui-windata.c +++ b/gdb/tui/tui-windata.c @@ -1,7 +1,7 @@ /* Data/register window display. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-windata.h b/gdb/tui/tui-windata.h index 3a383df19f9..0034bcccbf9 100644 --- a/gdb/tui/tui-windata.h +++ b/gdb/tui/tui-windata.h @@ -1,7 +1,7 @@ /* Data/register window display. - Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c index 79bd2da8aa2..ab06a100e33 100644 --- a/gdb/tui/tui-wingeneral.c +++ b/gdb/tui/tui-wingeneral.c @@ -1,7 +1,7 @@ /* General window behavior. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-wingeneral.h b/gdb/tui/tui-wingeneral.h index 52f9e53b669..9b2670769b5 100644 --- a/gdb/tui/tui-wingeneral.h +++ b/gdb/tui/tui-wingeneral.h @@ -1,7 +1,7 @@ /* General window behavior. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-winsource.c b/gdb/tui/tui-winsource.c index d7ca706e0a6..36f46b538af 100644 --- a/gdb/tui/tui-winsource.c +++ b/gdb/tui/tui-winsource.c @@ -1,6 +1,6 @@ /* TUI display source/assembly window. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui-winsource.h b/gdb/tui/tui-winsource.h index 8c32ccca15a..7baf7a20191 100644 --- a/gdb/tui/tui-winsource.h +++ b/gdb/tui/tui-winsource.h @@ -1,7 +1,7 @@ /* TUI display source/assembly window. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index ab27c7dfb23..84df8326a33 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -1,7 +1,7 @@ /* General functions for the WDB TUI. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index 60511596fbd..97e3e948cea 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -1,7 +1,7 @@ /* External/Public TUI Header File. - Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, - Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004, 2007 + Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. diff --git a/gdb/typeprint.c b/gdb/typeprint.c index fb828081478..d092248e621 100644 --- a/gdb/typeprint.c +++ b/gdb/typeprint.c @@ -1,7 +1,7 @@ /* Language independent support for printing types for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1998, - 1999, 2000, 2001, 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999, + 2000, 2001, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/typeprint.h b/gdb/typeprint.h index b45f407d785..94200634118 100644 --- a/gdb/typeprint.h +++ b/gdb/typeprint.h @@ -1,5 +1,5 @@ /* Language independent support for printing types for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991-1993, 1999, 2000 + Copyright (C) 1986, 1988, 1989, 1991-1993, 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ui-file.c b/gdb/ui-file.c index dd53a40a47e..0567bada8ea 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -1,6 +1,6 @@ /* UI_FILE - a generic STDIO like output stream. - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ui-file.h b/gdb/ui-file.h index 7a726da51b2..3af5aa59456 100644 --- a/gdb/ui-file.h +++ b/gdb/ui-file.h @@ -1,5 +1,5 @@ /* UI_FILE - a generic STDIO like output stream. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 98c81739144..ba61c9a882b 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -1,6 +1,6 @@ /* Output generating routines for GDB. - Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 + Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/ui-out.h b/gdb/ui-out.h index f7cb3a3e8b3..6931e69edf4 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -1,6 +1,6 @@ /* Output generating routines for GDB. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/gdb/user-regs.c b/gdb/user-regs.c index c1b57203dbe..cde32ea3b72 100644 --- a/gdb/user-regs.c +++ b/gdb/user-regs.c @@ -1,6 +1,6 @@ /* User visible, per-frame registers, for GDB, the GNU debugger. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/user-regs.h b/gdb/user-regs.h index 835d86272b1..7af1cbf38f0 100644 --- a/gdb/user-regs.h +++ b/gdb/user-regs.h @@ -1,6 +1,6 @@ /* Per-frame user registers, for GDB, the GNU debugger. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2007 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/utils.c b/gdb/utils.c index ab8bb4008d5..4d90812ac7c 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1,7 +1,7 @@ /* General utility routines for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/uw-thread.c b/gdb/uw-thread.c index b13af525dcc..3e148ed5ca4 100644 --- a/gdb/uw-thread.c +++ b/gdb/uw-thread.c @@ -1,7 +1,7 @@ /* Low level interface for debugging UnixWare user-mode threads for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Written by Nick Duffek <nsd@cygnus.com>. This file is part of GDB. diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c index 15103ebd3c4..6cfa84edb3b 100644 --- a/gdb/v850-tdep.c +++ b/gdb/v850-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the NEC V850 for GDB, the GNU debugger. - Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free - Software Foundation, Inc. + Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/valarith.c b/gdb/valarith.c index 2e5e97a0aee..b5c69e35356 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -1,7 +1,7 @@ /* Perform arithmetic and other operations on values, for GDB. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/valops.c b/gdb/valops.c index 19c80c938fb..a3bae6d12d1 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -1,8 +1,7 @@ /* Perform non-arithmetic operations on values, for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/valprint.c b/gdb/valprint.c index b50a65304b9..c2663e12e3b 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1,7 +1,7 @@ /* Print values for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/valprint.h b/gdb/valprint.h index fa8c7c77046..ea88c0170ad 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -1,7 +1,7 @@ /* Declarations for value printing routines for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 2000, 2005 Free - Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 2000, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/value.c b/gdb/value.c index e1869acd57c..c6b9ca98243 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -1,7 +1,7 @@ /* Low level packing and unpacking of values for GDB, the GNU Debugger. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/value.h b/gdb/value.h index e1c77ee1d64..2c93e8055d0 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -1,8 +1,7 @@ /* Definitions for values of C expressions, for GDB. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/varobj.c b/gdb/varobj.c index a73dfd66ccf..27c27610eb7 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -1,6 +1,6 @@ /* Implementation of the GDB variable objects API. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/gdb/varobj.h b/gdb/varobj.h index 398468690c4..e95321d5d3f 100644 --- a/gdb/varobj.h +++ b/gdb/varobj.h @@ -1,5 +1,5 @@ /* GDB variable objects API. - Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2005, 2007 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/vax-nat.c b/gdb/vax-nat.c index 830527d08e3..b4252d47818 100644 --- a/gdb/vax-nat.c +++ b/gdb/vax-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for VAX UNIXen (including older BSD's). - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index 4382af81f74..52d32b211fc 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the VAX. - Copyright (C) 1986, 1989, 1991, 1992, 1995, 1996, 1998, 1999, 2000, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1991, 1992, 1995, 1996, 1998, 1999, 2000, 2002, + 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vax-tdep.h b/gdb/vax-tdep.h index 7c0ddd75cb3..cb25b91b703 100644 --- a/gdb/vax-tdep.h +++ b/gdb/vax-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the VAX. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vaxbsd-nat.c b/gdb/vaxbsd-nat.c index fa5cfac5661..388d5277579 100644 --- a/gdb/vaxbsd-nat.c +++ b/gdb/vaxbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for modern VAX BSD's. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vaxnbsd-tdep.c b/gdb/vaxnbsd-tdep.c index 542af809a70..2caa061a60d 100644 --- a/gdb/vaxnbsd-tdep.c +++ b/gdb/vaxnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/vax. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vaxobsd-tdep.c b/gdb/vaxobsd-tdep.c index 289510dd7dc..62831db4db3 100644 --- a/gdb/vaxobsd-tdep.c +++ b/gdb/vaxobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/vax. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/vec.c b/gdb/vec.c index d5a09296322..cb055d44383 100644 --- a/gdb/vec.c +++ b/gdb/vec.c @@ -1,5 +1,5 @@ /* Vector API for GDB. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Nathan Sidwell <nathan@codesourcery.com> This file is part of GDB. diff --git a/gdb/vec.h b/gdb/vec.h index f6b7f07146c..6b22ed787b1 100644 --- a/gdb/vec.h +++ b/gdb/vec.h @@ -1,5 +1,5 @@ /* Vector API for GDB. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Nathan Sidwell <nathan@codesourcery.com> This file is part of GDB. diff --git a/gdb/version.h b/gdb/version.h index cdd74660ec1..16be6bf391d 100644 --- a/gdb/version.h +++ b/gdb/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index b625aae2b9d..ecd036e0b8a 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1,8 +1,7 @@ /* Target-vector operations for controlling win32 child processes, for GDB. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006 - Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. diff --git a/gdb/win32-termcap.c b/gdb/win32-termcap.c index c57b10a481a..d8facc09f3b 100644 --- a/gdb/win32-termcap.c +++ b/gdb/win32-termcap.c @@ -1,6 +1,6 @@ /* Win32 termcap emulation. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. diff --git a/gdb/wince-stub.c b/gdb/wince-stub.c index e69a55d29c4..08759cada34 100644 --- a/gdb/wince-stub.c +++ b/gdb/wince-stub.c @@ -1,6 +1,6 @@ /* wince-stub.c -- debugging stub for a Windows CE device - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. This file is part of GDB. diff --git a/gdb/wince-stub.h b/gdb/wince-stub.h index 4db959e23c0..5963e4087e3 100644 --- a/gdb/wince-stub.h +++ b/gdb/wince-stub.h @@ -1,6 +1,6 @@ /* wince-stub.h -- Definitions for commnicating with the WinCE stub. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. This file is part of GDB. diff --git a/gdb/wince.c b/gdb/wince.c index 86bfaf6ab66..98189f44e73 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1,6 +1,7 @@ /* Target-vector operations for controlling Windows CE child processes, for GDB. - Copyright (C) 1999, 2000, 2001, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2004, 2006, 2007 + Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. This file is part of GDB. diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index b625aae2b9d..ecd036e0b8a 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1,8 +1,7 @@ /* Target-vector operations for controlling win32 child processes, for GDB. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006 - Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c index c57b10a481a..d8facc09f3b 100644 --- a/gdb/windows-termcap.c +++ b/gdb/windows-termcap.c @@ -1,6 +1,6 @@ /* Win32 termcap emulation. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. diff --git a/gdb/wrapper.c b/gdb/wrapper.c index a0f88ff32e9..06448f1398b 100644 --- a/gdb/wrapper.c +++ b/gdb/wrapper.c @@ -1,6 +1,6 @@ /* Longjump free calls to GDB internal routines. - Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2005, 2007 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/wrapper.h b/gdb/wrapper.h index 07e15accad0..196ff5d6a8c 100644 --- a/gdb/wrapper.h +++ b/gdb/wrapper.h @@ -1,6 +1,6 @@ /* Longjump free calls to GDB internal routines. - Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2005, 2007 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/xcoffread.c b/gdb/xcoffread.c index 915bb1c85a3..849692bc32c 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -1,6 +1,6 @@ /* Read AIX xcoff symbol tables and convert to internal format, for GDB. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Derived from coffread.c, dbxread.c, and a lot of hacking. Contributed by IBM Corporation. diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 0d7f2281624..a9beddb0cc3 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -1,5 +1,5 @@ /* Shared library support for RS/6000 (xcoff) object files, for GDB. - Copyright (C) 1991, 1992, 1995, 1996, 1999, 2000, 2001 + Copyright (C) 1991, 1992, 1995, 1996, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. Contributed by IBM Corporation. diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h index 4da9d38227d..4593a4ef9d3 100644 --- a/gdb/xcoffsolib.h +++ b/gdb/xcoffsolib.h @@ -1,5 +1,5 @@ /* Data structures for RS/6000 shared libraries, for GDB. - Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 2000 + Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 2000, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xml-support.c b/gdb/xml-support.c index bebe73201fe..58229a453fd 100644 --- a/gdb/xml-support.c +++ b/gdb/xml-support.c @@ -1,7 +1,6 @@ /* Helper routines for parsing XML using Expat. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xml-support.h b/gdb/xml-support.h index e93e840e117..8a9dd61fb0d 100644 --- a/gdb/xml-support.h +++ b/gdb/xml-support.h @@ -1,7 +1,6 @@ /* Helper routines for parsing XML using Expat. - Copyright (C) 2006 - Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xstormy16-tdep.c b/gdb/xstormy16-tdep.c index 81b16698382..bab6ec0db9e 100644 --- a/gdb/xstormy16-tdep.c +++ b/gdb/xstormy16-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for the Sanyo Xstormy16a (LC590000) processor. - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, - Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xtensa-config.c b/gdb/xtensa-config.c index f904556fa1d..58beaab31ce 100644 --- a/gdb/xtensa-config.c +++ b/gdb/xtensa-config.c @@ -1,6 +1,6 @@ /* Configuration for the Xtensa architecture for GDB, the GNU debugger. - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index d2c777d0a00..a27faf93810 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the Xtensa port of GDB, the GNU debugger. - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/xtensa-tdep.h b/gdb/xtensa-tdep.h index 3d5390c7fac..f76debee22c 100644 --- a/gdb/xtensa-tdep.h +++ b/gdb/xtensa-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the Xtensa port of GDB, the GNU debugger. - Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GDB. |