From 449444484c91bb38aabf818f0f2720aef8b1d0b2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 5 Jan 2011 05:09:55 +0000 Subject: [PATCH] Update the copyright year for most remaining files in GDB --- gdb/ChangeLog | 4 ++++ gdb/configure.ac | 4 ++-- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/agentexpr.texi | 4 ++-- gdb/doc/all-cfg.texi | 2 +- gdb/doc/annotate.texinfo | 2 +- gdb/doc/gdb.texinfo | 6 +++--- gdb/doc/gdbint.texinfo | 2 +- gdb/doc/observer.texi | 4 ++-- gdb/doc/refcard.tex | 4 ++-- gdb/doc/stabs.texinfo | 2 +- gdb/gdb.1 | 2 +- gdb/gdbserver/ChangeLog | 5 +++++ gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/gdbserver.1 | 2 +- gdb/testsuite/ChangeLog | 12 ++++++++++++ gdb/testsuite/configure.ac | 2 +- gdb/testsuite/gdb.arch/gdb1291.s | 2 +- gdb/testsuite/gdb.arch/gdb1431.s | 2 +- gdb/testsuite/gdb.fortran/array-element.f | 2 +- gdb/testsuite/gdb.fortran/complex.f | 2 +- gdb/testsuite/gdb.fortran/derived-type.f90 | 2 +- gdb/testsuite/gdb.fortran/library-module-lib.f90 | 2 +- gdb/testsuite/gdb.fortran/library-module-main.f90 | 2 +- gdb/testsuite/gdb.fortran/logical.f90 | 2 +- gdb/testsuite/gdb.fortran/module.f90 | 2 +- gdb/testsuite/gdb.fortran/subarray.f | 2 +- gdb/testsuite/gdb.mi/array.f | 2 +- sim/common/ChangeLog | 4 ++++ sim/common/run.1 | 2 +- 30 files changed, 62 insertions(+), 31 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 586d12e..241cfb8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-01-05 Joel Brobecker + + * configure.ac, gdb.1: Copyright year update. + 2011-01-03 Jan Kratochvil * frame.c (get_prev_frame_1) : New variables diff --git a/gdb/configure.ac b/gdb/configure.ac index e2bf45a..9272843 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -dnl 2005, 2006, 2007, 2008, 2009, 2010 +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 dnl This file is part of GDB. diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 775cd5db..7c33fb7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-01-05 Joel Brobecker + + * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, + doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, + doc/refcard.tex, doc/stabs.texinfo: Copyright year update. + 2011-01-03 Jan Kratochvil * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi index 985954c..7b3fe5a 100644 --- a/gdb/doc/agentexpr.texi +++ b/gdb/doc/agentexpr.texi @@ -7,8 +7,8 @@ @c This file is part of the GDB manual. @c -@c Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010 -@c Free Software Foundation, Inc. +@c Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010, 2011 +@c 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 0e96cb6..d469fa4 100644 --- a/gdb/doc/all-cfg.texi +++ b/gdb/doc/all-cfg.texi @@ -1,6 +1,6 @@ @c GDB MANUAL configuration file. @c -@c Copyright (C) 1993, 1995, 1999, 2002 Free Software Foundation, Inc. +@c Copyright (C) 1993, 1995, 1999, 2002, 2011 Free Software 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 11298d9..01928b7 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -28,7 +28,7 @@ @copying Copyright @copyright{} 1994, 1995, 2000, 2001, 2003, 2004, 2005, 2007, -2008, 2009, 2010 Free Software Foundation, Inc. +2008, 2009, 2010, 2011 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 191c60b..8eb1ec8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- -@c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -@c Free Software Foundation, Inc. +@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 @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 4a112aa..8149cb9 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -10,7 +10,7 @@ @copying Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 +2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 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 e19b8ed..d16c865 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -2,8 +2,8 @@ @c This file is part of the GDB manual. @c -@c Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 -@c Free Software Foundation, Inc. +@c Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 +@c 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 3d6303f..4428286 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 Free Software Foundation, Inc. +%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000, 2007, 2008, 2009, +%2010, 2011 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 3379e3b..a0637c3 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -14,7 +14,7 @@ @copying Copyright @copyright{} 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 +2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon, and David MacKenzie. diff --git a/gdb/gdb.1 b/gdb/gdb.1 index 0753bfe..9b88891 100644 --- a/gdb/gdb.1 +++ b/gdb/gdb.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 1991, 1999, 2010 Free Software Foundation, Inc. +.\" Copyright (C) 1991, 1999, 2010, 2011 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution .\" $Id$ .TH gdb 1 "22may2002" "GNU Tools" "GNU Tools" diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 4f8d81f..2871dd6 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2011-01-05 Joel Brobecker + + * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year + update. + 2011-01-01 Joel Brobecker * server.c (gdbserver_version): Update copyright year in version diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index b2fb0a0..07ac26a 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -1,6 +1,6 @@ dnl Autoconf configure script for GDB server. dnl Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -dnl 2010 Free Software Foundation, Inc. +dnl 2010, 2011 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/gdbserver/gdbserver.1 b/gdb/gdbserver/gdbserver.1 index 2ca0788..0f71b1c 100644 --- a/gdb/gdbserver/gdbserver.1 +++ b/gdb/gdbserver/gdbserver.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 1993 Free Software Foundation, Inc. +.\" Copyright (C) 1993, 2011 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution .TH gdbserver 1 "2 November 1993" "Cygnus Support" "GNU Development Tools" .SH NAME diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 76766db..2b9f60e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,17 @@ 2011-01-05 Joel Brobecker + * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s, + testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f, + testsuite/gdb.fortran/complex.f, + testsuite/gdb.fortran/derived-type.f90, + testsuite/gdb.fortran/library-module-lib.f90, + testsuite/gdb.fortran/library-module-main.f90, + testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90, + testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f: + Copyright year update. + +2011-01-05 Joel Brobecker + * gdb.base/langs1.f: Add copyright header. 2011-01-03 Jan Kratochvil diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac index 2748108..9f96f95 100644 --- a/gdb/testsuite/configure.ac +++ b/gdb/testsuite/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright 2002, 2003, 2004, 2005, 2009, 2010 +# Copyright 2002, 2003, 2004, 2005, 2009, 2010, 2011 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.arch/gdb1291.s b/gdb/testsuite/gdb.arch/gdb1291.s index de7bbf8..b29ad12 100644 --- a/gdb/testsuite/gdb.arch/gdb1291.s +++ b/gdb/testsuite/gdb.arch/gdb1291.s @@ -1,4 +1,4 @@ -! Copyright 2004, 2010 Free Software Foundation, Inc. +! Copyright 2004, 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.arch/gdb1431.s b/gdb/testsuite/gdb.arch/gdb1431.s index e1267ea..7a957e3 100644 --- a/gdb/testsuite/gdb.arch/gdb1431.s +++ b/gdb/testsuite/gdb.arch/gdb1431.s @@ -1,4 +1,4 @@ -! Copyright 2004, 2010 Free Software Foundation, Inc. +! Copyright 2004, 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/array-element.f b/gdb/testsuite/gdb.fortran/array-element.f index 061de6c..67e27cd 100644 --- a/gdb/testsuite/gdb.fortran/array-element.f +++ b/gdb/testsuite/gdb.fortran/array-element.f @@ -1,4 +1,4 @@ -c Copyright 2005, 2010 Free Software Foundation, Inc. +c Copyright 2005, 2010, 2011 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/complex.f b/gdb/testsuite/gdb.fortran/complex.f index 2befee3..6855e25 100644 --- a/gdb/testsuite/gdb.fortran/complex.f +++ b/gdb/testsuite/gdb.fortran/complex.f @@ -1,4 +1,4 @@ -c Copyright 2007, 2010 Free Software Foundation, Inc. +c Copyright 2007, 2010, 2011 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/derived-type.f90 b/gdb/testsuite/gdb.fortran/derived-type.f90 index 61fd672..9a2d89e 100644 --- a/gdb/testsuite/gdb.fortran/derived-type.f90 +++ b/gdb/testsuite/gdb.fortran/derived-type.f90 @@ -1,4 +1,4 @@ -! Copyright 2006, 2010 Free Software Foundation, Inc. +! Copyright 2006, 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/library-module-lib.f90 b/gdb/testsuite/gdb.fortran/library-module-lib.f90 index 68e6c5b..bc53128 100644 --- a/gdb/testsuite/gdb.fortran/library-module-lib.f90 +++ b/gdb/testsuite/gdb.fortran/library-module-lib.f90 @@ -1,4 +1,4 @@ -! Copyright 2010 Free Software Foundation, Inc. +! Copyright 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/library-module-main.f90 b/gdb/testsuite/gdb.fortran/library-module-main.f90 index b808f4f..b7c688f 100644 --- a/gdb/testsuite/gdb.fortran/library-module-main.f90 +++ b/gdb/testsuite/gdb.fortran/library-module-main.f90 @@ -1,4 +1,4 @@ -! Copyright 2010 Free Software Foundation, Inc. +! Copyright 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/logical.f90 b/gdb/testsuite/gdb.fortran/logical.f90 index 2fa93f9..7b7090e 100644 --- a/gdb/testsuite/gdb.fortran/logical.f90 +++ b/gdb/testsuite/gdb.fortran/logical.f90 @@ -1,4 +1,4 @@ -! Copyright 2010 Free Software Foundation, Inc. +! Copyright 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/module.f90 b/gdb/testsuite/gdb.fortran/module.f90 index 4e014c9..843ad89 100644 --- a/gdb/testsuite/gdb.fortran/module.f90 +++ b/gdb/testsuite/gdb.fortran/module.f90 @@ -1,4 +1,4 @@ -! Copyright 2009, 2010 Free Software Foundation, Inc. +! Copyright 2009, 2010, 2011 Free Software Foundation, Inc. ! ! This program is free software; you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.fortran/subarray.f b/gdb/testsuite/gdb.fortran/subarray.f index 7dfa8db..f2f14f6 100644 --- a/gdb/testsuite/gdb.fortran/subarray.f +++ b/gdb/testsuite/gdb.fortran/subarray.f @@ -1,4 +1,4 @@ -c Copyright 2005, 2010 Free Software Foundation, Inc. +c Copyright 2005, 2010, 2011 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/gdb/testsuite/gdb.mi/array.f b/gdb/testsuite/gdb.mi/array.f index 30781d7..39a0472 100644 --- a/gdb/testsuite/gdb.mi/array.f +++ b/gdb/testsuite/gdb.mi/array.f @@ -1,4 +1,4 @@ -c Copyright 2006, 2010 Free Software Foundation, Inc. +c Copyright 2006, 2010, 2011 Free Software Foundation, Inc. c This program is free software; you can redistribute it and/or modify c it under the terms of the GNU General Public License as published by diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f32a679..f4779ad 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2011-01-05 Joel Brobecker + + * run.1: Copyright year update. + 2010-12-28 Mike Frysinger * hw-alloc.h (HW_NALLOC): Define. diff --git a/sim/common/run.1 b/sim/common/run.1 index 8bd0423..8bc2706 100644 --- a/sim/common/run.1 +++ b/sim/common/run.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1993, 2004, 2010 Free Software Foundation +.\" Copyright (c) 1993, 2004, 2010, 2011 Free Software Foundation .\" See section COPYING for conditions for redistribution .TH run 1 "13oct1993" "GNU Tools" "GNU Tools" .de BP -- 2.7.4