aboutsummaryrefslogtreecommitdiff
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)
downloadfsf-binutils-gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.zip
fsf-binutils-gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.tar.gz
fsf-binutils-gdb-aa820537ead0135a7c38c619039dce8a6fc74ed1.tar.bz2
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 cd31b81..23643e2 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 f956858..48523e4 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 bee8b2e..113c548 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 f7138eb..9ddc55d 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 860809b..5b17681 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 74e5d9c..2931bda 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 e2a1280..1b02015 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 c678679..a0886aa 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 74164e7..fcbc32b 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 cad6ac7..b9de022 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 01a18cd..cc425f0 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 fa423ff..44a49e2 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 79f591f..f96eec9 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 ec93fde..8d06830 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 1f44fe1..6493c12 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 5f306a5..e31916d 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 18e63ee..9c7c9a8 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 533400f..5d793ed 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 d68a5ec..256bfd1 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 b13d555..d15287d 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 3763a8e..225674e 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 27d87e2..c10eb12 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 2762218..7ab2dd3 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 d68443e..f42ae90 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 7ca691d..5139471 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 1157e8e..f8f6525 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 39b9e3f..b173154 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 602d210..f6cee8a 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 9b58af1..07ae179 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 3276189..8caa3ef 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 441688b..473305e 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 6e81565..c07150c 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 fbd8b9b..ad81906 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 6fc63dc..525629d 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 2ad40b4..c4eb722 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 069751b..b40a095 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 460c691..9f50d65 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 e852014..3ad868b 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 8e435eb..d2e04fa 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 74154cb..e0337f4 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 f11d68f..37ba916 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 09c9910..28a8d97 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 481137c..ba0afe8 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 e77728c..67d0cbd 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 ef2e40a..de9b116 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 59f217b..7f3b349 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 c879af7..66aab79 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 b3d57a4..5050a54 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 819027a..f4734a5 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 236cff2..94d3698 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 2fc78bf..5b0c4af 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 930979f..f3fd624 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 8ed9330..9881f01 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 ad1827c..5703470 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 1cc598d..b004bc3 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 1ca26ce..542d881 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 16100ed..c3b1f50 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 8b39af1..572145e 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 4e6e3eb..8786415 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 3b4f3f5..abbc6ad 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>.