summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-05 05:09:55 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-05 05:09:55 +0000
commit449444484c91bb38aabf818f0f2720aef8b1d0b2 (patch)
tree88b086adcc4326309a86ed286d3b8385d04964e6 /gdb
parent31886ea655684125db6e5ed90918747e9ae6e116 (diff)
downloadbinutils-gdb-449444484c91bb38aabf818f0f2720aef8b1d0b2.tar.gz
Update the copyright year for most remaining files in GDB
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.ac4
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/agentexpr.texi4
-rw-r--r--gdb/doc/all-cfg.texi2
-rw-r--r--gdb/doc/annotate.texinfo2
-rw-r--r--gdb/doc/gdb.texinfo6
-rw-r--r--gdb/doc/gdbint.texinfo2
-rw-r--r--gdb/doc/observer.texi4
-rw-r--r--gdb/doc/refcard.tex4
-rw-r--r--gdb/doc/stabs.texinfo2
-rw-r--r--gdb/gdb.12
-rw-r--r--gdb/gdbserver/ChangeLog5
-rw-r--r--gdb/gdbserver/configure.ac2
-rw-r--r--gdb/gdbserver/gdbserver.12
-rw-r--r--gdb/testsuite/ChangeLog12
-rw-r--r--gdb/testsuite/configure.ac2
-rw-r--r--gdb/testsuite/gdb.arch/gdb1291.s2
-rw-r--r--gdb/testsuite/gdb.arch/gdb1431.s2
-rw-r--r--gdb/testsuite/gdb.fortran/array-element.f2
-rw-r--r--gdb/testsuite/gdb.fortran/complex.f2
-rw-r--r--gdb/testsuite/gdb.fortran/derived-type.f902
-rw-r--r--gdb/testsuite/gdb.fortran/library-module-lib.f902
-rw-r--r--gdb/testsuite/gdb.fortran/library-module-main.f902
-rw-r--r--gdb/testsuite/gdb.fortran/logical.f902
-rw-r--r--gdb/testsuite/gdb.fortran/module.f902
-rw-r--r--gdb/testsuite/gdb.fortran/subarray.f2
-rw-r--r--gdb/testsuite/gdb.mi/array.f2
28 files changed, 57 insertions, 30 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 586d12e0d54..241cfb8ecd0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-05 Joel Brobecker <brobecker@adacore.com>
+
+ * configure.ac, gdb.1: Copyright year update.
+
2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
* frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
diff --git a/gdb/configure.ac b/gdb/configure.ac
index e2bf45a588d..927284319cd 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 775cd5db012..7c33fb770f1 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 985954ceab5..7b3fe5aeeec 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 0e96cb60b5c..d469fa47a9c 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 11298d9fc88..01928b7ec05 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 191c60ba2de..8eb1ec8a676 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 4a112aac41a..8149cb927d9 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 e19b8ed2a9d..d16c865335b 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 3d6303f6da2..4428286a186 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 3379e3b11bb..a0637c36974 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 0753bfe89a4..9b88891b7a2 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 4f8d81fcd9e..2871dd60d53 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-05 Joel Brobecker <brobecker@adacore.com>
+
+ * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
+ update.
+
2011-01-01 Joel Brobecker <brobecker@adacore.com>
* server.c (gdbserver_version): Update copyright year in version
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac
index b2fb0a09ad6..07ac26a0000 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 2ca0788b897..0f71b1c5793 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 76766dbcae4..2b9f60eee54 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,17 @@
2011-01-05 Joel Brobecker <brobecker@adacore.com>
+ * 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 <brobecker@adacore.com>
+
* gdb.base/langs1.f: Add copyright header.
2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index 2748108ff69..9f96f950524 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 de7bbf86107..b29ad12010c 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 e1267eafa00..7a957e306a7 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 061de6cd265..67e27cd3eb6 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 2befee301b0..6855e257fbf 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 61fd6724622..9a2d89e13ef 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 68e6c5b59b6..bc53128bd37 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 b808f4f6a79..b7c688fca3f 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 2fa93f90629..7b7090ed57f 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 4e014c9bd45..843ad89f153 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 7dfa8dbdd57..f2f14f606ef 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 30781d7062c..39a0472a3ee 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