summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-03 01:29:54 +0000
committerAlan Modra <amodra@gmail.com>2005-03-03 01:29:54 +0000
commit2da5c03714e1f97bb83d05114e97dcf92eb17b64 (patch)
tree27073e7b4ea29ba4b315be878a37f1640473e82d
parent0b2af1c518e0264311b38e9c13f17fd6abe864e6 (diff)
update copyright dates
-rw-r--r--gas/app.c2
-rw-r--r--gas/as.c2
-rw-r--r--gas/atof-generic.c4
-rw-r--r--gas/bignum-copy.c2
-rw-r--r--gas/bignum.h2
-rw-r--r--gas/bit_fix.h2
-rw-r--r--gas/cgen.h3
-rw-r--r--gas/cond.c4
-rw-r--r--gas/depend.c2
-rw-r--r--gas/doc/all.texi3
-rw-r--r--gas/doc/as.texinfo2
-rw-r--r--gas/doc/c-alpha.texi2
-rw-r--r--gas/doc/c-arm.texi2
-rw-r--r--gas/doc/c-cris.texi2
-rw-r--r--gas/doc/c-d10v.texi2
-rw-r--r--gas/doc/c-h8300.texi3
-rw-r--r--gas/doc/c-h8500.texi3
-rw-r--r--gas/doc/c-i370.texi2
-rw-r--r--gas/doc/c-i386.texi3
-rw-r--r--gas/doc/c-i960.texi2
-rw-r--r--gas/doc/c-ia64.texi2
-rw-r--r--gas/doc/c-m32r.texi4
-rw-r--r--gas/doc/c-m68hc11.texi2
-rw-r--r--gas/doc/c-m68k.texi4
-rw-r--r--gas/doc/c-mmix.texi2
-rw-r--r--gas/doc/c-ns32k.texi3
-rw-r--r--gas/doc/c-pdp11.texi2
-rw-r--r--gas/doc/c-pj.texi2
-rw-r--r--gas/doc/c-ppc.texi2
-rw-r--r--gas/doc/c-sh.texi2
-rw-r--r--gas/doc/c-sh64.texi2
-rw-r--r--gas/doc/c-sparc.texi2
-rw-r--r--gas/doc/c-tic54x.texi2
-rw-r--r--gas/doc/c-v850.texi2
-rw-r--r--gas/doc/c-vax.texi2
-rw-r--r--gas/doc/c-xtensa.texi2
-rw-r--r--gas/doc/c-z8k.texi3
-rw-r--r--gas/doc/fdl.texi2
-rw-r--r--gas/doc/internals.texi2
-rw-r--r--gas/dwarf2dbg.c3
-rw-r--r--gas/dwarf2dbg.h2
-rw-r--r--gas/ecoff.h2
-rw-r--r--gas/emul-target.h2
-rw-r--r--gas/emul.h2
-rw-r--r--gas/expr.h4
-rw-r--r--gas/flonum-copy.c2
-rw-r--r--gas/flonum-mult.c2
-rw-r--r--gas/flonum.h2
-rw-r--r--gas/frags.c2
-rw-r--r--gas/frags.h2
-rw-r--r--gas/hash.c2
-rw-r--r--gas/hash.h3
-rw-r--r--gas/input-file.c2
-rw-r--r--gas/input-file.h2
-rw-r--r--gas/input-scrub.c2
-rw-r--r--gas/itbl-ops.c3
-rw-r--r--gas/itbl-ops.h2
-rw-r--r--gas/listing.c2
-rw-r--r--gas/listing.h4
-rw-r--r--gas/macro.c4
-rw-r--r--gas/macro.h2
-rw-r--r--gas/obj.h4
-rw-r--r--gas/output-file.c4
-rw-r--r--gas/output-file.h2
-rw-r--r--gas/read.h2
-rw-r--r--gas/sb.c2
-rw-r--r--gas/sb.h2
-rw-r--r--gas/stabs.c2
-rw-r--r--gas/subsegs.c2
-rw-r--r--gas/write.c2
-rw-r--r--gas/write.h4
71 files changed, 91 insertions, 81 deletions
diff --git a/gas/app.c b/gas/app.c
index 1dbc49a8cd..c90af26181 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -1,6 +1,6 @@
/* This is the Assembler Pre-Processor
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2002, 2003
+ 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/as.c b/gas/as.c
index ad32a199a4..919025e378 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -1,6 +1,6 @@
/* as.c - GAS main program.
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2005
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/atof-generic.c b/gas/atof-generic.c
index 113a0bcdf1..c4d3161d3e 100644
--- a/gas/atof-generic.c
+++ b/gas/atof-generic.c
@@ -1,6 +1,6 @@
/* atof_generic.c - turn a string of digits into a Flonum
- Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001
- Free Software Foundation, Inc.
+ Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
+ 2001, 2003, 2005 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/bignum-copy.c b/gas/bignum-copy.c
index 56974722f5..c476be849c 100644
--- a/gas/bignum-copy.c
+++ b/gas/bignum-copy.c
@@ -1,5 +1,5 @@
/* bignum_copy.c - copy a bignum
- Copyright 1987, 1990, 1991, 1992, 1993, 2000
+ Copyright 1987, 1990, 1991, 1992, 1993, 2000, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/bignum.h b/gas/bignum.h
index fbb77ffe7e..31c48c3039 100644
--- a/gas/bignum.h
+++ b/gas/bignum.h
@@ -1,5 +1,5 @@
/* bignum.h-arbitrary precision integers
- Copyright 1987, 1992 Free Software Foundation, Inc.
+ Copyright 1987, 1992, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/bit_fix.h b/gas/bit_fix.h
index 1676d2c5f0..25fdf30008 100644
--- a/gas/bit_fix.h
+++ b/gas/bit_fix.h
@@ -1,5 +1,5 @@
/* bit_fix.h
- Copyright 1987, 1992, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1987, 1992, 2000, 2001, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/cgen.h b/gas/cgen.h
index 8cf72af4b3..b3fa3a11c8 100644
--- a/gas/cgen.h
+++ b/gas/cgen.h
@@ -1,5 +1,6 @@
/* GAS cgen support.
- Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/cond.c b/gas/cond.c
index 870a7d5bf5..0dd919c32b 100644
--- a/gas/cond.c
+++ b/gas/cond.c
@@ -1,6 +1,6 @@
/* cond.c - conditional assembly pseudo-ops, and .include
- Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 2000, 2001
- Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 2000, 2001, 2002,
+ 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/depend.c b/gas/depend.c
index 127c819180..a4624f9caf 100644
--- a/gas/depend.c
+++ b/gas/depend.c
@@ -1,5 +1,5 @@
/* depend.c - Handle dependency tracking.
- Copyright 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/doc/all.texi b/gas/doc/all.texi
index ce034e77ec..5689466262 100644
--- a/gas/doc/all.texi
+++ b/gas/doc/all.texi
@@ -1,4 +1,5 @@
-@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002
+@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
+@c 2003, 2005
@c Free Software Foundation, Inc.
@c This file is part of the documentation for the GAS manual
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 6e616df830..a22cb2a61d 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -1,6 +1,6 @@
\input texinfo @c -*-Texinfo-*-
@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-@c 2001, 2002, 2003, 2004
+@c 2001, 2002, 2003, 2004, 2005
@c Free Software Foundation, Inc.
@c UPDATE!! On future updates--
@c (1) check for new machine-dep cmdline options in
diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi
index 0aee06b2d8..215ece2435 100644
--- a/gas/doc/c-alpha.texi
+++ b/gas/doc/c-alpha.texi
@@ -1,4 +1,4 @@
-@c Copyright 2002
+@c Copyright 2002, 2003
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 3889d17c3e..eb51b06e5b 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -1,4 +1,4 @@
-@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-cris.texi b/gas/doc/c-cris.texi
index e84952c698..0ef16b9402 100644
--- a/gas/doc/c-cris.texi
+++ b/gas/doc/c-cris.texi
@@ -1,4 +1,4 @@
-@c Copyright 2002 Free Software Foundation, Inc.
+@c Copyright 2002, 2004 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@c CRIS description contributed by Axis Communications.
diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi
index 0db379cb6d..0def48cd7f 100644
--- a/gas/doc/c-d10v.texi
+++ b/gas/doc/c-d10v.texi
@@ -1,4 +1,4 @@
-@c Copyright 1996, 2000 Free Software Foundation, Inc.
+@c Copyright 1996, 2000, 2002 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi
index 4ea8383af0..d75f7381d7 100644
--- a/gas/doc/c-h8300.texi
+++ b/gas/doc/c-h8300.texi
@@ -1,4 +1,5 @@
-@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003 Free Software Foundation, Inc.
+@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003
+@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/c-h8500.texi b/gas/doc/c-h8500.texi
index f0e071cfb9..837a35ce4e 100644
--- a/gas/doc/c-h8500.texi
+++ b/gas/doc/c-h8500.texi
@@ -1,4 +1,5 @@
-@c Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003
+@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@page
diff --git a/gas/doc/c-i370.texi b/gas/doc/c-i370.texi
index 0c28f4432c..401d07e1ef 100644
--- a/gas/doc/c-i370.texi
+++ b/gas/doc/c-i370.texi
@@ -1,4 +1,4 @@
-@c Copyright 2000 Free Software Foundation, Inc.
+@c Copyright 2000, 2002 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi
index c561bcb350..044218417d 100644
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -1,4 +1,5 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000,
+@c 2001, 2003, 2004
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-i960.texi b/gas/doc/c-i960.texi
index dad2fc4ecb..5dca1cf9c1 100644
--- a/gas/doc/c-i960.texi
+++ b/gas/doc/c-i960.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 2002
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi
index 5d0ec90700..e548911a77 100644
--- a/gas/doc/c-ia64.texi
+++ b/gas/doc/c-ia64.texi
@@ -1,4 +1,4 @@
-@c Copyright 2002
+@c Copyright 2002, 2003, 2005
@c Free Software Foundation, Inc.
@c Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
@c This is part of the GAS manual.
diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi
index 52a73c3870..30cd355aed 100644
--- a/gas/doc/c-m32r.texi
+++ b/gas/doc/c-m32r.texi
@@ -1,5 +1,5 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
-@c 2003, 2004
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+@c 2000, 2003, 2004
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-m68hc11.texi b/gas/doc/c-m68hc11.texi
index 8e2ba0004b..a41d6fcac0 100644
--- a/gas/doc/c-m68hc11.texi
+++ b/gas/doc/c-m68hc11.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi
index 965693f970..d3c849c391 100644
--- a/gas/doc/c-m68k.texi
+++ b/gas/doc/c-m68k.texi
@@ -1,5 +1,5 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003, 2004
-@c Free Software Foundation, Inc.
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003,
+@c 2004 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/c-mmix.texi b/gas/doc/c-mmix.texi
index a31fa83e0d..8e47fa4a97 100644
--- a/gas/doc/c-mmix.texi
+++ b/gas/doc/c-mmix.texi
@@ -1,4 +1,4 @@
-@c Copyright 2001, 2002 Free Software Foundation, Inc.
+@c Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@c MMIX description by Hans-Peter Nilsson, hp@bitrange.com
diff --git a/gas/doc/c-ns32k.texi b/gas/doc/c-ns32k.texi
index a80075c699..e61353ab70 100644
--- a/gas/doc/c-ns32k.texi
+++ b/gas/doc/c-ns32k.texi
@@ -1,4 +1,5 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+@c Copyright 1991, 1992, 1993, 1994, 1995, 2002
+@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-pdp11.texi b/gas/doc/c-pdp11.texi
index a9d9c8a424..d714b28343 100644
--- a/gas/doc/c-pdp11.texi
+++ b/gas/doc/c-pdp11.texi
@@ -1,4 +1,4 @@
-@c Copyright 2001 Free Software Foundation, Inc.
+@c Copyright 2001, 2002 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/c-pj.texi b/gas/doc/c-pj.texi
index 76d38d20cf..542fd13a09 100644
--- a/gas/doc/c-pj.texi
+++ b/gas/doc/c-pj.texi
@@ -1,4 +1,4 @@
-@c Copyright 1999 Free Software Foundation, Inc.
+@c Copyright 1999, 2002 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@page
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi
index be90e336f8..848540f9c3 100644
--- a/gas/doc/c-ppc.texi
+++ b/gas/doc/c-ppc.texi
@@ -1,4 +1,4 @@
-@c Copyright 2001, 2002
+@c Copyright 2001, 2002, 2003
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi
index b08f325ee0..59aebe0dc3 100644
--- a/gas/doc/c-sh.texi
+++ b/gas/doc/c-sh.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2004
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2003, 2004
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi
index 60681ee920..c38d14e0d8 100644
--- a/gas/doc/c-sh64.texi
+++ b/gas/doc/c-sh64.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+@c Copyright (C) 2002, 2003 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@page
diff --git a/gas/doc/c-sparc.texi b/gas/doc/c-sparc.texi
index c34950e13f..351b300b2f 100644
--- a/gas/doc/c-sparc.texi
+++ b/gas/doc/c-sparc.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1999
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1999, 2002
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi
index 77db23cb76..374def39e6 100644
--- a/gas/doc/c-tic54x.texi
+++ b/gas/doc/c-tic54x.texi
@@ -1,4 +1,4 @@
-@c Copyright 1999, 2000 Free Software Foundation, Inc.
+@c Copyright 2000, 2002, 2003 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@c TI TMS320C54X description by Timothy Wall, twall@cygnus.com
diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi
index 5fd4bacb28..445be057ef 100644
--- a/gas/doc/c-v850.texi
+++ b/gas/doc/c-v850.texi
@@ -1,4 +1,4 @@
-@c Copyright 1997, 2003 Free Software Foundation, Inc.
+@c Copyright 1997, 2002, 2003 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-vax.texi b/gas/doc/c-vax.texi
index 59d82d2bba..ac9a4ea700 100644
--- a/gas/doc/c-vax.texi
+++ b/gas/doc/c-vax.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2002
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi
index c31d51a4bb..0097efd316 100644
--- a/gas/doc/c-xtensa.texi
+++ b/gas/doc/c-xtensa.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+@c Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@c
diff --git a/gas/doc/c-z8k.texi b/gas/doc/c-z8k.texi
index de34237559..269b6124a3 100644
--- a/gas/doc/c-z8k.texi
+++ b/gas/doc/c-z8k.texi
@@ -1,4 +1,5 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+@c Copyright 1991, 1992, 1993, 1994, 1995, 2003
+@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@ifset GENERIC
diff --git a/gas/doc/fdl.texi b/gas/doc/fdl.texi
index c6409a3a1a..3d0311a7f7 100644
--- a/gas/doc/fdl.texi
+++ b/gas/doc/fdl.texi
@@ -4,7 +4,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/gas/doc/internals.texi b/gas/doc/internals.texi
index d9916705a6..e21a7597c2 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1,6 +1,6 @@
\input texinfo
@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-@c 2001, 2002, 2003
+@c 2001, 2002, 2003, 2004, 2005
@c Free Software Foundation, Inc.
@setfilename internals.info
@node Top
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c
index b452834889..ba920d4097 100644
--- a/gas/dwarf2dbg.c
+++ b/gas/dwarf2dbg.c
@@ -1,5 +1,6 @@
/* dwarf2dbg.c - DWARF2 debug support
- Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GAS, the GNU Assembler.
diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h
index fe8bf277ea..6ef77a4264 100644
--- a/gas/dwarf2dbg.h
+++ b/gas/dwarf2dbg.h
@@ -1,5 +1,5 @@
/* dwarf2dbg.h - DWARF2 debug support
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/ecoff.h b/gas/ecoff.h
index e2880d2044..df41931c0d 100644
--- a/gas/ecoff.h
+++ b/gas/ecoff.h
@@ -1,5 +1,5 @@
/* ecoff.h -- header file for ECOFF debugging support
- Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2003, 2005
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2005
Free Software Foundation, Inc.
Contributed by Cygnus Support.
Put together by Ian Lance Taylor <ian@cygnus.com>.
diff --git a/gas/emul-target.h b/gas/emul-target.h
index 4c1a02a500..425b97ebe8 100644
--- a/gas/emul-target.h
+++ b/gas/emul-target.h
@@ -1,5 +1,5 @@
/* emul-target.h. Default values for struct emulation defined in emul.h
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/emul.h b/gas/emul.h
index e4afa68339..c49f895c01 100644
--- a/gas/emul.h
+++ b/gas/emul.h
@@ -1,5 +1,5 @@
/* emul.h. File format emulation routines
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 1995, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/expr.h b/gas/expr.h
index 382dda9b1f..1d968e7ca4 100644
--- a/gas/expr.h
+++ b/gas/expr.h
@@ -1,6 +1,6 @@
/* expr.h -> header file for expr.c
- Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
- Free Software Foundation, Inc.
+ Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2002, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c
index e3aba2c466..52d853bc65 100644
--- a/gas/flonum-copy.c
+++ b/gas/flonum-copy.c
@@ -1,5 +1,5 @@
/* flonum_copy.c - copy a flonum
- Copyright 1987, 1990, 1991, 1992, 1993, 2000
+ Copyright 1987, 1990, 1991, 1992, 1993, 2000, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/flonum-mult.c b/gas/flonum-mult.c
index 6d17f0a869..c6dd8ffdd7 100644
--- a/gas/flonum-mult.c
+++ b/gas/flonum-mult.c
@@ -1,5 +1,5 @@
/* flonum_mult.c - multiply two flonums
- Copyright 1987, 1990, 1991, 1992, 1995, 2000, 2002
+ Copyright 1987, 1990, 1991, 1992, 1995, 2000, 2002, 2003
Free Software Foundation, Inc.
This file is part of Gas, the GNU Assembler.
diff --git a/gas/flonum.h b/gas/flonum.h
index 22aa7558e8..f350a5c492 100644
--- a/gas/flonum.h
+++ b/gas/flonum.h
@@ -1,5 +1,5 @@
/* flonum.h - Floating point package
- Copyright 1987, 1990, 1991, 1992, 1994, 1996, 2000
+ Copyright 1987, 1990, 1991, 1992, 1994, 1996, 2000, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/frags.c b/gas/frags.c
index 83625d7fbf..64d1379950 100644
--- a/gas/frags.c
+++ b/gas/frags.c
@@ -1,6 +1,6 @@
/* frags.c - manage frags -
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2003
+ 1999, 2000, 2001, 2003, 2004
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/frags.h b/gas/frags.h
index 70da2421e7..f8fb059326 100644
--- a/gas/frags.h
+++ b/gas/frags.h
@@ -1,6 +1,6 @@
/* frags.h - Header file for the frag concept.
Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2004 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/hash.c b/gas/hash.c
index a7b82987b2..85c6080625 100644
--- a/gas/hash.c
+++ b/gas/hash.c
@@ -1,6 +1,6 @@
/* hash.c -- gas hash table code
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
- 2000, 2001, 2002
+ 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/hash.h b/gas/hash.h
index 08f41e6c9d..48dad15013 100644
--- a/gas/hash.h
+++ b/gas/hash.h
@@ -1,5 +1,6 @@
/* hash.h -- header file for gas hash table routines
- Copyright 1987, 1992, 1993, 1995, 1999 Free Software Foundation, Inc.
+ Copyright 1987, 1992, 1993, 1995, 1999, 2003
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/input-file.c b/gas/input-file.c
index 8fb04f7bc9..a8fc9e5f21 100644
--- a/gas/input-file.c
+++ b/gas/input-file.c
@@ -1,6 +1,6 @@
/* input_file.c - Deal with Input Files -
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001,
- 2003, 2005
+ 2002, 2003, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/input-file.h b/gas/input-file.h
index b686a0d065..84577c759d 100644
--- a/gas/input-file.h
+++ b/gas/input-file.h
@@ -1,5 +1,5 @@
/* input_file.h header for input-file.c
- Copyright 1987, 1992, 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1987, 1992, 1993, 2000, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/input-scrub.c b/gas/input-scrub.c
index 7a03965c96..2657b8ac59 100644
--- a/gas/input-scrub.c
+++ b/gas/input-scrub.c
@@ -1,6 +1,6 @@
/* input_scrub.c - Break up input buffers into whole numbers of lines.
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 2000
+ 2000, 2001, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c
index 6498a0f475..c37896ff55 100644
--- a/gas/itbl-ops.c
+++ b/gas/itbl-ops.c
@@ -1,5 +1,6 @@
/* itbl-ops.c
- Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000, 2001, 2002, 2003, 2005
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h
index 4c98d72da1..c30abc8f2a 100644
--- a/gas/itbl-ops.h
+++ b/gas/itbl-ops.h
@@ -1,5 +1,5 @@
/* itbl-ops.h
- Copyright 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/listing.c b/gas/listing.c
index aaf6bf7165..642cb6f9f0 100644
--- a/gas/listing.c
+++ b/gas/listing.c
@@ -1,6 +1,6 @@
/* listing.c - maintain assembly listings
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003
+ 2001, 2002, 2003, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/listing.h b/gas/listing.h
index 424b6642d0..d5d1531e01 100644
--- a/gas/listing.h
+++ b/gas/listing.h
@@ -1,6 +1,6 @@
/* This file is listing.h
- Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998
- Free Software Foundation, Inc.
+ Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998,
+ 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/macro.c b/gas/macro.c
index 44d2bf84c8..131838efc1 100644
--- a/gas/macro.c
+++ b/gas/macro.c
@@ -1,6 +1,6 @@
/* macro.c - macro support for gas
- Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
- Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
diff --git a/gas/macro.h b/gas/macro.h
index 7e6657889d..54c7f0c500 100644
--- a/gas/macro.h
+++ b/gas/macro.h
@@ -1,5 +1,5 @@
/* macro.h - header file for macro support for gas
- Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2002
+ Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
diff --git a/gas/obj.h b/gas/obj.h
index 6b63dcd4aa..b065930f83 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -1,8 +1,8 @@
/* obj.h - defines the object dependent hooks for all object
format backends.
- Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2002
- Free Software Foundation, Inc.
+ Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000,
+ 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/output-file.c b/gas/output-file.c
index 4005fbfa03..f401581bed 100644
--- a/gas/output-file.c
+++ b/gas/output-file.c
@@ -1,6 +1,6 @@
/* output-file.c - Deal with the output file
- Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2001, 2003
- Free Software Foundation, Inc.
+ Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2001,
+ 2003, 2004 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/output-file.h b/gas/output-file.h
index 6779e4b404..4fedefb69d 100644
--- a/gas/output-file.h
+++ b/gas/output-file.h
@@ -1,6 +1,6 @@
/* This file is output-file.h
- Copyright 1987, 1988, 1989, 1990, 1991, 1992
+ Copyright 1987, 1988, 1989, 1990, 1991, 1992, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/read.h b/gas/read.h
index 75050f3625..6fee12692c 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -1,6 +1,6 @@
/* read.h - of read.c
Copyright 1986, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003
+ 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/sb.c b/gas/sb.c
index 27b29eee9c..41f827f567 100644
--- a/gas/sb.c
+++ b/gas/sb.c
@@ -1,5 +1,5 @@
/* sb.c - string buffer manipulation routines
- Copyright 1994, 1995, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 2000, 2003 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
diff --git a/gas/sb.h b/gas/sb.h
index 30e5bc3a02..3394eb6a60 100644
--- a/gas/sb.h
+++ b/gas/sb.h
@@ -1,5 +1,5 @@
/* sb.h - header file for string buffer manipulation routines
- Copyright 1994, 1995, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 2000, 2003 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
diff --git a/gas/stabs.c b/gas/stabs.c
index f8acdc8425..c63702f47c 100644
--- a/gas/stabs.c
+++ b/gas/stabs.c
@@ -1,6 +1,6 @@
/* Generic stabs parsing for gas.
Copyright 1989, 1990, 1991, 1993, 1995, 1996, 1997, 1998, 2000, 2001
- Free Software Foundation, Inc.
+ 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/subsegs.c b/gas/subsegs.c
index 88a4ba0522..70792ee8f5 100644
--- a/gas/subsegs.c
+++ b/gas/subsegs.c
@@ -1,6 +1,6 @@
/* subsegs.c - subsegments -
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2002, 2004, 2005
+ 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/write.c b/gas/write.c
index 69c6229865..b1941cb793 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -1,6 +1,6 @@
/* write.c - emit .o file
Copyright 1986, 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
- 1998, 1999, 2000, 2001, 2002, 2003, 2004
+ 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/write.h b/gas/write.h
index 0e0f59f8f7..cf593bc678 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -1,6 +1,6 @@
/* write.h
- Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001
- Free Software Foundation, Inc.
+ Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
+ 2002, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.