summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1dbc49a8cd8..c90af26181c 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 ad32a199a4a..919025e3788 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 113a0bcdf15..c4d3161d3e9 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 56974722f51..c476be849cf 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 fbb77ffe7e1..31c48c30395 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 1676d2c5f0b..25fdf30008c 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 8cf72af4b39..b3fa3a11c8a 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 870a7d5bf5c..0dd919c32b3 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 127c819180d..a4624f9caf1 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 ce034e77ec9..56894662629 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 6e616df830b..a22cb2a61de 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 0aee06b2d8b..215ece2435c 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 3889d17c3e4..eb51b06e5b0 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 e84952c6985..0ef16b94028 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 0db379cb6da..0def48cd7fb 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 4ea8383af07..d75f7381d77 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 f0e071cfb90..837a35ce4e0 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 0c28f4432c3..401d07e1ef5 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 c561bcb3501..044218417de 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 dad2fc4ecbc..5dca1cf9c11 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 5d0ec907004..e548911a770 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 52a73c38700..30cd355aede 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 8e2ba0004b9..a41d6fcac07 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 965693f970b..d3c849c3918 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 a31fa83e0dd..8e47fa4a979 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 a80075c6998..e61353ab70a 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 a9d9c8a4248..d714b28343a 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 76d38d20cf0..542fd13a09f 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 be90e336f8b..848540f9c33 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 b08f325ee08..59aebe0dc37 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 60681ee9208..c38d14e0d8b 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 c34950e13f7..351b300b2f1 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 77db23cb761..374def39e63 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 5fd4bacb286..445be057ef3 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 59d82d2bbac..ac9a4ea700f 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 c31d51a4bba..0097efd3162 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 de34237559b..269b6124a3a 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 c6409a3a1a3..3d0311a7f71 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 d9916705a61..e21a7597c2b 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 b452834889b..ba920d40974 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 fe8bf277eaa..6ef77a42644 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 e2880d20448..df41931c0d0 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 4c1a02a500f..425b97ebe87 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 e4afa68339f..c49f895c011 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 382dda9b1f2..1d968e7ca47 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 e3aba2c4661..52d853bc653 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 6d17f0a8697..c6dd8ffdd7b 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 22aa7558e83..f350a5c4925 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 83625d7fbf6..64d13799502 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 70da2421e7b..f8fb0593264 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 a7b82987b20..85c6080625e 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 08f41e6c9de..48dad15013c 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 8fb04f7bc93..a8fc9e5f218 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 b686a0d0656..84577c759d6 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 7a03965c967..2657b8ac597 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 6498a0f4753..c37896ff551 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 4c98d72da1a..c30abc8f2a9 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 aaf6bf7165b..642cb6f9f01 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 424b6642d04..d5d1531e01c 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 44d2bf84c81..131838efc1e 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 7e6657889d3..54c7f0c500a 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 6b63dcd4aa3..b065930f836 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 4005fbfa031..f401581bed9 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 6779e4b4049..4fedefb69d2 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 75050f36253..6fee12692c4 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 27b29eee9cd..41f827f567c 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 30e5bc3a02d..3394eb6a60c 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 f8acdc84257..c63702f47c1 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 88a4ba05229..70792ee8f58 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 69c6229865b..b1941cb793a 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 0e0f59f8f70..cf593bc6786 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.