diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d011bd95e6..b051b54564 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-01-04 Joel Brobecker + + Copyright year update in most files of the GDB Project. + 2012-01-04 Joel Brobecker * copyright.sh: Delete. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 89776b98d6..cd93768c19 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,6 +1,4 @@ -# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 1989-2012 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index bfa39138cb..d8c21a4f11 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, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1991, 1993-1994, 1997, 2000, 2003-2004, + 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index ba12b3a535..01eb01da95 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -1,7 +1,7 @@ /* Ada language support routines for GDB, the GNU debugger. - Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, - 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1994, 1997-2000, 2003-2005, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index fa4bb51cdd..9ab7b2dd17 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -1,7 +1,7 @@ /* Ada language support definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992, 1997-2005, 2007-2012 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/ada-lex.l b/gdb/ada-lex.l index 7f8fdff104..48667d062b 100644 --- a/gdb/ada-lex.l +++ b/gdb/ada-lex.l @@ -1,6 +1,6 @@ /* FLEX lexer for Ada expressions, for GDB. - Copyright (C) 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1994, 1997-1998, 2000-2003, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-operator.def b/gdb/ada-operator.def index c3dc8e1716..8738250809 100644 --- a/gdb/ada-operator.def +++ b/gdb/ada-operator.def @@ -1,7 +1,7 @@ /* Ada language operator definitions for GDB, the GNU debugger. - Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992, 1997-2005, 2007-2012 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index 5b825617ad..274d83a894 100644 --- a/gdb/ada-tasks.c +++ b/gdb/ada-tasks.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1992, 1993, 1994, 1997, 1998, 1999, 2000, 2003, 2004, 2005, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1992-1994, 1997-2000, 2003-2005, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index bbcef55822..97ab937d1c 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991, 1997-2004, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index 8a72b9e35c..f43f3e3be5 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -1,8 +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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-1994, 1997, 2001-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/addrmap.c b/gdb/addrmap.c index 917790e2f3..b06e4f62a1 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -1,6 +1,6 @@ /* addrmap.c --- implementation of address map data structure. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/addrmap.h b/gdb/addrmap.h index 2169e30f08..1552941d05 100644 --- a/gdb/addrmap.h +++ b/gdb/addrmap.h @@ -1,6 +1,6 @@ /* addrmap.h --- interface to address map data structure. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index c5db262e1f..0a9fae32c4 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1,7 +1,7 @@ /* Low level interface for debugging AIX 4.3+ pthreads. - Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002, 2007-2012 Free Software Foundation, + Inc. Written by Nick Duffek . This file is part of GDB. diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index d181bdd4ba..223f0b920c 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2012 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 9548ba788f..3fd92287b7 100644 --- a/gdb/alpha-linux-tdep.c +++ b/gdb/alpha-linux-tdep.c @@ -1,6 +1,5 @@ /* Target-dependent code for GNU/Linux on Alpha. - Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2007-2012 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 f48a121e2d..d41f66a797 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -1,6 +1,5 @@ /* Target-dependent mdebug code for the ALPHA architecture. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index f548359c69..900a586106 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -1,6 +1,6 @@ /* Low level Alpha interface, for GDB when running native. - Copyright (C) 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993, 1995-1996, 1998-2001, 2003, 2007-2012 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 6c813981ac..bb88f5982c 100644 --- a/gdb/alpha-osf1-tdep.c +++ b/gdb/alpha-osf1-tdep.c @@ -1,6 +1,5 @@ /* Target-dependent code for OSF/1 on Alpha. - Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 3c2a6ae397..cebc97a710 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2003, 2005-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 5aa2bfab7b..5d2ac19fbb 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, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-1996, 1998-2000, 2002-2003, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-nat.c b/gdb/alphabsd-nat.c index f10e3806cd..9144cdb252 100644 --- a/gdb/alphabsd-nat.c +++ b/gdb/alphabsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for Alpha BSD's. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2004-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.c b/gdb/alphabsd-tdep.c index 15511ad278..55c7939592 100644 --- a/gdb/alphabsd-tdep.c +++ b/gdb/alphabsd-tdep.c @@ -1,7 +1,6 @@ /* Common target dependent code Alpha BSD's. - Copyright (C) 2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index bc6e2b1068..fd1d323db4 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -1,7 +1,6 @@ /* Common target dependent code for Alpha BSD's. - Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002, 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphafbsd-tdep.c b/gdb/alphafbsd-tdep.c index a75c4f9663..a11040f118 100644 --- a/gdb/alphafbsd-tdep.c +++ b/gdb/alphafbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for FreeBSD/alpha. - Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index f6960c60d1..636cf770d9 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for NetBSD/alpha. - Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/alphaobsd-tdep.c b/gdb/alphaobsd-tdep.c index f2614b934a..79940a8284 100644 --- a/gdb/alphaobsd-tdep.c +++ b/gdb/alphaobsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for OpenBSD/alpha. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c index 661714ea50..6242ada533 100644 --- a/gdb/amd64-darwin-tdep.c +++ b/gdb/amd64-darwin-tdep.c @@ -1,6 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright 1997-2002, 2005, 2008-2012 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. diff --git a/gdb/amd64-darwin-tdep.h b/gdb/amd64-darwin-tdep.h index 0eca745f4f..0ed4b49f2d 100644 --- a/gdb/amd64-darwin-tdep.h +++ b/gdb/amd64-darwin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Darwin x86-64. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-dicos-tdep.c b/gdb/amd64-dicos-tdep.c index def1a07284..a262284f6a 100644 --- a/gdb/amd64-dicos-tdep.c +++ b/gdb/amd64-dicos-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for DICOS running on x86-64's, for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 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 d598389ee2..a0bdbd74b8 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for GNU/Linux x86-64. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index 84b58a0031..ca9ade6bc6 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for GNU/Linux x86-64. - Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001, 2003-2012 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 70053ce01d..0338b6e453 100644 --- a/gdb/amd64-linux-tdep.h +++ b/gdb/amd64-linux-tdep.h @@ -1,7 +1,6 @@ /* Target-dependent code for GNU/Linux AMD64. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index db72ee1069..68654568a4 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index 84e13c47aa..a0f84885c3 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,7 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 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 e3c50c102a..6d2f57f8b7 100644 --- a/gdb/amd64-sol2-tdep.c +++ b/gdb/amd64-sol2-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for AMD64 Solaris. - Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. Contributed by Joseph Myers, CodeSourcery, LLC. diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 987f80db14..ea65d0d55b 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for AMD64. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 107b7bf167..1ed109cdd0 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent definitions for AMD64. - Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001, 2003-2004, 2007-2012 Free Software Foundation, + Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-windows-nat.c b/gdb/amd64-windows-nat.c index f6334ae705..49119d10fa 100644 --- a/gdb/amd64-windows-nat.c +++ b/gdb/amd64-windows-nat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c index 48492d4ab8..29fd71a5ba 100644 --- a/gdb/amd64-windows-tdep.c +++ b/gdb/amd64-windows-tdep.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 7821f2b5d6..b7283e9f61 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for AMD64 BSD's. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index 359138dc43..79c52956fd 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for FreeBSD/amd64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-tdep.c b/gdb/amd64fbsd-tdep.c index 1aae6ab553..87b661ca31 100644 --- a/gdb/amd64fbsd-tdep.c +++ b/gdb/amd64fbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for FreeBSD/amd64. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-nat.c b/gdb/amd64nbsd-nat.c index b7b7f57ab6..a9bb40b713 100644 --- a/gdb/amd64nbsd-nat.c +++ b/gdb/amd64nbsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for NetBSD/amd64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-tdep.c b/gdb/amd64nbsd-tdep.c index 5775326569..868e2f5574 100644 --- a/gdb/amd64nbsd-tdep.c +++ b/gdb/amd64nbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for NetBSD/amd64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-nat.c b/gdb/amd64obsd-nat.c index a9f7faa950..b9bd3c5511 100644 --- a/gdb/amd64obsd-nat.c +++ b/gdb/amd64obsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for OpenBSD/amd64. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index 4d592e2049..0829cb0afa 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for OpenBSD/amd64. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.c b/gdb/annotate.c index 93c65a1e4c..cd0a94aeda 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1992, 1994-1996, 1998-2000, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.h b/gdb/annotate.h index 9aa6c62dec..0eae524870 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -1,6 +1,6 @@ /* Annotation routines for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1992, 1994, 1998-2000, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 92e310172b..caf372f127 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -1,7 +1,6 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index f5eb1a7547..45ddf6483b 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, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1998-2000, 2002-2004, 2007-2012 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 c614f96865..d5016196be 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -1,6 +1,5 @@ /* GNU/Linux on ARM native support. - Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index bee33e42b7..ac4860c3db 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -1,7 +1,6 @@ /* GNU/Linux on ARM target support. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2012 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 d967e43746..d4a087a3ce 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c index 034488183e..7994a9cf64 100644 --- a/gdb/arm-symbian-tdep.c +++ b/gdb/arm-symbian-tdep.c @@ -1,6 +1,6 @@ /* ARM Symbian OS target support. - Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 96d295abd3..18204514a0 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1988-1989, 1991-1993, 1995-1996, 1998-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index b3a3850987..172fe740f4 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -1,6 +1,5 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index 3e293469ac..dabdf9ede0 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Windows CE running on ARM processors, for GDB. - Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armbsd-tdep.c b/gdb/armbsd-tdep.c index dfc1b64bed..1b87ba6869 100644 --- a/gdb/armbsd-tdep.c +++ b/gdb/armbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for ARM BSD's. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-nat.c b/gdb/armnbsd-nat.c index a06f786899..a65a00da6a 100644 --- a/gdb/armnbsd-nat.c +++ b/gdb/armnbsd-nat.c @@ -1,7 +1,7 @@ /* Native-dependent code for BSD Unix running on ARM's, for GDB. - Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996, 1999, 2002, 2004, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1988-1989, 1991-1992, 1994, 1996, 1999, 2002, 2004, + 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-tdep.c b/gdb/armnbsd-tdep.c index 6ae3226203..19aa000b47 100644 --- a/gdb/armnbsd-tdep.c +++ b/gdb/armnbsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for NetBSD/arm. - Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armobsd-tdep.c b/gdb/armobsd-tdep.c index d41db3c31c..fab4e4277a 100644 --- a/gdb/armobsd-tdep.c +++ b/gdb/armobsd-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for OpenBSD/arm. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.c b/gdb/auxv.c index 934441b896..23d1480689 100644 --- a/gdb/auxv.c +++ b/gdb/auxv.c @@ -1,7 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.h b/gdb/auxv.h index 02cc0b9c77..cba5fe067d 100644 --- a/gdb/auxv.h +++ b/gdb/auxv.h @@ -1,7 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index 20e7fcad33..34b0bafc85 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for Atmel AVR, for GDB. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1996-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index e59c73541c..31e91b9315 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2001, 2003, 2007-2012 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h index 951ec1fbaf..48c35a4a67 100644 --- a/gdb/ax-gdb.h +++ b/gdb/ax-gdb.h @@ -1,6 +1,5 @@ /* GDB-specific functions for operating on agent expressions - Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 889fac9f0d..4f1ea207af 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -1,6 +1,5 @@ /* Functions for manipulating expressions designed to be executed on the agent - Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax.h b/gdb/ax.h index a124575010..a25a3d158a 100644 --- a/gdb/ax.h +++ b/gdb/ax.h @@ -1,6 +1,5 @@ /* Definitions for expressions designed to be executed on the agent - Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.c b/gdb/bcache.c index 5d7ed71ee4..2a180af605 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -2,8 +2,8 @@ Written by Fred Fish Rewritten by Jim Blandy - Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.h b/gdb/bcache.h index 66106e767d..a52f932f21 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -2,8 +2,8 @@ Written by Fred Fish Rewritten by Jim Blandy - Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index 17b3a56f6d..6728800461 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -1,7 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h index 9771151052..71001c5f34 100644 --- a/gdb/bfd-target.h +++ b/gdb/bfd-target.h @@ -1,7 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfin-linux-tdep.c b/gdb/bfin-linux-tdep.c index 1724765cac..53eb98d4c6 100644 --- a/gdb/bfin-linux-tdep.c +++ b/gdb/bfin-linux-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2012 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c index 5522c5ba60..a48758dd8e 100644 --- a/gdb/bfin-tdep.c +++ b/gdb/bfin-tdep.c @@ -1,7 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2012 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index 356a5318e8..73d781761d 100644 --- a/gdb/bfin-tdep.h +++ b/gdb/bfin-tdep.h @@ -1,7 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2012 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/block.c b/gdb/block.c index 1fa36887b9..57ab4c2024 100644 --- a/gdb/block.c +++ b/gdb/block.c @@ -1,7 +1,6 @@ /* Block-related functions for the GNU debugger, GDB. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/block.h b/gdb/block.h index 63b18a6e58..2cbcc1b847 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -1,7 +1,6 @@ /* Code dealing with blocks for GDB. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/blockframe.c b/gdb/blockframe.c index ef53a3d8b0..38973667cd 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -1,9 +1,7 @@ /* 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 172e4198b5..b6445bbc71 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1,8 +1,6 @@ /* 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, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index d22e5646ff..c1d3be9b61 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1,7 +1,5 @@ /* Data structures associated with breakpoints in GDB. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1992-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c index f224835f66..39bd39639d 100644 --- a/gdb/bsd-kvm.c +++ b/gdb/bsd-kvm.c @@ -1,7 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.h b/gdb/bsd-kvm.h index 4af3927c0a..d06e26ab1a 100644 --- a/gdb/bsd-kvm.h +++ b/gdb/bsd-kvm.h @@ -1,7 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index 1f09415521..ea9831be9b 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -1,7 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.h b/gdb/bsd-uthread.h index a282fde1ea..9145507f21 100644 --- a/gdb/bsd-uthread.h +++ b/gdb/bsd-uthread.h @@ -1,7 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index e49a60e989..38bde22e20 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1,7 +1,5 @@ /* 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/buildsym.h b/gdb/buildsym.h index ce1a9fc4af..1604ef51fb 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -1,7 +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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986-1993, 1995-2000, 2002-2003, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-exp.y b/gdb/c-exp.y index b850179f16..bdcae3310b 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1989-2000, 2003-2004, 2006-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 7be916c03b..c4d841fa9d 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1996, 1998-2000, 2002-2005, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 747d079c48..e8c632f4ce 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, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992, 1994-1998, 2000, 2002, 2005-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index 021223217e..db254dce29 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-1996, 1998-2003, 2006-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 3461b08b92..9949015d86 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-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, - 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-2001, 2003, 2005-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/call-cmds.h b/gdb/call-cmds.h index f0c41fc12e..e98585b950 100644 --- a/gdb/call-cmds.h +++ b/gdb/call-cmds.h @@ -6,8 +6,8 @@ 2000-12-01 fnasser@redhat.com */ /* Prototypes for GDB commands that are called internally by other functions. - Copyright (C) 1992, 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1992, 2000-2001, 2007-2012 Free Software Foundation, + Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/cc-with-index.sh b/gdb/cc-with-index.sh index 2de7a16009..22eefaacbf 100644 --- a/gdb/cc-with-index.sh +++ b/gdb/cc-with-index.sh @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper around gcc to add the .gdb_index section when running the testsuite. -# Copyright (C) 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or diff --git a/gdb/charset-list.h b/gdb/charset-list.h index e6aea21f19..d0eff82906 100644 --- a/gdb/charset-list.h +++ b/gdb/charset-list.h @@ -1,6 +1,6 @@ /* List of character set names for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.c b/gdb/charset.c index b85758b045..f32736a5f7 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -1,7 +1,6 @@ /* Character set conversion support for GDB. - Copyright (C) 2001, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.h b/gdb/charset.h index 72f4dd70e3..0bfdd807ce 100644 --- a/gdb/charset.h +++ b/gdb/charset.h @@ -1,6 +1,5 @@ /* Character set conversion support for GDB. - Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli-out.c b/gdb/cli-out.c index 8c85c38e27..925206c535 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -1,7 +1,7 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999, 2000, 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2005, 2007-2012 Free Software + Foundation, Inc. Contributed by Cygnus Solutions. Written by Fernando Nasser for Cygnus. diff --git a/gdb/cli-out.h b/gdb/cli-out.h index befa624eb3..b066b7e721 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -1,6 +1,5 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2007-2012 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 af064438ce..c38167a175 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1,7 +1,6 @@ /* GDB CLI commands. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2000-2005, 2007-2012 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 73ccdd2b27..4b4e74cc66 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -1,6 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (c) 2000,2006,2007,2008,2009,2010,2011 - Free Software Foundation, Inc. + Copyright (c) 2000, 2006-2012 Free Software Foundation, Inc. This program is free software; 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 22ae6ec19e..f168ff19d4 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, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (c) 1986, 1989-1991, 1998, 2000-2002, 2004, 2007-2012 Free + Software Foundation, Inc. This program is free software; 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 e9749681cb..56ef3ae70a 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -1,7 +1,6 @@ /* Header file for GDB command decoding library. - Copyright (c) 2000, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2000, 2003, 2007-2012 Free Software Foundation, Inc. This program is free software; 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 1b2b5d4d4e..4a8b5d13b2 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -1,7 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2002, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2002, 2005, 2007-2012 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/cli/cli-dump.h b/gdb/cli/cli-dump.h index 384aa488c3..9ca1d88870 100644 --- a/gdb/cli/cli-dump.h +++ b/gdb/cli/cli-dump.h @@ -1,7 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2001, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2001, 2005, 2007-2012 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 6e02934231..9c44b24070 100644 --- a/gdb/cli/cli-interp.c +++ b/gdb/cli/cli-interp.c @@ -1,7 +1,6 @@ /* CLI Definitions for GDB, the GNU debugger. - Copyright (c) 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2002-2003, 2007-2012 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 46f89c0333..0c5bda8797 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -1,7 +1,6 @@ /* Command-line output logging for GDB, the GNU debugger. - Copyright (c) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2003-2004, 2007-2012 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 790ce81cc9..c8da8c83e1 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (c) 1986-2002, 2004-2012 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 9567f6e9a0..999c4e8a92 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -1,6 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (c) 2000, 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2000, 2002, 2007-2012 Free Software Foundation, Inc. This program is free software; 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 5e4846630b..14fef7c1ec 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -1,7 +1,6 @@ /* Handle set and show GDB commands. - Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2000-2003, 2007-2012 Free Software Foundation, Inc. This program is free software; 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 3cace8bd9b..cb8d2c5b42 100644 --- a/gdb/cli/cli-setshow.h +++ b/gdb/cli/cli-setshow.h @@ -1,6 +1,5 @@ /* Header file for GDB CLI set and show commands implementation. - Copyright (c) 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (c) 2000-2001, 2007-2012 Free Software Foundation, Inc. This program is free software; 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 62a2f12c49..a7b27187ec 100644 --- a/gdb/cli/cli-utils.c +++ b/gdb/cli/cli-utils.c @@ -1,6 +1,6 @@ /* CLI utilities. - Copyright (c) 2011 Free Software Foundation, Inc. + Copyright (c) 2011-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h index 8a6e5b35dd..e23c7d82b9 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -1,6 +1,6 @@ /* CLI utilities. - Copyright (c) 2011 Free Software Foundation, Inc. + Copyright (c) 2011-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index 5266e97d7f..66c7c82e82 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -2,8 +2,7 @@ convert to internal format, for GDB. Used as a last resort if no debugging symbols recognized. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 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 a8b41d3768..5dbe8781ec 100644 --- a/gdb/coff-pe-read.h +++ b/gdb/coff-pe-read.h @@ -1,7 +1,6 @@ /* Interface to coff-pe-read.c (portable-executable-specific symbol reader). - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coffread.c b/gdb/coffread.c index cf8fb54a01..c727228b8f 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -1,7 +1,5 @@ /* 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1987-2005, 2007-2012 Free Software Foundation, Inc. Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu). This file is part of GDB. diff --git a/gdb/command.h b/gdb/command.h index 04cb7516f7..d32e98e515 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1995, 1999-2000, 2002, 2004, 2007-2012 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/common/ax.def b/gdb/common/ax.def index d2e1b4fa09..fdc043fdb4 100644 --- a/gdb/common/ax.def +++ b/gdb/common/ax.def @@ -1,6 +1,5 @@ /* Definition of agent opcode values. -*- c -*- - Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c index 4ada0bc2d1..37b7b55f74 100644 --- a/gdb/common/buffer.c +++ b/gdb/common/buffer.c @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h index 84a9caab73..e4bad09238 100644 --- a/gdb/common/buffer.h +++ b/gdb/common/buffer.h @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c index 198b21c76b..ad01ed658d 100644 --- a/gdb/common/common-utils.c +++ b/gdb/common/common-utils.c @@ -1,8 +1,6 @@ /* Shared 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index a49e201dd8..030bcc5305 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/common-utils.h @@ -1,8 +1,6 @@ /* Shared 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_assert.h b/gdb/common/gdb_assert.h index de1a1c9870..351f55877e 100644 --- a/gdb/common/gdb_assert.h +++ b/gdb/common/gdb_assert.h @@ -1,6 +1,5 @@ /* GDB-friendly replacement for . - Copyright (C) 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2000-2001, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_dirent.h b/gdb/common/gdb_dirent.h index 5d226036ed..183dfe47e2 100644 --- a/gdb/common/gdb_dirent.h +++ b/gdb/common/gdb_dirent.h @@ -1,6 +1,5 @@ /* Portable . - Copyright (C) 2000, 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_locale.h b/gdb/common/gdb_locale.h index 93f2f8c7c2..41e95c8efb 100644 --- a/gdb/common/gdb_locale.h +++ b/gdb/common/gdb_locale.h @@ -1,6 +1,5 @@ /* GDB-friendly replacement for . - Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_signals.h b/gdb/common/gdb_signals.h index c04d795279..1cc629775d 100644 --- a/gdb/common/gdb_signals.h +++ b/gdb/common/gdb_signals.h @@ -1,7 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1990-2003, 2006-2012 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/common/gdb_thread_db.h b/gdb/common/gdb_thread_db.h index 96ac988a3c..3f6b6c1adb 100644 --- a/gdb/common/gdb_thread_db.h +++ b/gdb/common/gdb_thread_db.h @@ -14,8 +14,7 @@ #else -/* Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 1999-2000, 2007-2012 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/common/i386-xstate.h b/gdb/common/i386-xstate.h index 5a081f4d63..56a4d8fb6b 100644 --- a/gdb/common/i386-xstate.h +++ b/gdb/common/i386-xstate.h @@ -1,6 +1,6 @@ /* Common code for i386 XSAVE extended state. - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/linux-osdata.c b/gdb/common/linux-osdata.c index a356bb86d3..4f97a22ea5 100644 --- a/gdb/common/linux-osdata.c +++ b/gdb/common/linux-osdata.c @@ -1,6 +1,6 @@ /* Linux-specific functions to retrieve OS data. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/linux-osdata.h b/gdb/common/linux-osdata.h index b8bac53995..b99c0e4276 100644 --- a/gdb/common/linux-osdata.h +++ b/gdb/common/linux-osdata.h @@ -1,6 +1,6 @@ /* Linux-specific functions to retrieve OS data. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/linux-procfs.c b/gdb/common/linux-procfs.c index 33730b299d..421f36edb4 100644 --- a/gdb/common/linux-procfs.c +++ b/gdb/common/linux-procfs.c @@ -1,5 +1,5 @@ /* Linux-specific PROCFS manipulation routines. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/linux-procfs.h b/gdb/common/linux-procfs.h index bdfa569cef..a4ba4a1b48 100644 --- a/gdb/common/linux-procfs.h +++ b/gdb/common/linux-procfs.h @@ -1,5 +1,5 @@ /* Linux-specific PROCFS manipulation routines. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/linux-ptrace.h b/gdb/common/linux-ptrace.h index 841775ef5e..96ac3fb8b7 100644 --- a/gdb/common/linux-ptrace.h +++ b/gdb/common/linux-ptrace.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c index 389d2b34d7..f5add4d606 100644 --- a/gdb/common/ptid.c +++ b/gdb/common/ptid.c @@ -1,8 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h index e750a81bc1..243f4ab775 100644 --- a/gdb/common/ptid.h +++ b/gdb/common/ptid.h @@ -1,8 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/signals.c b/gdb/common/signals.c index 55f708493d..75699dbd5a 100644 --- a/gdb/common/signals.c +++ b/gdb/common/signals.c @@ -1,7 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1990-2003, 2006-2012 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/common/xml-utils.c b/gdb/common/xml-utils.c index 1d0057fb7d..c486220201 100644 --- a/gdb/common/xml-utils.c +++ b/gdb/common/xml-utils.c @@ -1,7 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/xml-utils.h b/gdb/common/xml-utils.h index f4d903ee7e..8d38ea1cb1 100644 --- a/gdb/common/xml-utils.h +++ b/gdb/common/xml-utils.h @@ -1,7 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/complaints.c b/gdb/complaints.c index 9129b98a6e..4df36ada86 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1990-1993, 1995, 1998-2000, 2002, 2004-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/complaints.h b/gdb/complaints.h index c18ec69b6b..67ede19856 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1990-1992, 1995, 1998, 2000, 2002, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.c b/gdb/completer.c index 606f78b38a..48a4e463a7 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -1,6 +1,5 @@ /* Line completion stuff for GDB, the GNU debugger. - Copyright (C) 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2000-2001, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.h b/gdb/completer.h index 18367e53ff..0f522459b1 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -1,6 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. This program is free software; 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-osf3.h b/gdb/config/alpha/nm-osf3.h index 626a497c40..ef14d95cd4 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 1995, 2007-2012 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 5bda225b64..32547bf0fc 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -5,8 +5,8 @@ # configuring other GNU programs for DJGPP. # #===================================================================== -# Copyright 1997,1999,2000,2001,2002,2003,2005,2007,2008,2009,2010,2011 -# Free Software Foundation, Inc. +# Copyright 1997, 1999-2003, 2005, 2007-2012 Free Software Foundation, +# Inc. # # Originally written by Robert Hoehne, revised by Eli Zaretskii. # This file is part of GDB. diff --git a/gdb/config/djgpp/langinfo.h b/gdb/config/djgpp/langinfo.h index d3a567290a..9e1375f860 100644 --- a/gdb/config/djgpp/langinfo.h +++ b/gdb/config/djgpp/langinfo.h @@ -1,5 +1,5 @@ /* langinfo.h file for DJGPP. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. Written by Eli Zaretskii. This file is part of GDB. diff --git a/gdb/config/djgpp/nl_types.h b/gdb/config/djgpp/nl_types.h index b24070dac2..8c3b9a11d5 100644 --- a/gdb/config/djgpp/nl_types.h +++ b/gdb/config/djgpp/nl_types.h @@ -1,5 +1,5 @@ /* nl_types.h for DJGPP. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. Written by Eli Zaretskii. This file is part of GDB. diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h index 41e71f1df1..be1a672188 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, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 1986-1987, 1989, 1992, 1994, 1996-1997, 2000-2001, + 2004-2005, 2007-2012 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 8ce6c797c0..155ac29660 100644 --- a/gdb/config/i386/nm-i386gnu.h +++ b/gdb/config/i386/nm-i386gnu.h @@ -1,6 +1,5 @@ /* Native-dependent definitions for Intel 386 running the GNU Hurd - Copyright 1994, 1995, 1996, 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright 1994-1996, 2002, 2007-2012 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 9dfb7b0da0..459c9c24b7 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -1,7 +1,6 @@ /* Native support for GNU/Linux. - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright 1999-2012 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 e9ecad8e12..1d154262a7 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,2007,2008,2009,2010,2011 Free Software Foundation, Inc. + Copyright 2003, 2006-2012 Free Software Foundation, Inc. This code was donated by QNX Software Systems Ltd. diff --git a/gdb/config/rs6000/nm-rs6000.h b/gdb/config/rs6000/nm-rs6000.h index 380850cd50..4b5a93ddd4 100644 --- a/gdb/config/rs6000/nm-rs6000.h +++ b/gdb/config/rs6000/nm-rs6000.h @@ -1,6 +1,6 @@ /* IBM RS/6000 native-dependent macros for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1996, 1999, 2000, 2001, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 1986-1987, 1989, 1991-1992, 1994, 1996, 1999-2001, + 2007-2012 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 0a3922acaa..da9bd1f8be 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/configure.ac b/gdb/configure.ac index 68e330b9be..7db7675e23 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1,7 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -dnl Free Software Foundation, Inc. +dnl Copyright (C) 1995-2012 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/continuations.c b/gdb/continuations.c index 0ad3184702..95e934e59e 100644 --- a/gdb/continuations.c +++ b/gdb/continuations.c @@ -1,8 +1,6 @@ /* Continuations 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/continuations.h b/gdb/continuations.h index bf3b516af7..1c7d1d9540 100644 --- a/gdb/continuations.h +++ b/gdb/continuations.h @@ -1,7 +1,6 @@ /* Continuations for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/copyright.py b/gdb/copyright.py index 93cfe71e45..d2df65ef97 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2012 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/core-regset.c b/gdb/core-regset.c index 6ab6f76573..2ebe91178d 100644 --- a/gdb/core-regset.c +++ b/gdb/core-regset.c @@ -1,7 +1,7 @@ /* Machine independent GDB support for core files on systems using "regsets". - Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2003, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-1996, 1998-2000, 2003, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/corefile.c b/gdb/corefile.c index ce3b755680..c07447b209 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -1,7 +1,6 @@ /* 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, 2007, 2008, 2009, 2010, 2011 + Copyright (C) 1986-1987, 1989, 1991-1994, 1996-2001, 2003, 2006-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corelow.c b/gdb/corelow.c index 33b96ae5fc..bbfb8ee51f 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -1,8 +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, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1986-1987, 1989, 1991-2001, 2003-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 82a164ed52..cdc4a139cf 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -1,7 +1,6 @@ /* Generic code for supporting multiple C++ ABI's - Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index 9bfa1b0356..0f24e9a975 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -3,8 +3,7 @@ Contributed by Daniel Berlin - Copyright (C) 2001, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001, 2005-2012 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 b0262f2307..8b4a1b946c 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2005, 2007-2012 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 9f3a60803b..170dd5f82f 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -1,6 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2007-2012 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 9e001b2f94..8cea2c5ce3 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1,6 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2005, 2007-2012 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 9e7458ad9e..8898807bfa 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -1,6 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2005, 2007-2012 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 f8516d5e1c..7df9adfba4 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-1997, 2000-2003, 2005-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index f79e84cd2e..963a8ab7b9 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -1,7 +1,6 @@ /* Target dependent code for CRIS, for GDB, the GNU debugger. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hendrik Ruijter, Stefan Andersson, and Orjan Friberg. diff --git a/gdb/d-lang.c b/gdb/d-lang.c index fb6bacd308..da2785c90c 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -1,7 +1,6 @@ /* D language support routines for GDB, the GNU debugger. - Copyright (C) 2005, 2006, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-lang.h b/gdb/d-lang.h index 69883ecae3..67ca14cb47 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -1,7 +1,6 @@ /* D language support definitions for GDB, the GNU debugger. - Copyright (C) 2005, 2006, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-valprint.c b/gdb/d-valprint.c index e8430995e9..527c08784e 100644 --- a/gdb/d-valprint.c +++ b/gdb/d-valprint.c @@ -1,6 +1,6 @@ /* Support for printing D values for GDB, the GNU debugger. - Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c index cf4462b0e7..9170e14e9d 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -1,6 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright 1997-2002, 2008-2012 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index 94f49d6f33..0feebe3ab5 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -1,5 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. Contributed by AdaCore. diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index 32468766e9..c74af1d3f3 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -1,6 +1,6 @@ /* Common things used by the various darwin files - Copyright (C) 1995, 1996, 1997, 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1995-1997, 1999-2000, 2007-2012 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index c04aea4f20..4296e5ada7 100644 --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # Makefile for building a staged copy of the data-directory. # This file is part of GDB. diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c index b8016e7864..d2ecea5662 100644 --- a/gdb/dbug-rom.c +++ b/gdb/dbug-rom.c @@ -1,6 +1,6 @@ /* Remote debugging interface to dBUG ROM monitor for GDB, the GNU debugger. - Copyright (C) 1996, 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1996, 1998-2001, 2007-2012 Free Software Foundation, + Inc. Written by Stan Shebs of Cygnus Support. diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 2210af2500..adf8315759 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,7 +1,5 @@ /* Read dbx 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, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986-2004, 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dcache.c b/gdb/dcache.c index bcc7bf455c..652cfab9e0 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, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1993, 1995-1996, 1998-2001, 2003, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dcache.h b/gdb/dcache.h index fb581066f2..7e07e20986 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -1,8 +1,8 @@ /* Declarations for caching. Typically used by remote back ends for caching remote memory. - Copyright (C) 1992, 1993, 1995, 1999, 2000, 2001, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1993, 1995, 1999-2001, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c index 88e8a85ce1..551d979219 100644 --- a/gdb/dec-thread.c +++ b/gdb/dec-thread.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/defs.h b/gdb/defs.h index 7f8a3303e4..057e0ac53b 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1,9 +1,8 @@ /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2005, 2007-2012 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/demangle.c b/gdb/demangle.c index bf4d9376dc..fa6f4a635d 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1991-1996, 1998-2001, 2003, 2007-2012 Free Software + Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/dfp.c b/gdb/dfp.c index 0ca1ed3c4a..ae6204b562 100644 --- a/gdb/dfp.c +++ b/gdb/dfp.c @@ -1,6 +1,6 @@ /* Decimal floating point support for GDB. - Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dfp.h b/gdb/dfp.h index 9c6ce20553..2789b31da6 100644 --- a/gdb/dfp.h +++ b/gdb/dfp.h @@ -1,6 +1,6 @@ /* Decimal floating point support for GDB. - Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dicos-tdep.c b/gdb/dicos-tdep.c index 0cc6ba3722..5763561607 100644 --- a/gdb/dicos-tdep.c +++ b/gdb/dicos-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent, architecture-independent code for DICOS, for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dicos-tdep.h b/gdb/dicos-tdep.h index 94e86b056d..2c1c96a74f 100644 --- a/gdb/dicos-tdep.h +++ b/gdb/dicos-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent, architecture-independent code for DICOS, for GDB. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dictionary.c b/gdb/dictionary.c index 7c451d23c4..0a3a1039d1 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -1,7 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/dictionary.h b/gdb/dictionary.h index 944a5a11e2..1d58fabfe9 100644 --- a/gdb/dictionary.h +++ b/gdb/dictionary.h @@ -1,7 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/dink32-rom.c b/gdb/dink32-rom.c index 80a8ce7199..5c2ccce5be 100644 --- a/gdb/dink32-rom.c +++ b/gdb/dink32-rom.c @@ -1,7 +1,7 @@ /* Remote debugging interface for DINK32 (PowerPC) ROM monitor for GDB, the GNU debugger. - Copyright (C) 1997, 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997, 1999-2001, 2007-2012 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/disasm.c b/gdb/disasm.c index ee19f70c03..89bd82918c 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1,7 +1,6 @@ /* Disassemble support for GDB. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 2000-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/disasm.h b/gdb/disasm.h index 32ffd0b71f..646ee8eeb3 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -1,6 +1,5 @@ /* Disassemble support for GDB. - Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 7310e360f1..e74e816638 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, -##2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +##Copyright (C) 1991-1996, 1999-2000, 2002-2003, 2007-2012 Free Software +##Foundation, Inc. # Makefile for GDB documentation. # This file is part of GDB. diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi index 21042351eb..d0f6f15cc3 100644 --- a/gdb/doc/agentexpr.texi +++ b/gdb/doc/agentexpr.texi @@ -7,8 +7,7 @@ @c This file is part of the GDB manual. @c -@c Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2003-2006, 2009-2012 Free Software Foundation, Inc. @c @c See the file gdb.texinfo for copying conditions. diff --git a/gdb/doc/all-cfg.texi b/gdb/doc/all-cfg.texi index 89110e6ba2..0f9a35381e 100644 --- a/gdb/doc/all-cfg.texi +++ b/gdb/doc/all-cfg.texi @@ -1,6 +1,7 @@ @c GDB MANUAL configuration file. @c -@c Copyright (C) 1993, 1995, 1999, 2002, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1993, 1995, 1999, 2002, 2011-2012 Free Software +@c Foundation, Inc. @c @c NOTE: While the GDB manual is configurable (by changing these @c switches), its configuration is ***NOT*** automatically tied in to diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 01928b7ec0..20f6eb6abb 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -27,8 +27,8 @@ @c cost. Having a smaller cheaper manual helps the GNU Press with its sales. @copying -Copyright @copyright{} 1994, 1995, 2000, 2001, 2003, 2004, 2005, 2007, -2008, 2009, 2010, 2011 Free Software Foundation, Inc. +Copyright @copyright{} 1994-1995, 2000-2001, 2003-2005, 2007-2012 Free +Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d60a87be01..2f4aa4f25f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1,7 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, -@c 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -@c 2010, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1988-1996, 1998-2012 Free Software Foundation, Inc. @c @c %**start of header @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 34eee91ced..ddc40155e0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -9,9 +9,8 @@ @end direntry @copying -Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 -Free Software Foundation, Inc. +Copyright @copyright{} 1990-1994, 1996, 1998-2006, 2008-2012 Free +Software Foundation, Inc. Contributed by Cygnus Solutions. Written by John Gilmore. Second Edition by Stan Shebs. diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index 689b3039f4..24233cbeb4 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -2,8 +2,7 @@ @c This file is part of the GDB manual. @c -@c Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2003-2006, 2008-2012 Free Software Foundation, Inc. @c @c See the file gdbint.texinfo for copying conditions. @c diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex index 4428286a18..c6656e5d2e 100644 --- a/gdb/doc/refcard.tex +++ b/gdb/doc/refcard.tex @@ -1,8 +1,8 @@ %%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%% %This file is TeX source for a reference card describing GDB, the GNU debugger. -%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000, 2007, 2008, 2009, -%2010, 2011 Free Software Foundation, Inc. +%Copyright (C) 1991-1993, 1996, 1998-2000, 2007-2012 Free Software +%Foundation, Inc. %Permission is granted to make and distribute verbatim copies of %this reference provided the copyright notices and permission notices %are preserved on all copies. diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index a0637c3697..1b49bf8fa4 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -13,9 +13,8 @@ @end direntry @copying -Copyright @copyright{} 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 -Free Software Foundation, Inc. +Copyright @copyright{} 1992-1995, 1997-1998, 2000-2007, 2009-2012 Free +Software Foundation, Inc. Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon, and David MacKenzie. diff --git a/gdb/doublest.c b/gdb/doublest.c index 0739fdb91a..c8c9e05932 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -1,8 +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, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2001, 2003-2005, 2007-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/doublest.h b/gdb/doublest.h index 8a3f25dc79..cb22d62191 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -1,8 +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, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2001, 2003, 2005-2012 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/dsrec.c b/gdb/dsrec.c index cee2d858c4..d2c99b2c53 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -1,6 +1,6 @@ /* S-record download support for GDB, the GNU debugger. - Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 1999-2001, 2003-2004, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 9fb1c798a5..4a42a76b25 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index dd14a7b7a7..a921e92bd5 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -1,7 +1,6 @@ /* Code dealing with dummy stack frames, for GDB, the GNU debugger. - Copyright (C) 2002, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2-frame-tailcall.c b/gdb/dwarf2-frame-tailcall.c index d2fd9c4680..912cdf4ac9 100644 --- a/gdb/dwarf2-frame-tailcall.c +++ b/gdb/dwarf2-frame-tailcall.c @@ -1,6 +1,6 @@ /* Virtual tail call frames unwinder for GDB. - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2-frame-tailcall.h b/gdb/dwarf2-frame-tailcall.h index 4adf84d5fd..c5c88045f7 100644 --- a/gdb/dwarf2-frame-tailcall.h +++ b/gdb/dwarf2-frame-tailcall.h @@ -1,6 +1,6 @@ /* Definitions for virtual tail call frames unwinder for GDB. - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index 265383f1af..88aa338919 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -1,7 +1,6 @@ /* Frame unwinder for frames with DWARF Call Frame Information. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. Contributed by Mark Kettenis. diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h index 91d7643be6..33f7bf7942 100644 --- a/gdb/dwarf2-frame.h +++ b/gdb/dwarf2-frame.h @@ -1,7 +1,6 @@ /* Frame unwinder for frames with DWARF Call Frame Information. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. Contributed by Mark Kettenis. diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index 04779a8903..222fcc302b 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -1,7 +1,7 @@ /* DWARF 2 Expression Evaluator. - Copyright (C) 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005, 2007-2012 Free Software Foundation, + Inc. Contributed by Daniel Berlin (dan@dberlin.org) diff --git a/gdb/dwarf2expr.h b/gdb/dwarf2expr.h index 2c1da26e54..fd70bf98a3 100644 --- a/gdb/dwarf2expr.h +++ b/gdb/dwarf2expr.h @@ -1,7 +1,7 @@ /* DWARF 2 Expression Evaluator. - Copyright (C) 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005, 2007-2012 Free Software Foundation, + Inc. Contributed by Daniel Berlin . diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 7547a409fb..313df7b490 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -1,7 +1,6 @@ /* DWARF 2 location expression support for GDB. - Copyright (C) 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007-2012 Free Software Foundation, Inc. Contributed by Daniel Jacobowitz, MontaVista Software, Inc. diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h index 819679191e..da05c98e50 100644 --- a/gdb/dwarf2loc.h +++ b/gdb/dwarf2loc.h @@ -1,7 +1,6 @@ /* DWARF 2 location expression support for GDB. - Copyright (C) 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 8072859823..27e54fd8ed 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -1,8 +1,6 @@ /* DWARF 2 debugging format support for GDB. - Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1994-2012 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/elfread.c b/gdb/elfread.c index 4ceb31bd56..ddae099736 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1991-2012 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/environ.c b/gdb/environ.c index 73e278ad7e..33426eb90b 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, - 2003, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1995, 2000, 2003, 2005, 2007-2012 Free + Software Foundation, Inc. This program is free software; 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 7a9347848c..52d51ef7c8 100644 --- a/gdb/environ.h +++ b/gdb/environ.h @@ -1,6 +1,6 @@ /* Header for environment manipulation library. - Copyright (C) 1989, 1992, 2000, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 2000, 2005, 2007-2012 Free Software + Foundation, Inc. This program is free software; 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 5d758d1ad0..d48b450e92 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2003, 2005-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/event-loop.c b/gdb/event-loop.c index ea69ccf0a6..279335a192 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -1,6 +1,5 @@ /* Event loop machinery for GDB, the GNU debugger. - Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc. Written by Elena Zannoni of Cygnus Solutions. This file is part of GDB. diff --git a/gdb/event-loop.h b/gdb/event-loop.h index e519852e03..fe5d241da5 100644 --- a/gdb/event-loop.h +++ b/gdb/event-loop.h @@ -1,6 +1,5 @@ /* Definitions used by the GDB event loop. - Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2007-2012 Free Software Foundation, Inc. Written by Elena Zannoni of Cygnus Solutions. This file is part of GDB. diff --git a/gdb/event-top.c b/gdb/event-top.c index a2766906e4..52e78523cf 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, 2007, 2008, 2009, 2010, - 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2002, 2004-2005, 2007-2012 Free Software + Foundation, Inc. Written by Elena Zannoni of Cygnus Solutions. diff --git a/gdb/event-top.h b/gdb/event-top.h index 1274787af1..76a790e613 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -1,7 +1,7 @@ /* Definitions used by event-top.c, for GDB, the GNU debugger. - Copyright (C) 1999, 2001, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2003, 2007-2012 Free Software Foundation, + Inc. Written by Elena Zannoni of Cygnus Solutions. diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 6cae8910cb..0dcad71d20 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -1,8 +1,6 @@ /* 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exceptions.h b/gdb/exceptions.h index 1aa457a3a8..0c59a25f1f 100644 --- a/gdb/exceptions.h +++ b/gdb/exceptions.h @@ -1,8 +1,6 @@ /* 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, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exec.c b/gdb/exec.c index a2da9d5297..cd129f7cbc 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -1,8 +1,6 @@ /* Work with executable files, for GDB. - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1988-2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/exec.h b/gdb/exec.h index 89fd1565f7..a0f9eaba6d 100644 --- a/gdb/exec.h +++ b/gdb/exec.h @@ -1,7 +1,6 @@ /* Work with executable files, for GDB, the GNU debugger. - Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/expprint.c b/gdb/expprint.c index 0e0f1c3703..d9d9b8fc87 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -1,8 +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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-2000, 2003, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/expression.h b/gdb/expression.h index 45f336e2b2..be26002998 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005, 2007-2012 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/f-exp.y b/gdb/f-exp.y index 74937d7a23..fa464cf7ed 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -1,7 +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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1989-1991, 1993-1996, 2000-2012 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 00926fbdc1..4149cefc09 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, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-1996, 1998-2005, 2007-2012 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 8043577cf4..3a46ebf67a 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, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1995, 1998, 2000, 2005, 2007-2012 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 6d9e6ec17e..a95ef8449c 100644 --- a/gdb/f-typeprint.c +++ b/gdb/f-typeprint.c @@ -1,8 +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, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991, 1993-1996, 1998, 2000-2003, + 2006-2012 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 b800d89d4b..87b2ed1a1a 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, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-1996, 1998-2000, 2003, 2005-2012 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 406ac37233..6a69b39750 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -1,7 +1,6 @@ /* Native-dependent code for FreeBSD. - Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index c232a4fa2d..94d35156f9 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -1,7 +1,6 @@ /* Native-dependent code for FreeBSD. - Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 5469772f55..8eaa03fbec 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2007-2012 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/features/arm-core.xml b/gdb/features/arm-core.xml index 0a38d222f2..8be139068d 100644 --- a/gdb/features/arm-core.xml +++ b/gdb/features/arm-core.xml @@ -1,5 +1,5 @@ -