summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-02 07:25:43 +0000
committerAlan Modra <amodra@gmail.com>2009-09-02 07:25:43 +0000
commitaa820537ead0135a7c38c619039dce8a6fc74ed1 (patch)
tree459127ee92f9cca7b323fcce86aef03f1ad6d5b7 /binutils
parent8e957354b3222d1963e25338c1f92ed5b29d0251 (diff)
downloadbinutils-gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.tar.gz
update copyright dates
Diffstat (limited to 'binutils')
-rw-r--r--binutils/addr2line.c2
-rw-r--r--binutils/arlex.l2
-rw-r--r--binutils/arparse.y2
-rw-r--r--binutils/arsup.c2
-rw-r--r--binutils/arsup.h2
-rw-r--r--binutils/binemul.c2
-rw-r--r--binutils/binemul.h2
-rw-r--r--binutils/bucomm.c2
-rw-r--r--binutils/bucomm.h3
-rw-r--r--binutils/budbg.h3
-rw-r--r--binutils/coffgrok.c2
-rw-r--r--binutils/coffgrok.h2
-rw-r--r--binutils/debug.c2
-rw-r--r--binutils/debug.h2
-rw-r--r--binutils/defparse.y2
-rw-r--r--binutils/dlltool.h2
-rw-r--r--binutils/dwarf.c2
-rw-r--r--binutils/dwarf.h2
-rw-r--r--binutils/emul_aix.c2
-rw-r--r--binutils/emul_vanilla.c2
-rw-r--r--binutils/ieee.c2
-rw-r--r--binutils/nlmconv.c2
-rw-r--r--binutils/nlmconv.h2
-rw-r--r--binutils/nlmheader.y2
-rw-r--r--binutils/nm.c2
-rw-r--r--binutils/po/Make-in2
-rw-r--r--binutils/prdbg.c2
-rwxr-xr-xbinutils/ranlib.sh2
-rw-r--r--binutils/rclex.c2
-rw-r--r--binutils/rcparse.y2
-rw-r--r--binutils/rdcoff.c2
-rw-r--r--binutils/rename.c2
-rw-r--r--binutils/resbin.c2
-rw-r--r--binutils/rescoff.c2
-rw-r--r--binutils/resres.c2
-rw-r--r--binutils/stabs.c2
-rw-r--r--binutils/sysdump.c2
-rw-r--r--binutils/testsuite/binutils-all/ar.exp3
-rw-r--r--binutils/testsuite/binutils-all/arm/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/dlltool.exp2
-rw-r--r--binutils/testsuite/binutils-all/dw2-compressed.S2
-rw-r--r--binutils/testsuite/binutils-all/hppa/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/m68k/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/nm.exp2
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp2
-rw-r--r--binutils/testsuite/binutils-all/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp3
-rw-r--r--binutils/testsuite/binutils-all/size.exp3
-rw-r--r--binutils/testsuite/binutils-all/vax/objdump.exp2
-rwxr-xr-xbinutils/testsuite/binutils-all/windres/msupdate2
-rw-r--r--binutils/testsuite/binutils-all/windres/windres.exp2
-rw-r--r--binutils/testsuite/config/default.exp2
-rw-r--r--binutils/testsuite/lib/utils-lib.exp4
-rw-r--r--binutils/unwind-ia64.c2
-rw-r--r--binutils/unwind-ia64.h2
-rw-r--r--binutils/version.c2
-rw-r--r--binutils/windres.c4
-rw-r--r--binutils/winduni.c2
-rw-r--r--binutils/winduni.h2
-rw-r--r--binutils/wrstabs.c2
60 files changed, 67 insertions, 62 deletions
diff --git a/binutils/addr2line.c b/binutils/addr2line.c
index cd31b8191e7..23643e21ded 100644
--- a/binutils/addr2line.c
+++ b/binutils/addr2line.c
@@ -1,5 +1,5 @@
/* addr2line.c -- convert addresses to line number and function name
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Contributed by Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de>
diff --git a/binutils/arlex.l b/binutils/arlex.l
index f9568588069..48523e4aac9 100644
--- a/binutils/arlex.l
+++ b/binutils/arlex.l
@@ -1,7 +1,7 @@
%{
/* arlex.l - Strange script language lexer */
-/* Copyright 1992, 1997, 2000, 2001, 2002, 2003, 2004, 2007
+/* Copyright 1992, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arparse.y b/binutils/arparse.y
index bee8b2eb362..113c5483b91 100644
--- a/binutils/arparse.y
+++ b/binutils/arparse.y
@@ -1,7 +1,7 @@
%{
/* arparse.y - Stange script language parser */
-/* Copyright 1992, 1993, 1995, 1997, 1999, 2002, 2003, 2007
+/* Copyright 1992, 1993, 1995, 1997, 1999, 2002, 2003, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arsup.c b/binutils/arsup.c
index f7138eb88ed..9ddc55d64a3 100644
--- a/binutils/arsup.c
+++ b/binutils/arsup.c
@@ -1,6 +1,6 @@
/* arsup.c - Archive support for MRI compatibility
Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
- 2004, 2007, 2008 Free Software Foundation, Inc.
+ 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arsup.h b/binutils/arsup.h
index 860809bdfb2..5b176810af8 100644
--- a/binutils/arsup.h
+++ b/binutils/arsup.h
@@ -1,5 +1,5 @@
/* arsup.h - archive support header file
- Copyright 1992, 1993, 1994, 1996, 2001, 2002, 2003, 2007
+ Copyright 1992, 1993, 1994, 1996, 2001, 2002, 2003, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/binemul.c b/binutils/binemul.c
index 74e5d9c3849..2931bdac799 100644
--- a/binutils/binemul.c
+++ b/binutils/binemul.c
@@ -1,5 +1,5 @@
/* Binutils emulation layer.
- Copyright 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
diff --git a/binutils/binemul.h b/binutils/binemul.h
index e2a1280f9e4..1b020155b41 100644
--- a/binutils/binemul.h
+++ b/binutils/binemul.h
@@ -1,5 +1,5 @@
/* Binutils emulation layer.
- Copyright 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index c6786790a72..a0886aad9e1 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -1,6 +1,6 @@
/* bucomm.c -- Bin Utils COMmon code.
Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001, 2002,
- 2003, 2006, 2007, 2008, 2009
+ 2003, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index 74164e76a3f..fcbc32b7386 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -1,6 +1,7 @@
/* bucomm.h -- binutils common include file.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
+ Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/budbg.h b/binutils/budbg.h
index cad6ac75a3a..b9de0223dd8 100644
--- a/binutils/budbg.h
+++ b/binutils/budbg.h
@@ -1,5 +1,6 @@
/* budbg.c -- Interfaces to the generic debugging information routines.
- Copyright 1995, 1996, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2002, 2003, 2005, 2007, 2008
+ Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c
index 01a18cdc98b..cc425f0fdb2 100644
--- a/binutils/coffgrok.c
+++ b/binutils/coffgrok.c
@@ -1,5 +1,5 @@
/* coffgrok.c
- Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2007
+ Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h
index fa423ff9c36..44a49e20c95 100644
--- a/binutils/coffgrok.h
+++ b/binutils/coffgrok.h
@@ -1,5 +1,5 @@
/* coffgrok.h
- Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/debug.c b/binutils/debug.c
index 79f591fe330..f96eec9f3e9 100644
--- a/binutils/debug.c
+++ b/binutils/debug.c
@@ -1,5 +1,5 @@
/* debug.c -- Handle generic debugging information.
- Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2007
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
diff --git a/binutils/debug.h b/binutils/debug.h
index ec93fdef83a..8d06830b5af 100644
--- a/binutils/debug.h
+++ b/binutils/debug.h
@@ -1,5 +1,5 @@
/* debug.h -- Describe generic debugging information.
- Copyright 1995, 1996, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/defparse.y b/binutils/defparse.y
index 1f44fe1cfcd..6493c12e0fe 100644
--- a/binutils/defparse.y
+++ b/binutils/defparse.y
@@ -1,6 +1,6 @@
%{ /* defparse.y - parser for .def files */
-/* Copyright 1995, 1997, 1998, 1999, 2001, 2004, 2007
+/* Copyright 1995, 1997, 1998, 1999, 2001, 2004, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/dlltool.h b/binutils/dlltool.h
index 5f306a59ba0..e31916d8dae 100644
--- a/binutils/dlltool.h
+++ b/binutils/dlltool.h
@@ -1,5 +1,5 @@
/* dlltool.h -- header file for dlltool
- Copyright 1997, 1998, 2003, 2004, 2007 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 18e63ee00bd..9c7c9a87aa0 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -1,5 +1,5 @@
/* dwarf.c -- display DWARF contents of a BFD binary file
- Copyright 2005, 2006, 2007, 2008
+ Copyright 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/dwarf.h b/binutils/dwarf.h
index 533400fba9f..5d793edff6a 100644
--- a/binutils/dwarf.h
+++ b/binutils/dwarf.h
@@ -1,5 +1,5 @@
/* dwarf.h - DWARF support header file
- Copyright 2005, 2007, 2008
+ Copyright 2005, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c
index d68a5ec0b50..256bfd11da0 100644
--- a/binutils/emul_aix.c
+++ b/binutils/emul_aix.c
@@ -1,5 +1,5 @@
/* Binutils emulation layer.
- Copyright 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
diff --git a/binutils/emul_vanilla.c b/binutils/emul_vanilla.c
index b13d555085f..d15287d2fab 100644
--- a/binutils/emul_vanilla.c
+++ b/binutils/emul_vanilla.c
@@ -1,5 +1,5 @@
/* Binutils emulation layer.
- Copyright (C) 2002, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc.
Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
diff --git a/binutils/ieee.c b/binutils/ieee.c
index 3763a8eed17..225674e01ff 100644
--- a/binutils/ieee.c
+++ b/binutils/ieee.c
@@ -1,5 +1,5 @@
/* ieee.c -- Read and write IEEE-695 debugging information.
- Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007,
+ Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007,
2008, 2009 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index 27d87e2f6b8..c10eb12076a 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -1,6 +1,6 @@
/* nlmconv.c -- NLM conversion program
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/nlmconv.h b/binutils/nlmconv.h
index 27622181f67..7ab2dd3badf 100644
--- a/binutils/nlmconv.h
+++ b/binutils/nlmconv.h
@@ -1,5 +1,5 @@
/* nlmconv.h -- header file for NLM conversion program
- Copyright 1993, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright 1993, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/nlmheader.y b/binutils/nlmheader.y
index d68443eaadc..f42ae905805 100644
--- a/binutils/nlmheader.y
+++ b/binutils/nlmheader.y
@@ -1,5 +1,5 @@
%{/* nlmheader.y - parse NLM header specification keywords.
- Copyright 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2007
+ Copyright 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2005, 2007
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/nm.c b/binutils/nm.c
index 7ca691daa4c..5139471d03f 100644
--- a/binutils/nm.c
+++ b/binutils/nm.c
@@ -1,6 +1,6 @@
/* nm.c -- Describe symbol table of a rel file.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004, 2005, 2007, 2009
+ 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/po/Make-in b/binutils/po/Make-in
index 1157e8e88d6..f8f6525a041 100644
--- a/binutils/po/Make-in
+++ b/binutils/po/Make-in
@@ -1,6 +1,6 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright 2003, 2006 Free Software Foundation, Inc.
+# Copyright 2003, 2006, 2007, 2009 Free Software Foundation, Inc.
#
# This file may be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU Public License
diff --git a/binutils/prdbg.c b/binutils/prdbg.c
index 39b9e3fb8cc..b1731544ce4 100644
--- a/binutils/prdbg.c
+++ b/binutils/prdbg.c
@@ -1,5 +1,5 @@
/* prdbg.c -- Print out generic debugging information.
- Copyright 1995, 1996, 1999, 2002, 2003, 2004, 2006, 2007, 2008
+ Copyright 1995, 1996, 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
Tags style generation written by Salvador E. Tropea <set@computer.org>.
diff --git a/binutils/ranlib.sh b/binutils/ranlib.sh
index 602d21005db..f6cee8a1971 100755
--- a/binutils/ranlib.sh
+++ b/binutils/ranlib.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# A simple ranlib script, to use less disk space than a ranlib program.
-# Copyright 2007 Free Software Foundation, Inc.
+# Copyright 2004, 2007 Free Software Foundation, Inc.
# This program is part of GNU Binutils.
diff --git a/binutils/rclex.c b/binutils/rclex.c
index 9b58af17882..07ae17988d4 100644
--- a/binutils/rclex.c
+++ b/binutils/rclex.c
@@ -1,6 +1,6 @@
/* rclex.c -- lexer for Windows rc files parser */
-/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2006, 2007
+/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
Written by Kai Tietz, Onevision.
diff --git a/binutils/rcparse.y b/binutils/rcparse.y
index 3276189c78d..8caa3ef94d8 100644
--- a/binutils/rcparse.y
+++ b/binutils/rcparse.y
@@ -1,5 +1,5 @@
%{ /* rcparse.y -- parser for Windows rc files
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Extended by Kai Tietz, Onevision.
diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c
index 441688bb2b9..473305e2313 100644
--- a/binutils/rdcoff.c
+++ b/binutils/rdcoff.c
@@ -1,5 +1,5 @@
/* stabs.c -- Parse COFF debugging information
- Copyright 1996, 1999, 2000, 2002, 2003, 2007
+ Copyright 1996, 1999, 2000, 2002, 2003, 2005, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
diff --git a/binutils/rename.c b/binutils/rename.c
index 6e81565c949..c07150c9556 100644
--- a/binutils/rename.c
+++ b/binutils/rename.c
@@ -1,5 +1,5 @@
/* rename.c -- rename a file, preserving symlinks.
- Copyright 1999, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ Copyright 1999, 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/resbin.c b/binutils/resbin.c
index fbd8b9b6f32..ad819069ed0 100644
--- a/binutils/resbin.c
+++ b/binutils/resbin.c
@@ -1,5 +1,5 @@
/* resbin.c -- manipulate the Windows binary resource format.
- Copyright 1997, 1998, 1999, 2002, 2003, 2007
+ Copyright 1997, 1998, 1999, 2002, 2003, 2005, 2006, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/rescoff.c b/binutils/rescoff.c
index 6fc63dc84a0..525629dd88b 100644
--- a/binutils/rescoff.c
+++ b/binutils/rescoff.c
@@ -1,5 +1,5 @@
/* rescoff.c -- read and write resources in Windows COFF files.
- Copyright 1997, 1998, 1999, 2000, 2003, 2007, 2008
+ Copyright 1997, 1998, 1999, 2000, 2003, 2005, 2007, 2008
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/resres.c b/binutils/resres.c
index 2ad40b481a3..c4eb7227bba 100644
--- a/binutils/resres.c
+++ b/binutils/resres.c
@@ -1,5 +1,5 @@
/* resres.c: read_res_file and write_res_file implementation for windres.
- Copyright 1998, 1999, 2001, 2002, 2007, 2008
+ Copyright 1998, 1999, 2001, 2002, 2005, 2007, 2008
Free Software Foundation, Inc.
Written by Anders Norlander <anorland@hem2.passagen.se>.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/stabs.c b/binutils/stabs.c
index 069751bc75e..b40a0955fd4 100644
--- a/binutils/stabs.c
+++ b/binutils/stabs.c
@@ -1,6 +1,6 @@
/* stabs.c -- Parse stabs debugging information
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/sysdump.c b/binutils/sysdump.c
index 460c6915402..9f50d65684a 100644
--- a/binutils/sysdump.c
+++ b/binutils/sysdump.c
@@ -1,5 +1,5 @@
/* Sysroff object format dumper.
- Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
+ Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp
index e85201410bd..3ad868b1d6f 100644
--- a/binutils/testsuite/binutils-all/ar.exp
+++ b/binutils/testsuite/binutils-all/ar.exp
@@ -1,4 +1,5 @@
-# Copyright 1995, 1997, 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 1995, 1997, 2002, 2004, 2007, 2008, 2009
+# 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/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp
index 8e435eb3f33..d2e04fa35c3 100644
--- a/binutils/testsuite/binutils-all/arm/objdump.exp
+++ b/binutils/testsuite/binutils-all/arm/objdump.exp
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007
+# Copyright 2004, 2007, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp
index 74154cb18f6..e0337f4bbb4 100644
--- a/binutils/testsuite/binutils-all/dlltool.exp
+++ b/binutils/testsuite/binutils-all/dlltool.exp
@@ -1,4 +1,4 @@
-# Copyright 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright 2002, 2004, 2006, 2007, 2009 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/binutils/testsuite/binutils-all/dw2-compressed.S b/binutils/testsuite/binutils-all/dw2-compressed.S
index f11d68f3953..37ba91681de 100644
--- a/binutils/testsuite/binutils-all/dw2-compressed.S
+++ b/binutils/testsuite/binutils-all/dw2-compressed.S
@@ -1,6 +1,6 @@
/* This testcase is derived from a similar test in GDB.
- Copyright 2008 Free Software Foundation, Inc.
+ Copyright 2008, 2009 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/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp
index 09c99101963..28a8d97c303 100644
--- a/binutils/testsuite/binutils-all/hppa/objdump.exp
+++ b/binutils/testsuite/binutils-all/hppa/objdump.exp
@@ -1,4 +1,4 @@
-# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2007
+# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2007, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/m68k/objdump.exp b/binutils/testsuite/binutils-all/m68k/objdump.exp
index 481137cf366..ba0afe8c027 100644
--- a/binutils/testsuite/binutils-all/m68k/objdump.exp
+++ b/binutils/testsuite/binutils-all/m68k/objdump.exp
@@ -1,4 +1,4 @@
-# Copyright 2004, 2007
+# Copyright 2004, 2007, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp
index e77728cdc28..67d0cbdc087 100644
--- a/binutils/testsuite/binutils-all/nm.exp
+++ b/binutils/testsuite/binutils-all/nm.exp
@@ -1,4 +1,4 @@
-# Copyright 1993, 1994, 1995, 1997, 2007 Free Software Foundation, Inc.
+# Copyright 1993, 1994, 1995, 1997, 2007, 2009 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/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index ef2e40a95c8..de9b11670ea 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -1,5 +1,5 @@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2006, 2007
+# 2004, 2006, 2007, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp
index 59f217b2845..7f3b34962fe 100644
--- a/binutils/testsuite/binutils-all/objdump.exp
+++ b/binutils/testsuite/binutils-all/objdump.exp
@@ -1,5 +1,5 @@
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2007, 2008
+# 2003, 2004, 2007, 2008, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index c879af736cd..66aab79efec 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -1,4 +1,5 @@
-# Copyright 1999, 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001, 2003, 2004, 2007, 2009
+# 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/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp
index b3d57a4dbdb..5050a5481da 100644
--- a/binutils/testsuite/binutils-all/size.exp
+++ b/binutils/testsuite/binutils-all/size.exp
@@ -1,4 +1,5 @@
-# Copyright 1993, 1994, 1995, 1997, 1998, 2007 Free Software Foundation, Inc.
+# Copyright 1993, 1994, 1995, 1997, 1998, 2007, 2009
+# 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/binutils/testsuite/binutils-all/vax/objdump.exp b/binutils/testsuite/binutils-all/vax/objdump.exp
index 819027a5c5d..f4734a5b33a 100644
--- a/binutils/testsuite/binutils-all/vax/objdump.exp
+++ b/binutils/testsuite/binutils-all/vax/objdump.exp
@@ -1,5 +1,5 @@
#
-# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2005, 2007
+# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2005, 2007, 2009
# Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/windres/msupdate b/binutils/testsuite/binutils-all/windres/msupdate
index 236cff22e40..94d369881e1 100755
--- a/binutils/testsuite/binutils-all/windres/msupdate
+++ b/binutils/testsuite/binutils-all/windres/msupdate
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2001, 2007 Free Software Foundation, Inc.
+# Copyright 2001, 2007, 2009 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/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp
index 2fc78bf5775..5b0c4afc899 100644
--- a/binutils/testsuite/binutils-all/windres/windres.exp
+++ b/binutils/testsuite/binutils-all/windres/windres.exp
@@ -1,4 +1,4 @@
-# Copyright 2001, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright 2001, 2003, 2004, 2006, 2007, 2009 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/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp
index 930979f4f71..f3fd6244e91 100644
--- a/binutils/testsuite/config/default.exp
+++ b/binutils/testsuite/config/default.exp
@@ -1,4 +1,4 @@
-# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004, 2005, 2007
+# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004, 2005, 2007, 2009
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/lib/utils-lib.exp b/binutils/testsuite/lib/utils-lib.exp
index 8ed9330d09d..9881f0133f4 100644
--- a/binutils/testsuite/lib/utils-lib.exp
+++ b/binutils/testsuite/lib/utils-lib.exp
@@ -1,5 +1,5 @@
-# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007
-# Free Software Foundation, Inc.
+# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007,
+# 2009 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/binutils/unwind-ia64.c b/binutils/unwind-ia64.c
index ad1827cdfba..57034700a41 100644
--- a/binutils/unwind-ia64.c
+++ b/binutils/unwind-ia64.c
@@ -1,5 +1,5 @@
/* unwind-ia64.c -- utility routines to dump IA-64 unwind info for readelf.
- Copyright 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GNU Binutils.
diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h
index 1cc598dfa52..b004bc3414e 100644
--- a/binutils/unwind-ia64.h
+++ b/binutils/unwind-ia64.h
@@ -1,5 +1,5 @@
/* unwind-ia64.h -- dump IA-64 unwind info.
- Copyright 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GNU Binutils.
diff --git a/binutils/version.c b/binutils/version.c
index 1ca26ce5c6a..542d881bb97 100644
--- a/binutils/version.c
+++ b/binutils/version.c
@@ -1,6 +1,6 @@
/* version.c -- binutils version information
Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2007, 2008 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/windres.c b/binutils/windres.c
index 16100ed9dda..c3b1f50d7e4 100644
--- a/binutils/windres.c
+++ b/binutils/windres.c
@@ -1,6 +1,6 @@
/* windres.c -- a program to manipulate Windows resources
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
- Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
+ 2009 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/winduni.c b/binutils/winduni.c
index 8b39af1f595..572145effef 100644
--- a/binutils/winduni.c
+++ b/binutils/winduni.c
@@ -1,5 +1,5 @@
/* winduni.c -- unicode support for the windres program.
- Copyright 1997, 1998, 2000, 2001, 2003, 2007, 2009
+ Copyright 1997, 1998, 2000, 2001, 2003, 2005, 2007, 2009
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/winduni.h b/binutils/winduni.h
index 4e6e3eb96f6..878641535b4 100644
--- a/binutils/winduni.h
+++ b/binutils/winduni.h
@@ -1,5 +1,5 @@
/* winduni.h -- header file for unicode support for windres program.
- Copyright 1997, 1998, 2002, 2007
+ Copyright 1997, 1998, 2002, 2005, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
Rewritten by Kai Tietz, Onevision.
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c
index 3b4f3f50532..abbc6ad87db 100644
--- a/binutils/wrstabs.c
+++ b/binutils/wrstabs.c
@@ -1,5 +1,5 @@
/* wrstabs.c -- Output stabs debugging information
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.