summaryrefslogtreecommitdiffstats
path: root/binutils
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-03 11:52:12 +0000
committerAlan Modra <amodra@gmail.com>2005-03-03 11:52:12 +0000
commitaef6203bd6d412d65f539a41f1abd07b14d7a05d (patch)
treeb2000045d29334369a5c4df432932663bebd914c /binutils
parent9553c6388c435343a5adf77888647ace94808024 (diff)
downloadppe42-binutils-aef6203bd6d412d65f539a41f1abd07b14d7a05d.tar.gz
ppe42-binutils-aef6203bd6d412d65f539a41f1abd07b14d7a05d.zip
update copyright dates
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ar.c2
-rw-r--r--binutils/arlex.l3
-rw-r--r--binutils/arparse.y2
-rw-r--r--binutils/arsup.c4
-rw-r--r--binutils/arsup.h3
-rw-r--r--binutils/bucomm.h2
-rw-r--r--binutils/budemang.c2
-rw-r--r--binutils/coffgrok.h2
-rw-r--r--binutils/debug.c3
-rw-r--r--binutils/deflex.l2
-rw-r--r--binutils/defparse.y2
-rw-r--r--binutils/doc/binutils.texi2
-rw-r--r--binutils/doc/fdl.texi2
-rw-r--r--binutils/filemode.c2
-rw-r--r--binutils/ieee.c3
-rw-r--r--binutils/objcopy.c2
-rw-r--r--binutils/po/Make-in3
-rw-r--r--binutils/prdbg.c3
-rw-r--r--binutils/rclex.l3
-rw-r--r--binutils/rdcoff.c2
-rw-r--r--binutils/resres.c2
-rw-r--r--binutils/size.c4
-rw-r--r--binutils/testsuite/binutils-all/ar.exp2
-rw-r--r--binutils/testsuite/binutils-all/dlltool.exp2
-rw-r--r--binutils/testsuite/binutils-all/hppa/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp3
-rw-r--r--binutils/testsuite/binutils-all/objdump.exp3
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
-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.exp2
-rw-r--r--binutils/unwind-ia64.c2
-rw-r--r--binutils/windres.c2
-rw-r--r--binutils/windres.h2
-rw-r--r--binutils/wrstabs.c2
35 files changed, 46 insertions, 37 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index 585b704287..7b0ff080a2 100644
--- a/binutils/ar.c
+++ b/binutils/ar.c
@@ -1,6 +1,6 @@
/* ar.c - Archive modify and extract.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004
+ 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arlex.l b/binutils/arlex.l
index a7f0ca2967..500f407c2b 100644
--- a/binutils/arlex.l
+++ b/binutils/arlex.l
@@ -1,7 +1,8 @@
%{
/* arlex.l - Strange script language lexer */
-/* Copyright 1992, 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright 1992, 1997, 2000, 2001, 2002, 2003, 2004
+ Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arparse.y b/binutils/arparse.y
index d54de24d1c..d1c2fa5d1a 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, 2003
+/* Copyright 1992, 1993, 1995, 1997, 1999, 2002, 2003
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arsup.c b/binutils/arsup.c
index 5160dc47b5..a932b32f77 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, 2000, 2002, 2003, 2004
- Free Software Foundation, Inc.
+ Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
+ 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/arsup.h b/binutils/arsup.h
index e3a1807919..bb7e87dbed 100644
--- a/binutils/arsup.h
+++ b/binutils/arsup.h
@@ -1,5 +1,6 @@
/* arsup.h - archive support header file
- Copyright 1992, 1993, 1994, 1996, 2003 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1996, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index f604053cec..d7245868d6 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -1,6 +1,6 @@
/* bucomm.h -- binutils common include file.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2002, 2003 Free Software Foundation, Inc.
+ 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/budemang.c b/binutils/budemang.c
index bd50083404..b401e7221d 100644
--- a/binutils/budemang.c
+++ b/binutils/budemang.c
@@ -1,5 +1,5 @@
/* demangle.c -- A wrapper calling libiberty cplus_demangle
- Copyright 2002, 2003 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h
index c063f1dc77..6ed215eed0 100644
--- a/binutils/coffgrok.h
+++ b/binutils/coffgrok.h
@@ -1,5 +1,5 @@
/* coffgrok.h
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/debug.c b/binutils/debug.c
index 5d46b78108..e35b69196e 100644
--- a/binutils/debug.c
+++ b/binutils/debug.c
@@ -1,5 +1,6 @@
/* debug.c -- Handle generic debugging information.
- Copyright 1995, 1996, 1997, 1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003
+ Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/deflex.l b/binutils/deflex.l
index b86748a073..5ff4c797b9 100644
--- a/binutils/deflex.l
+++ b/binutils/deflex.l
@@ -1,6 +1,6 @@
%{/* deflex.l - Lexer for .def files */
-/* Copyright 1995, 1997, 1998, 1999, 2002, 2003, 2004
+/* Copyright 1995, 1997, 1998, 1999, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/defparse.y b/binutils/defparse.y
index 81610eb941..b384592b73 100644
--- a/binutils/defparse.y
+++ b/binutils/defparse.y
@@ -1,6 +1,6 @@
%{ /* defparse.y - parser for .def files */
-/* Copyright 1995, 1997, 1998, 1999, 2004
+/* Copyright 1995, 1997, 1998, 1999, 2001, 2004
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index b1b2e1957f..1d90bbaecc 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*- Texinfo -*-
@setfilename binutils.info
-@c Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+@c Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@include config.texi
diff --git a/binutils/doc/fdl.texi b/binutils/doc/fdl.texi
index f4726b9b14..a85dbda762 100644
--- a/binutils/doc/fdl.texi
+++ b/binutils/doc/fdl.texi
@@ -5,7 +5,7 @@
@center Version 1.1, March 2000
@display
-Copyright (C) 2000 Free Software Foundation, Inc.
+Copyright (C) 2000, 2003 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
diff --git a/binutils/filemode.c b/binutils/filemode.c
index 687b787891..4b7203553e 100644
--- a/binutils/filemode.c
+++ b/binutils/filemode.c
@@ -1,5 +1,5 @@
/* filemode.c -- make a string describing file modes
- Copyright 1985, 1990, 1991, 1994, 1995, 1997, 2003
+ Copyright 1985, 1990, 1991, 1994, 1995, 1997, 1999, 2002, 2003, 2005
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/binutils/ieee.c b/binutils/ieee.c
index 1ced603680..1b6df4f7c1 100644
--- a/binutils/ieee.c
+++ b/binutils/ieee.c
@@ -1,5 +1,6 @@
/* ieee.c -- Read and write IEEE-695 debugging information.
- Copyright 1996, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/objcopy.c b/binutils/objcopy.c
index 63d5a15d65..675b122f98 100644
--- a/binutils/objcopy.c
+++ b/binutils/objcopy.c
@@ -1,6 +1,6 @@
/* objcopy.c -- copy object file from input to output, optionally massaging it.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004
+ 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/binutils/po/Make-in b/binutils/po/Make-in
index 6176dbf78c..b183e849a5 100644
--- a/binutils/po/Make-in
+++ b/binutils/po/Make-in
@@ -1,7 +1,8 @@
# 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 Free Software Foundation, Inc.
#
-# This file file be copied and used freely without restrictions. It can
+# 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
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
diff --git a/binutils/prdbg.c b/binutils/prdbg.c
index 4b412e4c62..0490b58769 100644
--- a/binutils/prdbg.c
+++ b/binutils/prdbg.c
@@ -1,5 +1,6 @@
/* prdbg.c -- Print out generic debugging information.
- Copyright 1995, 1996, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1999, 2002, 2003, 2004
+ 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/rclex.l b/binutils/rclex.l
index 0afad4d532..4028405cd4 100644
--- a/binutils/rclex.l
+++ b/binutils/rclex.l
@@ -1,5 +1,6 @@
%{ /* rclex.l -- lexer for Windows rc files parser */
-/* Copyright 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005
+ Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
This file is part of GNU Binutils.
diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c
index 84788e0e10..67fd665198 100644
--- a/binutils/rdcoff.c
+++ b/binutils/rdcoff.c
@@ -1,5 +1,5 @@
/* stabs.c -- Parse COFF debugging information
- Copyright 1996, 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 1996, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
This file is part of GNU Binutils.
diff --git a/binutils/resres.c b/binutils/resres.c
index ed2714db00..4077c2d719 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 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
Written by Anders Norlander <anorland@hem2.passagen.se>.
This file is part of GNU Binutils.
diff --git a/binutils/size.c b/binutils/size.c
index aeb7994b6b..615e786376 100644
--- a/binutils/size.c
+++ b/binutils/size.c
@@ -1,6 +1,6 @@
/* size.c -- report size of various sections of an executable file.
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2001, 2002, 2003, 2004, 2005 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 2c16fafb0d..1089dfc854 100644
--- a/binutils/testsuite/binutils-all/ar.exp
+++ b/binutils/testsuite/binutils-all/ar.exp
@@ -1,4 +1,4 @@
-# Copyright 1995, 1997, 2004 Free Software Foundation, Inc.
+# Copyright 1995, 1997, 2002, 2004 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/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp
index a2cd2f6159..cf718eab44 100644
--- a/binutils/testsuite/binutils-all/dlltool.exp
+++ b/binutils/testsuite/binutils-all/dlltool.exp
@@ -1,4 +1,4 @@
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright 2002, 2004 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 001e6dfd8f..e0370a9f6e 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
+# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index e210f3c2cd..db6c856881 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -1,4 +1,5 @@
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+# 2004
# 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 f272f128dd..af05f40ec7 100644
--- a/binutils/testsuite/binutils-all/objdump.exp
+++ b/binutils/testsuite/binutils-all/objdump.exp
@@ -1,4 +1,5 @@
-# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004
# 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 4835ef99fa..7fd785d5b9 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -1,4 +1,4 @@
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001, 2003, 2004 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 e42eee3abf..1abe0dba0f 100644
--- a/binutils/testsuite/binutils-all/windres/windres.exp
+++ b/binutils/testsuite/binutils-all/windres/windres.exp
@@ -1,4 +1,4 @@
-# Copyright 2001, 2003 Free Software Foundation, Inc.
+# Copyright 2001, 2003, 2004 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 28c228808c..5738f48fd7 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
+# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004
# 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 25fa035a2c..1ca1443e6a 100644
--- a/binutils/testsuite/lib/utils-lib.exp
+++ b/binutils/testsuite/lib/utils-lib.exp
@@ -1,4 +1,4 @@
-# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001
+# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c
index 2e7e726e4b..59ed02436a 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, 2003 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GNU Binutils.
diff --git a/binutils/windres.c b/binutils/windres.c
index b6006111d7..24c5131b2c 100644
--- a/binutils/windres.c
+++ b/binutils/windres.c
@@ -1,5 +1,5 @@
/* windres.c -- a program to manipulate Windows resources
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
diff --git a/binutils/windres.h b/binutils/windres.h
index ef754ce0ce..6bdb6c2328 100644
--- a/binutils/windres.h
+++ b/binutils/windres.h
@@ -1,5 +1,5 @@
/* windres.h -- header file for windres program.
- Copyright 1997, 1998, 2000, 2002, 2003, 2005
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c
index 0d301f6a24..d60019757e 100644
--- a/binutils/wrstabs.c
+++ b/binutils/wrstabs.c
@@ -1,5 +1,5 @@
/* wrstabs.c -- Output stabs debugging information
- Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>.
OpenPOWER on IntegriCloud