diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-05 05:09:55 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-05 05:09:55 +0000 |
commit | 449444484c91bb38aabf818f0f2720aef8b1d0b2 (patch) | |
tree | 88b086adcc4326309a86ed286d3b8385d04964e6 /gdb/doc | |
parent | 31886ea655684125db6e5ed90918747e9ae6e116 (diff) | |
download | gdb-449444484c91bb38aabf818f0f2720aef8b1d0b2.zip gdb-449444484c91bb38aabf818f0f2720aef8b1d0b2.tar.gz gdb-449444484c91bb38aabf818f0f2720aef8b1d0b2.tar.bz2 |
Update the copyright year for most remaining files in GDB
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/agentexpr.texi | 4 | ||||
-rw-r--r-- | gdb/doc/all-cfg.texi | 2 | ||||
-rw-r--r-- | gdb/doc/annotate.texinfo | 2 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 | ||||
-rw-r--r-- | gdb/doc/observer.texi | 4 | ||||
-rw-r--r-- | gdb/doc/refcard.tex | 4 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
9 files changed, 19 insertions, 13 deletions
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 <brobecker@adacore.com> + + * 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 <jan.kratochvil@redhat.com> * 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. |