aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-04 08:17:56 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-04 08:17:56 +0000
commit0b30217134add051e159a192066a1e568ebd837f (patch)
tree5dc6d74379768710c0c36449a911de3510cf8165 /gdb/doc
parent8ba098ad420eaa5fd18504df44f506af4d309426 (diff)
downloadgdb-0b30217134add051e159a192066a1e568ebd837f.zip
gdb-0b30217134add051e159a192066a1e568ebd837f.tar.gz
gdb-0b30217134add051e159a192066a1e568ebd837f.tar.bz2
Copyright year update in most files of the GDB Project.
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/Makefile.in4
-rw-r--r--gdb/doc/agentexpr.texi3
-rw-r--r--gdb/doc/all-cfg.texi3
-rw-r--r--gdb/doc/annotate.texinfo4
-rw-r--r--gdb/doc/gdb.texinfo4
-rw-r--r--gdb/doc/gdbint.texinfo5
-rw-r--r--gdb/doc/observer.texi3
-rw-r--r--gdb/doc/refcard.tex4
-rw-r--r--gdb/doc/stabs.texinfo5
9 files changed, 15 insertions, 20 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 7310e36..e74e816 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 2104235..d0f6f15 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 89110e6..0f9a353 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 01928b7..20f6eb6 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 d60a87b..2f4aa4f 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 34eee91..ddc4015 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 689b303..24233cb 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 4428286..c6656e5 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 a0637c3..1b49bf8 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.