* Re: [PATCH RFC #2] Update/correct copyright notices
@ 2001-03-05 12:03 Michael Elizabeth Chastain
0 siblings, 0 replies; 5+ messages in thread
From: Michael Elizabeth Chastain @ 2001-03-05 12:03 UTC (permalink / raw)
To: gdb-patches, kevinb
Ok with me to add commas, since it makes maintenance easier.
I just want all the original years kept (1988, 1989, 1990, 1991, 1992,
1993, 1994). I gather that everyone else wants that too.
Michael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RFC #2] Update/correct copyright notices
@ 2001-03-04 20:27 Michael Elizabeth Chastain
2001-03-04 23:50 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Michael Elizabeth Chastain @ 2001-03-04 20:27 UTC (permalink / raw)
To: gdb-patches
I found no syntax errors.
Structurally, testsuite/gdb.chill has its own ChangeLog. This affects
the entries you propose for testsuite/ChangeLog (they need to go into
testsuite/gdb.chill/ChangeLog).
This time, I checked out every instance of a deleted year.
I found several ChangeLog-* files with wildcards in them (most from 1997).
I expanded the wildcards to the actual files that were affected. I checked
each actual file with "cvs log" and with "cvs diff" on the claimed dates.
I committed these ChangeLog-* fixes under the obvious fix rule.
Michael
===
diff -upr gdb.orig/COPYING gdb/COPYING
--- gdb.orig/COPYING Thu Apr 15 18:33:57 1999
+++ gdb/COPYING Thu Mar 1 00:12:03 2001
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1989, 1991, 1997 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
(1) In 1997, it was not modified -- that is the date when someone imported
a version from the FSF (see ChangeLog-1997). So the 1997 should not
be added.
(2) There are minor textual differences between our version and the
reference version at ftp://ftp.gnu.org/gnu/Licenses/COPYING-2.0
(one whitespace difference and two Y2K differences). The reference
version was last updated in 1999, but we haven't picked it up.
I think we need to take particular care with this file. I would like to
copy it verbatim from ftp://ftp.gnu.org/gnu/Licenses/COPYING-2.0 .
===
diff -upr gdb.orig/config/m32r/tm-m32r.h gdb/config/m32r/tm-m32r.h
--- gdb.orig/config/m32r/tm-m32r.h Sat May 27 19:11:38 2000
+++ gdb/config/m32r/tm-m32r.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Mitsubishi m32r processor.
- Copyright 1996, 1997 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
1997 was dropped. This is a defect in ChangeLog-1997:
Tue Feb 11 15:36:31 1997 Doug Evans <dje@canuck.cygnus.com>
* m32r-rom.c: #include <sys/types.h>.
#ifdef out new load support if wingdb.
* m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
The author meant to write "config/m32r/tm-m32r.h". I checked the CVS
logs at Red Hat to confirm this. I have checked in a fix under the
obvious fix rule.
===
diff -upr gdb.orig/config/m68k/tm-delta68.h gdb/config/m68k/tm-delta68.h
--- gdb.orig/config/m68k/tm-delta68.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/tm-delta68.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target definitions for delta68.
- Copyright 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
1998 was dropped. This is a defect in ChangeLog-1998:
Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be>
* m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for
`REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not
`REGISTER_VIRTUAL_TYPE (FP0_REGNUM)';
(STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes'
is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'.
(FRAME_NUM_ARGS): New macro.
* m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto.
* delta68-nat.c (clear_insn_cache): New function, forgotten in previous
patch.
Sun Feb 6 02:44:28 1998 Philippe De Muyter <phdm@macqel.be>
* m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted.
(EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined.
(EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Macros modified
because floating-point values return via %fp0.
(CLEAR_INSN_CACHE): New macro.
* m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL): Macro fixed
to use DOUBLEST.
(REGISTER_CONVERT_TO_RAW): Ditto.
* infptrace.c (child_xfer_memory): If CLEAR_INSN_CACHE is defined,
call it after having written in child process's memory.
* inflow.c (PROCESS_GROUP_TYPE): Macro defined if HAVE_TERMIO.
(gdb_has_a_terminal, terminal_ours_1): Functions fixed for HAVE_TERMIO.
Another obvious fix.
===
diff -upr gdb.orig/doc/gdbgui.texinfo gdb/doc/gdbgui.texinfo
--- gdb.orig/doc/gdbgui.texinfo Sun Feb 6 17:19:39 2000
+++ gdb/doc/gdbgui.texinfo Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
-@c Copyright 1988 1989 1990 1991 1992 1993 1994 Free Software Foundation, Inc.
+@c Copyright 1995 Free Software Foundation, Inc.
@c
@c %**start of header
@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
Yikes! All the original years disappeared!
This file was created on 1995-01-07. I checked the Red Hat archive:
the earliest revision of this file at Red Hat has the exact copyright
line shown ("1988 1989 1990 1991 1992 1993 1994"). There's no evidence
that this file was carved out of another file, but I recommend leaving
the original copyright years in, as the original author wrote them in.
===
diff -upr gdb.orig/expression.h gdb/expression.h
--- gdb.orig/expression.h Sat May 27 19:11:32 2000
+++ gdb/expression.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions for expressions stored in reversed prefix form, for GDB.
- Copyright 1986, 1989, 1992, 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
More Red Hat archive diving. Revision 1.1 of this file was created on
1991-03-28. It says:
Copyright (C) 1986, 1989 Free Software Foundation, Inc.
So keep the 1989.
===
diff -upr gdb.orig/testsuite/config/netware.exp gdb/testsuite/config/netware.exp--- gdb.orig/testsuite/config/netware.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/netware.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1996
+# 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
This file was edited in 1997, but the entry in testsuite/ChangeLog uses
a wild card. I used cvs log and cvs diff on the Red Hat archive to
identify the actual files edited and fixed testsuite/ChangeLog.
===
diff -upr gdb.orig/testsuite/gdb.base/gdbvars.exp gdb/testsuite/gdb.base/gdbvars.exp
--- gdb.orig/testsuite/gdb.base/gdbvars.exp Mon Aug 2 16:46:49 1999
+++ gdb/testsuite/gdb.base/gdbvars.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1995, 1999 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
This file was edited in 1997, but the entry in testsuite/ChangeLog uses
a wild card. I used cvs log and cvs diff on the Red Hat archive to
identify the actual files edited and fixed testsuite/ChangeLog.
===
diff -upr gdb.orig/testsuite/gdb.base/langs.exp gdb/testsuite/gdb.base/langs.exp--- gdb.orig/testsuite/gdb.base/langs.exp Mon Jun 28 09:03:20 1999
+++ gdb/testsuite/gdb.base/langs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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
This file was edited in 1998 on a branch. The branch was merged into
the mainline in January 1999. Thus, 1998 should be kept.
===
diff -upr gdb.orig/testsuite/gdb.base/return.exp gdb/testsuite/gdb.base/return.exp
--- gdb.orig/testsuite/gdb.base/return.exp Thu Apr 15 18:34:31 1999
+++ gdb/testsuite/gdb.base/return.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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
This file was edited in 1997, but the entry in testsuite/ChangeLog uses
a wild card. I used cvs log and cvs diff on the Red Hat archive to
identify the actual files edited and fixed testsuite/ChangeLog.
===
diff -upr gdb.orig/testsuite/gdb.c++/cplusfuncs.exp gdb/testsuite/gdb.c++/cplusfuncs.exp
--- gdb.orig/testsuite/gdb.c++/cplusfuncs.exp Thu Feb 15 19:58:09 2001
+++ gdb/testsuite/gdb.c++/cplusfuncs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1997, 1999 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
testsuite/ChangeLog says "gdb.base/cplusfuncs.exp", but it should say
"gdb.c++/cplusfuncs.exp". Obvious fix.
===
diff -upr gdb.orig/testsuite/gdb.c++/demangle.exp gdb/testsuite/gdb.c++/demangle.exp
--- gdb.orig/testsuite/gdb.c++/demangle.exp Wed Sep 8 17:00:27 1999
+++ gdb/testsuite/gdb.c++/demangle.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997, 1999 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1998, 1999 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
This file was edited in 1997, but the entry in testsuite/ChangeLog uses
a wild card. I used cvs log and cvs diff on the Red Hat archive to
identify the actual files edited and fixed testsuite/ChangeLog.
===
diff -upr gdb.orig/testsuite/gdb.c++/ovldbreak.exp gdb/testsuite/gdb.c++/ovldbreak.exp
--- gdb.orig/testsuite/gdb.c++/ovldbreak.exp Mon Jan 29 17:06:26 2001
+++ gdb/testsuite/gdb.c++/ovldbreak.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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
Embarrassing! The guy who changed ovldbreak.exp in 2001, me, did not
check in a ChangeLog entry. Obvious fix.
===
A lot of testsuite/gdb.chill/*.exp dropped the year 1997. All of these
are due to a wildcard in testsuite/gdb.chill/ChangeLog. I expanded the
wildcard and commited the ChangeLog under the obvious fix rule.
===
diff -upr gdb.orig/testsuite/gdb.disasm/sh3.exp gdb/testsuite/gdb.disasm/sh3.exp--- gdb.orig/testsuite/gdb.disasm/sh3.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.disasm/sh3.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1995 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
Another wildcard in testsuite/ChangeLog. This one is on 1997-06-29
and I've expanded it like the others.
===
diff -upr gdb.orig/testsuite/gdb.fortran/exprs.exp gdb/testsuite/gdb.fortran/exprs.exp
--- gdb.orig/testsuite/gdb.fortran/exprs.exp Thu Apr 15 18:34:34 1999
+++ gdb/testsuite/gdb.fortran/exprs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996 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
Another wildcard in testsuite/ChangeLog. This one is on 1997-02-01
and I've expanded it like the others.
===
diff -upr gdb.orig/testsuite/gdb.threads/pthreads.exp gdb/testsuite/gdb.threads/pthreads.exp
--- gdb.orig/testsuite/gdb.threads/pthreads.exp Thu Feb 15 19:58:09 2001
+++ gdb/testsuite/gdb.threads/pthreads.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996, 1999, 2000, 2001 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
Another wildcard in testsuite/ChangeLog. This one is on 1997-02-23
and I've expanded it like the others.
===
diff -upr gdb.orig/typeprint.h gdb/typeprint.h
--- gdb.orig/typeprint.h Tue Feb 1 17:21:11 2000
+++ gdb/typeprint.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Language independent support for printing types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1993, 1999, 2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 2000
Free Software Foundation, Inc.
This file is part of GDB.
This file was edited in 1999, but there is no ChangeLog entry for it.
It would take nontrivial work to reconstruct the ChangeLog entry.
Just leave the 1999 in.
===
diff -upr gdb.orig/valprint.h gdb/valprint.h
--- gdb.orig/valprint.h Mon Feb 7 21:39:02 2000
+++ gdb/valprint.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Declarations for value printing routines for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1992, 1994, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
This file was created on 1992-12-18 as a descendant of valprint.c.
Thus, the 1991 entry should stay. This file was edited on 1993-11-01
but the ChangeLog entry does not mention any filenams. The 1993 entry
should stay too.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH RFC #2] Update/correct copyright notices
2001-03-04 20:27 Michael Elizabeth Chastain
@ 2001-03-04 23:50 ` Eli Zaretskii
[not found] ` <eliz@is.elta.co.il>
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2001-03-04 23:50 UTC (permalink / raw)
To: Michael Elizabeth Chastain; +Cc: gdb-patches
On Sun, 4 Mar 2001, Michael Elizabeth Chastain wrote:
> diff -upr gdb.orig/doc/gdbgui.texinfo gdb/doc/gdbgui.texinfo
> --- gdb.orig/doc/gdbgui.texinfo Sun Feb 6 17:19:39 2000
> +++ gdb/doc/gdbgui.texinfo Thu Mar 1 00:12:03 2001
> @@ -1,5 +1,5 @@
> \input texinfo @c -*-texinfo-*-
> -@c Copyright 1988 1989 1990 1991 1992 1993 1994 Free Software Foundation, Inc.
> +@c Copyright 1995 Free Software Foundation, Inc.
> @c
> @c %**start of header
> @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
>
> Yikes! All the original years disappeared!
>
> This file was created on 1995-01-07. I checked the Red Hat archive:
> the earliest revision of this file at Red Hat has the exact copyright
> line shown ("1988 1989 1990 1991 1992 1993 1994"). There's no evidence
> that this file was carved out of another file, but I recommend leaving
> the original copyright years in, as the original author wrote them in.
What, without the commas between the years? Shouldn't we add the
commas?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH RFC #2] Update/correct copyright notices
@ 2001-03-01 0:24 Kevin Buettner
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2001-03-01 0:24 UTC (permalink / raw)
To: gdb-patches
The changes represented by the patch below were automatically generated.
Thanks to Michael Chastain and Eli Zaretskii for feedback on the previous
patch. This patch supercedes
http://sources.redhat.com/ml/gdb-patches/2001-02/msg00500.html
If no additional problems are found, I'll commit this patch early
next week (probably late Sunday or early Monday).
The script used to generate these changes is at
http://sources.redhat.com/ml/gdb-patches/2001-03/msg00000.html
For ChangeLog:
* 29k-share/udi/udip2soc.c, COPYING, Makefile.in, a29k-tdep.c,
a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
alphabsd-nat.c, annotate.c, annotate.h, arc-tdep.c,
arch-utils.c, arch-utils.h, arm-linux-nat.c, arm-tdep.c,
ax-gdb.c, ax-gdb.h, ax-general.c, ax.h, bcache.c, bcache.h,
blockframe.c, breakpoint.c, breakpoint.h, buildsym.c,
buildsym.h, c-exp.y, c-lang.c, c-lang.h, c-typeprint.c,
c-valprint.c, call-cmds.h, ch-exp.c, ch-lang.c, ch-lang.h,
ch-typeprint.c, ch-valprint.c, cli/cli-cmds.h,
cli/cli-decode.c, cli/cli-decode.h, cli/cli-script.c,
cli/cli-script.h, cli/cli-setshow.h, cli/cli-utils.h,
cli-out.c, cli-out.h, coff-solib.c, coff-solib.h, coffread.c,
command.h, complaints.c, complaints.h, completer.c,
completer.h, config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
config/alpha/nm-linux.h, config/alpha/nm-osf.h,
config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
config/arm/nm-linux.h, config/arm/tm-arm.h,
config/arm/tm-embed.h, config/d10v/tm-d10v.h,
config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
config/i386/tm-fbsd.h, config/i386/tm-i386.h,
config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
config/i386/xm-linux.h, config/i386/xm-nbsd.h,
config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
config/i960/tm-i960.h, config/i960/tm-mon960.h,
config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
config/ia64/nm-aix.h, config/ia64/nm-linux.h,
config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
config/ia64/tm-linux.h, config/ia64/xm-aix.h,
config/ia64/xm-linux.h, config/m32r/tm-m32r.h,
config/m68k/nm-apollo68b.h, config/m68k/nm-delta68.h,
config/m68k/nm-dpx2.h, config/m68k/nm-hp300bsd.h,
config/m68k/nm-hp300hpux.h, config/m68k/nm-linux.h,
config/m68k/nm-sun3.h, config/m68k/tm-apollo68b.h,
config/m68k/tm-cisco.h, config/m68k/tm-delta68.h,
config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
config/m68k/tm-isi.h, config/m68k/tm-linux.h,
config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
config/m68k/xm-mpw.h, config/m68k/xm-news.h,
config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
config/mips/nm-irix3.h, config/mips/nm-irix4.h,
config/mips/nm-irix5.h, config/mips/nm-mips.h,
config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
config/mips/tm-embed.h, config/mips/tm-embed64.h,
config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
config/mips/tm-irix3.h, config/mips/tm-irix5.h,
config/mips/tm-mips.h, config/mips/tm-mips64.h,
config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
config/mips/xm-irix4.h, config/mips/xm-irix5.h,
config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
config/mn10300/tm-mn10300.h, config/nm-gnu.h,
config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
config/nm-sysv4.h, config/none/nm-none.h,
config/none/tm-none.h, config/none/xm-none.h,
config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
config/pa/nm-hppab.h, config/pa/nm-hppah.h,
config/pa/nm-hppao.h, config/pa/tm-hppa.h,
config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
config/pa/xm-hppab.h, config/pa/xm-hppah.h,
config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
elfread.c, environ.c, environ.h, eval.c, event-loop.c,
event-loop.h, event-top.c, exec.c, expprint.c, expression.h,
f-exp.y, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c,
findvar.c, fork-child.c, fr30-tdep.c, frame.c, frame.h,
gdb-events.c, gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1,
gdb_string.h, gdb_thread_db.h, gdbcmd.h, gdbcore.h,
gdbserver/Makefile.in, gdbserver/gdbreplay.c,
gdbserver/gdbserver.1, gdbserver/low-hppabsd.c,
gdbserver/low-linux.c, gdbserver/low-lynx.c,
gdbserver/low-nbsd.c, gdbserver/low-sim.c,
gdbserver/low-sparc.c, gdbserver/low-sun3.c,
gdbserver/remote-utils.c, gdbserver/server.c,
gdbserver/server.h, gdbserver/utils.c, gdbthread.h,
gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h, gnu-regex.c,
gnu-regex.h, h8300-tdep.c, h8500-tdep.c, hp-psymtab-read.c,
hp-symtab-read.c, hp300ux-nat.c, hppa-tdep.c, hppab-nat.c,
hppah-nat.c, hppam3-nat.c, hpread.c, hpread.h, hpux-thread.c,
i386-linux-tdep.c, i386-tdep.c, i386aix-nat.c, i386b-nat.c,
i386bsd-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
i386mach-nat.c, i386nbsd-tdep.c, i386v-nat.c, i386v4-nat.c,
i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h, inflow.c,
infptrace.c, infrun.c, inftarg.c, infttrace.c, irix4-nat.c,
irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c, jv-lang.h,
jv-typeprint.c, jv-valprint.c, kdb-start.c, kod-cisco.c,
kod.c, language.c, language.h, lin-lwp.c, lin-thread.c,
linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
m32r-rom.c, m32r-tdep.c, m68hc11-tdep.c, m68k-tdep.c,
m68klinux-nat.c, m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c,
mac-nat.c, mac-xdep.c, main.c, maint.c, mcore-rom.c,
mcore-tdep.c, mdebugread.c, mem-break.c, minimon.h, minsyms.c,
mips-nat.c, mips-tdep.c, mipsm3-nat.c, mipsread.c,
mipsv4-nat.c, mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c,
monitor.c, monitor.h, news-xdep.c, nindy-share/env.h,
nindy-tdep.c, nlm/Makefile.in, nlmread.c, ns32k-tdep.c,
ns32km3-nat.c, ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c,
ocd.h, op50-rom.c, os9kread.c, osfsolib.c, p-exp.y,
pa64solib.c, pa64solib.h, parse.c, parser-defs.h,
partial-stab.h, ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c,
ppcbug-rom.c, ppcnbsd-nat.c, printcmd.c, proc-api.c,
proc-events.c, proc-flags.c, proc-utils.h, proc-why.c,
procfs.c, ptx4-nat.c, rdi-share/Makefile.in,
rdi-share/aclocal.m4, regcache.c, remote-adapt.c,
remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
remote-es.c, remote-est.c, remote-hms.c, remote-mips.c,
remote-mm.c, remote-nindy.c, remote-nrom.c, remote-os9k.c,
remote-rdi.c, remote-rdp.c, remote-sds.c, remote-sim.c,
remote-st.c, remote-udi.c, remote-utils.c, remote-utils.h,
remote-vx.c, remote.c, remote.h, reply_mig_hack.awk,
rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, scm-exp.c,
scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c, ser-tcp.c,
ser-unix.c, serial.c, serial.h, sh-tdep.c, sh3-rom.c,
sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c, solib.h,
solist.h, somread.c, somsolib.c, somsolib.h, source.c,
sparc-nat.c, sparc-tdep.c, sparcl-tdep.c, sparclet-rom.c,
srec.h, stabsread.c, stabsread.h, stack.c, standalone.c,
stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c, symfile.c,
symfile.h, symm-nat.c, symm-tdep.c, symmisc.c, symtab.c,
symtab.h, target.c, target.h, terminal.h, thread-db.c,
thread.c, tic80-tdep.c, top.c, top.h, tracepoint.c,
tracepoint.h, typeprint.c, typeprint.h, ui-file.c, ui-file.h,
ui-out.h, ultra3-nat.c, ultra3-xdep.c, umax-xdep.c, utils.c,
v850-tdep.c, v850ice.c, valarith.c, valops.c, valprint.c,
valprint.h, value.h, values.c, varobj.h, vax-tdep.c,
version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
notices.
For doc/ChangeLog...
* Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
gdbgui.texinfo, gdbint.texinfo, refcard.tex: Update/correct
copyright notices.
For mi/ChangeLog:
* gdbmi.texinfo, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
mi-parse.h: Update/correct copyright notices.
For testsuite/ChangeLog:
* Makefile.in, config/abug.exp, config/cfdbug.exp,
config/cpu32bug.exp, config/dve.exp, config/est.exp,
config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
config/monitor.exp, config/netware.exp, config/proelf.exp,
config/rom68k.exp, config/sh.exp, config/sid.exp,
config/slite.exp, config/sparclet.exp, config/udi.exp,
config/unknown.exp, config/vr4300.exp, config/vr5000.exp,
config/vx.exp, config/vxworks.exp, config/vxworks29k.exp,
gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
gdb.base/all-bin.exp, gdb.base/annota1.exp,
gdb.base/arithmet.exp, gdb.base/assign.exp,
gdb.base/async.exp, gdb.base/attach.exp,
gdb.base/bitfields.exp, gdb.base/bitops.exp,
gdb.base/break.exp, gdb.base/call-ar-st.exp,
gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
gdb.base/commands.exp, gdb.base/completion.exp,
gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
gdb.base/constvars.exp, gdb.base/corefile.exp,
gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
gdb.base/display.exp, gdb.base/ena-dis-br.exp,
gdb.base/ending-run.exp, gdb.base/environ.exp,
gdb.base/eval-skip.exp, gdb.base/exprs.exp,
gdb.base/finish.exp, gdb.base/foll-exec.exp,
gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
gdb.base/funcargs.exp, gdb.base/gdbvars.exp,
gdb.base/help.exp, gdb.base/interrupt.exp, gdb.base/jump.exp,
gdb.base/langs.exp, gdb.base/list.exp, gdb.base/logical.exp,
gdb.base/long_long.exp, gdb.base/maint.exp,
gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
gdb.base/nodebug.exp, gdb.base/opaque.exp,
gdb.base/overlays.exp, gdb.base/page.exp,
gdb.base/pointers.exp, gdb.base/printcmds.exp,
gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
gdb.base/regs.exp, gdb.base/relational.exp,
gdb.base/remote.exp, gdb.base/reread.exp,
gdb.base/restore.exp, gdb.base/return.exp,
gdb.base/return2.exp, gdb.base/scope.exp,
gdb.base/sect-cmd.exp, gdb.base/selftest.exp,
gdb.base/setshow.exp, gdb.base/setvar.exp,
gdb.base/shlib-call.exp, gdb.base/sigall.exp,
gdb.base/signals.exp, gdb.base/sizeof.exp,
gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
gdb.base/solib.exp, gdb.base/step-test.exp,
gdb.base/structs.c, gdb.base/structs.exp,
gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
gdb.base/varargs.exp, gdb.base/volatile.exp,
gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp,
gdb.base/whatis.exp, gdb.c++/ambiguous.exp,
gdb.c++/annota2.exp, gdb.c++/anon-union.exp,
gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp,
gdb.c++/demangle.exp, gdb.c++/derivation.exp,
gdb.c++/inherit.exp, gdb.c++/local.exp,
gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
gdb.c++/namespace.exp, gdb.c++/overload.exp,
gdb.c++/ovldbreak.exp, gdb.c++/ref-types.exp,
gdb.c++/templates.exp, gdb.c++/userdef.exp,
gdb.c++/virtfunc.exp, gdb.chill/builtins.exp,
gdb.chill/callch.exp, gdb.chill/chexp.exp,
gdb.chill/chillvars.exp, gdb.chill/enum.exp,
gdb.chill/gch1041.exp, gdb.chill/gch1272.exp,
gdb.chill/gch1280.exp, gdb.chill/gch922.exp,
gdb.chill/gch981.exp, gdb.chill/misc.exp,
gdb.chill/powerset.exp, gdb.chill/pr-4975.exp,
gdb.chill/pr-5016.exp, gdb.chill/pr-5020.exp,
gdb.chill/pr-5022.exp, gdb.chill/pr-5646.exp,
gdb.chill/pr-5984.exp, gdb.chill/pr-6292.exp,
gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp,
gdb.chill/pr-8136.exp, gdb.chill/pr-8405.exp,
gdb.chill/pr-8742.exp, gdb.chill/pr-8894.exp,
gdb.chill/pr-9095.exp, gdb.chill/pr-9946.exp,
gdb.chill/result.exp, gdb.chill/string.exp,
gdb.chill/tests1.ch, gdb.chill/tests1.exp,
gdb.chill/tests2.ch, gdb.chill/tests2.exp,
gdb.chill/tuples.exp, gdb.chill/xstruct.exp,
gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
gdb.disasm/sh3.exp, gdb.fortran/exprs.exp,
gdb.fortran/types.exp, gdb.java/jmisc.exp,
gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
gdb.mi/mi-hack-cli.exp, gdb.mi/mi-read-memory.exp,
gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp,
gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp, gdb.mi/mi-watch.exp,
gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
gdb.threads/pthreads.exp, gdb.trace/actions.exp,
gdb.trace/backtrace.exp, gdb.trace/circ.exp,
gdb.trace/collection.exp, gdb.trace/deltrace.exp,
gdb.trace/infotrace.exp, gdb.trace/limits.exp,
gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
gdb.trace/passcount.exp, gdb.trace/report.exp,
gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
gdb.trace/while-stepping.exp, lib/gdb.exp, lib/mi-support.exp:
Update/correct copyright notice.
For tui/ChangeLog:
* tui-file.h: Update/correct copyright notice.
diff -upr gdb.orig/29k-share/udi/udip2soc.c gdb/29k-share/udi/udip2soc.c
--- gdb.orig/29k-share/udi/udip2soc.c Thu Apr 15 18:34:12 1999
+++ gdb/29k-share/udi/udip2soc.c Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright 1993 Free Software Foundation, Inc.
+/* Copyright 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/COPYING gdb/COPYING
--- gdb.orig/COPYING Thu Apr 15 18:33:57 1999
+++ gdb/COPYING Thu Mar 1 00:12:03 2001
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1989, 1991, 1997 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff -upr gdb.orig/Makefile.in gdb/Makefile.in
--- gdb.orig/Makefile.in Tue Feb 20 22:35:51 2001
+++ gdb/Makefile.in Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
-# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-# 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+# 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of GDB.
diff -upr gdb.orig/a29k-tdep.c gdb/a29k-tdep.c
--- gdb.orig/a29k-tdep.c Thu Feb 15 19:57:57 2001
+++ gdb/a29k-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for the AMD 29000
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon.
diff -upr gdb.orig/a68v-nat.c gdb/a68v-nat.c
--- gdb.orig/a68v-nat.c Mon Jul 31 09:11:47 2000
+++ gdb/a68v-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Host-dependent code for Apollo-68ks for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/abug-rom.c gdb/abug-rom.c
--- gdb.orig/abug-rom.c Mon Jul 31 09:11:47 2000
+++ gdb/abug-rom.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Remote debugging interface for ABug Rom monitor for GDB, the GNU debugger.
- Copyright 1995, 1996, 1998 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Rob Savoye of Cygnus Support
diff -upr gdb.orig/aclocal.m4 gdb/aclocal.m4
--- gdb.orig/aclocal.m4 Tue Sep 12 18:23:50 2000
+++ gdb/aclocal.m4 Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
dnl aclocal.m4 generated automatically by aclocal 1.4
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+dnl Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff -upr gdb.orig/alpha-nat.c gdb/alpha-nat.c
--- gdb.orig/alpha-nat.c Sat Dec 9 12:10:05 2000
+++ gdb/alpha-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level Alpha interface, for GDB when running native.
- Copyright 1993, 1995, 1996, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/alpha-tdep.c gdb/alpha-tdep.c
--- gdb.orig/alpha-tdep.c Thu Dec 14 18:42:51 2000
+++ gdb/alpha-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger.
- Copyright 1993, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/alphabsd-nat.c gdb/alphabsd-nat.c
--- gdb.orig/alphabsd-nat.c Wed Jan 24 16:46:37 2001
+++ gdb/alphabsd-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent code for Alpha BSD's.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/annotate.c gdb/annotate.c
--- gdb.orig/annotate.c Mon Jul 31 09:11:47 2000
+++ gdb/annotate.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Annotation routines for GDB.
- Copyright 1986, 89, 90, 91, 92, 95, 98, 1999 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/annotate.h gdb/annotate.h
--- gdb.orig/annotate.h Sat Jun 3 18:38:38 2000
+++ gdb/annotate.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Annotation routines for GDB.
- Copyright 1986, 1989, 1990, 1991, 1992, 1999 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/arc-tdep.c gdb/arc-tdep.c
--- gdb.orig/arc-tdep.c Tue Jan 30 23:24:47 2001
+++ gdb/arc-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* ARC target-dependent stuff.
- Copyright (C) 1995, 1997, 2001 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/arch-utils.c gdb/arch-utils.c
--- gdb.orig/arch-utils.c Thu Feb 15 19:57:57 2001
+++ gdb/arch-utils.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright 1998-1999, 2001 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/arch-utils.h gdb/arch-utils.h
--- gdb.orig/arch-utils.h Wed Jan 24 16:46:37 2001
+++ gdb/arch-utils.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright 1998-2000, Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/arm-linux-nat.c gdb/arm-linux-nat.c
--- gdb.orig/arm-linux-nat.c Thu Feb 15 19:57:57 2001
+++ gdb/arm-linux-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* GNU/Linux on ARM native support.
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/arm-tdep.c gdb/arm-tdep.c
--- gdb.orig/arm-tdep.c Tue Feb 20 12:31:27 2001
+++ gdb/arm-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Common target dependent code for GDB on ARM systems.
- Copyright 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000
+ Copyright 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ax-gdb.c gdb/ax-gdb.c
--- gdb.orig/ax-gdb.c Thu Feb 15 19:57:57 2001
+++ gdb/ax-gdb.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* GDB-specific functions for operating on agent expressions
- Copyright 1998, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ax-gdb.h gdb/ax-gdb.h
--- gdb.orig/ax-gdb.h Sat May 27 19:11:30 2000
+++ gdb/ax-gdb.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* GDB-specific functions for operating on agent expressions
- Copyright 1998 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ax-general.c gdb/ax-general.c
--- gdb.orig/ax-general.c Thu Dec 14 18:42:51 2000
+++ gdb/ax-general.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Functions for manipulating expressions designed to be executed on the agent
- Copyright 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ax.h gdb/ax.h
--- gdb.orig/ax.h Sat May 27 19:11:30 2000
+++ gdb/ax.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions for expressions designed to be executed on the agent
- Copyright 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/bcache.c gdb/bcache.c
--- gdb.orig/bcache.c Thu Dec 14 18:42:51 2000
+++ gdb/bcache.c Thu Mar 1 00:12:03 2001
@@ -1,7 +1,7 @@
/* Implement a cached obstack.
Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com>
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/bcache.h gdb/bcache.h
--- gdb.orig/bcache.h Tue Jun 6 14:53:39 2000
+++ gdb/bcache.h Thu Mar 1 00:12:03 2001
@@ -1,7 +1,7 @@
/* Include file cached obstack implementation.
Written by Fred Fish <fnf@cygnus.com>
Rewritten by Jim Blandy <jimb@cygnus.com>
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/blockframe.c gdb/blockframe.c
--- gdb.orig/blockframe.c Wed Jan 24 16:46:37 2001
+++ gdb/blockframe.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Get info from stack frames;
convert between frames, blocks, functions and pc values.
- Copyright 1986, 87, 88, 89, 91, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/breakpoint.c gdb/breakpoint.c
--- gdb.orig/breakpoint.c Thu Feb 15 19:57:57 2001
+++ gdb/breakpoint.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Everything about breakpoints, for GDB.
- Copyright 1986, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 1999,
- 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/breakpoint.h gdb/breakpoint.h
--- gdb.orig/breakpoint.h Fri Nov 3 17:27:49 2000
+++ gdb/breakpoint.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Data structures associated with breakpoints in GDB.
- Copyright (C) 1992, 93, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/buildsym.c gdb/buildsym.c
--- gdb.orig/buildsym.c Mon Feb 26 17:41:11 2001
+++ gdb/buildsym.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support routines for building symbol tables in GDB's internal format.
- Copyright 1986-2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/buildsym.h gdb/buildsym.h
--- gdb.orig/buildsym.h Fri Feb 18 15:15:16 2000
+++ gdb/buildsym.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Build symbol tables in GDB's internal format.
- Copyright 1986-1993, 1996-1999 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1996,
+ 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/c-exp.y gdb/c-exp.y
--- gdb.orig/c-exp.y Tue Jun 6 14:53:40 2000
+++ gdb/c-exp.y Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* YACC parser for C expressions, for GDB.
- Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1996, 1997
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/c-lang.c gdb/c-lang.c
--- gdb.orig/c-lang.c Tue Aug 29 12:03:06 2000
+++ gdb/c-lang.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* C language support routines for GDB, the GNU debugger.
- Copyright 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/c-lang.h gdb/c-lang.h
--- gdb.orig/c-lang.h Sat May 27 19:11:31 2000
+++ gdb/c-lang.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* C language support definitions for GDB, the GNU debugger.
- Copyright 1992, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1994, 1995, 1996, 1997, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/c-typeprint.c gdb/c-typeprint.c
--- gdb.orig/c-typeprint.c Thu Dec 14 18:42:52 2000
+++ gdb/c-typeprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing C and C++ types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 1993-1996, 1998-2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/c-valprint.c gdb/c-valprint.c
--- gdb.orig/c-valprint.c Wed Nov 29 21:16:33 2000
+++ gdb/c-valprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing C values for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1997, 2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/call-cmds.h gdb/call-cmds.h
--- gdb.orig/call-cmds.h Mon Jan 29 17:06:26 2001
+++ gdb/call-cmds.h Thu Mar 1 00:12:03 2001
@@ -6,7 +6,7 @@
2000-12-01 fnasser@redhat.com */
/* Prototypes for GDB commands that are called internally by other functions.
- Copyright 1992 Free Software Foundation, Inc.
+ Copyright 1992, 2000, 2001 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 -upr gdb.orig/ch-exp.c gdb/ch-exp.c
--- gdb.orig/ch-exp.c Thu Feb 15 19:57:57 2001
+++ gdb/ch-exp.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parser for GNU CHILL (CCITT High-Level Language) -*- C -*-
- Copyright (C) 1992, 1993, 1995, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ch-lang.c gdb/ch-lang.c
--- gdb.orig/ch-lang.c Tue Aug 29 12:03:06 2000
+++ gdb/ch-lang.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Chill language support routines for GDB, the GNU debugger.
- Copyright 1992, 1995, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ch-lang.h gdb/ch-lang.h
--- gdb.orig/ch-lang.h Sat May 27 19:11:31 2000
+++ gdb/ch-lang.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Chill language support definitions for GDB, the GNU debugger.
- Copyright 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ch-typeprint.c gdb/ch-typeprint.c
--- gdb.orig/ch-typeprint.c Mon Jul 31 09:11:53 2000
+++ gdb/ch-typeprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing Chill types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ch-valprint.c gdb/ch-valprint.c
--- gdb.orig/ch-valprint.c Mon Jul 31 09:11:53 2000
+++ gdb/ch-valprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing Chill values for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1994, 2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/cli/cli-cmds.h gdb/cli/cli-cmds.h
--- gdb.orig/cli/cli-cmds.h Fri Dec 1 11:01:38 2000
+++ gdb/cli/cli-cmds.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 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 -upr gdb.orig/cli/cli-decode.c gdb/cli/cli-decode.c
--- gdb.orig/cli/cli-decode.c Wed Jan 24 16:46:40 2001
+++ gdb/cli/cli-decode.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Handle lists of commands, their decoding and documentation, for GDB.
- Copyright 1986, 1989, 1990, 1991, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1998, 2000, 2001
+ 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 -upr gdb.orig/cli/cli-decode.h gdb/cli/cli-decode.h
--- gdb.orig/cli/cli-decode.h Fri Dec 1 11:01:38 2000
+++ gdb/cli/cli-decode.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header file for GDB command decoding library.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 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 -upr gdb.orig/cli/cli-script.c gdb/cli/cli-script.c
--- gdb.orig/cli/cli-script.c Thu Feb 15 19:58:02 2001
+++ gdb/cli/cli-script.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* GDB CLI command scripting.
- Copyright 1986-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/cli/cli-script.h gdb/cli/cli-script.h
--- gdb.orig/cli/cli-script.h Fri Dec 1 11:01:38 2000
+++ gdb/cli/cli-script.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 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 -upr gdb.orig/cli/cli-setshow.h gdb/cli/cli-setshow.h
--- gdb.orig/cli/cli-setshow.h Fri Dec 1 11:01:38 2000
+++ gdb/cli/cli-setshow.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header file for GDB CLI set and show commands implementation.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 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 -upr gdb.orig/cli/cli-utils.h gdb/cli/cli-utils.h
--- gdb.orig/cli/cli-utils.h Tue Jan 30 23:24:48 2001
+++ gdb/cli/cli-utils.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header file for GDB CLI utility library.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright 2001 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 -upr gdb.orig/cli-out.c gdb/cli-out.c
--- gdb.orig/cli-out.c Mon Jul 31 09:11:53 2000
+++ gdb/cli-out.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Output generating routines for GDB CLI.
- Copyright 1999-2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
Written by Fernando Nasser for Cygnus.
diff -upr gdb.orig/cli-out.h gdb/cli-out.h
--- gdb.orig/cli-out.h Wed Feb 2 21:14:27 2000
+++ gdb/cli-out.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Output generating routines for GDB CLI.
- Copyright 1999-2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB.
diff -upr gdb.orig/coff-solib.c gdb/coff-solib.c
--- gdb.orig/coff-solib.c Mon Jul 31 09:11:53 2000
+++ gdb/coff-solib.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Handle COFF SVR3 shared libraries for GDB, the GNU Debugger.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/coff-solib.h gdb/coff-solib.h
--- gdb.orig/coff-solib.h Sat May 27 19:11:31 2000
+++ gdb/coff-solib.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/coffread.c gdb/coffread.c
--- gdb.orig/coffread.c Thu Dec 14 18:42:52 2000
+++ gdb/coffread.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Read coff symbol tables and convert to internal format, for GDB.
- Copyright 1987, 88, 89, 90, 91, 92, 93, 94, 96, 97, 1998
+ Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu).
diff -upr gdb.orig/command.h gdb/command.h
--- gdb.orig/command.h Fri Dec 22 12:18:58 2000
+++ gdb/command.h Thu Mar 1 00:12:03 2001
@@ -6,7 +6,8 @@
2000-12-01 fnasser@redhat.com */
/* Header file for command-reading library command.c.
- Copyright (C) 1986, 1989, 1990, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000
+ 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 -upr gdb.orig/complaints.c gdb/complaints.c
--- gdb.orig/complaints.c Fri Dec 22 12:18:58 2000
+++ gdb/complaints.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for complaint handling during symbol reading in GDB.
- Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/complaints.h gdb/complaints.h
--- gdb.orig/complaints.h Sat May 27 19:11:31 2000
+++ gdb/complaints.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions for complaint handling during symbol reading in GDB.
- Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1995, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/completer.c gdb/completer.c
--- gdb.orig/completer.c Tue Feb 20 12:31:27 2001
+++ gdb/completer.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Line completion stuff for GDB, the GNU debugger.
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/completer.h gdb/completer.h
--- gdb.orig/completer.h Thu Nov 30 17:41:27 2000
+++ gdb/completer.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header for GDB line completion.
- Copyright 2000 Free Software Foundation.
+ Copyright 2000 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 -upr gdb.orig/config/a29k/nm-ultra3.h gdb/config/a29k/nm-ultra3.h
--- gdb.orig/config/a29k/nm-ultra3.h Wed Jul 7 13:11:44 1999
+++ gdb/config/a29k/nm-ultra3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Host definitions for GDB running on an a29k NYU Ultracomputer
- Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993
+ Free Software Foundation, Inc.
Contributed by David Wood (wood@lab.ultra.nyu.edu).
This file is part of GDB.
diff -upr gdb.orig/config/a29k/tm-a29k.h gdb/config/a29k/tm-a29k.h
--- gdb.orig/config/a29k/tm-a29k.h Sat May 27 19:11:38 2000
+++ gdb/config/a29k/tm-a29k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for target machine AMD 29000, for GDB, the GNU debugger.
- Copyright 1990, 1991, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon.
This file is part of GDB.
diff -upr gdb.orig/config/a29k/tm-ultra3.h gdb/config/a29k/tm-ultra3.h
--- gdb.orig/config/a29k/tm-ultra3.h Wed Jul 7 13:11:48 1999
+++ gdb/config/a29k/tm-ultra3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for NYU Ultracomputer 29000 target, for GDB, the GNU debugger.
- Copyright 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1993 Free Software Foundation, Inc.
Contributed by David Wood @ New York University (wood@nyu.edu).
This file is part of GDB.
diff -upr gdb.orig/config/a29k/tm-vx29k.h gdb/config/a29k/tm-vx29k.h
--- gdb.orig/config/a29k/tm-vx29k.h Sat May 27 19:11:38 2000
+++ gdb/config/a29k/tm-vx29k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target machine description for VxWorks on the 29k, for GDB, the GNU debugger.
- Copyright 1994, 1999 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/a29k/xm-ultra3.h gdb/config/a29k/xm-ultra3.h
--- gdb.orig/config/a29k/xm-ultra3.h Wed Jul 7 13:11:50 1999
+++ gdb/config/a29k/xm-ultra3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host definitions for GDB running on an a29k NYU Ultracomputer
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
Contributed by David Wood (wood@lab.ultra.nyu.edu).
This file is part of GDB.
diff -upr gdb.orig/config/alpha/nm-fbsd.h gdb/config/alpha/nm-fbsd.h
--- gdb.orig/config/alpha/nm-fbsd.h Sat Jun 3 15:48:42 2000
+++ gdb/config/alpha/nm-fbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for FreeBSD/Alpha.
- Copyright (C) 1986, 87, 89, 92, 96, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/nm-linux.h gdb/config/alpha/nm-linux.h
--- gdb.orig/config/alpha/nm-linux.h Wed Feb 21 13:35:25 2001
+++ gdb/config/alpha/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native definitions for alpha running Linux.
- Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/nm-osf.h gdb/config/alpha/nm-osf.h
--- gdb.orig/config/alpha/nm-osf.h Sat May 27 19:11:38 2000
+++ gdb/config/alpha/nm-osf.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native definitions for alpha running OSF/1.
- Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/nm-osf2.h gdb/config/alpha/nm-osf2.h
--- gdb.orig/config/alpha/nm-osf2.h Sat May 27 19:11:38 2000
+++ gdb/config/alpha/nm-osf2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native definitions for alpha running OSF/1-2.x, using procfs.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/nm-osf3.h gdb/config/alpha/nm-osf3.h
--- gdb.orig/config/alpha/nm-osf3.h Wed Jul 7 13:11:57 1999
+++ gdb/config/alpha/nm-osf3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native definitions for alpha running OSF/1-3.x and higher, using procfs.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/tm-alpha.h gdb/config/alpha/tm-alpha.h
--- gdb.orig/config/alpha/tm-alpha.h Sat May 27 19:11:38 2000
+++ gdb/config/alpha/tm-alpha.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on an Alpha box under OSF1. This is
also used by the Alpha/Netware and Alpha/Linux targets.
- Copyright 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/tm-alphalinux.h gdb/config/alpha/tm-alphalinux.h
--- gdb.orig/config/alpha/tm-alphalinux.h Sat May 27 19:11:38 2000
+++ gdb/config/alpha/tm-alphalinux.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions to make GDB run on an Alpha box under Linux. The
definitions here are used when the _target_ system is running Linux.
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/xm-alphalinux.h gdb/config/alpha/xm-alphalinux.h
--- gdb.orig/config/alpha/xm-alphalinux.h Wed Jul 7 13:12:00 1999
+++ gdb/config/alpha/xm-alphalinux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host definitions for GDB running on an Alpha under Linux
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/xm-alphaosf.h gdb/config/alpha/xm-alphaosf.h
--- gdb.orig/config/alpha/xm-alphaosf.h Wed Jul 7 13:12:02 1999
+++ gdb/config/alpha/xm-alphaosf.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host definitions for GDB running on an alpha under OSF/1
- Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/alpha/xm-fbsd.h gdb/config/alpha/xm-fbsd.h
--- gdb.orig/config/alpha/xm-fbsd.h Wed May 31 13:26:46 2000
+++ gdb/config/alpha/xm-fbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-dependent definitions for FreeBSD/i386.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/arc/tm-arc.h gdb/config/arc/tm-arc.h
--- gdb.orig/config/arc/tm-arc.h Sat May 27 19:11:38 2000
+++ gdb/config/arc/tm-arc.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for target machine ARC, for GDB, the GNU debugger.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/arm/nm-linux.h gdb/config/arm/nm-linux.h
--- gdb.orig/config/arm/nm-linux.h Thu Feb 15 19:58:02 2001
+++ gdb/config/arm/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on an ARM based machine under GNU/Linux.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/arm/tm-arm.h gdb/config/arm/tm-arm.h
--- gdb.orig/config/arm/tm-arm.h Mon Sep 11 16:57:53 2000
+++ gdb/config/arm/tm-arm.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to target GDB to ARM targets.
- Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/arm/tm-embed.h gdb/config/arm/tm-embed.h
--- gdb.orig/config/arm/tm-embed.h Mon Sep 11 16:57:53 2000
+++ gdb/config/arm/tm-embed.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to target GDB to ARM embedded systems.
- Copyright 1986-1989, 1991, 1993-1999 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/d10v/tm-d10v.h gdb/config/d10v/tm-d10v.h
--- gdb.orig/config/d10v/tm-d10v.h Tue Aug 29 12:03:22 2000
+++ gdb/config/d10v/tm-d10v.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-specific definition for the Mitsubishi D10V
- Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/d30v/tm-d30v.h gdb/config/d30v/tm-d30v.h
--- gdb.orig/config/d30v/tm-d30v.h Sat May 27 19:11:38 2000
+++ gdb/config/d30v/tm-d30v.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-specific definition for the Mitsubishi D30V
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/fr30/tm-fr30.h gdb/config/fr30/tm-fr30.h
--- gdb.orig/config/fr30/tm-fr30.h Sat May 27 19:11:38 2000
+++ gdb/config/fr30/tm-fr30.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Fujitsu FR30 processor.
- Copyright 1999, Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/h8300/tm-h8300.h gdb/config/h8300/tm-h8300.h
--- gdb.orig/config/h8300/tm-h8300.h Thu Jul 27 10:36:23 2000
+++ gdb/config/h8300/tm-h8300.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a H8/300 series machine.
- Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/h8500/tm-h8500.h gdb/config/h8500/tm-h8500.h
--- gdb.orig/config/h8500/tm-h8500.h Mon Feb 26 17:41:12 2001
+++ gdb/config/h8500/tm-h8500.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a H8/500 series machine.
- Copyright (C) 1993, 1995 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-fbsd.h gdb/config/i386/nm-fbsd.h
--- gdb.orig/config/i386/nm-fbsd.h Fri May 26 01:03:26 2000
+++ gdb/config/i386/nm-fbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for FreeBSD/i386.
- Copyright (C) 1986, 87, 89, 92, 96, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-gnu.h gdb/config/i386/nm-gnu.h
--- gdb.orig/config/i386/nm-gnu.h Wed Jul 7 13:12:35 1999
+++ gdb/config/i386/nm-gnu.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for Intel 386 running the GNU Hurd
- Copyright 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386bsd.h gdb/config/i386/nm-i386bsd.h
--- gdb.orig/config/i386/nm-i386bsd.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-i386bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for Intel 386 running BSD Unix, for GDB.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386mach.h gdb/config/i386/nm-i386mach.h
--- gdb.orig/config/i386/nm-i386mach.h Wed Jul 7 13:12:41 1999
+++ gdb/config/i386/nm-i386mach.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native definitions for Mach on an Intel 386
- Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386sco.h gdb/config/i386/nm-i386sco.h
--- gdb.orig/config/i386/nm-i386sco.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-i386sco.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for i386.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1998, 2000
+ Free Software Foundation, Inc.
Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386sol2.h gdb/config/i386/nm-i386sol2.h
--- gdb.orig/config/i386/nm-i386sol2.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-i386sol2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for i386 running Solaris 2.
- Copyright 1998 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386v.h gdb/config/i386/nm-i386v.h
--- gdb.orig/config/i386/nm-i386v.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-i386v.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for i386.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1998, 2000
+ Free Software Foundation, Inc.
Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386v4.h gdb/config/i386/nm-i386v4.h
--- gdb.orig/config/i386/nm-i386v4.h Wed Jul 7 13:12:48 1999
+++ gdb/config/i386/nm-i386v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for i386 running SVR4.
- Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1996
+ Free Software Foundation, Inc.
Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-i386v42mp.h gdb/config/i386/nm-i386v42mp.h
--- gdb.orig/config/i386/nm-i386v42mp.h Wed Jul 7 13:12:49 1999
+++ gdb/config/i386/nm-i386v42mp.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for i386 running SVR4.
- Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1996, 1997, 1998
+ Free Software Foundation, Inc.
Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-linux.h gdb/config/i386/nm-linux.h
--- gdb.orig/config/i386/nm-linux.h Mon Sep 25 09:06:30 2000
+++ gdb/config/i386/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for Linux/x86.
- Copyright 1986, 1987, 1989, 1992, 1996, 1998, 2000
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-nbsd.h gdb/config/i386/nm-nbsd.h
--- gdb.orig/config/i386/nm-nbsd.h Wed May 31 21:38:15 2000
+++ gdb/config/i386/nm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for Intel 386 running NetBSD, for GDB.
- Copyright 1986, 1987, 1989, 1992, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-nbsdelf.h gdb/config/i386/nm-nbsdelf.h
--- gdb.orig/config/i386/nm-nbsdelf.h Wed May 31 21:13:36 2000
+++ gdb/config/i386/nm-nbsdelf.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for Intel 386 running NetBSD, for GDB.
- Copyright 1986, 1987, 1989, 1992, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-ptx4.h gdb/config/i386/nm-ptx4.h
--- gdb.orig/config/i386/nm-ptx4.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-ptx4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on a Sequent Symmetry under ptx
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-sun386.h gdb/config/i386/nm-sun386.h
--- gdb.orig/config/i386/nm-sun386.h Wed Jul 7 13:12:55 1999
+++ gdb/config/i386/nm-sun386.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for Sun 386i, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/nm-symmetry.h gdb/config/i386/nm-symmetry.h
--- gdb.orig/config/i386/nm-symmetry.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/nm-symmetry.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on a Sequent Symmetry under dynix 3.0,
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-cygwin.h gdb/config/i386/tm-cygwin.h
--- gdb.orig/config/i386/tm-cygwin.h Tue Aug 29 12:03:22 2000
+++ gdb/config/i386/tm-cygwin.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for i386 running under the win32 API Unix.
- Copyright 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-fbsd.h gdb/config/i386/tm-fbsd.h
--- gdb.orig/config/i386/tm-fbsd.h Fri May 26 01:03:26 2000
+++ gdb/config/i386/tm-fbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-dependent definitions for FreeBSD/i386.
- Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386.h gdb/config/i386/tm-i386.h
--- gdb.orig/config/i386/tm-i386.h Wed Jan 24 16:46:40 2001
+++ gdb/config/i386/tm-i386.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB on an Intel i[345]86.
- Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386aix.h gdb/config/i386/tm-i386aix.h
--- gdb.orig/config/i386/tm-i386aix.h Wed Mar 22 02:45:01 2000
+++ gdb/config/i386/tm-i386aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro defintions for IBM AIX PS/2 (i386).
- Copyright 1986, 1987, 1989, 1992, 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386bsd.h gdb/config/i386/tm-i386bsd.h
--- gdb.orig/config/i386/tm-i386bsd.h Wed Jul 7 13:13:04 1999
+++ gdb/config/i386/tm-i386bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for i386 running under BSD Unix.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386gnu.h gdb/config/i386/tm-i386gnu.h
--- gdb.orig/config/i386/tm-i386gnu.h Mon Jan 31 20:19:15 2000
+++ gdb/config/i386/tm-i386gnu.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for i386 running the GNU Hurd.
- Copyright (C) 1992, 1999 Free Software Foundation, Inc.
+ Copyright 1992, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386lynx.h gdb/config/i386/tm-i386lynx.h
--- gdb.orig/config/i386/tm-i386lynx.h Wed Jul 7 13:13:07 1999
+++ gdb/config/i386/tm-i386lynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for Intel 386 running under LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386m3.h gdb/config/i386/tm-i386m3.h
--- gdb.orig/config/i386/tm-i386m3.h Wed Jul 7 13:13:08 1999
+++ gdb/config/i386/tm-i386m3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for i386, Mach 3.0
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386mk.h gdb/config/i386/tm-i386mk.h
--- gdb.orig/config/i386/tm-i386mk.h Sun Mar 26 15:10:59 2000
+++ gdb/config/i386/tm-i386mk.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for i386, Mach 3.0, OSF 1/MK
- Copyright (C) 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386nw.h gdb/config/i386/tm-i386nw.h
--- gdb.orig/config/i386/tm-i386nw.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-i386nw.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for i386 running NetWare.
- Copyright 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386os9k.h gdb/config/i386/tm-i386os9k.h
--- gdb.orig/config/i386/tm-i386os9k.h Wed Jul 7 13:13:13 1999
+++ gdb/config/i386/tm-i386os9k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for i386 running under BSD Unix.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/config/i386/tm-i386sco5.h gdb/config/i386/tm-i386sco5.h
--- gdb.orig/config/i386/tm-i386sco5.h Wed Jul 7 13:13:14 1999
+++ gdb/config/i386/tm-i386sco5.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB on an Intel i386 running SCO Open Server 5.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright 1998 Free Software Foundation, Inc.
Written by J. Kean Johnston (jkj@sco.com).
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386sol2.h gdb/config/i386/tm-i386sol2.h
--- gdb.orig/config/i386/tm-i386sol2.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-i386sol2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB on an Intel i386 running Solaris 2.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386v.h gdb/config/i386/tm-i386v.h
--- gdb.orig/config/i386/tm-i386v.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-i386v.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for i386, Unix System V.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386v4.h gdb/config/i386/tm-i386v4.h
--- gdb.orig/config/i386/tm-i386v4.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-i386v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB on an Intel i386 running SVR4.
- Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+ Copyright 1991, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com)
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-i386v42mp.h gdb/config/i386/tm-i386v42mp.h
--- gdb.orig/config/i386/tm-i386v42mp.h Mon Jan 10 20:07:28 2000
+++ gdb/config/i386/tm-i386v42mp.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB on an Intel i386 running SVR4.2MP
- Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+ Copyright 1991, 1994, 1997, 1999, 2000 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com)
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-linux.h gdb/config/i386/tm-linux.h
--- gdb.orig/config/i386/tm-linux.h Fri Nov 3 17:27:57 2000
+++ gdb/config/i386/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to target GDB to GNU/Linux on 386.
- Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-nbsd.h gdb/config/i386/tm-nbsd.h
--- gdb.orig/config/i386/tm-nbsd.h Sat Jun 3 15:48:43 2000
+++ gdb/config/i386/tm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for i386 running under NetBSD.
- Copyright 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-ptx.h gdb/config/i386/tm-ptx.h
--- gdb.orig/config/i386/tm-ptx.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-ptx.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Target machine definitions for GDB on a Sequent Symmetry under ptx
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 2000
+ Free Software Foundation, Inc.
Symmetry version by Jay Vosburgh (fubar@sequent.com).
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-ptx4.h gdb/config/i386/tm-ptx4.h
--- gdb.orig/config/i386/tm-ptx4.h Wed Jul 7 13:13:23 1999
+++ gdb/config/i386/tm-ptx4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Target machine definitions for GDB on a Sequent Symmetry under ptx
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994
+ Free Software Foundation, Inc.
Symmetry version by Jay Vosburgh (fubar@sequent.com).
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-sun386.h gdb/config/i386/tm-sun386.h
--- gdb.orig/config/i386/tm-sun386.h Sat May 27 19:11:38 2000
+++ gdb/config/i386/tm-sun386.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for a Sun 386i target machine, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/tm-symmetry.h gdb/config/i386/tm-symmetry.h
--- gdb.orig/config/i386/tm-symmetry.h Wed Jul 7 13:13:26 1999
+++ gdb/config/i386/tm-symmetry.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Target machine definitions for GDB on a Sequent Symmetry under dynix 3.0,
with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Symmetry version by Jay Vosburgh (fubar@sequent.com).
diff -upr gdb.orig/config/i386/tm-vxworks.h gdb/config/i386/tm-vxworks.h
--- gdb.orig/config/i386/tm-vxworks.h Mon Jul 19 16:28:21 1999
+++ gdb/config/i386/tm-vxworks.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Target machine description for VxWorks on the 80[3456]86,
for GDB, the GNU debugger.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-fbsd.h gdb/config/i386/xm-fbsd.h
--- gdb.orig/config/i386/xm-fbsd.h Wed May 24 15:32:58 2000
+++ gdb/config/i386/xm-fbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-dependent definitions for FreeBSD/i386.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386bsd.h gdb/config/i386/xm-i386bsd.h
--- gdb.orig/config/i386/xm-i386bsd.h Wed Jul 7 13:13:30 1999
+++ gdb/config/i386/xm-i386bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Host-dependent definitions for Intel 386 running BSD Unix, for GDB.
- Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1995, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386gnu.h gdb/config/i386/xm-i386gnu.h
--- gdb.orig/config/i386/xm-i386gnu.h Sun Apr 2 07:41:45 2000
+++ gdb/config/i386/xm-i386gnu.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on the GNU Hurd on an Intel 386
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386m3.h gdb/config/i386/xm-i386m3.h
--- gdb.orig/config/i386/xm-i386m3.h Wed Jul 7 13:13:34 1999
+++ gdb/config/i386/xm-i386m3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on Mach 3 on an Intel 386
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386mach.h gdb/config/i386/xm-i386mach.h
--- gdb.orig/config/i386/xm-i386mach.h Mon Jan 29 17:06:26 2001
+++ gdb/config/i386/xm-i386mach.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on Mach on an Intel 386
- Copyright (C) 1986, 1987, 1989, 1991, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1996, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386mk.h gdb/config/i386/xm-i386mk.h
--- gdb.orig/config/i386/xm-i386mk.h Wed Jul 7 13:13:36 1999
+++ gdb/config/i386/xm-i386mk.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on Mach 3 OSF 1/MK on an Intel 386
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386sco.h gdb/config/i386/xm-i386sco.h
--- gdb.orig/config/i386/xm-i386sco.h Wed Jul 7 13:13:37 1999
+++ gdb/config/i386/xm-i386sco.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro defintions for i386, running SCO Unix System V/386 3.2.
- Copyright (C) 1989 Free Software Foundation, Inc.
+ Copyright 1989, 1993, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-i386v4.h gdb/config/i386/xm-i386v4.h
--- gdb.orig/config/i386/xm-i386v4.h Wed Jul 7 13:13:40 1999
+++ gdb/config/i386/xm-i386v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB on an Intel i386 running SVR4.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-linux.h gdb/config/i386/xm-linux.h
--- gdb.orig/config/i386/xm-linux.h Sun Apr 2 07:41:45 2000
+++ gdb/config/i386/xm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for GNU/Linux, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-nbsd.h gdb/config/i386/xm-nbsd.h
--- gdb.orig/config/i386/xm-nbsd.h Mon Apr 3 14:33:21 2000
+++ gdb/config/i386/xm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a i386 running NetBSD, for GDB.
- Copyright 1994 Free Software Foundation, Inc.
+ Copyright 1994, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-ptx.h gdb/config/i386/xm-ptx.h
--- gdb.orig/config/i386/xm-ptx.h Wed Jul 7 13:13:43 1999
+++ gdb/config/i386/xm-ptx.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions to make GDB run on a Sequent Symmetry under ptx, with
Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1992, 1993, 1996
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-ptx4.h gdb/config/i386/xm-ptx4.h
--- gdb.orig/config/i386/xm-ptx4.h Wed Jul 7 13:13:44 1999
+++ gdb/config/i386/xm-ptx4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on a Sequent Symmetry under ptx, with
- Weitek 1167 and i387 support. Copyright 1986, 1987, 1989, 1992,
- 1993 Free Software Foundation, Inc.
+ Weitek 1167 and i387 support.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-sun386.h gdb/config/i386/xm-sun386.h
--- gdb.orig/config/i386/xm-sun386.h Wed Jul 7 13:13:45 1999
+++ gdb/config/i386/xm-sun386.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Host support for Sun 386i, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i386/xm-symmetry.h gdb/config/i386/xm-symmetry.h
--- gdb.orig/config/i386/xm-symmetry.h Wed Jul 7 13:13:46 1999
+++ gdb/config/i386/xm-symmetry.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on a Sequent Symmetry under
dynix 3.1, with Weitek 1167 and i387 support.
- Copyright 1986, 1987, 1989, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/i960/tm-i960.h gdb/config/i960/tm-i960.h
--- gdb.orig/config/i960/tm-i960.h Fri Apr 14 12:13:15 2000
+++ gdb/config/i960/tm-i960.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for target machine Intel 960, for GDB, the GNU debugger.
- Copyright (C) 1990, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1993, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of GDB.
diff -upr gdb.orig/config/i960/tm-mon960.h gdb/config/i960/tm-mon960.h
--- gdb.orig/config/i960/tm-mon960.h Sat May 27 19:11:38 2000
+++ gdb/config/i960/tm-mon960.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for Intel 960 running MON960 monitor, for GDB, the GNU debugger.
- Copyright (C) 1990-1991 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1996, 1999, 2000 Free Software Foundation, Inc.
Contributed by Intel Corporation and Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/i960/tm-nindy960.h gdb/config/i960/tm-nindy960.h
--- gdb.orig/config/i960/tm-nindy960.h Sat May 27 19:11:38 2000
+++ gdb/config/i960/tm-nindy960.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for Intel 960 running NINDY monitor, for GDB, the GNU debugger.
- Copyright (C) 1990-1991 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1996, 1999, 2000 Free Software Foundation, Inc.
Contributed by Intel Corporation and Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/i960/tm-vx960.h gdb/config/i960/tm-vx960.h
--- gdb.orig/config/i960/tm-vx960.h Wed Jul 7 13:13:52 1999
+++ gdb/config/i960/tm-vx960.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for VxWorks Intel 960's, for GDB, the GNU debugger.
- Copyright (C) 1986-1991, 1999 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1998, 1999
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/nm-aix.h gdb/config/ia64/nm-aix.h
--- gdb.orig/config/ia64/nm-aix.h Wed Feb 21 20:01:27 2001
+++ gdb/config/ia64/nm-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for AIX, for GDB, the GNU debugger.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/nm-linux.h gdb/config/ia64/nm-linux.h
--- gdb.orig/config/ia64/nm-linux.h Thu Feb 22 14:57:33 2001
+++ gdb/config/ia64/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for GNU/Linux, for GDB, the GNU debugger.
- Copyright (C) 1999
+ Copyright 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/tm-aix.h gdb/config/ia64/tm-aix.h
--- gdb.orig/config/ia64/tm-aix.h Wed Feb 21 20:01:27 2001
+++ gdb/config/ia64/tm-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to target GDB to GNU/Linux on IA-64 running AIX.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/tm-ia64.h gdb/config/ia64/tm-ia64.h
--- gdb.orig/config/ia64/tm-ia64.h Mon Mar 20 17:11:10 2000
+++ gdb/config/ia64/tm-ia64.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to target GDB to GNU/Linux on an ia64 architecture.
- Copyright 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/tm-linux.h gdb/config/ia64/tm-linux.h
--- gdb.orig/config/ia64/tm-linux.h Fri Jan 5 12:33:15 2001
+++ gdb/config/ia64/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to target GDB to GNU/Linux on IA-64 Linux.
- Copyright 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/xm-aix.h gdb/config/ia64/xm-aix.h
--- gdb.orig/config/ia64/xm-aix.h Wed Feb 21 20:01:27 2001
+++ gdb/config/ia64/xm-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for AIX, for GDB, the GNU debugger.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ia64/xm-linux.h gdb/config/ia64/xm-linux.h
--- gdb.orig/config/ia64/xm-linux.h Fri Jan 5 12:33:15 2001
+++ gdb/config/ia64/xm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for GNU/Linux, for GDB, the GNU debugger.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m32r/tm-m32r.h gdb/config/m32r/tm-m32r.h
--- gdb.orig/config/m32r/tm-m32r.h Sat May 27 19:11:38 2000
+++ gdb/config/m32r/tm-m32r.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Mitsubishi m32r processor.
- Copyright 1996, 1997 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-apollo68b.h gdb/config/m68k/nm-apollo68b.h
--- gdb.orig/config/m68k/nm-apollo68b.h Wed Jul 7 13:13:57 1999
+++ gdb/config/m68k/nm-apollo68b.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro defintions for an Apollo m68k in BSD mode
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-delta68.h gdb/config/m68k/nm-delta68.h
--- gdb.orig/config/m68k/nm-delta68.h Wed Jul 7 13:13:59 1999
+++ gdb/config/m68k/nm-delta68.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for a Motorola Delta Series sysV68 R3V7.1.
- Copyright (C) 1993, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-dpx2.h gdb/config/m68k/nm-dpx2.h
--- gdb.orig/config/m68k/nm-dpx2.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/nm-dpx2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for a Bull DPX2.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-hp300bsd.h gdb/config/m68k/nm-hp300bsd.h
--- gdb.orig/config/m68k/nm-hp300bsd.h Wed Jul 7 13:14:01 1999
+++ gdb/config/m68k/nm-hp300bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for Hewlett-Packard 9000/300 native support under bsd.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-hp300hpux.h gdb/config/m68k/nm-hp300hpux.h
--- gdb.orig/config/m68k/nm-hp300hpux.h Wed Jul 7 13:14:02 1999
+++ gdb/config/m68k/nm-hp300hpux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for native support on HP 9000 model 320, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-linux.h gdb/config/m68k/nm-linux.h
--- gdb.orig/config/m68k/nm-linux.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for linux, for GDB, the GNU debugger.
- Copyright (C) 1996,1998 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/nm-sun3.h gdb/config/m68k/nm-sun3.h
--- gdb.orig/config/m68k/nm-sun3.h Wed Jul 7 13:14:09 1999
+++ gdb/config/m68k/nm-sun3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-only definitions for Sun-3 for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1991, 1992, 1996
+ Copyright 1986, 1987, 1989, 1991, 1992, 1996
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-apollo68b.h gdb/config/m68k/tm-apollo68b.h
--- gdb.orig/config/m68k/tm-apollo68b.h Wed Jul 7 13:14:13 1999
+++ gdb/config/m68k/tm-apollo68b.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on Apollo 68k running BSD.
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1998
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-cisco.h gdb/config/m68k/tm-cisco.h
--- gdb.orig/config/m68k/tm-cisco.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-cisco.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for CISCO m68k.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-delta68.h gdb/config/m68k/tm-delta68.h
--- gdb.orig/config/m68k/tm-delta68.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/tm-delta68.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target definitions for delta68.
- Copyright 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-dpx2.h gdb/config/m68k/tm-dpx2.h
--- gdb.orig/config/m68k/tm-dpx2.h Wed Jul 7 13:14:16 1999
+++ gdb/config/m68k/tm-dpx2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for targeting to a Bull DPX2.
- Copyright (C) 1986, 1987, 1989, 1991, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-es1800.h gdb/config/m68k/tm-es1800.h
--- gdb.orig/config/m68k/tm-es1800.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-es1800.h Thu Mar 1 00:12:03 2001
@@ -2,7 +2,8 @@
The code was originally written by Johan Holmberg TT/SJ Ericsson Telecom
AB and later modified by Johan Henriksson TT/SJ. It was adapted to GDB 4.0
by Jan Norden TX/DK.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-hp300bsd.h gdb/config/m68k/tm-hp300bsd.h
--- gdb.orig/config/m68k/tm-hp300bsd.h Wed Jul 7 13:14:19 1999
+++ gdb/config/m68k/tm-hp300bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for target machine Hewlett-Packard 9000/300, running bsd.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-hp300hpux.h gdb/config/m68k/tm-hp300hpux.h
--- gdb.orig/config/m68k/tm-hp300hpux.h Wed Jul 7 13:14:20 1999
+++ gdb/config/m68k/tm-hp300hpux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on an HP 9000 model 320, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-isi.h gdb/config/m68k/tm-isi.h
--- gdb.orig/config/m68k/tm-isi.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/tm-isi.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to target GDB on an ISI Optimum V (3.05) under 4.3bsd.
- Copyright (C) 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1987, 1989, 1991, 1993, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-linux.h gdb/config/m68k/tm-linux.h
--- gdb.orig/config/m68k/tm-linux.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to target GDB to Linux on m680x0
- Copyright (C) 1996,1998 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-m68k.h gdb/config/m68k/tm-m68k.h
--- gdb.orig/config/m68k/tm-m68k.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-m68k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a 68000 series machine.
- Copyright 1986, 1987, 1989, 1990, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-m68kv4.h gdb/config/m68k/tm-m68kv4.h
--- gdb.orig/config/m68k/tm-m68kv4.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-m68kv4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Target definitions for GDB on a Motorola 680x0 running SVR4.
(Commodore Amiga with amix or Atari TT with ASV)
- Copyright (C) 1991, 1995 Free Software Foundation, Inc.
+ Copyright 1991, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygint)
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-mac.h gdb/config/m68k/tm-mac.h
--- gdb.orig/config/m68k/tm-mac.h Wed Jul 7 13:14:26 1999
+++ gdb/config/m68k/tm-mac.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-dependent definitions for Mac running MacOS.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-monitor.h gdb/config/m68k/tm-monitor.h
--- gdb.orig/config/m68k/tm-monitor.h Mon Dec 13 18:05:41 1999
+++ gdb/config/m68k/tm-monitor.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine definitions for a generic m68k monitor/emulator.
- Copyright (C) 1986, 1987, 1989, 1993, 1995 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1998, 1999
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-nbsd.h gdb/config/m68k/tm-nbsd.h
--- gdb.orig/config/m68k/tm-nbsd.h Wed Jan 24 16:46:40 2001
+++ gdb/config/m68k/tm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for i386 running under NetBSD.
- Copyright 1994 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-news.h gdb/config/m68k/tm-news.h
--- gdb.orig/config/m68k/tm-news.h Sat May 27 19:11:38 2000
+++ gdb/config/m68k/tm-news.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger.
- Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1987, 1989, 1991, 1993, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-os68k.h gdb/config/m68k/tm-os68k.h
--- gdb.orig/config/m68k/tm-os68k.h Wed Jul 7 13:14:31 1999
+++ gdb/config/m68k/tm-os68k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on VxWorks m68k's, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1998 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-sun3.h gdb/config/m68k/tm-sun3.h
--- gdb.orig/config/m68k/tm-sun3.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-sun3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a Sun, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/tm-vx68.h gdb/config/m68k/tm-vx68.h
--- gdb.orig/config/m68k/tm-vx68.h Fri Nov 10 10:23:02 2000
+++ gdb/config/m68k/tm-vx68.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for VxWorks m68k's, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1999 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-3b1.h gdb/config/m68k/xm-3b1.h
--- gdb.orig/config/m68k/xm-3b1.h Wed Jul 7 13:14:39 1999
+++ gdb/config/m68k/xm-3b1.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a 3b1.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-apollo68b.h gdb/config/m68k/xm-apollo68b.h
--- gdb.orig/config/m68k/xm-apollo68b.h Mon Jan 29 17:06:26 2001
+++ gdb/config/m68k/xm-apollo68b.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for an Apollo m68k in BSD mode
- Copyright (C) 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-dpx2.h gdb/config/m68k/xm-dpx2.h
--- gdb.orig/config/m68k/xm-dpx2.h Wed Jul 7 13:14:44 1999
+++ gdb/config/m68k/xm-dpx2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Bull DPX2.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-hp300bsd.h gdb/config/m68k/xm-hp300bsd.h
--- gdb.orig/config/m68k/xm-hp300bsd.h Mon Jan 29 17:06:26 2001
+++ gdb/config/m68k/xm-hp300bsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for hosting on a Hewlett-Packard 9000/300, running bsd.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-hp300hpux.h gdb/config/m68k/xm-hp300hpux.h
--- gdb.orig/config/m68k/xm-hp300hpux.h Wed Jul 7 13:14:47 1999
+++ gdb/config/m68k/xm-hp300hpux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for HP 9000 model 320 hosting, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-linux.h gdb/config/m68k/xm-linux.h
--- gdb.orig/config/m68k/xm-linux.h Wed Jul 7 13:14:49 1999
+++ gdb/config/m68k/xm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for linux, for GDB, the GNU debugger.
- Copyright (C) 1996,1998 Free Software Foundation, Inc.
+ Copyright 1996, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-m68kv4.h gdb/config/m68k/xm-m68kv4.h
--- gdb.orig/config/m68k/xm-m68kv4.h Wed Jul 7 13:14:52 1999
+++ gdb/config/m68k/xm-m68kv4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Host definitions for GDB on a Motorola 680x0 running SVR4.
(Commodore Amiga with amix or Atari TT with ASV)
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com)
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-mpw.h gdb/config/m68k/xm-mpw.h
--- gdb.orig/config/m68k/xm-mpw.h Wed Jul 7 13:14:53 1999
+++ gdb/config/m68k/xm-mpw.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for running GDB on Apple 68k-based Macintoshes.
- Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-news.h gdb/config/m68k/xm-news.h
--- gdb.orig/config/m68k/xm-news.h Wed Jul 7 13:14:55 1999
+++ gdb/config/m68k/xm-news.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger.
- Copyright 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1987, 1989, 1992, 1993, 1994, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-sun2.h gdb/config/m68k/xm-sun2.h
--- gdb.orig/config/m68k/xm-sun2.h Wed Jul 7 13:14:57 1999
+++ gdb/config/m68k/xm-sun2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Sun, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-sun3.h gdb/config/m68k/xm-sun3.h
--- gdb.orig/config/m68k/xm-sun3.h Wed Jul 7 13:14:58 1999
+++ gdb/config/m68k/xm-sun3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Sun, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m68k/xm-sun3os4.h gdb/config/m68k/xm-sun3os4.h
--- gdb.orig/config/m68k/xm-sun3os4.h Wed Jul 7 13:14:59 1999
+++ gdb/config/m68k/xm-sun3os4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for a sun 3 running os 4.
- Copyright (C) 1989, Free Software Foundation, Inc.
+ Copyright 1989, 1996, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/nm-delta88v4.h gdb/config/m88k/nm-delta88v4.h
--- gdb.orig/config/m88k/nm-delta88v4.h Wed Jul 7 13:15:01 1999
+++ gdb/config/m88k/nm-delta88v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native machine description for Motorola Delta 88 box, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/tm-delta88.h gdb/config/m88k/tm-delta88.h
--- gdb.orig/config/m88k/tm-delta88.h Wed Jul 7 13:15:05 1999
+++ gdb/config/m88k/tm-delta88.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for Motorola Delta 88 box, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/tm-delta88v4.h gdb/config/m88k/tm-delta88v4.h
--- gdb.orig/config/m88k/tm-delta88v4.h Mon Dec 13 18:05:41 1999
+++ gdb/config/m88k/tm-delta88v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for Motorola Delta 88 box, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1994, 1998, 1999
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/tm-m88k.h gdb/config/m88k/tm-m88k.h
--- gdb.orig/config/m88k/tm-m88k.h Sat May 27 19:11:39 2000
+++ gdb/config/m88k/tm-m88k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for generic Motorola 88000, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1994, 1996, 1998,
+ 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/xm-cxux.h gdb/config/m88k/xm-cxux.h
--- gdb.orig/config/m88k/xm-cxux.h Wed Jul 7 13:15:08 1999
+++ gdb/config/m88k/xm-cxux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-machine dependent parameters for Motorola 88000, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1994, 1996, 1998
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/xm-delta88.h gdb/config/m88k/xm-delta88.h
--- gdb.orig/config/m88k/xm-delta88.h Wed Jul 7 13:15:09 1999
+++ gdb/config/m88k/xm-delta88.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host machine description for Motorola Delta 88 system, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/xm-delta88v4.h gdb/config/m88k/xm-delta88v4.h
--- gdb.orig/config/m88k/xm-delta88v4.h Wed Jul 7 13:15:10 1999
+++ gdb/config/m88k/xm-delta88v4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Host machine description for Motorola Delta 88 box, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/m88k/xm-dgux.h gdb/config/m88k/xm-dgux.h
--- gdb.orig/config/m88k/xm-dgux.h Wed Jul 7 13:15:11 1999
+++ gdb/config/m88k/xm-dgux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-machine dependent parameters for Motorola 88000, for GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1998
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mcore/tm-mcore.h gdb/config/mcore/tm-mcore.h
--- gdb.orig/config/mcore/tm-mcore.h Mon Jul 17 09:58:30 2000
+++ gdb/config/mcore/tm-mcore.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Motorola MCore.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/nm-irix3.h gdb/config/mips/nm-irix3.h
--- gdb.orig/config/mips/nm-irix3.h Sat May 27 19:11:39 2000
+++ gdb/config/mips/nm-irix3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions for SGI irix3 native support.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/nm-irix4.h gdb/config/mips/nm-irix4.h
--- gdb.orig/config/mips/nm-irix4.h Sat May 27 19:11:39 2000
+++ gdb/config/mips/nm-irix4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Definitions for native support of irix4.
- Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/nm-irix5.h gdb/config/mips/nm-irix5.h
--- gdb.orig/config/mips/nm-irix5.h Sat May 27 19:11:39 2000
+++ gdb/config/mips/nm-irix5.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions for native support of irix5.
- Copyright (C) 1993, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/nm-mips.h gdb/config/mips/nm-mips.h
--- gdb.orig/config/mips/nm-mips.h Sat May 27 19:11:40 2000
+++ gdb/config/mips/nm-mips.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native definitions for GDB on DECstations, Sony News. and MIPS Riscos systems
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1995, 1996, 2000
+ Free Software Foundation, Inc.
Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin(af@cs.cmu.edu) at CMU
diff -upr gdb.orig/config/mips/nm-news-mips.h gdb/config/mips/nm-news-mips.h
--- gdb.orig/config/mips/nm-news-mips.h Wed Jul 7 13:15:17 1999
+++ gdb/config/mips/nm-news-mips.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on a mips box under 4.3bsd.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993, 1996 Free Software Foundation, Inc.
Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin(af@cs.cmu.edu) at CMU
diff -upr gdb.orig/config/mips/tm-bigmips.h gdb/config/mips/tm-bigmips.h
--- gdb.orig/config/mips/tm-bigmips.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-bigmips.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1990, 2000 Free Software Foundation, Inc.
+/* Copyright 1990, 1994, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-embed.h gdb/config/mips/tm-embed.h
--- gdb.orig/config/mips/tm-embed.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-embed.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-embed64.h gdb/config/mips/tm-embed64.h
--- gdb.orig/config/mips/tm-embed64.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-embed64.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-embedl.h gdb/config/mips/tm-embedl.h
--- gdb.orig/config/mips/tm-embedl.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-embedl.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-embedl64.h gdb/config/mips/tm-embedl64.h
--- gdb.orig/config/mips/tm-embedl64.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-embedl64.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-irix3.h gdb/config/mips/tm-irix3.h
--- gdb.orig/config/mips/tm-irix3.h Mon Oct 11 21:37:28 1999
+++ gdb/config/mips/tm-irix3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for SGI Iris under Irix, for GDB.
- Copyright 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1995, 1999
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-irix5.h gdb/config/mips/tm-irix5.h
--- gdb.orig/config/mips/tm-irix5.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-irix5.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target machine description for SGI Iris under Irix 5, for GDB.
- Copyright 1990-1993, 1995, 2000 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-mips.h gdb/config/mips/tm-mips.h
--- gdb.orig/config/mips/tm-mips.h Mon Dec 4 08:04:07 2000
+++ gdb/config/mips/tm-mips.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on a mips box under 4.3bsd.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Per Bothner (bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin (af@cs.cmu.edu) at CMU..
diff -upr gdb.orig/config/mips/tm-mips64.h gdb/config/mips/tm-mips64.h
--- gdb.orig/config/mips/tm-mips64.h Mon Jun 12 15:33:06 2000
+++ gdb/config/mips/tm-mips64.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target machine parameters for MIPS r4000
- Copyright 1994, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
Contributed by Ian Lance Taylor (ian@cygnus.com)
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-mipsm3.h gdb/config/mips/tm-mipsm3.h
--- gdb.orig/config/mips/tm-mipsm3.h Wed Jul 7 13:15:31 1999
+++ gdb/config/mips/tm-mipsm3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on a mips box under Mach 3.0
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-mipsv4.h gdb/config/mips/tm-mipsv4.h
--- gdb.orig/config/mips/tm-mipsv4.h Wed May 10 17:50:49 2000
+++ gdb/config/mips/tm-mipsv4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target machine description for MIPS running SVR4, for GDB.
- Copyright 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-tx39.h gdb/config/mips/tm-tx39.h
--- gdb.orig/config/mips/tm-tx39.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-tx39.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-tx39l.h gdb/config/mips/tm-tx39l.h
--- gdb.orig/config/mips/tm-tx39l.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-tx39l.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr4100.h gdb/config/mips/tm-vr4100.h
--- gdb.orig/config/mips/tm-vr4100.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-vr4100.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr4300.h gdb/config/mips/tm-vr4300.h
--- gdb.orig/config/mips/tm-vr4300.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-vr4300.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr4300el.h gdb/config/mips/tm-vr4300el.h
--- gdb.orig/config/mips/tm-vr4300el.h Tue Jun 6 14:53:43 2000
+++ gdb/config/mips/tm-vr4300el.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996, 2000 Free Software Foundation, Inc.
+/* Copyright 1993, 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr4xxx.h gdb/config/mips/tm-vr4xxx.h
--- gdb.orig/config/mips/tm-vr4xxx.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-vr4xxx.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr4xxxel.h gdb/config/mips/tm-vr4xxxel.h
--- gdb.orig/config/mips/tm-vr4xxxel.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-vr4xxxel.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr5000.h gdb/config/mips/tm-vr5000.h
--- gdb.orig/config/mips/tm-vr5000.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-vr5000.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+/* Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/tm-vr5000el.h gdb/config/mips/tm-vr5000el.h
--- gdb.orig/config/mips/tm-vr5000el.h Fri Jun 9 10:50:02 2000
+++ gdb/config/mips/tm-vr5000el.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+/* Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/xm-irix3.h gdb/config/mips/xm-irix3.h
--- gdb.orig/config/mips/xm-irix3.h Wed Jul 7 13:15:43 1999
+++ gdb/config/mips/xm-irix3.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/xm-irix4.h gdb/config/mips/xm-irix4.h
--- gdb.orig/config/mips/xm-irix4.h Wed Jul 7 13:15:44 1999
+++ gdb/config/mips/xm-irix4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions for irix4 hosting support.
- Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/xm-irix5.h gdb/config/mips/xm-irix5.h
--- gdb.orig/config/mips/xm-irix5.h Wed Jul 7 13:15:45 1999
+++ gdb/config/mips/xm-irix5.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions for irix5 hosting support.
- Copyright (C) 1993, 1996 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/xm-mips.h gdb/config/mips/xm-mips.h
--- gdb.orig/config/mips/xm-mips.h Wed Jul 7 13:15:46 1999
+++ gdb/config/mips/xm-mips.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on a mips box under 4.3bsd.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993, 1994, 1995, 1996, 1998
+ Free Software Foundation, Inc.
Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin(af@cs.cmu.edu) at CMU
diff -upr gdb.orig/config/mips/xm-mipsm3.h gdb/config/mips/xm-mipsm3.h
--- gdb.orig/config/mips/xm-mipsm3.h Wed Jul 7 13:15:47 1999
+++ gdb/config/mips/xm-mipsm3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on a mips box under 4.3bsd.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993 Free Software Foundation, Inc.
Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin(af@cs.cmu.edu) at CMU
diff -upr gdb.orig/config/mips/xm-mipsv4.h gdb/config/mips/xm-mipsv4.h
--- gdb.orig/config/mips/xm-mipsv4.h Wed Jul 7 13:15:49 1999
+++ gdb/config/mips/xm-mipsv4.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Definitions for MIPS running SVR4 hosting support.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright 1994 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mips/xm-news-mips.h gdb/config/mips/xm-news-mips.h
--- gdb.orig/config/mips/xm-news-mips.h Wed Jul 7 13:15:50 1999
+++ gdb/config/mips/xm-news-mips.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on a mips box under 4.3bsd.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1993, 1994, 1995
+ Free Software Foundation, Inc.
Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Alessandro Forin(af@cs.cmu.edu) at CMU
diff -upr gdb.orig/config/mips/xm-riscos.h gdb/config/mips/xm-riscos.h
--- gdb.orig/config/mips/xm-riscos.h Wed Jul 7 13:15:51 1999
+++ gdb/config/mips/xm-riscos.h Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/mn10200/tm-mn10200.h gdb/config/mn10200/tm-mn10200.h
--- gdb.orig/config/mn10200/tm-mn10200.h Mon Feb 26 17:41:12 2001
+++ gdb/config/mn10200/tm-mn10200.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Matsushita mn10200 processor.
- Copyright 1997 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Geoffrey Noer <noer@cygnus.com>
diff -upr gdb.orig/config/mn10300/tm-mn10300.h gdb/config/mn10300/tm-mn10300.h
--- gdb.orig/config/mn10300/tm-mn10300.h Tue Aug 29 12:03:22 2000
+++ gdb/config/mn10300/tm-mn10300.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a Matsushita mn10300 processor.
- Copyright 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Geoffrey Noer <noer@cygnus.com>
diff -upr gdb.orig/config/nm-gnu.h gdb/config/nm-gnu.h
--- gdb.orig/config/nm-gnu.h Wed Dec 22 14:45:11 1999
+++ gdb/config/nm-gnu.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Common declarations for the GNU Hurd
- Copyright (C) 1995, 1998 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
diff -upr gdb.orig/config/nm-linux.h gdb/config/nm-linux.h
--- gdb.orig/config/nm-linux.h Mon Sep 11 22:00:20 2000
+++ gdb/config/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for GNU/Linux, for GDB, the GNU debugger.
- Copyright (C) 1999
+ Copyright 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/nm-lynx.h gdb/config/nm-lynx.h
--- gdb.orig/config/nm-lynx.h Fri Nov 3 17:27:57 2000
+++ gdb/config/nm-lynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/nm-m3.h gdb/config/nm-m3.h
--- gdb.orig/config/nm-m3.h Wed Jul 7 13:11:29 1999
+++ gdb/config/nm-m3.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Mach 3.0 common definitions and global vars.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/nm-sysv4.h gdb/config/nm-sysv4.h
--- gdb.orig/config/nm-sysv4.h Wed Jul 7 13:11:31 1999
+++ gdb/config/nm-sysv4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions for running gdb on a host machine running any flavor of SVR4.
- Copyright 1991, 1992, 1998 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1998 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
diff -upr gdb.orig/config/none/nm-none.h gdb/config/none/nm-none.h
--- gdb.orig/config/none/nm-none.h Wed Jul 7 13:15:57 1999
+++ gdb/config/none/nm-none.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Defines needed when configuring for "none".
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright 1993 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/none/tm-none.h gdb/config/none/tm-none.h
--- gdb.orig/config/none/tm-none.h Wed Jul 7 13:15:59 1999
+++ gdb/config/none/tm-none.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Defines needed when configuring for "none".
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/none/xm-none.h gdb/config/none/xm-none.h
--- gdb.orig/config/none/xm-none.h Wed Jul 7 13:16:00 1999
+++ gdb/config/none/xm-none.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Defines needed when configuring for "none".
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright 1993 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/nm-nbsd.h gdb/config/ns32k/nm-nbsd.h
--- gdb.orig/config/ns32k/nm-nbsd.h Sat May 27 19:11:40 2000
+++ gdb/config/ns32k/nm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native-dependent definitions for ns32k running NetBSD, for GDB.
- Copyright 1986, 1987, 1989, 1992, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/nm-umax.h gdb/config/ns32k/nm-umax.h
--- gdb.orig/config/ns32k/nm-umax.h Mon Feb 26 17:41:12 2001
+++ gdb/config/ns32k/nm-umax.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on an encore under umax 4.2
- Copyright 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1987, 1989, 1992, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/tm-merlin.h gdb/config/ns32k/tm-merlin.h
--- gdb.orig/config/ns32k/tm-merlin.h Sat May 27 19:11:40 2000
+++ gdb/config/ns32k/tm-merlin.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to target GDB to a merlin under utek 2.1
- Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/tm-nbsd.h gdb/config/ns32k/tm-nbsd.h
--- gdb.orig/config/ns32k/tm-nbsd.h Wed Jul 7 13:16:06 1999
+++ gdb/config/ns32k/tm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for ns32k running under NetBSD.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/tm-ns32km3.h gdb/config/ns32k/tm-ns32km3.h
--- gdb.orig/config/ns32k/tm-ns32km3.h Wed Jul 7 13:16:07 1999
+++ gdb/config/ns32k/tm-ns32km3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for ns532, Mach 3.0
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/tm-umax.h gdb/config/ns32k/tm-umax.h
--- gdb.orig/config/ns32k/tm-umax.h Wed Jan 24 16:46:40 2001
+++ gdb/config/ns32k/tm-umax.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on an encore under umax 4.2
- Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1987, 1989, 1991, 1993, 1994, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/xm-merlin.h gdb/config/ns32k/xm-merlin.h
--- gdb.orig/config/ns32k/xm-merlin.h Mon Feb 26 17:41:12 2001
+++ gdb/config/ns32k/xm-merlin.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on a merlin under utek 2.1
- Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/ns32k/xm-ns32km3.h gdb/config/ns32k/xm-ns32km3.h
--- gdb.orig/config/ns32k/xm-ns32km3.h Wed Jul 7 13:16:12 1999
+++ gdb/config/ns32k/xm-ns32km3.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on Mach 3 on an National ns32k
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1995, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/pa/nm-hppab.h gdb/config/pa/nm-hppab.h
--- gdb.orig/config/pa/nm-hppab.h Wed Jul 7 13:16:15 1999
+++ gdb/config/pa/nm-hppab.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* HPPA PA-RISC machine native support for BSD, for GDB.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/pa/nm-hppah.h gdb/config/pa/nm-hppah.h
--- gdb.orig/config/pa/nm-hppah.h Sat May 27 19:11:40 2000
+++ gdb/config/pa/nm-hppah.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for HPPA-RISC machine running HPUX, for GDB.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/pa/nm-hppao.h gdb/config/pa/nm-hppao.h
--- gdb.orig/config/pa/nm-hppao.h Wed Jul 7 13:16:18 1999
+++ gdb/config/pa/nm-hppao.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* HPPA PA-RISC machine native support for Lites, for GDB.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/pa/tm-hppa.h gdb/config/pa/tm-hppa.h
--- gdb.orig/config/pa/tm-hppa.h Tue Aug 29 12:03:22 2000
+++ gdb/config/pa/tm-hppa.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on any Hewlett-Packard PA-RISC machine.
- Copyright 1986, 1987, 1989-1993, 1995, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/config/pa/tm-hppa64.h gdb/config/pa/tm-hppa64.h
--- gdb.orig/config/pa/tm-hppa64.h Sat May 27 19:11:40 2000
+++ gdb/config/pa/tm-hppa64.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Parameters for execution on any Hewlett-Packard PA-RISC machine.
- Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1995
- Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1995, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/config/pa/tm-hppah.h gdb/config/pa/tm-hppah.h
--- gdb.orig/config/pa/tm-hppah.h Mon Aug 16 12:55:09 1999
+++ gdb/config/pa/tm-hppah.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on an HP PA-RISC machine, running HPUX, for GDB.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1995, 1998 Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/config/pa/xm-hppab.h gdb/config/pa/xm-hppab.h
--- gdb.orig/config/pa/xm-hppab.h Wed Jul 7 13:16:23 1999
+++ gdb/config/pa/xm-hppab.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for hosting on an HPPA PA-RISC machine, running BSD, for GDB.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1996, 1998 Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/config/pa/xm-hppah.h gdb/config/pa/xm-hppah.h
--- gdb.orig/config/pa/xm-hppah.h Sat May 27 19:11:40 2000
+++ gdb/config/pa/xm-hppah.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for hosting on an HPPA-RISC machine running HPUX, for GDB.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1995, 1996, 2000
+ Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/config/powerpc/nm-aix.h gdb/config/powerpc/nm-aix.h
--- gdb.orig/config/powerpc/nm-aix.h Wed Jul 7 13:16:25 1999
+++ gdb/config/powerpc/nm-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* IBM PowerPC native-dependent macros for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/nm-linux.h gdb/config/powerpc/nm-linux.h
--- gdb.orig/config/powerpc/nm-linux.h Sun Sep 17 17:17:32 2000
+++ gdb/config/powerpc/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* IBM PowerPC native-dependent macros for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/nm-macos.h gdb/config/powerpc/nm-macos.h
--- gdb.orig/config/powerpc/nm-macos.h Wed Jul 7 13:16:27 1999
+++ gdb/config/powerpc/nm-macos.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* PowerMac native-dependent macros for GDB, the GNU debugger.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/nm-nbsd.h gdb/config/powerpc/nm-nbsd.h
--- gdb.orig/config/powerpc/nm-nbsd.h Thu May 18 16:43:58 2000
+++ gdb/config/powerpc/nm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for PowerPC running NetBSD ELF, for GDB.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-cygwin.h gdb/config/powerpc/tm-cygwin.h
--- gdb.orig/config/powerpc/tm-cygwin.h Wed Jul 7 13:16:29 1999
+++ gdb/config/powerpc/tm-cygwin.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions PowerPC running under the Cygwin API.
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-linux.h gdb/config/powerpc/tm-linux.h
--- gdb.orig/config/powerpc/tm-linux.h Fri Nov 3 17:27:58 2000
+++ gdb/config/powerpc/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions to target GDB to Linux on 386.
- Copyright 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-macos.h gdb/config/powerpc/tm-macos.h
--- gdb.orig/config/powerpc/tm-macos.h Fri Nov 10 10:23:02 2000
+++ gdb/config/powerpc/tm-macos.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for Power PC running MacOS.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-ppc-aix.h gdb/config/powerpc/tm-ppc-aix.h
--- gdb.orig/config/powerpc/tm-ppc-aix.h Sat Jun 17 01:17:49 2000
+++ gdb/config/powerpc/tm-ppc-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for Power PC running AIX.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-ppc-eabi.h gdb/config/powerpc/tm-ppc-eabi.h
--- gdb.orig/config/powerpc/tm-ppc-eabi.h Fri Nov 10 10:23:02 2000
+++ gdb/config/powerpc/tm-ppc-eabi.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for Power PC running embedded ABI.
- Copyright 1995, 1996, 1997 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-ppc-nw.h gdb/config/powerpc/tm-ppc-nw.h
--- gdb.orig/config/powerpc/tm-ppc-nw.h Fri Nov 10 10:23:02 2000
+++ gdb/config/powerpc/tm-ppc-nw.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for Power PC running Netware.
- Copyright 1994 Free Software Foundation, Inc.
+ Copyright 1994, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-ppcle-eabi.h gdb/config/powerpc/tm-ppcle-eabi.h
--- gdb.orig/config/powerpc/tm-ppcle-eabi.h Wed Jul 7 13:16:35 1999
+++ gdb/config/powerpc/tm-ppcle-eabi.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Macro definitions for Power PC running embedded ABI
in little endian mode.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1998 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/tm-solaris.h gdb/config/powerpc/tm-solaris.h
--- gdb.orig/config/powerpc/tm-solaris.h Sat May 27 19:11:40 2000
+++ gdb/config/powerpc/tm-solaris.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB for a PowerPC running Solaris 2
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/xm-aix.h gdb/config/powerpc/xm-aix.h
--- gdb.orig/config/powerpc/xm-aix.h Sat May 27 19:11:40 2000
+++ gdb/config/powerpc/xm-aix.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for hosting on an PowerPC, for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Corporation.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/xm-linux.h gdb/config/powerpc/xm-linux.h
--- gdb.orig/config/powerpc/xm-linux.h Mon Feb 21 18:19:11 2000
+++ gdb/config/powerpc/xm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for linux, for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/powerpc/xm-mpw.h gdb/config/powerpc/xm-mpw.h
--- gdb.orig/config/powerpc/xm-mpw.h Wed Jul 7 13:16:42 1999
+++ gdb/config/powerpc/xm-mpw.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for running GDB on Apple Power Macintoshes.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright 1994, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/rs6000/nm-rs6000.h gdb/config/rs6000/nm-rs6000.h
--- gdb.orig/config/rs6000/nm-rs6000.h Thu Feb 15 19:58:02 2001
+++ gdb/config/rs6000/nm-rs6000.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* IBM RS/6000 native-dependent macros for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1994, 2001
+ Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/rs6000/tm-rs6000.h gdb/config/rs6000/tm-rs6000.h
--- gdb.orig/config/rs6000/tm-rs6000.h Fri Nov 10 10:23:03 2000
+++ gdb/config/rs6000/tm-rs6000.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for target execution on an RS6000, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1997
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by IBM Corporation.
diff -upr gdb.orig/config/rs6000/tm-rs6000ly.h gdb/config/rs6000/tm-rs6000ly.h
--- gdb.orig/config/rs6000/tm-rs6000ly.h Fri Nov 10 10:23:03 2000
+++ gdb/config/rs6000/tm-rs6000ly.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for RS6000 running under LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/rs6000/xm-aix4.h gdb/config/rs6000/xm-aix4.h
--- gdb.orig/config/rs6000/xm-aix4.h Wed Jul 7 13:16:55 1999
+++ gdb/config/rs6000/xm-aix4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for hosting on an RS6000, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1996
+ Free Software Foundation, Inc.
Contributed by IBM Corporation.
This file is part of GDB.
diff -upr gdb.orig/config/rs6000/xm-rs6000.h gdb/config/rs6000/xm-rs6000.h
--- gdb.orig/config/rs6000/xm-rs6000.h Mon Jan 29 17:06:26 2001
+++ gdb/config/rs6000/xm-rs6000.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for hosting on an RS6000, for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by IBM Corporation.
This file is part of GDB.
diff -upr gdb.orig/config/sh/tm-linux.h gdb/config/sh/tm-linux.h
--- gdb.orig/config/sh/tm-linux.h Tue Oct 31 12:35:04 2000
+++ gdb/config/sh/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-specific definitions for Linux running on a Hitachi Super-H.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sh/tm-sh.h gdb/config/sh/tm-sh.h
--- gdb.orig/config/sh/tm-sh.h Fri Dec 22 12:19:09 2000
+++ gdb/config/sh/tm-sh.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-specific definition for a Hitachi Super-H.
- Copyright (C) 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sh/tm-wince.h gdb/config/sh/tm-wince.h
--- gdb.orig/config/sh/tm-wince.h Thu Apr 20 20:04:35 2000
+++ gdb/config/sh/tm-wince.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-specific definition for Window CE
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-linux.h gdb/config/sparc/nm-linux.h
--- gdb.orig/config/sparc/nm-linux.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/nm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for running gdb on a Sparc running Linux.
- Copyright (C) 1989, 1992, 1996, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-nbsd.h gdb/config/sparc/nm-nbsd.h
--- gdb.orig/config/sparc/nm-nbsd.h Thu Jul 27 10:36:23 2000
+++ gdb/config/sparc/nm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for Sparc running NetBSD, for GDB.
- Copyright (C) 1986, 1987, 1989, 1992, 1995, 1996
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-nbsdelf.h gdb/config/sparc/nm-nbsdelf.h
--- gdb.orig/config/sparc/nm-nbsdelf.h Mon Dec 13 18:05:42 1999
+++ gdb/config/sparc/nm-nbsdelf.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for Sparc running NetBSD ELF, for GDB.
- Copyright (C) 1999, Free Software Foundation, Inc.
+ Copyright 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-sparclynx.h gdb/config/sparc/nm-sparclynx.h
--- gdb.orig/config/sparc/nm-sparclynx.h Wed Jul 7 13:17:03 1999
+++ gdb/config/sparc/nm-sparclynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for Sparc running LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-sun4os4.h gdb/config/sparc/nm-sun4os4.h
--- gdb.orig/config/sparc/nm-sun4os4.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/nm-sun4os4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for running gdb on a Sun 4 running sunos 4.
- Copyright (C) 1989, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/nm-sun4sol2.h gdb/config/sparc/nm-sun4sol2.h
--- gdb.orig/config/sparc/nm-sun4sol2.h Wed May 31 14:18:12 2000
+++ gdb/config/sparc/nm-sun4sol2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native-dependent definitions for Sparc running SVR4.
- Copyright 1994 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-linux.h gdb/config/sparc/tm-linux.h
--- gdb.orig/config/sparc/tm-linux.h Mon Dec 6 20:56:12 1999
+++ gdb/config/sparc/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB for a Sparc running Linux.
- Copyright 1989, 1992, 1994, 1995, 1998 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1994, 1995, 1998, 1999
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sp64.h gdb/config/sparc/tm-sp64.h
--- gdb.orig/config/sparc/tm-sp64.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sp64.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Target machine sub-parameters for SPARC64, for GDB, the GNU debugger.
This is included by other tm-*.h files to define SPARC64 cpu-related info.
- Copyright 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This is (obviously) based on the SPARC Vn (n<9) port.
Contributed by Doug Evans (dje@cygnus.com).
Further modified by Bob Manson (manson@cygnus.com).
diff -upr gdb.orig/config/sparc/tm-sp64sim.h gdb/config/sparc/tm-sp64sim.h
--- gdb.orig/config/sparc/tm-sp64sim.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sp64sim.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB with the SPARC64 Simulator.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sparc.h gdb/config/sparc/tm-sparc.h
--- gdb.orig/config/sparc/tm-sparc.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sparc.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Target machine sub-parameters for SPARC, for GDB, the GNU debugger.
This is included by other tm-*.h files to define SPARC cpu-related info.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@mcc.com)
diff -upr gdb.orig/config/sparc/tm-sparclet.h gdb/config/sparc/tm-sparclet.h
--- gdb.orig/config/sparc/tm-sparclet.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sparclet.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target machine definitions for GDB for an embedded SPARC.
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sparclite.h gdb/config/sparc/tm-sparclite.h
--- gdb.orig/config/sparc/tm-sparclite.h Wed May 10 17:50:50 2000
+++ gdb/config/sparc/tm-sparclite.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB for a Fujitsu SPARClite.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sparclynx.h gdb/config/sparc/tm-sparclynx.h
--- gdb.orig/config/sparc/tm-sparclynx.h Wed Jul 7 13:17:14 1999
+++ gdb/config/sparc/tm-sparclynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for Sparc running under LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-spc-em.h gdb/config/sparc/tm-spc-em.h
--- gdb.orig/config/sparc/tm-spc-em.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-spc-em.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target machine definitions for GDB for an embedded SPARC.
- Copyright 1989, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1993, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sun4os4.h gdb/config/sparc/tm-sun4os4.h
--- gdb.orig/config/sparc/tm-sun4os4.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sun4os4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB for a Sun 4 running sunos 4.
- Copyright 1989, 1992, 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1994, 1995, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/tm-sun4sol2.h gdb/config/sparc/tm-sun4sol2.h
--- gdb.orig/config/sparc/tm-sun4sol2.h Sat May 27 19:11:40 2000
+++ gdb/config/sparc/tm-sun4sol2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for GDB for a Sun 4 running Solaris 2
- Copyright 1989, 1992, 1993, 1994, 1995, 1997, 1998
+ Copyright 1989, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/xm-sun4os4.h gdb/config/sparc/xm-sun4os4.h
--- gdb.orig/config/sparc/xm-sun4os4.h Wed Jul 7 13:17:23 1999
+++ gdb/config/sparc/xm-sun4os4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for running gdb on a Sun 4 running sunos 4.
- Copyright (C) 1989, 1993, 1994, 1995, 1996
+ Copyright 1989, 1993, 1994, 1995, 1996
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/sparc/xm-sun4sol2.h gdb/config/sparc/xm-sun4sol2.h
--- gdb.orig/config/sparc/xm-sun4sol2.h Fri Nov 3 17:27:58 2000
+++ gdb/config/sparc/xm-sun4sol2.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for running gdb on a Sun 4 running Solaris 2.
- Copyright 1989, 1992 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1993, 1994, 1995, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/tic80/tm-tic80.h gdb/config/tic80/tm-tic80.h
--- gdb.orig/config/tic80/tm-tic80.h Sat May 27 19:11:40 2000
+++ gdb/config/tic80/tm-tic80.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Parameters for execution on a TI TMS320C80 (MVP) processor.
- Copyright 1997
- Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/tm-linux.h gdb/config/tm-linux.h
--- gdb.orig/config/tm-linux.h Fri Nov 3 17:27:57 2000
+++ gdb/config/tm-linux.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Native support for GNU/Linux, for GDB, the GNU debugger.
- Copyright (C) 1999
+ Copyright 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/tm-lynx.h gdb/config/tm-lynx.h
--- gdb.orig/config/tm-lynx.h Wed Jul 7 13:11:32 1999
+++ gdb/config/tm-lynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for LynxOS targets.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1995 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/tm-sysv4.h gdb/config/tm-sysv4.h
--- gdb.orig/config/tm-sysv4.h Sat May 27 19:11:38 2000
+++ gdb/config/tm-sysv4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Macro definitions for GDB on all SVR4 target systems.
- Copyright 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
diff -upr gdb.orig/config/v850/tm-v850.h gdb/config/v850/tm-v850.h
--- gdb.orig/config/v850/tm-v850.h Sat May 27 19:11:40 2000
+++ gdb/config/v850/tm-v850.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Parameters for execution on an NEC V850 processor.
- Copyright 1996
- Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/vax/tm-vax.h gdb/config/vax/tm-vax.h
--- gdb.orig/config/vax/tm-vax.h Sat May 27 19:11:40 2000
+++ gdb/config/vax/tm-vax.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions to make GDB run on a vax under 4.2bsd.
- Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/w65/tm-w65.h gdb/config/w65/tm-w65.h
--- gdb.orig/config/w65/tm-w65.h Sat May 27 19:11:40 2000
+++ gdb/config/w65/tm-w65.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for execution on a WDC 65816 machine.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/xm-aix4.h gdb/config/xm-aix4.h
--- gdb.orig/config/xm-aix4.h Sat May 27 19:11:38 2000
+++ gdb/config/xm-aix4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Parameters for hosting on an PowerPC, for GDB, the GNU debugger.
- Copyright 1995, 1998 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Corporation.
This file is part of GDB.
diff -upr gdb.orig/config/xm-lynx.h gdb/config/xm-lynx.h
--- gdb.orig/config/xm-lynx.h Wed Jul 7 13:11:39 1999
+++ gdb/config/xm-lynx.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-dependent definitions for any CPU running LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1995, 1996 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/xm-mpw.h gdb/config/xm-mpw.h
--- gdb.orig/config/xm-mpw.h Mon Jan 29 17:06:26 2001
+++ gdb/config/xm-mpw.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Macro definitions for running GDB on Apple Macintoshes.
- Copyright (C) 1994, 1995, 2001 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/xm-nbsd.h gdb/config/xm-nbsd.h
--- gdb.orig/config/xm-nbsd.h Mon Dec 13 18:05:40 1999
+++ gdb/config/xm-nbsd.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Host-dependent definitions for any CPU running NetBSD.
- Copyright 1993, 1994, 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/config/xm-sysv4.h gdb/config/xm-sysv4.h
--- gdb.orig/config/xm-sysv4.h Wed Jul 7 13:11:42 1999
+++ gdb/config/xm-sysv4.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions for running gdb on a host machine running any flavor of SVR4.
- Copyright 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1995, 1998 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
diff -upr gdb.orig/config/z8k/tm-z8k.h gdb/config/z8k/tm-z8k.h
--- gdb.orig/config/z8k/tm-z8k.h Mon Feb 26 17:41:12 2001
+++ gdb/config/z8k/tm-z8k.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Parameters for execution on a z8000 series machine.
- Copyright 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/configure.in gdb/configure.in
--- gdb.orig/configure.in Thu Feb 15 19:57:57 2001
+++ gdb/configure.in Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
dnl Autoconf configure script for GDB, the GNU debugger.
-dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000,
-dnl 2001 Free Software Foundation, Inc.
+dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+dnl Free Software Foundation, Inc.
dnl
dnl This file is part of GDB.
dnl
diff -upr gdb.orig/core-aout.c gdb/core-aout.c
--- gdb.orig/core-aout.c Mon Jul 31 09:11:54 2000
+++ gdb/core-aout.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Extract registers from a "standard" core file, for GDB.
- Copyright (C) 1988-1998 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/core-regset.c gdb/core-regset.c
--- gdb.orig/core-regset.c Tue Aug 29 12:03:07 2000
+++ gdb/core-regset.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Machine independent GDB support for core files on systems using "regsets".
- Copyright 1993-1998 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/core-sol2.c gdb/core-sol2.c
--- gdb.orig/core-sol2.c Wed Aug 30 13:07:05 2000
+++ gdb/core-sol2.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Machine independent support for Solaris 2 core files for GDB.
- Copyright 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/corefile.c gdb/corefile.c
--- gdb.orig/corefile.c Mon Jan 29 17:06:26 2001
+++ gdb/corefile.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Core dump and executable file functions above target vector, for GDB.
- Copyright 1986, 1987, 1989, 1991-1994, 2000
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
+ 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/corelow.c gdb/corelow.c
--- gdb.orig/corelow.c Thu Feb 15 19:57:57 2001
+++ gdb/corelow.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Core dump and executable file functions below target vector, for GDB.
- Copyright 1986, 87, 89, 91, 92, 93, 94, 95, 96, 97, 1998, 2000, 2001
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/cp-valprint.c gdb/cp-valprint.c
--- gdb.orig/cp-valprint.c Thu Dec 14 18:42:52 2000
+++ gdb/cp-valprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing C++ values for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 1994-1996, 2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/cpu32bug-rom.c gdb/cpu32bug-rom.c
--- gdb.orig/cpu32bug-rom.c Mon Jul 31 09:11:54 2000
+++ gdb/cpu32bug-rom.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Remote debugging interface for CPU32Bug Rom monitor for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Stu Grossman of Cygnus Support
diff -upr gdb.orig/cxux-nat.c gdb/cxux-nat.c
--- gdb.orig/cxux-nat.c Thu Dec 14 18:42:52 2000
+++ gdb/cxux-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Native support for Motorola 88k running Harris CX/UX.
- Copyright 1988, 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/d10v-tdep.c gdb/d10v-tdep.c
--- gdb.orig/d10v-tdep.c Thu Feb 15 19:57:57 2001
+++ gdb/d10v-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for Mitsubishi D10V, for GDB.
- Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/d30v-tdep.c gdb/d30v-tdep.c
--- gdb.orig/d30v-tdep.c Thu Feb 15 19:57:57 2001
+++ gdb/d30v-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for Mitsubishi D30V, for GDB.
- Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dbug-rom.c gdb/dbug-rom.c
--- gdb.orig/dbug-rom.c Mon Jul 31 09:11:55 2000
+++ gdb/dbug-rom.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Remote debugging interface to dBUG ROM monitor for GDB, the GNU debugger.
- Copyright 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Stan Shebs of Cygnus Support.
diff -upr gdb.orig/dbxread.c gdb/dbxread.c
--- gdb.orig/dbxread.c Mon Feb 26 17:41:11 2001
+++ gdb/dbxread.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Read dbx symbol tables and convert to internal format, for GDB.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dcache.c gdb/dcache.c
--- gdb.orig/dcache.c Wed Jan 24 16:46:37 2001
+++ gdb/dcache.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Caching code.
- Copyright 1992-1993, 1995, 1998-1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dcache.h gdb/dcache.h
--- gdb.orig/dcache.h Wed Jan 24 16:46:37 2001
+++ gdb/dcache.h Thu Mar 1 00:12:03 2001
@@ -1,7 +1,8 @@
/* Declarations for caching. Typically used by remote back ends for
caching remote memory.
- Copyright 1992, 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/defs.h gdb/defs.h
--- gdb.orig/defs.h Thu Feb 15 19:57:57 2001
+++ gdb/defs.h Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* *INDENT-OFF* */ /* ATTR_FORMAT confuses indent, avoid running it for now */
/* Basic, host-specific, and target-specific definitions for GDB.
- Copyright (C) 1986, 1989, 1991-1996, 1998-2000, 2001
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/delta68-nat.c gdb/delta68-nat.c
--- gdb.orig/delta68-nat.c Mon Jul 31 09:11:55 2000
+++ gdb/delta68-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Functions specific to running gdb native on a Motorola Delta Series sysV68.
- Copyright (C) 1993, 1997-98, Free Software Foundation, Inc.
+ Copyright 1993, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/demangle.c gdb/demangle.c
--- gdb.orig/demangle.c Tue Feb 20 12:31:27 2001
+++ gdb/demangle.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Basic C++ demangling support for GDB.
- Copyright 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/dink32-rom.c gdb/dink32-rom.c
--- gdb.orig/dink32-rom.c Mon Jul 31 13:04:50 2000
+++ gdb/dink32-rom.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Remote debugging interface for DINK32 (PowerPC) ROM monitor for
GDB, the GNU debugger.
- Copyright 1997 Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/doc/Makefile.in gdb/doc/Makefile.in
--- gdb.orig/doc/Makefile.in Mon Jul 17 09:58:30 2000
+++ gdb/doc/Makefile.in Thu Mar 1 00:12:03 2001
@@ -1,4 +1,5 @@
-##Copyright (C) 1991, 1992, 1999 Free Software Foundation, Inc.
+##Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000
+##Free Software Foundation, Inc.
# Makefile for GDB documentation.
# This file is part of GDB.
diff -upr gdb.orig/doc/all-cfg.texi gdb/doc/all-cfg.texi
--- gdb.orig/doc/all-cfg.texi Mon Apr 26 11:25:56 1999
+++ gdb/doc/all-cfg.texi Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
@c GDB MANUAL configuration file.
-@c Copyright (c) 1993 Free Software Foundation, Inc.
+@c Copyright 1993, 1995, 1999 Free Software Foundation, Inc.
@c
@c NOTE: While the GDB manual is configurable (by changing these
@c switches), its configuration is ***NOT*** automatically tied in to
diff -upr gdb.orig/doc/annotate.texi gdb/doc/annotate.texi
--- gdb.orig/doc/annotate.texi Wed May 10 17:50:50 2000
+++ gdb/doc/annotate.texi Thu Mar 1 00:12:03 2001
@@ -12,7 +12,7 @@
@c This file documents GDB annotations.
@c This is Edition @value{EDITION}, @value{DATE}, of @cite{GDB
-@c Annotations}. Copyright 1994 Free Software Foundation
+@c Annotations}. Copyright 1994, 1995, 2000 Free Software Foundation, Inc.
@c Permission is granted to make and distribute verbatim copies of
@c this manual provided the copyright notice and this permission notice
diff -upr gdb.orig/doc/gdb.texinfo gdb/doc/gdb.texinfo
--- gdb.orig/doc/gdb.texinfo Wed Feb 21 13:31:43 2001
+++ gdb/doc/gdb.texinfo Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@c Copyright 1988-2001
+@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+@c 1999, 2000, 2001
@c Free Software Foundation, Inc.
@c
@c %**start of header
diff -upr gdb.orig/doc/gdbgui.texinfo gdb/doc/gdbgui.texinfo
--- gdb.orig/doc/gdbgui.texinfo Sun Feb 6 17:19:39 2000
+++ gdb/doc/gdbgui.texinfo Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
-@c Copyright 1988 1989 1990 1991 1992 1993 1994 Free Software Foundation, Inc.
+@c Copyright 1995 Free Software Foundation, Inc.
@c
@c %**start of header
@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
diff -upr gdb.orig/doc/gdbint.texinfo gdb/doc/gdbint.texinfo
--- gdb.orig/doc/gdbint.texinfo Thu Feb 15 19:58:08 2001
+++ gdb/doc/gdbint.texinfo Thu Mar 1 00:12:03 2001
@@ -12,7 +12,8 @@ END-INFO-DIR-ENTRY
@ifinfo
This file documents the internals of the GNU debugger @value{GDBN}.
-Copyright 1990-1999 Free Software Foundation, Inc.
+Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions. Written by John Gilmore.
Second Edition by Stan Shebs.
diff -upr gdb.orig/doc/refcard.tex gdb/doc/refcard.tex
--- gdb.orig/doc/refcard.tex Wed Jan 24 16:46:40 2001
+++ gdb/doc/refcard.tex Thu Mar 1 00:12:03 2001
@@ -1,7 +1,8 @@
%%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%%
%This file is TeX source for a reference card describing GDB, the GNU debugger.
-%Copyright (C) 1991, 1992, 1993, 1998 Free Software Foundation, Inc.
+%Copyright 1991, 1992, 1993, 1996, 1998, 1999, 2000
+%Free Software Foundation, Inc.
%Permission is granted to make and distribute verbatim copies of
%this reference provided the copyright notices and permission notices
%are preserved on all copies.
diff -upr gdb.orig/dpx2-nat.c gdb/dpx2-nat.c
--- gdb.orig/dpx2-nat.c Mon Jul 31 09:11:55 2000
+++ gdb/dpx2-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* DPX2 host interface.
- Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1993, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dsrec.c gdb/dsrec.c
--- gdb.orig/dsrec.c Thu Feb 15 19:57:57 2001
+++ gdb/dsrec.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* S-record download support for GDB, the GNU debugger.
- Copyright 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dstread.c gdb/dstread.c
--- gdb.orig/dstread.c Thu Dec 14 18:42:52 2000
+++ gdb/dstread.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,7 @@
/* Read apollo DST symbol tables and convert to internal format, for GDB.
Contributed by Troy Rollo, University of NSW (troy@cbme.unsw.edu.au).
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dve3900-rom.c gdb/dve3900-rom.c
--- gdb.orig/dve3900-rom.c Thu Dec 14 18:42:52 2000
+++ gdb/dve3900-rom.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Remote debugging interface for Densan DVE-R3900 ROM monitor for
GDB, the GNU debugger.
- Copyright 1997 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/dwarf2read.c gdb/dwarf2read.c
--- gdb.orig/dwarf2read.c Thu Feb 15 19:57:57 2001
+++ gdb/dwarf2read.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* DWARF 2 debugging format support for GDB.
- Copyright 1994, 1995, 1996, 1997, 1998, 2001
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Adapted by Gary Funck (gary@intrepid.com), Intrepid Technology,
diff -upr gdb.orig/dwarfread.c gdb/dwarfread.c
--- gdb.orig/dwarfread.c Wed Jan 24 16:46:37 2001
+++ gdb/dwarfread.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* DWARF debugging format support for GDB.
- Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support. Portions based on dbxread.c,
mipsread.c, coffread.c, and dwarfread.c from a Data General SVR4 gdb port.
diff -upr gdb.orig/elfread.c gdb/elfread.c
--- gdb.orig/elfread.c Thu Feb 15 19:57:57 2001
+++ gdb/elfread.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Read ELF (Executable and Linking Format) object files for GDB.
- Copyright 1991, 92, 93, 94, 95, 96, 1998, 2001
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support.
diff -upr gdb.orig/environ.c gdb/environ.c
--- gdb.orig/environ.c Thu Dec 14 18:42:52 2000
+++ gdb/environ.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* environ.c -- library for manipulating environments for GNU.
- Copyright (C) 1986, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000
+ 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 -upr gdb.orig/environ.h gdb/environ.h
--- gdb.orig/environ.h Sat May 27 19:11:32 2000
+++ gdb/environ.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Header for environment manipulation library.
- Copyright 1989, 1992 Free Software Foundation.
+ Copyright 1989, 1992, 2000 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 -upr gdb.orig/eval.c gdb/eval.c
--- gdb.orig/eval.c Fri Nov 3 17:27:50 2000
+++ gdb/eval.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Evaluate expressions for GDB.
- Copyright 1986, 87, 89, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/event-loop.c gdb/event-loop.c
--- gdb.orig/event-loop.c Thu Feb 15 19:57:57 2001
+++ gdb/event-loop.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Event loop machinery for GDB, the GNU debugger.
- Copyright 1999, 2001 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
diff -upr gdb.orig/event-loop.h gdb/event-loop.h
--- gdb.orig/event-loop.h Fri Mar 3 08:37:09 2000
+++ gdb/event-loop.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Definitions used by the GDB event loop.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
diff -upr gdb.orig/event-top.c gdb/event-top.c
--- gdb.orig/event-top.c Thu Feb 15 19:57:57 2001
+++ gdb/event-top.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
diff -upr gdb.orig/exec.c gdb/exec.c
--- gdb.orig/exec.c Mon Feb 26 17:41:11 2001
+++ gdb/exec.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Work with executable files, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1997, 1998, 2001
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/expprint.c gdb/expprint.c
--- gdb.orig/expprint.c Mon Jul 31 09:11:56 2000
+++ gdb/expprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Print in infix form a struct expression.
- Copyright (C) 1986, 1989, 1991, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/expression.h gdb/expression.h
--- gdb.orig/expression.h Sat May 27 19:11:32 2000
+++ gdb/expression.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions for expressions stored in reversed prefix form, for GDB.
- Copyright 1986, 1989, 1992, 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/f-exp.y gdb/f-exp.y
--- gdb.orig/f-exp.y Thu Feb 15 19:57:57 2001
+++ gdb/f-exp.y Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* YACC parser for Fortran expressions, for GDB.
- Copyright 1986, 1989, 1990, 1991, 1993, 1994, 2001 Free Software
- Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Motorola. Adapted from the C parser by Farooq Butt
(fmbutt@engage.sps.mot.com).
diff -upr gdb.orig/f-lang.c gdb/f-lang.c
--- gdb.orig/f-lang.c Thu Feb 15 19:57:57 2001
+++ gdb/f-lang.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Fortran language support routines for GDB, the GNU debugger.
- Copyright 1993, 1994, 1996, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Motorola. Adapted from the C parser by Farooq Butt
(fmbutt@engage.sps.mot.com).
diff -upr gdb.orig/f-lang.h gdb/f-lang.h
--- gdb.orig/f-lang.h Sat May 27 19:11:32 2000
+++ gdb/f-lang.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Fortran language support definitions for GDB, the GNU debugger.
- Copyright 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1998, 2000
+ Free Software Foundation, Inc.
Contributed by Motorola. Adapted from the C definitions by Farooq Butt
(fmbutt@engage.sps.mot.com).
diff -upr gdb.orig/f-typeprint.c gdb/f-typeprint.c
--- gdb.orig/f-typeprint.c Mon Jul 31 09:11:56 2000
+++ gdb/f-typeprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing Fortran types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 1993, 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1998, 2000
+ Free Software Foundation, Inc.
Contributed by Motorola. Adapted from the C version by Farooq Butt
(fmbutt@engage.sps.mot.com).
diff -upr gdb.orig/f-valprint.c gdb/f-valprint.c
--- gdb.orig/f-valprint.c Mon Jul 31 09:11:56 2000
+++ gdb/f-valprint.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support for printing Fortran values for GDB, the GNU debugger.
- Copyright 1993-1995, 2000 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Motorola. Adapted from the C definitions by Farooq Butt
(fmbutt@engage.sps.mot.com), additionally worked over by Stan Shebs.
diff -upr gdb.orig/findvar.c gdb/findvar.c
--- gdb.orig/findvar.c Thu Feb 15 19:57:57 2001
+++ gdb/findvar.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Find a variable's value in memory, for GDB, the GNU debugger.
- Copyright 1986, 87, 89, 91, 94, 95, 96, 1998, 2001
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/fork-child.c gdb/fork-child.c
--- gdb.orig/fork-child.c Tue Jan 30 23:24:48 2001
+++ gdb/fork-child.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Fork a Unix child process, and set up to debug it, for GDB.
- Copyright 1990, 91, 92, 93, 94, 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/fr30-tdep.c gdb/fr30-tdep.c
--- gdb.orig/fr30-tdep.c Sat Dec 9 12:10:05 2000
+++ gdb/fr30-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the Fujitsu FR30.
- Copyright 1999, Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/frame.c gdb/frame.c
--- gdb.orig/frame.c Tue Feb 20 15:39:03 2001
+++ gdb/frame.c Thu Mar 1 00:12:03 2001
@@ -1,6 +1,6 @@
/* Cache and manage the values of registers for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000,
- 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/frame.h gdb/frame.h
--- gdb.orig/frame.h Thu Feb 22 14:35:04 2001
+++ gdb/frame.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions for dealing with stack frames, for GDB, the GNU debugger.
- Copyright 1986, 1989, 1991, 1992, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdb-events.c gdb/gdb-events.c
--- gdb.orig/gdb-events.c Thu Dec 14 18:42:52 2000
+++ gdb/gdb-events.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* User Interface Events.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
diff -upr gdb.orig/gdb-events.h gdb/gdb-events.h
--- gdb.orig/gdb-events.h Sun Apr 2 21:43:26 2000
+++ gdb/gdb-events.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* User Interface Events.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
diff -upr gdb.orig/gdb-events.sh gdb/gdb-events.sh
--- gdb.orig/gdb-events.sh Tue Sep 5 12:32:49 2000
+++ gdb/gdb-events.sh Thu Mar 1 00:12:03 2001
@@ -1,7 +1,7 @@
#!/bin/sh
# User Interface Events.
-# Copyright 1999-2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
#
# Contributed by Cygnus Solutions.
#
diff -upr gdb.orig/gdb-stabs.h gdb/gdb-stabs.h
--- gdb.orig/gdb-stabs.h Sat Dec 9 12:10:05 2000
+++ gdb/gdb-stabs.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Definitions for symbol-reading containing "stabs", for GDB.
- Copyright 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1996, 1997, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by John Gilmore.
This file is part of GDB.
diff -upr gdb.orig/gdb.1 gdb/gdb.1
--- gdb.orig/gdb.1 Thu Apr 15 18:34:01 1999
+++ gdb/gdb.1 Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991 Free Software Foundation
+.\" Copyright 1991, 1999 Free Software Foundation, Inc.
.\" See section COPYING for conditions for redistribution
.\" $Id: gdb.1,v 1.4 1999/01/05 00:50:50 jsm Exp $
.TH gdb 1 "4nov1991" "GNU Tools" "GNU Tools"
diff -upr gdb.orig/gdb_string.h gdb/gdb_string.h
--- gdb.orig/gdb_string.h Mon Jan 29 17:06:26 2001
+++ gdb/gdb_string.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Portable <string.h>
- Copyright 1995, 1998, 2001 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdb_thread_db.h gdb/gdb_thread_db.h
--- gdb.orig/gdb_thread_db.h Tue Sep 5 12:32:49 2000
+++ gdb/gdb_thread_db.h Thu Mar 1 00:12:03 2001
@@ -11,7 +11,7 @@ typedef unsigned int gdb_uint32_t;
#define GDB_UINT32_C(c) c ## U
#endif
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff -upr gdb.orig/gdbcmd.h gdb/gdbcmd.h
--- gdb.orig/gdbcmd.h Mon Dec 4 08:04:04 2000
+++ gdb/gdbcmd.h Thu Mar 1 00:12:03 2001
@@ -6,7 +6,8 @@
fnasser@redhat.com */
/* Header file for GDB-specific command-line stuff.
- Copyright 1986, 1989, 1990, 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000
+ 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 -upr gdb.orig/gdbcore.h gdb/gdbcore.h
--- gdb.orig/gdbcore.h Mon Jan 29 17:06:26 2001
+++ gdb/gdbcore.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Machine independent variables that describe the core file under GDB.
- Copyright 1986, 1987, 1989, 1990, 1992, 1995 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/Makefile.in gdb/gdbserver/Makefile.in
--- gdb.orig/gdbserver/Makefile.in Sat Feb 12 18:06:58 2000
+++ gdb/gdbserver/Makefile.in Thu Mar 1 00:12:03 2001
@@ -1,4 +1,5 @@
-#Copyright 1989, 90, 91, 92, 93, 94, 95, 96, 97, 99, 2000
+#Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+#1999, 2000
#Free Software Foundation, Inc.
# This file is part of GDB.
diff -upr gdb.orig/gdbserver/gdbreplay.c gdb/gdbserver/gdbreplay.c
--- gdb.orig/gdbserver/gdbreplay.c Tue Aug 29 12:03:23 2000
+++ gdb/gdbserver/gdbreplay.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Replay a remote debug session logfile for GDB.
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/gdbserver.1 gdb/gdbserver/gdbserver.1
--- gdb.orig/gdbserver/gdbserver.1 Thu Apr 15 18:34:26 1999
+++ gdb/gdbserver/gdbserver.1 Thu Mar 1 00:12:03 2001
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1993 Free Software Foundation
+.\" Copyright 1993 Free Software Foundation, Inc.
.\" See section COPYING for conditions for redistribution
.TH gdbserver 1 "2 November 1993" "Cygnus Support" "GNU Development Tools"
.SH NAME
diff -upr gdb.orig/gdbserver/low-hppabsd.c gdb/gdbserver/low-hppabsd.c
--- gdb.orig/gdbserver/low-hppabsd.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-hppabsd.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-linux.c gdb/gdbserver/low-linux.c
--- gdb.orig/gdbserver/low-linux.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-linux.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-lynx.c gdb/gdbserver/low-lynx.c
--- gdb.orig/gdbserver/low-lynx.c Mon Jul 31 09:12:08 2000
+++ gdb/gdbserver/low-lynx.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-nbsd.c gdb/gdbserver/low-nbsd.c
--- gdb.orig/gdbserver/low-nbsd.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-nbsd.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1986, 1987, 1993, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1993, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-sim.c gdb/gdbserver/low-sim.c
--- gdb.orig/gdbserver/low-sim.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-sim.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level interface to simulators, for the remote server for GDB.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-sparc.c gdb/gdbserver/low-sparc.c
--- gdb.orig/gdbserver/low-sparc.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-sparc.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/low-sun3.c gdb/gdbserver/low-sun3.c
--- gdb.orig/gdbserver/low-sun3.c Wed Jan 24 16:46:40 2001
+++ gdb/gdbserver/low-sun3.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Low level interface to ptrace, for the remote server for GDB.
- Copyright (C) 1986, 1987, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/remote-utils.c gdb/gdbserver/remote-utils.c
--- gdb.orig/gdbserver/remote-utils.c Mon Jul 31 09:12:09 2000
+++ gdb/gdbserver/remote-utils.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Remote utility routines for the remote server for GDB.
- Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/server.c gdb/gdbserver/server.c
--- gdb.orig/gdbserver/server.c Tue Aug 29 12:03:23 2000
+++ gdb/gdbserver/server.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Main code for remote server for GDB.
- Copyright (C) 1989, 1993 Free Software Foundation, Inc.
+ Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/server.h gdb/gdbserver/server.h
--- gdb.orig/gdbserver/server.h Sat May 27 19:11:40 2000
+++ gdb/gdbserver/server.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Common definitions for remote server for GDB.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbserver/utils.c gdb/gdbserver/utils.c
--- gdb.orig/gdbserver/utils.c Tue Aug 29 12:03:23 2000
+++ gdb/gdbserver/utils.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* General utility routines for the remote server for GDB.
- Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1993, 1995, 1996, 1997, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gdbthread.h gdb/gdbthread.h
--- gdb.orig/gdbthread.h Mon Jan 10 20:07:21 2000
+++ gdb/gdbthread.h Thu Mar 1 00:12:03 2001
@@ -1,8 +1,9 @@
/* Multi-process/thread control defs for GDB, the GNU debugger.
- Copyright 1987, 88, 89, 90, 91, 92, 1993, 1998, 1999, 2000
-
- Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA.
+ Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1997, 1998, 1999,
+ 2000
Free Software Foundation, Inc.
+ Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA.
+
This file is part of GDB.
diff -upr gdb.orig/gdbtypes.c gdb/gdbtypes.c
--- gdb.orig/gdbtypes.c Thu Dec 14 18:42:53 2000
+++ gdb/gdbtypes.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Support routines for manipulating internal types for GDB.
- Copyright (C) 1992, 93, 94, 95, 96, 1998 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support, using pieces from other GDB modules.
This file is part of GDB.
diff -upr gdb.orig/gdbtypes.h gdb/gdbtypes.h
--- gdb.orig/gdbtypes.h Tue Sep 5 12:32:52 2000
+++ gdb/gdbtypes.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Internal type definitions for GDB.
- Copyright (C) 1992-1994, 1996, 1998-2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support, using pieces from other GDB modules.
This file is part of GDB.
diff -upr gdb.orig/gnu-nat.c gdb/gnu-nat.c
--- gdb.orig/gnu-nat.c Thu Dec 14 18:42:54 2000
+++ gdb/gnu-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Interface GDB to the GNU Hurd.
- Copyright (C) 1992, 95, 96, 97, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/gnu-nat.h gdb/gnu-nat.h
--- gdb.orig/gnu-nat.h Mon Jan 31 20:19:07 2000
+++ gdb/gnu-nat.h Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Common things used by the various *gnu-nat.c files
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
diff -upr gdb.orig/gnu-regex.c gdb/gnu-regex.c
--- gdb.orig/gnu-regex.c Wed May 31 14:19:35 2000
+++ gdb/gnu-regex.c Thu Mar 1 00:12:03 2001
@@ -3,7 +3,8 @@
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
- Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the
GNU C Library. Bugs can be reported to bug-glibc@gnu.org.
diff -upr gdb.orig/gnu-regex.h gdb/gnu-regex.h
--- gdb.orig/gnu-regex.h Mon Oct 11 21:37:21 1999
+++ gdb/gnu-regex.h Thu Mar 1 00:12:03 2001
@@ -1,7 +1,8 @@
/* *INDENT-OFF* */ /* keep in sync with glibc */
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
- Copyright (C) 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc.
+ Copyright 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998,
+ 1999 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the
GNU C Library. Bugs can be reported to bug-glibc@gnu.org.
diff -upr gdb.orig/h8300-tdep.c gdb/h8300-tdep.c
--- gdb.orig/h8300-tdep.c Mon Dec 4 08:04:05 2000
+++ gdb/h8300-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for Hitachi H8/300, for GDB.
- Copyright (C) 1988, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/h8500-tdep.c gdb/h8500-tdep.c
--- gdb.orig/h8500-tdep.c Mon Feb 26 17:41:11 2001
+++ gdb/h8500-tdep.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for Hitachi H8/500, for GDB.
- Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1998, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hp-psymtab-read.c gdb/hp-psymtab-read.c
--- gdb.orig/hp-psymtab-read.c Thu Dec 14 18:42:54 2000
+++ gdb/hp-psymtab-read.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Read hp debug symbols and convert to internal format, for GDB.
- Copyright 1993, 1996, 1998, 1999 Free Software Foundation, Inc.
+ Copyright 1993, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hp-symtab-read.c gdb/hp-symtab-read.c
--- gdb.orig/hp-symtab-read.c Fri Nov 3 17:27:53 2000
+++ gdb/hp-symtab-read.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,5 @@
/* Read hp debug symbols and convert to internal format, for GDB.
- Copyright 1993, 1996 Free Software Foundation, Inc.
+ Copyright 1993, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hp300ux-nat.c gdb/hp300ux-nat.c
--- gdb.orig/hp300ux-nat.c Mon Jul 31 09:11:57 2000
+++ gdb/hp300ux-nat.c Thu Mar 1 00:12:03 2001
@@ -1,5 +1,6 @@
/* HP/UX native interface for HP 300's, for GDB when running under Unix.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hppa-tdep.c gdb/hppa-tdep.c
--- gdb.orig/hppa-tdep.c Tue Sep 5 12:32:52 2000
+++ gdb/hppa-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for the HP PA architecture, for GDB.
- Copyright 1986, 1987, 1989-1996, 1999-2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/hppab-nat.c gdb/hppab-nat.c
--- gdb.orig/hppab-nat.c Fri Nov 3 17:27:53 2000
+++ gdb/hppab-nat.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,8 @@
/* Machine-dependent hooks for the unix child process stratum. This
code is for the HP PA-RISC cpu.
- Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
University of Utah (pa-gdb-bugs@cs.utah.edu).
diff -upr gdb.orig/hppah-nat.c gdb/hppah-nat.c
--- gdb.orig/hppah-nat.c Thu Feb 15 19:57:59 2001
+++ gdb/hppah-nat.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Native support code for HPUX PA-RISC.
- Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1998, 1999,
- 2001
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
diff -upr gdb.orig/hppam3-nat.c gdb/hppam3-nat.c
--- gdb.orig/hppam3-nat.c Mon Jul 31 09:11:57 2000
+++ gdb/hppam3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface to HP800 running mach 4.0.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hpread.c gdb/hpread.c
--- gdb.orig/hpread.c Mon Feb 26 17:41:12 2001
+++ gdb/hpread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read hp debug symbols and convert to internal format, for GDB.
- Copyright 1993, 1996 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hpread.h gdb/hpread.h
--- gdb.orig/hpread.h Sat May 27 19:11:33 2000
+++ gdb/hpread.h Thu Mar 1 00:12:04 2001
@@ -4,7 +4,7 @@
* hp_psymtab_read.c
*/
-/* Copyright 1993, 1996 Free Software Foundation, Inc.
+/* Copyright 1993, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/hpux-thread.c gdb/hpux-thread.c
--- gdb.orig/hpux-thread.c Fri Feb 16 16:17:51 2001
+++ gdb/hpux-thread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface for debugging HPUX/DCE threads for GDB, the GNU debugger.
- Copyright 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386-linux-tdep.c gdb/i386-linux-tdep.c
--- gdb.orig/i386-linux-tdep.c Fri Nov 3 17:27:54 2000
+++ gdb/i386-linux-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for Linux running on i386's, for GDB.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386-tdep.c gdb/i386-tdep.c
--- gdb.orig/i386-tdep.c Mon Feb 26 17:41:12 2001
+++ gdb/i386-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Intel 386 target-dependent stuff.
- Copyright (C) 1988, 1989, 1991, 1994, 1995, 1996, 1998, 2001
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386aix-nat.c gdb/i386aix-nat.c
--- gdb.orig/i386aix-nat.c Tue Sep 5 19:59:40 2000
+++ gdb/i386aix-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Intel 386 native support.
- Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386b-nat.c gdb/i386b-nat.c
--- gdb.orig/i386b-nat.c Mon Jul 31 09:11:58 2000
+++ gdb/i386b-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for BSD Unix running on i386's, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386bsd-nat.c gdb/i386bsd-nat.c
--- gdb.orig/i386bsd-nat.c Wed Jan 24 16:46:37 2001
+++ gdb/i386bsd-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Native-dependent code for modern i386 BSD's.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386gnu-nat.c gdb/i386gnu-nat.c
--- gdb.orig/i386gnu-nat.c Fri Dec 22 12:19:00 2000
+++ gdb/i386gnu-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface to i386 running the GNU Hurd.
- Copyright (C) 1992, 1995, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1995, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386ly-tdep.c gdb/i386ly-tdep.c
--- gdb.orig/i386ly-tdep.c Mon Jul 31 09:11:58 2000
+++ gdb/i386ly-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for Intel 386 running LynxOS.
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386m3-nat.c gdb/i386m3-nat.c
--- gdb.orig/i386m3-nat.c Mon Jul 31 09:11:58 2000
+++ gdb/i386m3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface to I386 running mach 3.0.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386mach-nat.c gdb/i386mach-nat.c
--- gdb.orig/i386mach-nat.c Mon Sep 11 16:57:52 2000
+++ gdb/i386mach-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native dependent code for Mach 386's for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386nbsd-tdep.c gdb/i386nbsd-tdep.c
--- gdb.orig/i386nbsd-tdep.c Wed Jan 24 16:46:37 2001
+++ gdb/i386nbsd-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for NetBSD/i386, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000
+ Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386v-nat.c gdb/i386v-nat.c
--- gdb.orig/i386v-nat.c Mon Jul 31 09:11:58 2000
+++ gdb/i386v-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Intel 386 native support for SYSV systems (pre-SVR4).
- Copyright (C) 1988, 89, 91, 92, 94, 96, 1998 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i386v4-nat.c gdb/i386v4-nat.c
--- gdb.orig/i386v4-nat.c Mon Jul 31 09:11:58 2000
+++ gdb/i386v4-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for SVR4 Unix running on i386's, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1996, 1998 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i387-tdep.c gdb/i387-tdep.c
--- gdb.orig/i387-tdep.c Mon Jul 31 09:11:58 2000
+++ gdb/i387-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Intel 387 floating point stuff.
- Copyright (C) 1988, 89, 91, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/i960-tdep.c gdb/i960-tdep.c
--- gdb.orig/i960-tdep.c Mon Feb 26 17:41:12 2001
+++ gdb/i960-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for the Intel 960
- Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Intel Corporation.
examine_prologue and other parts contributed by Wind River Systems.
diff -upr gdb.orig/infcmd.c gdb/infcmd.c
--- gdb.orig/infcmd.c Tue Feb 20 12:31:27 2001
+++ gdb/infcmd.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Memory-access and commands for "inferior" process, for GDB.
- Copyright 1986, 87, 88, 89, 91, 92, 95, 96, 1998, 1999, 2001
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/inferior.h gdb/inferior.h
--- gdb.orig/inferior.h Thu Feb 15 19:58:01 2001
+++ gdb/inferior.h Thu Mar 1 00:12:04 2001
@@ -1,6 +1,7 @@
/* Variables that describe the inferior process running under GDB:
Where it is, why it stopped, and how to step it.
- Copyright 1986, 1989, 1992, 1996, 1998, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/inflow.c gdb/inflow.c
--- gdb.orig/inflow.c Mon Feb 26 17:41:12 2001
+++ gdb/inflow.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Low level interface to ptrace, for GDB when running under Unix.
- Copyright 1986-87, 1989, 1991-92, 1995, 1998 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/infptrace.c gdb/infptrace.c
--- gdb.orig/infptrace.c Mon Feb 26 17:41:12 2001
+++ gdb/infptrace.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Low level Unix child interface to ptrace, for GDB when running under Unix.
- Copyright 1988, 89, 90, 91, 92, 93, 94, 95, 96, 1998, 2001
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/infrun.c gdb/infrun.c
--- gdb.orig/infrun.c Thu Feb 15 19:58:01 2001
+++ gdb/infrun.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-struct-independent code to start (run) and stop an inferior process.
- Copyright 1986-1989, 1991-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/inftarg.c gdb/inftarg.c
--- gdb.orig/inftarg.c Mon Jul 31 09:11:59 2000
+++ gdb/inftarg.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-vector operations for controlling Unix child processes, for GDB.
- Copyright 1990-1996, 1998, 1999 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
## Contains temporary hacks..
diff -upr gdb.orig/infttrace.c gdb/infttrace.c
--- gdb.orig/infttrace.c Mon Feb 26 17:41:12 2001
+++ gdb/infttrace.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Low level Unix child interface to ttrace, for GDB when running under HP-UX.
- Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/irix4-nat.c gdb/irix4-nat.c
--- gdb.orig/irix4-nat.c Mon Sep 11 16:57:52 2000
+++ gdb/irix4-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Native support for the SGI Iris running IRIX version 4, for GDB.
- Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1995
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2000
Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
diff -upr gdb.orig/irix5-nat.c gdb/irix5-nat.c
--- gdb.orig/irix5-nat.c Thu Dec 14 18:42:55 2000
+++ gdb/irix5-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native support for the SGI Iris running IRIX version 5, for GDB.
- Copyright 1988, 89, 90, 91, 92, 93, 94, 95, 96, 98, 1999
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999, 2000
Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
diff -upr gdb.orig/isi-xdep.c gdb/isi-xdep.c
--- gdb.orig/isi-xdep.c Wed Jul 7 13:07:24 1999
+++ gdb/isi-xdep.c Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright 1993 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 -upr gdb.orig/jv-exp.y gdb/jv-exp.y
--- gdb.orig/jv-exp.y Sat May 27 19:11:33 2000
+++ gdb/jv-exp.y Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* YACC parser for Java expressions, for GDB.
- Copyright (C) 1997, 1998, 1999.
+ Copyright 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/jv-lang.c gdb/jv-lang.c
--- gdb.orig/jv-lang.c Tue Aug 29 12:03:16 2000
+++ gdb/jv-lang.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Java language support routines for GDB, the GNU debugger.
- Copyright 1997, 1998, 1999-2000 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/jv-lang.h gdb/jv-lang.h
--- gdb.orig/jv-lang.h Sat May 27 19:11:33 2000
+++ gdb/jv-lang.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Java language support definitions for GDB, the GNU debugger.
- Copyright 1997-2000 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/jv-typeprint.c gdb/jv-typeprint.c
--- gdb.orig/jv-typeprint.c Thu Dec 14 18:42:55 2000
+++ gdb/jv-typeprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Support for printing Java types for GDB, the GNU debugger.
- Copyright 1997-2000 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/jv-valprint.c gdb/jv-valprint.c
--- gdb.orig/jv-valprint.c Tue Aug 29 12:03:16 2000
+++ gdb/jv-valprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Support for printing Java values for GDB, the GNU debugger.
- Copyright 1997-2000 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/kdb-start.c gdb/kdb-start.c
--- gdb.orig/kdb-start.c Mon Jul 31 09:11:59 2000
+++ gdb/kdb-start.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Main loop for the standalone kernel debugger, for GDB, the GNU Debugger.
- Copyright 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1989, 1991, 1992, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/kod-cisco.c gdb/kod-cisco.c
--- gdb.orig/kod-cisco.c Thu Dec 14 18:42:55 2000
+++ gdb/kod-cisco.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Kernel Object Display facility for Cisco
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Written by Tom Tromey <tromey@cygnus.com>.
diff -upr gdb.orig/kod.c gdb/kod.c
--- gdb.orig/kod.c Thu Dec 14 18:42:55 2000
+++ gdb/kod.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Kernel Object Display generic routines and callbacks
- Copyright 1998, 1999 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Fernando Nasser <fnasser@cygnus.com> for Cygnus Solutions.
diff -upr gdb.orig/language.c gdb/language.c
--- gdb.orig/language.c Mon Feb 26 17:41:12 2001
+++ gdb/language.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Multiple source language support for GDB.
- Copyright 1991, 1992, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by the Department of Computer Science at the State University
of New York at Buffalo.
diff -upr gdb.orig/language.h gdb/language.h
--- gdb.orig/language.h Fri Nov 3 17:27:54 2000
+++ gdb/language.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Source-language-related definitions for GDB.
- Copyright 1991, 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by the Department of Computer Science at the State University
of New York at Buffalo.
diff -upr gdb.orig/lin-lwp.c gdb/lin-lwp.c
--- gdb.orig/lin-lwp.c Wed Jan 24 16:46:37 2001
+++ gdb/lin-lwp.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Multi-threaded debugging support for Linux (LWP layer).
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/lin-thread.c gdb/lin-thread.c
--- gdb.orig/lin-thread.c Thu Dec 14 18:42:55 2000
+++ gdb/lin-thread.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Multi-threaded debugging support for the thread_db interface,
used on operating systems such as Solaris and Linux.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/linespec.c gdb/linespec.c
--- gdb.orig/linespec.c Thu Dec 14 18:42:55 2000
+++ gdb/linespec.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Parser for linespec for the GNU debugger, GDB.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/linespec.h gdb/linespec.h
--- gdb.orig/linespec.h Thu Nov 30 17:41:27 2000
+++ gdb/linespec.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Header for GDB line completion.
- Copyright 2000 Free Software Foundation.
+ Copyright 2000 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 -upr gdb.orig/linux-thread.c gdb/linux-thread.c
--- gdb.orig/linux-thread.c Thu Dec 14 18:42:55 2000
+++ gdb/linux-thread.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Low level interface for debugging GNU/Linux threads for GDB,
the GNU debugger.
- Copyright 1998, 1999 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/lynx-nat.c gdb/lynx-nat.c
--- gdb.orig/lynx-nat.c Mon Feb 26 17:41:12 2001
+++ gdb/lynx-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for LynxOS.
- Copyright 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m2-exp.y gdb/m2-exp.y
--- gdb.orig/m2-exp.y Sat May 27 19:11:33 2000
+++ gdb/m2-exp.y Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* YACC grammar for Modula-2 expressions, for GDB.
- Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 1995
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999,
+ 2000
Free Software Foundation, Inc.
Generated from expread.y (now c-exp.y) and contributed by the Department
of Computer Science at the State University of New York at Buffalo, 1991.
diff -upr gdb.orig/m2-lang.c gdb/m2-lang.c
--- gdb.orig/m2-lang.c Tue Aug 29 12:03:16 2000
+++ gdb/m2-lang.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Modula 2 language support routines for GDB, the GNU debugger.
- Copyright 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m2-lang.h gdb/m2-lang.h
--- gdb.orig/m2-lang.h Sat May 27 19:11:33 2000
+++ gdb/m2-lang.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Modula 2 language support definitions for GDB, the GNU debugger.
- Copyright 1992, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m2-typeprint.c gdb/m2-typeprint.c
--- gdb.orig/m2-typeprint.c Mon Jul 31 09:11:59 2000
+++ gdb/m2-typeprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Support for printing Modula 2 types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m2-valprint.c gdb/m2-valprint.c
--- gdb.orig/m2-valprint.c Mon Jul 31 09:11:59 2000
+++ gdb/m2-valprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Support for printing Modula 2 values for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m3-nat.c gdb/m3-nat.c
--- gdb.orig/m3-nat.c Mon Feb 26 17:41:12 2001
+++ gdb/m3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,7 @@
/* Interface GDB to Mach 3.0 operating systems.
(Most) Mach 3.0 related routines live in this file.
- Copyright (C) 1992, 1996, 1999, 2000, 2001
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m32r-rom.c gdb/m32r-rom.c
--- gdb.orig/m32r-rom.c Tue Jan 30 23:24:48 2001
+++ gdb/m32r-rom.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,7 @@
/* Remote debugging interface to m32r and mon2000 ROM monitors for GDB,
the GNU debugger.
- Copyright 1996, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Adapted by Michael Snyder of Cygnus Support.
diff -upr gdb.orig/m32r-tdep.c gdb/m32r-tdep.c
--- gdb.orig/m32r-tdep.c Mon Jul 31 09:12:00 2000
+++ gdb/m32r-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the Mitsubishi m32r for GDB, the GNU debugger.
- Copyright 1996, Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m68hc11-tdep.c gdb/m68hc11-tdep.c
--- gdb.orig/m68hc11-tdep.c Mon Dec 4 08:04:05 2000
+++ gdb/m68hc11-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for Motorola 68HC11 & 68HC12
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Stephane Carrez, stcarrez@worldnet.fr
This file is part of GDB.
diff -upr gdb.orig/m68k-tdep.c gdb/m68k-tdep.c
--- gdb.orig/m68k-tdep.c Thu Feb 15 19:58:01 2001
+++ gdb/m68k-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target dependent code for the Motorola 68000 series.
- Copyright (C) 1990, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m68klinux-nat.c gdb/m68klinux-nat.c
--- gdb.orig/m68klinux-nat.c Mon Jul 31 09:12:00 2000
+++ gdb/m68klinux-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Motorola m68k native support for Linux
- Copyright (C) 1996,1998 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m68knbsd-nat.c gdb/m68knbsd-nat.c
--- gdb.orig/m68knbsd-nat.c Wed Jan 24 16:46:37 2001
+++ gdb/m68knbsd-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for Motorola m68k's running NetBSD, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m88k-nat.c gdb/m88k-nat.c
--- gdb.orig/m88k-nat.c Sun Sep 17 17:49:49 2000
+++ gdb/m88k-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent Motorola 88xxx support for GDB, the GNU Debugger.
- Copyright 1988, 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1988, 1990, 1991, 1992, 1993, 1995, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/m88k-tdep.c gdb/m88k-tdep.c
--- gdb.orig/m88k-tdep.c Sun Sep 17 17:49:49 2000
+++ gdb/m88k-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for Motorola 88000 series, for GDB.
- Copyright 1988, 1990, 1991, 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mac-nat.c gdb/mac-nat.c
--- gdb.orig/mac-nat.c Mon Jul 31 09:12:00 2000
+++ gdb/mac-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-vector operations for controlling Mac applications, for GDB.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Stan Shebs. Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/mac-xdep.c gdb/mac-xdep.c
--- gdb.orig/mac-xdep.c Thu Feb 15 19:58:01 2001
+++ gdb/mac-xdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Top level support for Mac interface to GDB, the GNU debugger.
- Copyright 1994, 2001 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1998, 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Stan Shebs.
This file is part of GDB.
diff -upr gdb.orig/main.c gdb/main.c
--- gdb.orig/main.c Mon Jan 29 17:06:26 2001
+++ gdb/main.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1986-1995, 1999-2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/maint.c gdb/maint.c
--- gdb.orig/maint.c Thu Feb 15 19:58:01 2001
+++ gdb/maint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Support for GDB maintenance commands.
- Copyright 1992, 1993, 1994, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/mcore-rom.c gdb/mcore-rom.c
--- gdb.orig/mcore-rom.c Mon Jul 31 09:12:00 2000
+++ gdb/mcore-rom.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Remote debugging interface to Motorola picobug monitor for gdb,
the GNU debugger.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mcore-tdep.c gdb/mcore-tdep.c
--- gdb.orig/mcore-tdep.c Sat Dec 9 12:10:05 2000
+++ gdb/mcore-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-machine dependent code for Motorola MCore for GDB, the GNU debugger
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mdebugread.c gdb/mdebugread.c
--- gdb.orig/mdebugread.c Mon Feb 26 17:41:12 2001
+++ gdb/mdebugread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read a symbol table in ECOFF format (Third-Eye).
- Copyright 1986, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Original version contributed by Alessandro Forin (af@cs.cmu.edu) at
CMU. Major work by Per Bothner, John Gilmore and Ian Lance Taylor
diff -upr gdb.orig/mem-break.c gdb/mem-break.c
--- gdb.orig/mem-break.c Mon Jul 31 09:12:00 2000
+++ gdb/mem-break.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Simulate breakpoints by patching locations in the target system, for GDB.
- Copyright 1990, 1991, 1995 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by John Gilmore.
This file is part of GDB.
diff -upr gdb.orig/mi/gdbmi.texinfo gdb/mi/gdbmi.texinfo
--- gdb.orig/mi/gdbmi.texinfo Fri Nov 3 17:27:59 2000
+++ gdb/mi/gdbmi.texinfo Thu Mar 1 00:12:04 2001
@@ -8,7 +8,7 @@
@c @ifinfo
@c This file documents GDB/MI, a Machine Interface to GDB.
-@c Copyright (C) 2000, Free Software Foundation, Inc.
+@c Copyright 2000 Free Software Foundation, Inc.
@c Contributed by Cygnus Solutions.
@c Permission is granted to make and distribute verbatim copies of this
diff -upr gdb.orig/mi/mi-cmd-disas.c gdb/mi/mi-cmd-disas.c
--- gdb.orig/mi/mi-cmd-disas.c Mon Jan 29 17:06:26 2001
+++ gdb/mi/mi-cmd-disas.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - disassemble commands.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-cmd-stack.c gdb/mi/mi-cmd-stack.c
--- gdb.orig/mi/mi-cmd-stack.c Tue May 16 08:43:34 2000
+++ gdb/mi/mi-cmd-stack.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - stack commands.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-cmd-var.c gdb/mi/mi-cmd-var.c
--- gdb.orig/mi/mi-cmd-var.c Thu Dec 14 18:43:00 2000
+++ gdb/mi/mi-cmd-var.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - varobj commands.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-cmds.c gdb/mi/mi-cmds.c
--- gdb.orig/mi/mi-cmds.c Thu Feb 15 19:58:08 2001
+++ gdb/mi/mi-cmds.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-cmds.h gdb/mi/mi-cmds.h
--- gdb.orig/mi/mi-cmds.h Tue May 16 08:43:34 2000
+++ gdb/mi/mi-cmds.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-console.c gdb/mi/mi-console.c
--- gdb.orig/mi/mi-console.c Thu Feb 15 19:58:08 2001
+++ gdb/mi/mi-console.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Console code.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-console.h gdb/mi/mi-console.h
--- gdb.orig/mi/mi-console.h Tue May 16 08:43:34 2000
+++ gdb/mi/mi-console.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - MI Console.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-getopt.c gdb/mi/mi-getopt.c
--- gdb.orig/mi/mi-getopt.c Thu Feb 15 19:58:08 2001
+++ gdb/mi/mi-getopt.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - MI Option Parser.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-getopt.h gdb/mi/mi-getopt.h
--- gdb.orig/mi/mi-getopt.h Tue May 16 08:43:34 2000
+++ gdb/mi/mi-getopt.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Option Parser.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-main.c gdb/mi/mi-main.c
--- gdb.orig/mi/mi-main.c Thu Dec 14 18:43:00 2000
+++ gdb/mi/mi-main.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-out.c gdb/mi/mi-out.c
--- gdb.orig/mi/mi-out.c Mon Jul 31 09:12:09 2000
+++ gdb/mi/mi-out.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - output generating routines.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-out.h gdb/mi/mi-out.h
--- gdb.orig/mi/mi-out.h Tue May 16 08:43:34 2000
+++ gdb/mi/mi-out.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - MI output generating routines for GDB.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-parse.c gdb/mi/mi-parse.c
--- gdb.orig/mi/mi-parse.c Thu Feb 15 19:58:08 2001
+++ gdb/mi/mi-parse.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - MI parser.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/mi/mi-parse.h gdb/mi/mi-parse.h
--- gdb.orig/mi/mi-parse.h Tue May 16 08:43:34 2000
+++ gdb/mi/mi-parse.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* MI Command Set - MI Command Parser.
- Copyright (C) 2000, Free Software Foundation, Inc.
+ Copyright 2000 Free Software Foundation, Inc.
Contributed by Cygnus Solutions (a Red Hat company).
This file is part of GDB.
diff -upr gdb.orig/minimon.h gdb/minimon.h
--- gdb.orig/minimon.h Wed Jul 7 13:08:04 1999
+++ gdb/minimon.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Definitions and macros for support of AMD's remote debugger, MiniMON.
- Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1990, 1991 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/minsyms.c gdb/minsyms.c
--- gdb.orig/minsyms.c Thu Feb 15 19:58:01 2001
+++ gdb/minsyms.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* GDB routines for manipulating the minimal symbol tables.
- Copyright 1992, 93, 94, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support, using pieces from other GDB modules.
This file is part of GDB.
diff -upr gdb.orig/mips-nat.c gdb/mips-nat.c
--- gdb.orig/mips-nat.c Tue Aug 29 12:03:17 2000
+++ gdb/mips-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Low level DECstation interface to ptrace, for GDB when running native.
- Copyright 1988, 1989, 1991, 1992, 1995 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
diff -upr gdb.orig/mips-tdep.c gdb/mips-tdep.c
--- gdb.orig/mips-tdep.c Tue Feb 20 22:35:52 2001
+++ gdb/mips-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,7 @@
/* Target-dependent code for the MIPS architecture, for GDB, the GNU Debugger.
- Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
diff -upr gdb.orig/mipsm3-nat.c gdb/mipsm3-nat.c
--- gdb.orig/mipsm3-nat.c Mon Jul 31 09:12:01 2000
+++ gdb/mipsm3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Definitions to make GDB run on a mips box under Mach 3.0
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mipsread.c gdb/mipsread.c
--- gdb.orig/mipsread.c Thu Feb 15 19:58:01 2001
+++ gdb/mipsread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read a symbol table in MIPS' format (Third-Eye).
- Copyright 1986, 87, 89, 90, 91, 92, 93, 94, 95, 96, 1998, 2001
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU. Major work
by Per Bothner, John Gilmore and Ian Lance Taylor at Cygnus Support.
diff -upr gdb.orig/mipsv4-nat.c gdb/mipsv4-nat.c
--- gdb.orig/mipsv4-nat.c Tue Aug 29 12:03:17 2000
+++ gdb/mipsv4-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Native support for MIPS running SVR4, for GDB.
- Copyright 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mn10200-tdep.c gdb/mn10200-tdep.c
--- gdb.orig/mn10200-tdep.c Mon Jul 31 09:12:01 2000
+++ gdb/mn10200-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the Matsushita MN10200 for GDB, the GNU debugger.
- Copyright 1997 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mn10300-tdep.c gdb/mn10300-tdep.c
--- gdb.orig/mn10300-tdep.c Thu Feb 15 19:58:01 2001
+++ gdb/mn10300-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the Matsushita MN10300 for GDB, the GNU debugger.
- Copyright 1996, 1997, 1998, 2000, 2001
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/mon960-rom.c gdb/mon960-rom.c
--- gdb.orig/mon960-rom.c Mon Jul 31 09:12:01 2000
+++ gdb/mon960-rom.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote target glue for the Intel 960 MON960 ROM monitor.
- Copyright 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/monitor.c gdb/monitor.c
--- gdb.orig/monitor.c Mon Feb 26 17:41:12 2001
+++ gdb/monitor.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for boot monitors, for GDB.
- Copyright 1990-1993, 1995-1997, 1999-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
Resurrected from the ashes by Stu Grossman.
diff -upr gdb.orig/monitor.h gdb/monitor.h
--- gdb.orig/monitor.h Fri Nov 3 17:27:54 2000
+++ gdb/monitor.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Definitions for remote debugging interface for ROM monitors.
- Copyright 1990, 1991, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
This file is part of GDB.
diff -upr gdb.orig/news-xdep.c gdb/news-xdep.c
--- gdb.orig/news-xdep.c Mon Jul 31 09:12:01 2000
+++ gdb/news-xdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface to ptrace, for GDB when running under Unix.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/nindy-share/env.h gdb/nindy-share/env.h
--- gdb.orig/nindy-share/env.h Thu Apr 15 18:34:26 1999
+++ gdb/nindy-share/env.h Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-/* Copyright 1990, 1992 Free Software Foundation, Inc.
+/* Copyright 1990, 1991 Free Software Foundation, Inc.
*
* This code was donated by Intel Corp.
*
diff -upr gdb.orig/nindy-tdep.c gdb/nindy-tdep.c
--- gdb.orig/nindy-tdep.c Mon Jul 31 09:12:01 2000
+++ gdb/nindy-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for the NINDY monitor running on the Intel 960
- Copyright (C) 1991 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 2000
+ Free Software Foundation, Inc.
Contributed by Intel Corporation.
This file is part of GDB.
diff -upr gdb.orig/nlm/Makefile.in gdb/nlm/Makefile.in
--- gdb.orig/nlm/Makefile.in Mon Jun 28 09:02:21 1999
+++ gdb/nlm/Makefile.in Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-#Copyright 1989, 1990, 91, 92, 93, 94, 95, 1999 Free Software Foundation, Inc.
+#Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999
+#Free Software Foundation, Inc.
# This file is part of GDB.
diff -upr gdb.orig/nlmread.c gdb/nlmread.c
--- gdb.orig/nlmread.c Thu Dec 14 18:42:55 2000
+++ gdb/nlmread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read NLM (NetWare Loadable Module) format executable files for GDB.
- Copyright 1993, 1994, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
diff -upr gdb.orig/ns32k-tdep.c gdb/ns32k-tdep.c
--- gdb.orig/ns32k-tdep.c Wed Jan 24 16:46:40 2001
+++ gdb/ns32k-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Print NS 32000 instructions for GDB, the GNU debugger.
- Copyright 1986, 1988, 1991, 1992, 1994, 1995
+ Copyright 1986, 1988, 1991, 1992, 1994, 1995, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ns32km3-nat.c gdb/ns32km3-nat.c
--- gdb.orig/ns32km3-nat.c Mon Jul 31 09:12:01 2000
+++ gdb/ns32km3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Low level interface to ns532 running mach 3.0.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ns32knbsd-nat.c gdb/ns32knbsd-nat.c
--- gdb.orig/ns32knbsd-nat.c Fri Sep 29 22:05:08 2000
+++ gdb/ns32knbsd-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Functions specific to running gdb native on an ns32k running NetBSD
- Copyright 1989, 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1993, 1994, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/objfiles.c gdb/objfiles.c
--- gdb.orig/objfiles.c Thu Feb 15 19:58:01 2001
+++ gdb/objfiles.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* GDB routines for manipulating objfiles.
- Copyright 1992, 1993, 1994, 1995, 2001
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Contributed by Cygnus Support, using pieces from other GDB modules.
diff -upr gdb.orig/objfiles.h gdb/objfiles.h
--- gdb.orig/objfiles.h Thu Feb 15 19:58:01 2001
+++ gdb/objfiles.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Definitions for symbol file management in GDB.
- Copyright (C) 1992, 1993, 1994, 1995, 1999, 2001
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ocd.c gdb/ocd.c
--- gdb.orig/ocd.c Mon Feb 26 17:41:12 2001
+++ gdb/ocd.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target communications support for Macraigor Systems' On-Chip Debugging
- Copyright 1996, 1997, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ocd.h gdb/ocd.h
--- gdb.orig/ocd.h Sat May 27 19:11:35 2000
+++ gdb/ocd.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Definitions for the Macraigor Systems BDM Wiggler
- Copyright 1996, 1997 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/op50-rom.c gdb/op50-rom.c
--- gdb.orig/op50-rom.c Mon Jul 31 09:12:01 2000
+++ gdb/op50-rom.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Remote target glue for the Oki op50n based eval board.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/os9kread.c gdb/os9kread.c
--- gdb.orig/os9kread.c Fri Sep 29 22:05:08 2000
+++ gdb/os9kread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read os9/os9k symbol tables and convert to internal format, for GDB.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 96, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/osfsolib.c gdb/osfsolib.c
--- gdb.orig/osfsolib.c Thu Dec 14 18:42:55 2000
+++ gdb/osfsolib.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Handle OSF/1 shared libraries for GDB, the GNU Debugger.
- Copyright 1993, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/p-exp.y gdb/p-exp.y
--- gdb.orig/p-exp.y Mon Dec 4 08:04:05 2000
+++ gdb/p-exp.y Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* YACC parser for Pascal expressions, for GDB.
- Copyright (C) 2000
+ Copyright 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/pa64solib.c gdb/pa64solib.c
--- gdb.orig/pa64solib.c Thu Dec 14 18:42:55 2000
+++ gdb/pa64solib.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Handle HP ELF shared libraries for GDB, the GNU Debugger.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/pa64solib.h gdb/pa64solib.h
--- gdb.orig/pa64solib.h Sat May 27 19:11:35 2000
+++ gdb/pa64solib.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* HP PA64 ELF Shared library declarations for GDB, the GNU Debugger.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/parse.c gdb/parse.c
--- gdb.orig/parse.c Tue Feb 20 12:31:27 2001
+++ gdb/parse.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Parse expressions for GDB.
- Copyright (C) 1986, 89, 90, 91, 94, 98, 1999 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Modified from expread.y by the Department of Computer Science at the
State University of New York at Buffalo, 1991.
diff -upr gdb.orig/parser-defs.h gdb/parser-defs.h
--- gdb.orig/parser-defs.h Sat May 27 19:11:35 2000
+++ gdb/parser-defs.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Parser definitions for GDB.
- Copyright (C) 1986, 1989, 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
Modified from expread.y by the Department of Computer Science at the
State University of New York at Buffalo.
diff -upr gdb.orig/partial-stab.h gdb/partial-stab.h
--- gdb.orig/partial-stab.h Tue Feb 20 12:31:27 2001
+++ gdb/partial-stab.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Shared code to pre-read a stab (dbx-style), when building a psymtab.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ppc-bdm.c gdb/ppc-bdm.c
--- gdb.orig/ppc-bdm.c Thu Feb 15 19:58:01 2001
+++ gdb/ppc-bdm.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,7 @@
/* Remote target communications for the Macraigor Systems BDM Wiggler
talking to a Motorola PPC 8xx ADS board
- Copyright 1996, 1997, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ppc-linux-nat.c gdb/ppc-linux-nat.c
--- gdb.orig/ppc-linux-nat.c Fri Sep 29 22:08:26 2000
+++ gdb/ppc-linux-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* PPC linux native support.
- Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ppc-linux-tdep.c gdb/ppc-linux-tdep.c
--- gdb.orig/ppc-linux-tdep.c Mon Jul 31 13:35:09 2000
+++ gdb/ppc-linux-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target-dependent code for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ppcbug-rom.c gdb/ppcbug-rom.c
--- gdb.orig/ppcbug-rom.c Mon Jul 31 09:12:02 2000
+++ gdb/ppcbug-rom.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Remote debugging interface for PPCbug (PowerPC) Rom monitor
for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Stu Grossman of Cygnus Support
diff -upr gdb.orig/ppcnbsd-nat.c gdb/ppcnbsd-nat.c
--- gdb.orig/ppcnbsd-nat.c Fri Nov 3 17:27:54 2000
+++ gdb/ppcnbsd-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for PowerPC's running NetBSD, for GDB.
- Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/printcmd.c gdb/printcmd.c
--- gdb.orig/printcmd.c Mon Feb 26 17:41:12 2001
+++ gdb/printcmd.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,7 @@
/* Print values for GNU debugger GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1994, 1995,
- 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/proc-api.c gdb/proc-api.c
--- gdb.orig/proc-api.c Tue Feb 20 12:31:27 2001
+++ gdb/proc-api.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
diff -upr gdb.orig/proc-events.c gdb/proc-events.c
--- gdb.orig/proc-events.c Mon Jul 31 09:12:02 2000
+++ gdb/proc-events.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
diff -upr gdb.orig/proc-flags.c gdb/proc-flags.c
--- gdb.orig/proc-flags.c Mon Jul 31 09:12:02 2000
+++ gdb/proc-flags.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
diff -upr gdb.orig/proc-utils.h gdb/proc-utils.h
--- gdb.orig/proc-utils.h Wed May 10 17:50:47 2000
+++ gdb/proc-utils.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/proc-why.c gdb/proc-why.c
--- gdb.orig/proc-why.c Mon Jul 31 09:12:02 2000
+++ gdb/proc-why.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
diff -upr gdb.orig/procfs.c gdb/procfs.c
--- gdb.orig/procfs.c Wed Jan 24 16:46:40 2001
+++ gdb/procfs.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999-2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
diff -upr gdb.orig/ptx4-nat.c gdb/ptx4-nat.c
--- gdb.orig/ptx4-nat.c Fri Sep 29 22:05:09 2000
+++ gdb/ptx4-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for ptx 4.0
- Copyright 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1994, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/rdi-share/Makefile.in gdb/rdi-share/Makefile.in
--- gdb.orig/rdi-share/Makefile.in Mon Nov 8 18:23:14 1999
+++ gdb/rdi-share/Makefile.in Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
# Makefile.in generated automatically by automake 1.3b from Makefile.am
-# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff -upr gdb.orig/rdi-share/aclocal.m4 gdb/rdi-share/aclocal.m4
--- gdb.orig/rdi-share/aclocal.m4 Thu Apr 15 18:34:27 1999
+++ gdb/rdi-share/aclocal.m4 Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
dnl aclocal.m4 generated automatically by aclocal 1.3b
-dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+dnl Copyright 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff -upr gdb.orig/regcache.c gdb/regcache.c
--- gdb.orig/regcache.c Tue Feb 20 22:35:52 2001
+++ gdb/regcache.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Cache and manage the values of registers for GDB, the GNU debugger.
- Copyright 1986, 87, 89, 91, 94, 95, 96, 1998, 2000, 2001
+ Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-adapt.c gdb/remote-adapt.c
--- gdb.orig/remote-adapt.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-adapt.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for AMD 290*0 Adapt Monitor Version 2.1d18.
- Copyright 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Contributed by David Wood at New York University (wood@lab.ultra.nyu.edu).
Adapted from work done at Cygnus Support in remote-eb.c.
diff -upr gdb.orig/remote-array.c gdb/remote-array.c
--- gdb.orig/remote-array.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-array.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for Array Tech RAID controller..
- Copyright 90, 91, 92, 93, 94, 1995, 1998, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
This module talks to a debug monitor called 'MONITOR', which
diff -upr gdb.orig/remote-bug.c gdb/remote-bug.c
--- gdb.orig/remote-bug.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-bug.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,8 @@
/* Remote debugging interface for Motorola's MVME187BUG monitor, an embedded
monitor for the m88k.
- Copyright 1992, 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by K. Richard Pixley.
This file is part of GDB.
diff -upr gdb.orig/remote-e7000.c gdb/remote-e7000.c
--- gdb.orig/remote-e7000.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-e7000.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for Hitachi E7000 ICE, for GDB
- Copyright 1993, 1994, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
Written by Steve Chamberlain for Cygnus Support.
diff -upr gdb.orig/remote-eb.c gdb/remote-eb.c
--- gdb.orig/remote-eb.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-eb.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for AMD 29000 EBMON on IBM PC, for GDB.
- Copyright 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon for Cygnus.
This file is part of GDB.
diff -upr gdb.orig/remote-es.c gdb/remote-es.c
--- gdb.orig/remote-es.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-es.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Memory-access and commands for remote es1800 processes, for GDB.
- Copyright (C) 1988, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1988, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is added to GDB to make it possible to do debugging via an
ES-1800 emulator. The code was originally written by Johan Holmberg
diff -upr gdb.orig/remote-est.c gdb/remote-est.c
--- gdb.orig/remote-est.c Mon Jul 31 09:12:03 2000
+++ gdb/remote-est.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for EST-300 ICE, for GDB
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
Written by Steve Chamberlain for Cygnus Support.
diff -upr gdb.orig/remote-hms.c gdb/remote-hms.c
--- gdb.orig/remote-hms.c Mon Jul 31 09:12:03 2000
+++ gdb/remote-hms.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Remote debugging interface for Hitachi HMS Monitor Version 1.0
- Copyright 1995,1999 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Steve Chamberlain
(sac@cygnus.com).
diff -upr gdb.orig/remote-mips.c gdb/remote-mips.c
--- gdb.orig/remote-mips.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-mips.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for MIPS remote debugging protocol.
- Copyright 1993, 1994, 1995, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Ian Lance Taylor
<ian@cygnus.com>.
diff -upr gdb.orig/remote-mm.c gdb/remote-mm.c
--- gdb.orig/remote-mm.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-mm.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for Am290*0 running MiniMON monitor, for GDB.
- Copyright 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Originally written by Daniel Mann at AMD.
This file is part of GDB.
diff -upr gdb.orig/remote-nindy.c gdb/remote-nindy.c
--- gdb.orig/remote-nindy.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-nindy.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Memory-access and commands for remote NINDY process, for GDB.
- Copyright 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Contributed by Intel Corporation. Modified from remote.c by Chris Benenati.
GDB is distributed in the hope that it will be useful, but WITHOUT ANY
diff -upr gdb.orig/remote-nrom.c gdb/remote-nrom.c
--- gdb.orig/remote-nrom.c Fri Sep 1 09:42:44 2000
+++ gdb/remote-nrom.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging with the XLNT Designs, Inc (XDI) NetROM.
- Copyright 1990, 1991, 1992, 1995 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by:
Roger Moyers
XLNT Designs, Inc.
diff -upr gdb.orig/remote-os9k.c gdb/remote-os9k.c
--- gdb.orig/remote-os9k.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-os9k.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for boot monitors, for GDB.
- Copyright 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-rdi.c gdb/remote-rdi.c
--- gdb.orig/remote-rdi.c Tue Feb 20 12:31:27 2001
+++ gdb/remote-rdi.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* GDB interface to ARM RDI library.
- Copyright 1997, 1998, 2001 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-rdp.c gdb/remote-rdp.c
--- gdb.orig/remote-rdp.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-rdp.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging for the ARM RDP interface.
- Copyright 1994, 1995, 2001 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-sds.c gdb/remote-sds.c
--- gdb.orig/remote-sds.c Mon Feb 26 17:41:12 2001
+++ gdb/remote-sds.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Remote target communications for serial-line targets using SDS' protocol.
- Copyright 1997, 2001 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-sim.c gdb/remote-sim.c
--- gdb.orig/remote-sim.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-sim.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Generic remote debugging interface for simulators.
- Copyright 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
Steve Chamberlain (sac@cygnus.com).
diff -upr gdb.orig/remote-st.c gdb/remote-st.c
--- gdb.orig/remote-st.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-st.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for Tandem ST2000 phone switch, for GDB.
- Copyright 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon for Cygnus.
This file is part of GDB.
diff -upr gdb.orig/remote-udi.c gdb/remote-udi.c
--- gdb.orig/remote-udi.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-udi.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote debugging interface for AMD 29k interfaced via UDI, for GDB.
- Copyright 1990, 1992, 1995, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Written by Daniel Mann. Contributed by AMD.
This file is part of GDB.
diff -upr gdb.orig/remote-utils.c gdb/remote-utils.c
--- gdb.orig/remote-utils.c Fri Nov 3 17:27:54 2000
+++ gdb/remote-utils.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,7 @@
/* Generic support for remote debugging interfaces.
- Copyright 1993, 1994, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-utils.h gdb/remote-utils.h
--- gdb.orig/remote-utils.h Thu Feb 15 19:58:01 2001
+++ gdb/remote-utils.h Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Generic support for remote debugging interfaces.
- Copyright 1993, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote-vx.c gdb/remote-vx.c
--- gdb.orig/remote-vx.c Thu Feb 15 19:58:01 2001
+++ gdb/remote-vx.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Memory-access and commands for remote VxWorks processes, for GDB.
- Copyright (C) 1990-95, 1997-98, 1999, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Contributed by Wind River Systems and Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/remote.c gdb/remote.c
--- gdb.orig/remote.c Tue Feb 20 12:31:27 2001
+++ gdb/remote.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote target communications for serial-line targets in custom GDB protocol
- Copyright 1988, 1991-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/remote.h gdb/remote.h
--- gdb.orig/remote.h Mon Dec 6 20:56:05 1999
+++ gdb/remote.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Remote target communications for serial-line targets in custom GDB protocol
- Copyright 1999, Free Software Foundation, Inc.
+ Copyright 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/reply_mig_hack.awk gdb/reply_mig_hack.awk
--- gdb.orig/reply_mig_hack.awk Mon Apr 26 11:25:08 1999
+++ gdb/reply_mig_hack.awk Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
# Reply server mig-output massager
#
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1999 Free Software Foundation, Inc.
#
# Written by Miles Bader <miles@gnu.ai.mit.edu>
#
diff -upr gdb.orig/rom68k-rom.c gdb/rom68k-rom.c
--- gdb.orig/rom68k-rom.c Mon Jul 31 09:12:04 2000
+++ gdb/rom68k-rom.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote target glue for the ROM68K ROM monitor.
- Copyright 1988, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright 1988, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/rs6000-nat.c gdb/rs6000-nat.c
--- gdb.orig/rs6000-nat.c Thu Feb 15 19:58:01 2001
+++ gdb/rs6000-nat.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* IBM RS/6000 native-dependent code for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1994, 1995, 1996, 1997,
- 1998, 2001
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/rs6000-tdep.c gdb/rs6000-tdep.c
--- gdb.orig/rs6000-tdep.c Thu Feb 15 19:58:01 2001
+++ gdb/rs6000-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Target-dependent code for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 2000, 2001
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/scm-exp.c gdb/scm-exp.c
--- gdb.orig/scm-exp.c Mon Jul 31 09:12:04 2000
+++ gdb/scm-exp.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/scm-lang.c gdb/scm-lang.c
--- gdb.orig/scm-lang.c Tue Aug 29 12:03:21 2000
+++ gdb/scm-lang.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
- Copyright 1995, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/scm-lang.h gdb/scm-lang.h
--- gdb.orig/scm-lang.h Sat May 27 19:11:36 2000
+++ gdb/scm-lang.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
- Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/scm-tags.h gdb/scm-tags.h
--- gdb.orig/scm-tags.h Wed Jul 7 13:09:41 1999
+++ gdb/scm-tags.h Thu Mar 1 00:12:04 2001
@@ -3,7 +3,7 @@
#ifndef TAGSH
#define TAGSH
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright 1995, 1999 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 -upr gdb.orig/scm-valprint.c gdb/scm-valprint.c
--- gdb.orig/scm-valprint.c Mon Jul 31 09:12:05 2000
+++ gdb/scm-valprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
- Copyright 1995, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ser-e7kpc.c gdb/ser-e7kpc.c
--- gdb.orig/ser-e7kpc.c Mon Dec 4 08:04:05 2000
+++ gdb/ser-e7kpc.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote serial interface using Hitachi E7000 PC ISA card in a PC
- Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ser-mac.c gdb/ser-mac.c
--- gdb.orig/ser-mac.c Mon Jul 31 09:12:05 2000
+++ gdb/ser-mac.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Remote serial interface for local (hardwired) serial ports for Macintosh.
- Copyright 1994, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1998, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Stan Shebs.
This file is part of GDB.
diff -upr gdb.orig/ser-ocd.c gdb/ser-ocd.c
--- gdb.orig/ser-ocd.c Mon Jul 31 09:12:05 2000
+++ gdb/ser-ocd.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,7 @@
/* Remote serial interface for Macraigor Systems implementation of
On-Chip Debugging using serial target box or serial wiggler
- Copyright 1994, 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1994, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ser-pipe.c gdb/ser-pipe.c
--- gdb.orig/ser-pipe.c Thu Feb 15 19:58:01 2001
+++ gdb/ser-pipe.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Serial interface for a pipe to a separate program
- Copyright 1999, 2001 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
diff -upr gdb.orig/ser-tcp.c gdb/ser-tcp.c
--- gdb.orig/ser-tcp.c Thu Feb 15 19:58:01 2001
+++ gdb/ser-tcp.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Serial interface for raw TCP connections on Un*x like systems
- Copyright 1992, 1993, 1998-1999 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ser-unix.c gdb/ser-unix.c
--- gdb.orig/ser-unix.c Thu Feb 15 19:58:01 2001
+++ gdb/ser-unix.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Serial interface for local (hardwired) serial ports on Un*x like systems
- Copyright 1992-1994, 1998-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/serial.c gdb/serial.c
--- gdb.orig/serial.c Thu Feb 15 19:58:01 2001
+++ gdb/serial.c Thu Mar 1 00:12:04 2001
@@ -1,7 +1,7 @@
/* Generic serial interface routines
- Copyright 1992, 1993, 1996, 1997, 1999, 2000, 2001 Free Software
- Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/serial.h gdb/serial.h
--- gdb.orig/serial.h Fri Nov 3 17:27:55 2000
+++ gdb/serial.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote serial support interface definitions for GDB, the GNU Debugger.
- Copyright 1992, 1993, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sh-tdep.c gdb/sh-tdep.c
--- gdb.orig/sh-tdep.c Thu Feb 15 19:58:01 2001
+++ gdb/sh-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for Hitachi Super-H, for GDB.
- Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001
+ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sh3-rom.c gdb/sh3-rom.c
--- gdb.orig/sh3-rom.c Tue Jan 30 23:24:48 2001
+++ gdb/sh3-rom.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote target glue for the Hitachi SH-3 ROM monitor.
- Copyright 1995, 1996, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sol-thread.c gdb/sol-thread.c
--- gdb.orig/sol-thread.c Thu Feb 15 19:58:01 2001
+++ gdb/sol-thread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Low level interface for debugging Solaris threads for GDB, the GNU debugger.
- Copyright 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/solib-aix5.c gdb/solib-aix5.c
--- gdb.orig/solib-aix5.c Thu Feb 22 14:35:06 2001
+++ gdb/solib-aix5.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Handle AIX5 shared libraries for GDB, the GNU Debugger.
- Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
- 2000, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/solib-svr4.c gdb/solib-svr4.c
--- gdb.orig/solib-svr4.c Thu Feb 22 14:35:06 2001
+++ gdb/solib-svr4.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Handle SunOS and SVR4 shared libraries for GDB, the GNU Debugger.
- Copyright 1990, 91, 92, 93, 94, 95, 96, 98, 1999, 2000, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/solib.c gdb/solib.c
--- gdb.orig/solib.c Thu Feb 22 14:35:06 2001
+++ gdb/solib.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Handle shared libraries for GDB, the GNU Debugger.
- Copyright 1990, 91, 92, 93, 94, 95, 96, 98, 1999, 2000, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/solib.h gdb/solib.h
--- gdb.orig/solib.h Thu Feb 22 14:35:06 2001
+++ gdb/solib.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Shared library declarations for GDB, the GNU Debugger.
- Copyright (C) 1992, 1998 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/solist.h gdb/solist.h
--- gdb.orig/solist.h Thu Feb 22 14:35:06 2001
+++ gdb/solist.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Shared library declarations for GDB, the GNU Debugger.
- Copyright 1990, 91, 92, 93, 94, 95, 96, 98, 1999, 2000
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/somread.c gdb/somread.c
--- gdb.orig/somread.c Thu Dec 14 18:42:57 2000
+++ gdb/somread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Read HP PA/Risc object files for GDB.
- Copyright 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/somsolib.c gdb/somsolib.c
--- gdb.orig/somsolib.c Fri Feb 16 16:17:51 2001
+++ gdb/somsolib.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Handle HP SOM shared libraries for GDB, the GNU Debugger.
- Copyright 1993, 1996, 1999, 2001 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/somsolib.h gdb/somsolib.h
--- gdb.orig/somsolib.h Sat May 27 19:11:36 2000
+++ gdb/somsolib.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* HP SOM Shared library declarations for GDB, the GNU Debugger.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright 1992, 1994, 1995, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/source.c gdb/source.c
--- gdb.orig/source.c Thu Feb 15 19:58:01 2001
+++ gdb/source.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* List lines of source files for GDB, the GNU debugger.
- Copyright 1986-1989, 1991-1999, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sparc-nat.c gdb/sparc-nat.c
--- gdb.orig/sparc-nat.c Mon Feb 26 17:41:12 2001
+++ gdb/sparc-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Functions specific to running gdb native on a SPARC running SunOS4.
- Copyright 1989, 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
+ Copyright 1989, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sparc-tdep.c gdb/sparc-tdep.c
--- gdb.orig/sparc-tdep.c Thu Feb 15 19:58:02 2001
+++ gdb/sparc-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Target-dependent code for the SPARC for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
- 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sparcl-tdep.c gdb/sparcl-tdep.c
--- gdb.orig/sparcl-tdep.c Mon Feb 26 17:41:12 2001
+++ gdb/sparcl-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Target dependent code for the Fujitsu SPARClite for GDB, the GNU debugger.
- Copyright 1994, 1995, 1996, 1999, 2001 Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sparclet-rom.c gdb/sparclet-rom.c
--- gdb.orig/sparclet-rom.c Mon Jul 31 09:12:05 2000
+++ gdb/sparclet-rom.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Remote target glue for the SPARC Sparclet ROM monitor.
- Copyright 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/srec.h gdb/srec.h
--- gdb.orig/srec.h Sat May 27 19:11:36 2000
+++ gdb/srec.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* S-record download support for GDB, the GNU debugger.
- Copyright 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/stabsread.c gdb/stabsread.c
--- gdb.orig/stabsread.c Thu Dec 14 18:42:57 2000
+++ gdb/stabsread.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Support routines for decoding "stabs" debugging information format.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/stabsread.h gdb/stabsread.h
--- gdb.orig/stabsread.h Mon Dec 4 08:04:06 2000
+++ gdb/stabsread.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Include file for stabs debugging format support functions.
- Copyright 1986-1991, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/stack.c gdb/stack.c
--- gdb.orig/stack.c Thu Feb 15 19:58:02 2001
+++ gdb/stack.c Thu Mar 1 00:12:04 2001
@@ -1,6 +1,6 @@
/* Print and select stack frames for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
- 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/standalone.c gdb/standalone.c
--- gdb.orig/standalone.c Thu Feb 15 19:58:02 2001
+++ gdb/standalone.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Interface to bare machine for GDB running as kernel debugger.
- Copyright (C) 1986, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1991, 1992, 1993, 1995, 1996, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/stop-gdb.c gdb/stop-gdb.c
--- gdb.orig/stop-gdb.c Mon Jul 31 09:12:06 2000
+++ gdb/stop-gdb.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* A client to make GDB return to command level in Mach 3.
- Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/stuff.c gdb/stuff.c
--- gdb.orig/stuff.c Mon Jul 31 09:12:06 2000
+++ gdb/stuff.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Program to stuff files into a specially prepared space in kdb.
- Copyright (C) 1986, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1991, 1992, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sun3-nat.c gdb/sun3-nat.c
--- gdb.orig/sun3-nat.c Fri Nov 3 17:27:56 2000
+++ gdb/sun3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Host-dependent code for Sun-3 for GDB, the GNU debugger.
- Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/sun386-nat.c gdb/sun386-nat.c
--- gdb.orig/sun386-nat.c Thu Dec 14 18:42:57 2000
+++ gdb/sun386-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native support for Sun 386i's for GDB, the GNU debugger.
- Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1995, 1999, 2000
+ Free Software Foundation, Inc.
Changes for sun386i by Jean Daniel Fekete (jdf@litp.univ-p6-7.fr),
C2V Paris, April 89.
diff -upr gdb.orig/symfile.c gdb/symfile.c
--- gdb.orig/symfile.c Tue Feb 20 12:31:28 2001
+++ gdb/symfile.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Generic symbol file reading for the GNU debugger, GDB.
- Copyright 1990-1996, 1998, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support, using pieces from other GDB modules.
This file is part of GDB.
diff -upr gdb.orig/symfile.h gdb/symfile.h
--- gdb.orig/symfile.h Mon Jan 29 17:06:26 2001
+++ gdb/symfile.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Definitions for reading symbol files into GDB.
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 2000
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/symm-nat.c gdb/symm-nat.c
--- gdb.orig/symm-nat.c Thu Feb 15 19:58:02 2001
+++ gdb/symm-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Sequent Symmetry host interface, for GDB when running under Unix.
- Copyright 1986, 1987, 1989, 1991, 1992, 1994, 2001
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1999, 2000,
+ 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/symm-tdep.c gdb/symm-tdep.c
--- gdb.orig/symm-tdep.c Mon Jul 31 09:12:06 2000
+++ gdb/symm-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Sequent Symmetry target interface, for GDB.
- Copyright (C) 1986, 1987, 1989, 1991, 1994 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/symmisc.c gdb/symmisc.c
--- gdb.orig/symmisc.c Thu Dec 14 18:42:57 2000
+++ gdb/symmisc.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Do various things to symbol tables (other than lookup), for GDB.
- Copyright 1986, 1987, 1989, 1991-1996, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/symtab.c gdb/symtab.c
--- gdb.orig/symtab.c Wed Feb 28 17:47:38 2001
+++ gdb/symtab.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Symbol table lookup for the GNU debugger, GDB.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/symtab.h gdb/symtab.h
--- gdb.orig/symtab.h Thu Feb 15 19:58:02 2001
+++ gdb/symtab.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Symbol table definitions for GDB.
- Copyright 1986, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2001
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/target.c gdb/target.c
--- gdb.orig/target.c Mon Feb 26 17:41:12 2001
+++ gdb/target.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Select target systems and architectures at runtime for GDB.
- Copyright 1990, 1992-1995, 1998-2000, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff -upr gdb.orig/target.h gdb/target.h
--- gdb.orig/target.h Fri Feb 16 16:17:51 2001
+++ gdb/target.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Interface between GDB and target environments, including files and processes
- Copyright 1990-1994, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by John Gilmore.
This file is part of GDB.
diff -upr gdb.orig/terminal.h gdb/terminal.h
--- gdb.orig/terminal.h Sat May 27 19:11:37 2000
+++ gdb/terminal.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Terminal interface definitions for GDB, the GNU Debugger.
- Copyright 1986, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/testsuite/Makefile.in gdb/testsuite/Makefile.in
--- gdb.orig/testsuite/Makefile.in Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/Makefile.in Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
# Makefile for regression testing the GNU debugger.
-# Copyright (C) 1992, 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+# Free Software Foundation, Inc.
# This file is part of GDB.
diff -upr gdb.orig/testsuite/config/abug.exp gdb/testsuite/config/abug.exp
--- gdb.orig/testsuite/config/abug.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/abug.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/cfdbug.exp gdb/testsuite/config/cfdbug.exp
--- gdb.orig/testsuite/config/cfdbug.exp Wed May 5 14:44:03 1999
+++ gdb/testsuite/config/cfdbug.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/config/cpu32bug.exp gdb/testsuite/config/cpu32bug.exp
--- gdb.orig/testsuite/config/cpu32bug.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/cpu32bug.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/dve.exp gdb/testsuite/config/dve.exp
--- gdb.orig/testsuite/config/dve.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/dve.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/config/est.exp gdb/testsuite/config/est.exp
--- gdb.orig/testsuite/config/est.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/est.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/gdbserver.exp gdb/testsuite/config/gdbserver.exp
--- gdb.orig/testsuite/config/gdbserver.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/config/gdbserver.exp Thu Mar 1 00:12:04 2001
@@ -2,7 +2,7 @@
# ie. a debug agent running as a native process on the same or
# a different host.
-# Copyright (C) 2000, Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/config/hmsirom.exp gdb/testsuite/config/hmsirom.exp
--- gdb.orig/testsuite/config/hmsirom.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/hmsirom.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/hppro.exp gdb/testsuite/config/hppro.exp
--- gdb.orig/testsuite/config/hppro.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/hppro.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/i960.exp gdb/testsuite/config/i960.exp
--- gdb.orig/testsuite/config/i960.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/i960.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/m32r.exp gdb/testsuite/config/m32r.exp
--- gdb.orig/testsuite/config/m32r.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/m32r.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/mn10300-eval.exp gdb/testsuite/config/mn10300-eval.exp
--- gdb.orig/testsuite/config/mn10300-eval.exp Thu Apr 15 18:34:28 1999
+++ gdb/testsuite/config/mn10300-eval.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/config/monitor.exp gdb/testsuite/config/monitor.exp
--- gdb.orig/testsuite/config/monitor.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/config/monitor.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
# Test Framework Driver for GDB driving a ROM monitor (via monitor.c).
-# Copyright 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/config/netware.exp gdb/testsuite/config/netware.exp
--- gdb.orig/testsuite/config/netware.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/netware.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1996
+# 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 -upr gdb.orig/testsuite/config/proelf.exp gdb/testsuite/config/proelf.exp
--- gdb.orig/testsuite/config/proelf.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/proelf.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/rom68k.exp gdb/testsuite/config/rom68k.exp
--- gdb.orig/testsuite/config/rom68k.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/rom68k.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/sh.exp gdb/testsuite/config/sh.exp
--- gdb.orig/testsuite/config/sh.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/sh.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/sid.exp gdb/testsuite/config/sid.exp
--- gdb.orig/testsuite/config/sid.exp Tue Jan 16 16:03:19 2001
+++ gdb/testsuite/config/sid.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
# Test Framework Driver for GDB driving an external simulator
-# Copyright 1999 Free Software Foundation, Inc. ?
+# Copyright 1999, 2001 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 -upr gdb.orig/testsuite/config/slite.exp gdb/testsuite/config/slite.exp
--- gdb.orig/testsuite/config/slite.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/slite.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1993, 1997, 1998 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 -upr gdb.orig/testsuite/config/sparclet.exp gdb/testsuite/config/sparclet.exp
--- gdb.orig/testsuite/config/sparclet.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/sparclet.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996, 1997 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 -upr gdb.orig/testsuite/config/udi.exp gdb/testsuite/config/udi.exp
--- gdb.orig/testsuite/config/udi.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/udi.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
# Test Framework Driver for GDB driving Universal Debug Interface on 29K
-# Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1997
+# 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 -upr gdb.orig/testsuite/config/unknown.exp gdb/testsuite/config/unknown.exp
--- gdb.orig/testsuite/config/unknown.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/unknown.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/vr4300.exp gdb/testsuite/config/vr4300.exp
--- gdb.orig/testsuite/config/vr4300.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/vr4300.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/vr5000.exp gdb/testsuite/config/vr5000.exp
--- gdb.orig/testsuite/config/vr5000.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/vr5000.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/vx.exp gdb/testsuite/config/vx.exp
--- gdb.orig/testsuite/config/vx.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/vx.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1995, 1997
+# 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 -upr gdb.orig/testsuite/config/vxworks.exp gdb/testsuite/config/vxworks.exp
--- gdb.orig/testsuite/config/vxworks.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/vxworks.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/config/vxworks29k.exp gdb/testsuite/config/vxworks29k.exp
--- gdb.orig/testsuite/config/vxworks29k.exp Thu Apr 15 18:34:29 1999
+++ gdb/testsuite/config/vxworks29k.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1997 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 -upr gdb.orig/testsuite/gdb.asm/asm-source.exp gdb/testsuite/gdb.asm/asm-source.exp
--- gdb.orig/testsuite/gdb.asm/asm-source.exp Mon Jul 17 09:58:30 2000
+++ gdb/testsuite/gdb.asm/asm-source.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 2000 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 -upr gdb.orig/testsuite/gdb.base/a2-run.exp gdb/testsuite/gdb.base/a2-run.exp
--- gdb.orig/testsuite/gdb.base/a2-run.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/a2-run.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/all-bin.exp gdb/testsuite/gdb.base/all-bin.exp
--- gdb.orig/testsuite/gdb.base/all-bin.exp Mon Jun 28 09:02:37 1999
+++ gdb/testsuite/gdb.base/all-bin.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/annota1.exp gdb/testsuite/gdb.base/annota1.exp
--- gdb.orig/testsuite/gdb.base/annota1.exp Mon Jun 12 15:33:07 2000
+++ gdb/testsuite/gdb.base/annota1.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999
+# Copyright 1999, 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/arithmet.exp gdb/testsuite/gdb.base/arithmet.exp
--- gdb.orig/testsuite/gdb.base/arithmet.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/arithmet.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/assign.exp gdb/testsuite/gdb.base/assign.exp
--- gdb.orig/testsuite/gdb.base/assign.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/assign.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/async.exp gdb/testsuite/gdb.base/async.exp
--- gdb.orig/testsuite/gdb.base/async.exp Mon Aug 30 18:08:26 1999
+++ gdb/testsuite/gdb.base/async.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999
+# Copyright 1999
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/attach.exp gdb/testsuite/gdb.base/attach.exp
--- gdb.orig/testsuite/gdb.base/attach.exp Mon Aug 23 15:37:36 1999
+++ gdb/testsuite/gdb.base/attach.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/bitfields.exp gdb/testsuite/gdb.base/bitfields.exp
--- gdb.orig/testsuite/gdb.base/bitfields.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/bitfields.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1997 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 -upr gdb.orig/testsuite/gdb.base/bitops.exp gdb/testsuite/gdb.base/bitops.exp
--- gdb.orig/testsuite/gdb.base/bitops.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/bitops.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/break.exp gdb/testsuite/gdb.base/break.exp
--- gdb.orig/testsuite/gdb.base/break.exp Mon Dec 11 14:02:02 2000
+++ gdb/testsuite/gdb.base/break.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 1998
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/call-ar-st.exp gdb/testsuite/gdb.base/call-ar-st.exp
--- gdb.orig/testsuite/gdb.base/call-ar-st.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/call-ar-st.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998
+# Copyright 1998, 1999, 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/call-rt-st.exp gdb/testsuite/gdb.base/call-rt-st.exp
--- gdb.orig/testsuite/gdb.base/call-rt-st.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/call-rt-st.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/call-strs.exp gdb/testsuite/gdb.base/call-strs.exp
--- gdb.orig/testsuite/gdb.base/call-strs.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/call-strs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/callfuncs.exp gdb/testsuite/gdb.base/callfuncs.exp
--- gdb.orig/testsuite/gdb.base/callfuncs.exp Wed Jan 24 16:46:42 2001
+++ gdb/testsuite/gdb.base/callfuncs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 92, 96, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+# 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 -upr gdb.orig/testsuite/gdb.base/callfwmall.exp gdb/testsuite/gdb.base/callfwmall.exp
--- gdb.orig/testsuite/gdb.base/callfwmall.exp Wed Sep 8 17:00:21 1999
+++ gdb/testsuite/gdb.base/callfwmall.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/commands.exp gdb/testsuite/gdb.base/commands.exp
--- gdb.orig/testsuite/gdb.base/commands.exp Tue Feb 20 12:31:28 2001
+++ gdb/testsuite/gdb.base/commands.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1997, 1998, 1999, 2000,
+# 2001 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 -upr gdb.orig/testsuite/gdb.base/completion.exp gdb/testsuite/gdb.base/completion.exp
--- gdb.orig/testsuite/gdb.base/completion.exp Mon Aug 2 16:46:48 1999
+++ gdb/testsuite/gdb.base/completion.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/cond-expr.exp gdb/testsuite/gdb.base/cond-expr.exp
--- gdb.orig/testsuite/gdb.base/cond-expr.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/cond-expr.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/condbreak.exp gdb/testsuite/gdb.base/condbreak.exp
--- gdb.orig/testsuite/gdb.base/condbreak.exp Sat Feb 5 00:29:58 2000
+++ gdb/testsuite/gdb.base/condbreak.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/constvars.exp gdb/testsuite/gdb.base/constvars.exp
--- gdb.orig/testsuite/gdb.base/constvars.exp Sat Dec 9 12:10:06 2000
+++ gdb/testsuite/gdb.base/constvars.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/corefile.exp gdb/testsuite/gdb.base/corefile.exp
--- gdb.orig/testsuite/gdb.base/corefile.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/corefile.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/dbx.exp gdb/testsuite/gdb.base/dbx.exp
--- gdb.orig/testsuite/gdb.base/dbx.exp Mon Aug 23 15:37:39 1999
+++ gdb/testsuite/gdb.base/dbx.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/default.exp gdb/testsuite/gdb.base/default.exp
--- gdb.orig/testsuite/gdb.base/default.exp Mon Jan 17 17:54:37 2000
+++ gdb/testsuite/gdb.base/default.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 1998
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/define.exp gdb/testsuite/gdb.base/define.exp
--- gdb.orig/testsuite/gdb.base/define.exp Mon Jun 28 09:03:04 1999
+++ gdb/testsuite/gdb.base/define.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/display.exp gdb/testsuite/gdb.base/display.exp
--- gdb.orig/testsuite/gdb.base/display.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/display.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998
+# Copyright 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/ena-dis-br.exp gdb/testsuite/gdb.base/ena-dis-br.exp
--- gdb.orig/testsuite/gdb.base/ena-dis-br.exp Mon Nov 8 18:23:15 1999
+++ gdb/testsuite/gdb.base/ena-dis-br.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/ending-run.exp gdb/testsuite/gdb.base/ending-run.exp
--- gdb.orig/testsuite/gdb.base/ending-run.exp Tue Feb 20 12:31:28 2001
+++ gdb/testsuite/gdb.base/ending-run.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000, 2001 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 -upr gdb.orig/testsuite/gdb.base/environ.exp gdb/testsuite/gdb.base/environ.exp
--- gdb.orig/testsuite/gdb.base/environ.exp Thu Apr 15 18:34:30 1999
+++ gdb/testsuite/gdb.base/environ.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/eval-skip.exp gdb/testsuite/gdb.base/eval-skip.exp
--- gdb.orig/testsuite/gdb.base/eval-skip.exp Mon Jun 28 09:03:10 1999
+++ gdb/testsuite/gdb.base/eval-skip.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/exprs.exp gdb/testsuite/gdb.base/exprs.exp
--- gdb.orig/testsuite/gdb.base/exprs.exp Mon Jul 17 09:58:30 2000
+++ gdb/testsuite/gdb.base/exprs.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 2000 Free
-# Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/finish.exp gdb/testsuite/gdb.base/finish.exp
--- gdb.orig/testsuite/gdb.base/finish.exp Fri Dec 22 12:19:14 2000
+++ gdb/testsuite/gdb.base/finish.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.base/foll-exec.exp gdb/testsuite/gdb.base/foll-exec.exp
--- gdb.orig/testsuite/gdb.base/foll-exec.exp Mon Aug 2 16:46:49 1999
+++ gdb/testsuite/gdb.base/foll-exec.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/foll-fork.exp gdb/testsuite/gdb.base/foll-fork.exp
--- gdb.orig/testsuite/gdb.base/foll-fork.exp Mon Jul 26 17:51:29 1999
+++ gdb/testsuite/gdb.base/foll-fork.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/foll-vfork.exp gdb/testsuite/gdb.base/foll-vfork.exp
--- gdb.orig/testsuite/gdb.base/foll-vfork.exp Mon Aug 2 16:46:49 1999
+++ gdb/testsuite/gdb.base/foll-vfork.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/funcargs.exp gdb/testsuite/gdb.base/funcargs.exp
--- gdb.orig/testsuite/gdb.base/funcargs.exp Fri Apr 7 15:26:35 2000
+++ gdb/testsuite/gdb.base/funcargs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/gdbvars.exp gdb/testsuite/gdb.base/gdbvars.exp
--- gdb.orig/testsuite/gdb.base/gdbvars.exp Mon Aug 2 16:46:49 1999
+++ gdb/testsuite/gdb.base/gdbvars.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1995, 1999 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 -upr gdb.orig/testsuite/gdb.base/help.exp gdb/testsuite/gdb.base/help.exp
--- gdb.orig/testsuite/gdb.base/help.exp Mon Apr 17 09:14:37 2000
+++ gdb/testsuite/gdb.base/help.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1997, 1998
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.base/interrupt.exp gdb/testsuite/gdb.base/interrupt.exp
--- gdb.orig/testsuite/gdb.base/interrupt.exp Wed May 10 17:50:51 2000
+++ gdb/testsuite/gdb.base/interrupt.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/jump.exp gdb/testsuite/gdb.base/jump.exp
--- gdb.orig/testsuite/gdb.base/jump.exp Mon Jun 28 09:03:19 1999
+++ gdb/testsuite/gdb.base/jump.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/langs.exp gdb/testsuite/gdb.base/langs.exp
--- gdb.orig/testsuite/gdb.base/langs.exp Mon Jun 28 09:03:20 1999
+++ gdb/testsuite/gdb.base/langs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/list.exp gdb/testsuite/gdb.base/list.exp
--- gdb.orig/testsuite/gdb.base/list.exp Wed Sep 8 17:00:22 1999
+++ gdb/testsuite/gdb.base/list.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999
+# 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 -upr gdb.orig/testsuite/gdb.base/logical.exp gdb/testsuite/gdb.base/logical.exp
--- gdb.orig/testsuite/gdb.base/logical.exp Mon Jun 28 09:03:28 1999
+++ gdb/testsuite/gdb.base/logical.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/long_long.exp gdb/testsuite/gdb.base/long_long.exp
--- gdb.orig/testsuite/gdb.base/long_long.exp Thu Mar 9 14:55:40 2000
+++ gdb/testsuite/gdb.base/long_long.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/maint.exp gdb/testsuite/gdb.base/maint.exp
--- gdb.orig/testsuite/gdb.base/maint.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/maint.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/mips_pro.exp gdb/testsuite/gdb.base/mips_pro.exp
--- gdb.orig/testsuite/gdb.base/mips_pro.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/mips_pro.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/miscexprs.exp gdb/testsuite/gdb.base/miscexprs.exp
--- gdb.orig/testsuite/gdb.base/miscexprs.exp Sat Dec 9 12:10:06 2000
+++ gdb/testsuite/gdb.base/miscexprs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/nodebug.exp gdb/testsuite/gdb.base/nodebug.exp
--- gdb.orig/testsuite/gdb.base/nodebug.exp Wed Jul 7 10:26:20 1999
+++ gdb/testsuite/gdb.base/nodebug.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/opaque.exp gdb/testsuite/gdb.base/opaque.exp
--- gdb.orig/testsuite/gdb.base/opaque.exp Mon Jun 28 09:03:37 1999
+++ gdb/testsuite/gdb.base/opaque.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/overlays.exp gdb/testsuite/gdb.base/overlays.exp
--- gdb.orig/testsuite/gdb.base/overlays.exp Thu Apr 15 18:34:31 1999
+++ gdb/testsuite/gdb.base/overlays.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1998 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 -upr gdb.orig/testsuite/gdb.base/page.exp gdb/testsuite/gdb.base/page.exp
--- gdb.orig/testsuite/gdb.base/page.exp Mon Jun 28 16:03:40 1999
+++ gdb/testsuite/gdb.base/page.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1999 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 -upr gdb.orig/testsuite/gdb.base/pointers.exp gdb/testsuite/gdb.base/pointers.exp
--- gdb.orig/testsuite/gdb.base/pointers.exp Sat Dec 9 12:10:06 2000
+++ gdb/testsuite/gdb.base/pointers.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/printcmds.exp gdb/testsuite/gdb.base/printcmds.exp
--- gdb.orig/testsuite/gdb.base/printcmds.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/printcmds.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/ptype.exp gdb/testsuite/gdb.base/ptype.exp
--- gdb.orig/testsuite/gdb.base/ptype.exp Sat Feb 5 00:29:59 2000
+++ gdb/testsuite/gdb.base/ptype.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/radix.exp gdb/testsuite/gdb.base/radix.exp
--- gdb.orig/testsuite/gdb.base/radix.exp Thu Apr 15 18:34:31 1999
+++ gdb/testsuite/gdb.base/radix.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1993, 1997 Free Software Foundation, Inc.
+# Copyright 1993, 1997 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 -upr gdb.orig/testsuite/gdb.base/recurse.exp gdb/testsuite/gdb.base/recurse.exp
--- gdb.orig/testsuite/gdb.base/recurse.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/recurse.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/regs.exp gdb/testsuite/gdb.base/regs.exp
--- gdb.orig/testsuite/gdb.base/regs.exp Thu Apr 15 18:34:31 1999
+++ gdb/testsuite/gdb.base/regs.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
# Tests of register displays for GDB.
-# Copyright 1994, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1994, 1995 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 -upr gdb.orig/testsuite/gdb.base/relational.exp gdb/testsuite/gdb.base/relational.exp
--- gdb.orig/testsuite/gdb.base/relational.exp Mon Jun 28 09:03:46 1999
+++ gdb/testsuite/gdb.base/relational.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/remote.exp gdb/testsuite/gdb.base/remote.exp
--- gdb.orig/testsuite/gdb.base/remote.exp Mon Dec 6 20:56:16 1999
+++ gdb/testsuite/gdb.base/remote.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999 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 -upr gdb.orig/testsuite/gdb.base/reread.exp gdb/testsuite/gdb.base/reread.exp
--- gdb.orig/testsuite/gdb.base/reread.exp Mon Feb 26 17:41:12 2001
+++ gdb/testsuite/gdb.base/reread.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 2000, 2001 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 -upr gdb.orig/testsuite/gdb.base/restore.exp gdb/testsuite/gdb.base/restore.exp
--- gdb.orig/testsuite/gdb.base/restore.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/restore.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/return.exp gdb/testsuite/gdb.base/return.exp
--- gdb.orig/testsuite/gdb.base/return.exp Thu Apr 15 18:34:31 1999
+++ gdb/testsuite/gdb.base/return.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.base/return2.exp gdb/testsuite/gdb.base/return2.exp
--- gdb.orig/testsuite/gdb.base/return2.exp Fri Dec 8 12:30:32 2000
+++ gdb/testsuite/gdb.base/return2.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.base/scope.exp gdb/testsuite/gdb.base/scope.exp
--- gdb.orig/testsuite/gdb.base/scope.exp Sat Dec 9 12:10:06 2000
+++ gdb/testsuite/gdb.base/scope.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/sect-cmd.exp gdb/testsuite/gdb.base/sect-cmd.exp
--- gdb.orig/testsuite/gdb.base/sect-cmd.exp Mon Jun 28 09:03:53 1999
+++ gdb/testsuite/gdb.base/sect-cmd.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/selftest.exp gdb/testsuite/gdb.base/selftest.exp
--- gdb.orig/testsuite/gdb.base/selftest.exp Mon Jan 10 20:07:34 2000
+++ gdb/testsuite/gdb.base/selftest.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/setshow.exp gdb/testsuite/gdb.base/setshow.exp
--- gdb.orig/testsuite/gdb.base/setshow.exp Thu Apr 15 18:34:32 1999
+++ gdb/testsuite/gdb.base/setshow.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1996, 1997, 1998 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 -upr gdb.orig/testsuite/gdb.base/setvar.exp gdb/testsuite/gdb.base/setvar.exp
--- gdb.orig/testsuite/gdb.base/setvar.exp Fri Dec 22 12:19:15 2000
+++ gdb/testsuite/gdb.base/setvar.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/shlib-call.exp gdb/testsuite/gdb.base/shlib-call.exp
--- gdb.orig/testsuite/gdb.base/shlib-call.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/shlib-call.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/sigall.exp gdb/testsuite/gdb.base/sigall.exp
--- gdb.orig/testsuite/gdb.base/sigall.exp Mon Apr 26 11:27:14 1999
+++ gdb/testsuite/gdb.base/sigall.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/signals.exp gdb/testsuite/gdb.base/signals.exp
--- gdb.orig/testsuite/gdb.base/signals.exp Mon Aug 30 18:08:37 1999
+++ gdb/testsuite/gdb.base/signals.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/sizeof.exp gdb/testsuite/gdb.base/sizeof.exp
--- gdb.orig/testsuite/gdb.base/sizeof.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/sizeof.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.base/so-impl-ld.exp gdb/testsuite/gdb.base/so-impl-ld.exp
--- gdb.orig/testsuite/gdb.base/so-impl-ld.exp Mon Jul 31 09:12:10 2000
+++ gdb/testsuite/gdb.base/so-impl-ld.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/so-indr-cl.exp gdb/testsuite/gdb.base/so-indr-cl.exp
--- gdb.orig/testsuite/gdb.base/so-indr-cl.exp Mon Jan 10 20:07:34 2000
+++ gdb/testsuite/gdb.base/so-indr-cl.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/solib.exp gdb/testsuite/gdb.base/solib.exp
--- gdb.orig/testsuite/gdb.base/solib.exp Mon Jun 28 09:04:11 1999
+++ gdb/testsuite/gdb.base/solib.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/step-test.exp gdb/testsuite/gdb.base/step-test.exp
--- gdb.orig/testsuite/gdb.base/step-test.exp Fri May 12 18:12:11 2000
+++ gdb/testsuite/gdb.base/step-test.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/structs.c gdb/testsuite/gdb.base/structs.c
--- gdb.orig/testsuite/gdb.base/structs.c Mon Aug 2 16:46:52 1999
+++ gdb/testsuite/gdb.base/structs.c Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright 1996, 1999 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 -upr gdb.orig/testsuite/gdb.base/structs.exp gdb/testsuite/gdb.base/structs.exp
--- gdb.orig/testsuite/gdb.base/structs.exp Mon Aug 2 16:46:52 1999
+++ gdb/testsuite/gdb.base/structs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/structs2.exp gdb/testsuite/gdb.base/structs2.exp
--- gdb.orig/testsuite/gdb.base/structs2.exp Mon Aug 2 16:46:52 1999
+++ gdb/testsuite/gdb.base/structs2.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/term.exp gdb/testsuite/gdb.base/term.exp
--- gdb.orig/testsuite/gdb.base/term.exp Mon Jun 28 09:04:16 1999
+++ gdb/testsuite/gdb.base/term.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999
+# 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 -upr gdb.orig/testsuite/gdb.base/twice.exp gdb/testsuite/gdb.base/twice.exp
--- gdb.orig/testsuite/gdb.base/twice.exp Mon Jun 28 09:04:18 1999
+++ gdb/testsuite/gdb.base/twice.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1999 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 -upr gdb.orig/testsuite/gdb.base/varargs.exp gdb/testsuite/gdb.base/varargs.exp
--- gdb.orig/testsuite/gdb.base/varargs.exp Fri Nov 3 17:27:59 2000
+++ gdb/testsuite/gdb.base/varargs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.base/volatile.exp gdb/testsuite/gdb.base/volatile.exp
--- gdb.orig/testsuite/gdb.base/volatile.exp Mon Jun 28 09:04:21 1999
+++ gdb/testsuite/gdb.base/volatile.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/watchpoint.exp gdb/testsuite/gdb.base/watchpoint.exp
--- gdb.orig/testsuite/gdb.base/watchpoint.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/gdb.base/watchpoint.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.base/whatis-exp.exp gdb/testsuite/gdb.base/whatis-exp.exp
--- gdb.orig/testsuite/gdb.base/whatis-exp.exp Thu Apr 15 18:34:32 1999
+++ gdb/testsuite/gdb.base/whatis-exp.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.base/whatis.exp gdb/testsuite/gdb.base/whatis.exp
--- gdb.orig/testsuite/gdb.base/whatis.exp Mon Aug 2 16:46:52 1999
+++ gdb/testsuite/gdb.base/whatis.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1999
+# 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 -upr gdb.orig/testsuite/gdb.c++/ambiguous.exp gdb/testsuite/gdb.c++/ambiguous.exp
--- gdb.orig/testsuite/gdb.c++/ambiguous.exp Wed Sep 8 17:00:25 1999
+++ gdb/testsuite/gdb.c++/ambiguous.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/annota2.exp gdb/testsuite/gdb.c++/annota2.exp
--- gdb.orig/testsuite/gdb.c++/annota2.exp Wed Jan 5 20:06:52 2000
+++ gdb/testsuite/gdb.c++/annota2.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999
+# Copyright 1999, 2000
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff -upr gdb.orig/testsuite/gdb.c++/anon-union.exp gdb/testsuite/gdb.c++/anon-union.exp
--- gdb.orig/testsuite/gdb.c++/anon-union.exp Wed Sep 8 17:00:26 1999
+++ gdb/testsuite/gdb.c++/anon-union.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
# Tests for anonymous union support.
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/classes.exp gdb/testsuite/gdb.c++/classes.exp
--- gdb.orig/testsuite/gdb.c++/classes.exp Tue Feb 20 12:31:28 2001
+++ gdb/testsuite/gdb.c++/classes.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1995, 1997, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+# 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 -upr gdb.orig/testsuite/gdb.c++/cplusfuncs.exp gdb/testsuite/gdb.c++/cplusfuncs.exp
--- gdb.orig/testsuite/gdb.c++/cplusfuncs.exp Thu Feb 15 19:58:09 2001
+++ gdb/testsuite/gdb.c++/cplusfuncs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.c++/ctti.exp gdb/testsuite/gdb.c++/ctti.exp
--- gdb.orig/testsuite/gdb.c++/ctti.exp Tue Jun 6 14:53:47 2000
+++ gdb/testsuite/gdb.c++/ctti.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/demangle.exp gdb/testsuite/gdb.c++/demangle.exp
--- gdb.orig/testsuite/gdb.c++/demangle.exp Wed Sep 8 17:00:27 1999
+++ gdb/testsuite/gdb.c++/demangle.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997, 1999 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/derivation.exp gdb/testsuite/gdb.c++/derivation.exp
--- gdb.orig/testsuite/gdb.c++/derivation.exp Sat Dec 9 12:10:07 2000
+++ gdb/testsuite/gdb.c++/derivation.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.c++/inherit.exp gdb/testsuite/gdb.c++/inherit.exp
--- gdb.orig/testsuite/gdb.c++/inherit.exp Tue Feb 20 12:31:28 2001
+++ gdb/testsuite/gdb.c++/inherit.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
+# 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 -upr gdb.orig/testsuite/gdb.c++/local.exp gdb/testsuite/gdb.c++/local.exp
--- gdb.orig/testsuite/gdb.c++/local.exp Sat Dec 9 12:10:07 2000
+++ gdb/testsuite/gdb.c++/local.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.c++/member-ptr.exp gdb/testsuite/gdb.c++/member-ptr.exp
--- gdb.orig/testsuite/gdb.c++/member-ptr.exp Wed Sep 8 17:00:28 1999
+++ gdb/testsuite/gdb.c++/member-ptr.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/method.exp gdb/testsuite/gdb.c++/method.exp
--- gdb.orig/testsuite/gdb.c++/method.exp Wed Sep 8 17:00:28 1999
+++ gdb/testsuite/gdb.c++/method.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/misc.exp gdb/testsuite/gdb.c++/misc.exp
--- gdb.orig/testsuite/gdb.c++/misc.exp Wed Sep 8 17:00:28 1999
+++ gdb/testsuite/gdb.c++/misc.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.c++/namespace.exp gdb/testsuite/gdb.c++/namespace.exp
--- gdb.orig/testsuite/gdb.c++/namespace.exp Sat Dec 9 12:10:07 2000
+++ gdb/testsuite/gdb.c++/namespace.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 2000 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 -upr gdb.orig/testsuite/gdb.c++/overload.exp gdb/testsuite/gdb.c++/overload.exp
--- gdb.orig/testsuite/gdb.c++/overload.exp Sat Dec 9 12:10:07 2000
+++ gdb/testsuite/gdb.c++/overload.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.c++/ovldbreak.exp gdb/testsuite/gdb.c++/ovldbreak.exp
--- gdb.orig/testsuite/gdb.c++/ovldbreak.exp Mon Jan 29 17:06:26 2001
+++ gdb/testsuite/gdb.c++/ovldbreak.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.c++/ref-types.exp gdb/testsuite/gdb.c++/ref-types.exp
--- gdb.orig/testsuite/gdb.c++/ref-types.exp Sat Dec 9 12:10:07 2000
+++ gdb/testsuite/gdb.c++/ref-types.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
# Tests for reference types with short type variables in GDB.
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000 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 -upr gdb.orig/testsuite/gdb.c++/templates.exp gdb/testsuite/gdb.c++/templates.exp
--- gdb.orig/testsuite/gdb.c++/templates.exp Fri Nov 10 10:23:08 2000
+++ gdb/testsuite/gdb.c++/templates.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1996, 1997, 1999 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000
+# 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 -upr gdb.orig/testsuite/gdb.c++/userdef.exp gdb/testsuite/gdb.c++/userdef.exp
--- gdb.orig/testsuite/gdb.c++/userdef.exp Wed Sep 8 17:00:29 1999
+++ gdb/testsuite/gdb.c++/userdef.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
# Tests of overloaded operators resolution.
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.c++/virtfunc.exp gdb/testsuite/gdb.c++/virtfunc.exp
--- gdb.orig/testsuite/gdb.c++/virtfunc.exp Tue Feb 20 12:31:28 2001
+++ gdb/testsuite/gdb.c++/virtfunc.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1997, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2001
+# 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 -upr gdb.orig/testsuite/gdb.chill/builtins.exp gdb/testsuite/gdb.chill/builtins.exp
--- gdb.orig/testsuite/gdb.chill/builtins.exp Thu Apr 15 18:34:32 1999
+++ gdb/testsuite/gdb.chill/builtins.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/callch.exp gdb/testsuite/gdb.chill/callch.exp
--- gdb.orig/testsuite/gdb.chill/callch.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/callch.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/chexp.exp gdb/testsuite/gdb.chill/chexp.exp
--- gdb.orig/testsuite/gdb.chill/chexp.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/chexp.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1998 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 -upr gdb.orig/testsuite/gdb.chill/chillvars.exp gdb/testsuite/gdb.chill/chillvars.exp
--- gdb.orig/testsuite/gdb.chill/chillvars.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/chillvars.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/enum.exp gdb/testsuite/gdb.chill/enum.exp
--- gdb.orig/testsuite/gdb.chill/enum.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/enum.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/gch1041.exp gdb/testsuite/gdb.chill/gch1041.exp
--- gdb.orig/testsuite/gdb.chill/gch1041.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/gch1041.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/gch1272.exp gdb/testsuite/gdb.chill/gch1272.exp
--- gdb.orig/testsuite/gdb.chill/gch1272.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/gch1272.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/gch1280.exp gdb/testsuite/gdb.chill/gch1280.exp
--- gdb.orig/testsuite/gdb.chill/gch1280.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/gch1280.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/gch922.exp gdb/testsuite/gdb.chill/gch922.exp
--- gdb.orig/testsuite/gdb.chill/gch922.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/gch922.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/gch981.exp gdb/testsuite/gdb.chill/gch981.exp
--- gdb.orig/testsuite/gdb.chill/gch981.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/gch981.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/misc.exp gdb/testsuite/gdb.chill/misc.exp
--- gdb.orig/testsuite/gdb.chill/misc.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/misc.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/powerset.exp gdb/testsuite/gdb.chill/powerset.exp
--- gdb.orig/testsuite/gdb.chill/powerset.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/powerset.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/pr-4975.exp gdb/testsuite/gdb.chill/pr-4975.exp
--- gdb.orig/testsuite/gdb.chill/pr-4975.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-4975.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-5016.exp gdb/testsuite/gdb.chill/pr-5016.exp
--- gdb.orig/testsuite/gdb.chill/pr-5016.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-5016.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-5020.exp gdb/testsuite/gdb.chill/pr-5020.exp
--- gdb.orig/testsuite/gdb.chill/pr-5020.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-5020.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-5022.exp gdb/testsuite/gdb.chill/pr-5022.exp
--- gdb.orig/testsuite/gdb.chill/pr-5022.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-5022.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-5646.exp gdb/testsuite/gdb.chill/pr-5646.exp
--- gdb.orig/testsuite/gdb.chill/pr-5646.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-5646.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-5984.exp gdb/testsuite/gdb.chill/pr-5984.exp
--- gdb.orig/testsuite/gdb.chill/pr-5984.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-5984.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-6292.exp gdb/testsuite/gdb.chill/pr-6292.exp
--- gdb.orig/testsuite/gdb.chill/pr-6292.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-6292.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-6632.exp gdb/testsuite/gdb.chill/pr-6632.exp
--- gdb.orig/testsuite/gdb.chill/pr-6632.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-6632.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-8134.exp gdb/testsuite/gdb.chill/pr-8134.exp
--- gdb.orig/testsuite/gdb.chill/pr-8134.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-8134.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-8136.exp gdb/testsuite/gdb.chill/pr-8136.exp
--- gdb.orig/testsuite/gdb.chill/pr-8136.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-8136.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995 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 -upr gdb.orig/testsuite/gdb.chill/pr-8405.exp gdb/testsuite/gdb.chill/pr-8405.exp
--- gdb.orig/testsuite/gdb.chill/pr-8405.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-8405.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-8742.exp gdb/testsuite/gdb.chill/pr-8742.exp
--- gdb.orig/testsuite/gdb.chill/pr-8742.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-8742.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-8894.exp gdb/testsuite/gdb.chill/pr-8894.exp
--- gdb.orig/testsuite/gdb.chill/pr-8894.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-8894.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-9095.exp gdb/testsuite/gdb.chill/pr-9095.exp
--- gdb.orig/testsuite/gdb.chill/pr-9095.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-9095.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996 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 -upr gdb.orig/testsuite/gdb.chill/pr-9946.exp gdb/testsuite/gdb.chill/pr-9946.exp
--- gdb.orig/testsuite/gdb.chill/pr-9946.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/pr-9946.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/result.exp gdb/testsuite/gdb.chill/result.exp
--- gdb.orig/testsuite/gdb.chill/result.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/result.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1994, 1995 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 -upr gdb.orig/testsuite/gdb.chill/string.exp gdb/testsuite/gdb.chill/string.exp
--- gdb.orig/testsuite/gdb.chill/string.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/string.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/tests1.ch gdb/testsuite/gdb.chill/tests1.ch
--- gdb.orig/testsuite/gdb.chill/tests1.ch Mon Apr 26 11:27:31 1999
+++ gdb/testsuite/gdb.chill/tests1.ch Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
--- Copyright (C) 1992, 1995 Free Software Foundation, Inc.
+-- Copyright 1992, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/tests1.exp gdb/testsuite/gdb.chill/tests1.exp
--- gdb.orig/testsuite/gdb.chill/tests1.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/tests1.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.chill/tests2.ch gdb/testsuite/gdb.chill/tests2.ch
--- gdb.orig/testsuite/gdb.chill/tests2.ch Mon Apr 26 11:27:32 1999
+++ gdb/testsuite/gdb.chill/tests2.ch Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
--- Copyright (C) 1992 Free Software Foundation, Inc.
+-- Copyright 1992, 1995 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 -upr gdb.orig/testsuite/gdb.chill/tests2.exp gdb/testsuite/gdb.chill/tests2.exp
--- gdb.orig/testsuite/gdb.chill/tests2.exp Mon Apr 26 11:27:33 1999
+++ gdb/testsuite/gdb.chill/tests2.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1995, 1996, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.chill/tuples.exp gdb/testsuite/gdb.chill/tuples.exp
--- gdb.orig/testsuite/gdb.chill/tuples.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.chill/tuples.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996 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 -upr gdb.orig/testsuite/gdb.chill/xstruct.exp gdb/testsuite/gdb.chill/xstruct.exp
--- gdb.orig/testsuite/gdb.chill/xstruct.exp Mon Jun 28 16:04:32 1999
+++ gdb/testsuite/gdb.chill/xstruct.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1997, 1999 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 -upr gdb.orig/testsuite/gdb.disasm/am33.exp gdb/testsuite/gdb.disasm/am33.exp
--- gdb.orig/testsuite/gdb.disasm/am33.exp Mon Dec 6 20:56:18 1999
+++ gdb/testsuite/gdb.disasm/am33.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1998 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 -upr gdb.orig/testsuite/gdb.disasm/hppa.exp gdb/testsuite/gdb.disasm/hppa.exp
--- gdb.orig/testsuite/gdb.disasm/hppa.exp Tue Jun 1 08:43:06 1999
+++ gdb/testsuite/gdb.disasm/hppa.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1993, 1994, 1995, 1996, 1997 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 -upr gdb.orig/testsuite/gdb.disasm/mn10200.exp gdb/testsuite/gdb.disasm/mn10200.exp
--- gdb.orig/testsuite/gdb.disasm/mn10200.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.disasm/mn10200.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/gdb.disasm/mn10300.exp gdb/testsuite/gdb.disasm/mn10300.exp
--- gdb.orig/testsuite/gdb.disasm/mn10300.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.disasm/mn10300.exp Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997 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 -upr gdb.orig/testsuite/gdb.disasm/sh3.exp gdb/testsuite/gdb.disasm/sh3.exp
--- gdb.orig/testsuite/gdb.disasm/sh3.exp Thu Apr 15 18:34:33 1999
+++ gdb/testsuite/gdb.disasm/sh3.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright 1992, 1995 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 -upr gdb.orig/testsuite/gdb.fortran/exprs.exp gdb/testsuite/gdb.fortran/exprs.exp
--- gdb.orig/testsuite/gdb.fortran/exprs.exp Thu Apr 15 18:34:34 1999
+++ gdb/testsuite/gdb.fortran/exprs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996 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 -upr gdb.orig/testsuite/gdb.fortran/types.exp gdb/testsuite/gdb.fortran/types.exp
--- gdb.orig/testsuite/gdb.fortran/types.exp Thu Apr 15 18:34:34 1999
+++ gdb/testsuite/gdb.fortran/types.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1997, 1998 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 -upr gdb.orig/testsuite/gdb.java/jmisc.exp gdb/testsuite/gdb.java/jmisc.exp
--- gdb.orig/testsuite/gdb.java/jmisc.exp Sun Jul 23 21:34:52 2000
+++ gdb/testsuite/gdb.java/jmisc.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.java/jv-exp.exp gdb/testsuite/gdb.java/jv-exp.exp
--- gdb.orig/testsuite/gdb.java/jv-exp.exp Sun Jul 23 22:04:19 2000
+++ gdb/testsuite/gdb.java/jv-exp.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.java/jv-print.exp gdb/testsuite/gdb.java/jv-print.exp
--- gdb.orig/testsuite/gdb.java/jv-print.exp Mon Jun 14 18:08:59 1999
+++ gdb/testsuite/gdb.java/jv-print.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999 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 -upr gdb.orig/testsuite/gdb.mi/mi-basics.exp gdb/testsuite/gdb.mi/mi-basics.exp
--- gdb.orig/testsuite/gdb.mi/mi-basics.exp Mon Mar 6 13:00:53 2000
+++ gdb/testsuite/gdb.mi/mi-basics.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-break.exp gdb/testsuite/gdb.mi/mi-break.exp
--- gdb.orig/testsuite/gdb.mi/mi-break.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-break.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999 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 -upr gdb.orig/testsuite/gdb.mi/mi-disassemble.exp gdb/testsuite/gdb.mi/mi-disassemble.exp
--- gdb.orig/testsuite/gdb.mi/mi-disassemble.exp Mon Mar 6 14:33:38 2000
+++ gdb/testsuite/gdb.mi/mi-disassemble.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-eval.exp gdb/testsuite/gdb.mi/mi-eval.exp
--- gdb.orig/testsuite/gdb.mi/mi-eval.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-eval.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-hack-cli.exp gdb/testsuite/gdb.mi/mi-hack-cli.exp
--- gdb.orig/testsuite/gdb.mi/mi-hack-cli.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-hack-cli.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999 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 -upr gdb.orig/testsuite/gdb.mi/mi-read-memory.exp gdb/testsuite/gdb.mi/mi-read-memory.exp
--- gdb.orig/testsuite/gdb.mi/mi-read-memory.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-read-memory.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-regs.exp gdb/testsuite/gdb.mi/mi-regs.exp
--- gdb.orig/testsuite/gdb.mi/mi-regs.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-regs.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-return.exp gdb/testsuite/gdb.mi/mi-return.exp
--- gdb.orig/testsuite/gdb.mi/mi-return.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-return.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-simplerun.exp gdb/testsuite/gdb.mi/mi-simplerun.exp
--- gdb.orig/testsuite/gdb.mi/mi-simplerun.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-simplerun.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-stack.exp gdb/testsuite/gdb.mi/mi-stack.exp
--- gdb.orig/testsuite/gdb.mi/mi-stack.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-stack.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 2000 Free Software Foundation, Inc.
+# Copyright 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-stepi.exp gdb/testsuite/gdb.mi/mi-stepi.exp
--- gdb.orig/testsuite/gdb.mi/mi-stepi.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-stepi.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-until.exp gdb/testsuite/gdb.mi/mi-until.exp
--- gdb.orig/testsuite/gdb.mi/mi-until.exp Tue Feb 22 17:25:43 2000
+++ gdb/testsuite/gdb.mi/mi-until.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.mi/mi-watch.exp gdb/testsuite/gdb.mi/mi-watch.exp
--- gdb.orig/testsuite/gdb.mi/mi-watch.exp Mon Mar 6 14:33:38 2000
+++ gdb/testsuite/gdb.mi/mi-watch.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/testsuite/gdb.stabs/weird.exp gdb/testsuite/gdb.stabs/weird.exp
--- gdb.orig/testsuite/gdb.stabs/weird.exp Mon Apr 26 11:28:06 1999
+++ gdb/testsuite/gdb.stabs/weird.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999 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 -upr gdb.orig/testsuite/gdb.threads/linux-dp.exp gdb/testsuite/gdb.threads/linux-dp.exp
--- gdb.orig/testsuite/gdb.threads/linux-dp.exp Wed Dec 22 14:45:20 1999
+++ gdb/testsuite/gdb.threads/linux-dp.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright 1999 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 -upr gdb.orig/testsuite/gdb.threads/pthreads.exp gdb/testsuite/gdb.threads/pthreads.exp
--- gdb.orig/testsuite/gdb.threads/pthreads.exp Thu Feb 15 19:58:09 2001
+++ gdb/testsuite/gdb.threads/pthreads.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1996, 1999, 2000, 2001 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 -upr gdb.orig/testsuite/gdb.trace/actions.exp gdb/testsuite/gdb.trace/actions.exp
--- gdb.orig/testsuite/gdb.trace/actions.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/actions.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/backtrace.exp gdb/testsuite/gdb.trace/backtrace.exp
--- gdb.orig/testsuite/gdb.trace/backtrace.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/backtrace.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/circ.exp gdb/testsuite/gdb.trace/circ.exp
--- gdb.orig/testsuite/gdb.trace/circ.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/circ.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/collection.exp gdb/testsuite/gdb.trace/collection.exp
--- gdb.orig/testsuite/gdb.trace/collection.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/collection.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/deltrace.exp gdb/testsuite/gdb.trace/deltrace.exp
--- gdb.orig/testsuite/gdb.trace/deltrace.exp Mon Dec 6 20:56:20 1999
+++ gdb/testsuite/gdb.trace/deltrace.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999 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 -upr gdb.orig/testsuite/gdb.trace/infotrace.exp gdb/testsuite/gdb.trace/infotrace.exp
--- gdb.orig/testsuite/gdb.trace/infotrace.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/infotrace.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/limits.exp gdb/testsuite/gdb.trace/limits.exp
--- gdb.orig/testsuite/gdb.trace/limits.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/limits.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/packetlen.exp gdb/testsuite/gdb.trace/packetlen.exp
--- gdb.orig/testsuite/gdb.trace/packetlen.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/packetlen.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/passc-dyn.exp gdb/testsuite/gdb.trace/passc-dyn.exp
--- gdb.orig/testsuite/gdb.trace/passc-dyn.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/passc-dyn.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/passcount.exp gdb/testsuite/gdb.trace/passcount.exp
--- gdb.orig/testsuite/gdb.trace/passcount.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/passcount.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/report.exp gdb/testsuite/gdb.trace/report.exp
--- gdb.orig/testsuite/gdb.trace/report.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/report.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/save-trace.exp gdb/testsuite/gdb.trace/save-trace.exp
--- gdb.orig/testsuite/gdb.trace/save-trace.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/save-trace.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/tfind.exp gdb/testsuite/gdb.trace/tfind.exp
--- gdb.orig/testsuite/gdb.trace/tfind.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/tfind.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/tracecmd.exp gdb/testsuite/gdb.trace/tracecmd.exp
--- gdb.orig/testsuite/gdb.trace/tracecmd.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/tracecmd.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/while-dyn.exp gdb/testsuite/gdb.trace/while-dyn.exp
--- gdb.orig/testsuite/gdb.trace/while-dyn.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/while-dyn.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/gdb.trace/while-stepping.exp gdb/testsuite/gdb.trace/while-stepping.exp
--- gdb.orig/testsuite/gdb.trace/while-stepping.exp Thu Apr 15 18:34:36 1999
+++ gdb/testsuite/gdb.trace/while-stepping.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright 1998 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 -upr gdb.orig/testsuite/lib/gdb.exp gdb/testsuite/lib/gdb.exp
--- gdb.orig/testsuite/lib/gdb.exp Wed Nov 29 21:16:39 2000
+++ gdb/testsuite/lib/gdb.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,5 @@
-# Copyright (C) 1992, 1994, 1995, 1997, 1999 Free Software Foundation, Inc.
+# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# 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 -upr gdb.orig/testsuite/lib/mi-support.exp gdb/testsuite/lib/mi-support.exp
--- gdb.orig/testsuite/lib/mi-support.exp Wed Jan 24 16:47:01 2001
+++ gdb/testsuite/lib/mi-support.exp Thu Mar 1 00:12:04 2001
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 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 -upr gdb.orig/thread-db.c gdb/thread-db.c
--- gdb.orig/thread-db.c Wed Jan 24 16:46:40 2001
+++ gdb/thread-db.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* libthread_db assisted debugging support, generic parts.
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/thread.c gdb/thread.c
--- gdb.orig/thread.c Mon Jan 29 17:06:26 2001
+++ gdb/thread.c Thu Mar 1 00:12:04 2001
@@ -1,8 +1,9 @@
/* Multi-process/thread control for GDB, the GNU debugger.
- Copyright 1986, 1987, 1988, 1993, 1998, 1999, 2000, 2001
-
- Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA.
+ Copyright 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001
Free Software Foundation, Inc.
+ Contributed by Lynx Real-Time Systems, Inc. Los Gatos, CA.
+
This file is part of GDB.
diff -upr gdb.orig/tic80-tdep.c gdb/tic80-tdep.c
--- gdb.orig/tic80-tdep.c Mon Jul 31 09:12:06 2000
+++ gdb/tic80-tdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the TI TMS320C80 (MVP) for GDB, the GNU debugger.
- Copyright 1996, Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/top.c gdb/top.c
--- gdb.orig/top.c Thu Feb 15 19:58:02 2001
+++ gdb/top.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1986-2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/top.h gdb/top.h
--- gdb.orig/top.h Mon Jul 17 09:58:30 2000
+++ gdb/top.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1986-1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996,
+ 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/tracepoint.c gdb/tracepoint.c
--- gdb.orig/tracepoint.c Tue Feb 20 12:31:28 2001
+++ gdb/tracepoint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Tracing functionality for remote targets in custom GDB protocol
- Copyright 1997, 1998 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/tracepoint.h gdb/tracepoint.h
--- gdb.orig/tracepoint.h Tue Sep 5 12:32:53 2000
+++ gdb/tracepoint.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Data structures associated with tracepoints in GDB.
- Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/tui/tui-file.h gdb/tui/tui-file.h
--- gdb.orig/tui/tui-file.h Tue Feb 1 17:21:19 2000
+++ gdb/tui/tui-file.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/typeprint.c gdb/typeprint.c
--- gdb.orig/typeprint.c Tue Sep 5 12:32:53 2000
+++ gdb/typeprint.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Language independent support for printing types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1993, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/typeprint.h gdb/typeprint.h
--- gdb.orig/typeprint.h Tue Feb 1 17:21:11 2000
+++ gdb/typeprint.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Language independent support for printing types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1993, 1999, 2000
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ui-file.c gdb/ui-file.c
--- gdb.orig/ui-file.c Thu Feb 15 19:58:02 2001
+++ gdb/ui-file.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ui-file.h gdb/ui-file.h
--- gdb.orig/ui-file.h Tue Feb 1 17:21:11 2000
+++ gdb/ui-file.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/ui-out.h gdb/ui-out.h
--- gdb.orig/ui-out.h Mon Jan 29 17:06:26 2001
+++ gdb/ui-out.h Thu Mar 1 00:12:04 2001
@@ -1,5 +1,5 @@
/* Output generating routines for GDB.
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
Written by Fernando Nasser for Cygnus.
diff -upr gdb.orig/ultra3-nat.c gdb/ultra3-nat.c
--- gdb.orig/ultra3-nat.c Fri Nov 3 17:27:57 2000
+++ gdb/ultra3-nat.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Native-dependent code for GDB, for NYU Ultra3 running Sym1 OS.
- Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by David Wood (wood@nyu.edu) at New York University.
This file is part of GDB.
diff -upr gdb.orig/ultra3-xdep.c gdb/ultra3-xdep.c
--- gdb.orig/ultra3-xdep.c Mon Jul 31 09:12:07 2000
+++ gdb/ultra3-xdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* Host-dependent code for GDB, for NYU Ultra3 running Sym1 OS.
- Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1988, 1989, 1991, 1992, 1993, 1995, 2000
+ Free Software Foundation, Inc.
Contributed by David Wood (wood@nyu.edu) at New York University.
This file is part of GDB.
diff -upr gdb.orig/umax-xdep.c gdb/umax-xdep.c
--- gdb.orig/umax-xdep.c Thu Dec 14 18:42:57 2000
+++ gdb/umax-xdep.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* umax host stuff.
- Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1995, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/utils.c gdb/utils.c
--- gdb.orig/utils.c Mon Feb 26 17:41:12 2001
+++ gdb/utils.c Thu Mar 1 00:12:04 2001
@@ -1,5 +1,6 @@
/* General utility routines for GDB, the GNU debugger.
- Copyright 1986, 1989, 1990-1992, 1995, 1996, 1998, 2000, 2001
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/v850-tdep.c gdb/v850-tdep.c
--- gdb.orig/v850-tdep.c Thu Feb 15 19:58:02 2001
+++ gdb/v850-tdep.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* Target-dependent code for the NEC V850 for GDB, the GNU debugger.
- Copyright 1996, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/v850ice.c gdb/v850ice.c
--- gdb.orig/v850ice.c Mon Jan 29 17:06:26 2001
+++ gdb/v850ice.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* ICE interface for the NEC V850 for GDB, the GNU debugger.
- Copyright 1996, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/valarith.c gdb/valarith.c
--- gdb.orig/valarith.c Mon Jul 31 09:12:07 2000
+++ gdb/valarith.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Perform arithmetic and other operations on values, for GDB.
- Copyright 1986, 89, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/valops.c gdb/valops.c
--- gdb.orig/valops.c Thu Feb 15 19:58:02 2001
+++ gdb/valops.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Perform non-arithmetic operations on values, for GDB.
- Copyright 1986, 87, 89, 91, 92, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/valprint.c gdb/valprint.c
--- gdb.orig/valprint.c Mon Feb 26 17:41:12 2001
+++ gdb/valprint.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Print values for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1994, 1998, 2000
+ Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/valprint.h gdb/valprint.h
--- gdb.orig/valprint.h Mon Feb 7 21:39:02 2000
+++ gdb/valprint.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Declarations for value printing routines for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991-1994, 2000 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1992, 1994, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/value.h gdb/value.h
--- gdb.orig/value.h Thu Feb 22 14:35:06 2001
+++ gdb/value.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Definitions for values of C expressions, for GDB.
- Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 2000, 2001
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/values.c gdb/values.c
--- gdb.orig/values.c Thu Dec 14 18:42:57 2000
+++ gdb/values.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Low level packing and unpacking of values for GDB, the GNU Debugger.
- Copyright 1986, 87, 89, 91, 93, 94, 95, 96, 97, 1998
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/varobj.h gdb/varobj.h
--- gdb.orig/varobj.h Mon Mar 13 14:51:45 2000
+++ gdb/varobj.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* GDB variable objects API.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 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 -upr gdb.orig/vax-tdep.c gdb/vax-tdep.c
--- gdb.orig/vax-tdep.c Fri Nov 10 10:22:59 2000
+++ gdb/vax-tdep.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Print VAX instructions for GDB, the GNU debugger.
- Copyright 1986, 1989, 1991, 1992, 1996 Free Software Foundation, Inc.
+ Copyright 1986, 1989, 1991, 1992, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/version.h gdb/version.h
--- gdb.orig/version.h Wed Sep 8 16:59:40 1999
+++ gdb/version.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* Version information for GDB.
- Copyright (C) 1999, Free Software Foundation, Inc.
+ Copyright 1999 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/vx-share/vxWorks.h gdb/vx-share/vxWorks.h
--- gdb.orig/vx-share/vxWorks.h Thu Apr 15 18:34:28 1999
+++ gdb/vx-share/vxWorks.h Thu Mar 1 00:12:05 2001
@@ -1,6 +1,7 @@
/* vxWorks.h - VxWorks standard definitions header */
-/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992 Free Software Foundation, Inc.
+/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992, 1993
+ Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
diff -upr gdb.orig/vx-share/xdr_ld.c gdb/vx-share/xdr_ld.c
--- gdb.orig/vx-share/xdr_ld.c Thu Apr 15 18:34:28 1999
+++ gdb/vx-share/xdr_ld.c Thu Mar 1 00:12:05 2001
@@ -1,6 +1,7 @@
/* xdr_ld.c - xdr routines for remote dbx interface to VxWorks */
-/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
+/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992, 1993, 1998
+ Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
diff -upr gdb.orig/vx-share/xdr_ptrace.c gdb/vx-share/xdr_ptrace.c
--- gdb.orig/vx-share/xdr_ptrace.c Thu Apr 15 18:34:28 1999
+++ gdb/vx-share/xdr_ptrace.c Thu Mar 1 00:12:05 2001
@@ -1,6 +1,7 @@
/* xdr_ptrace.c - xdr routines for remote ptrace calls */
-/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
+/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1998
+ Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
diff -upr gdb.orig/vx-share/xdr_ptrace.h gdb/vx-share/xdr_ptrace.h
--- gdb.orig/vx-share/xdr_ptrace.h Thu Apr 15 18:34:28 1999
+++ gdb/vx-share/xdr_ptrace.h Thu Mar 1 00:12:05 2001
@@ -1,6 +1,6 @@
/* xdr_ptrace.h - xdr header for remote ptrace structures */
-/* Copyright 1992 Free Software Foundation, Inc.
+/* Copyright 1992, 1998 Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
diff -upr gdb.orig/vx-share/xdr_rdb.c gdb/vx-share/xdr_rdb.c
--- gdb.orig/vx-share/xdr_rdb.c Thu Apr 15 18:34:28 1999
+++ gdb/vx-share/xdr_rdb.c Thu Mar 1 00:12:05 2001
@@ -1,6 +1,6 @@
/* xdr_rdb.c - xdr routines for Remote Debug interface to VxWorks */
-/* Copyright 1992 Free Software Foundation, Inc.
+/* Copyright 1992, 1993 Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
diff -upr gdb.orig/w65-tdep.c gdb/w65-tdep.c
--- gdb.orig/w65-tdep.c Mon Feb 26 17:41:12 2001
+++ gdb/w65-tdep.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* Target-machine dependent code for WDC-65816, for GDB.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/w89k-rom.c gdb/w89k-rom.c
--- gdb.orig/w89k-rom.c Mon Jul 31 09:12:08 2000
+++ gdb/w89k-rom.c Thu Mar 1 00:12:05 2001
@@ -1,7 +1,7 @@
/* Remote target glue for the WinBond ROM monitor running on the "Cougar"
W89k eval board.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 1998, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/win32-nat.c gdb/win32-nat.c
--- gdb.orig/win32-nat.c Tue Feb 20 12:31:28 2001
+++ gdb/win32-nat.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Target-vector operations for controlling win32 child processes, for GDB.
- Copyright 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Solutions, A Red Hat Company.
This file is part of GDB.
diff -upr gdb.orig/wrapper.c gdb/wrapper.c
--- gdb.orig/wrapper.c Wed Nov 29 21:16:38 2000
+++ gdb/wrapper.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* Longjump free calls to gdb internal routines.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 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 -upr gdb.orig/wrapper.h gdb/wrapper.h
--- gdb.orig/wrapper.h Fri Nov 10 10:23:00 2000
+++ gdb/wrapper.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* Longjump free calls to gdb internal routines.
- Copyright 1999 Free Software Foundation, Inc.
+ Copyright 1999, 2000 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 -upr gdb.orig/xcoffread.c gdb/xcoffread.c
--- gdb.orig/xcoffread.c Thu Dec 14 18:42:58 2000
+++ gdb/xcoffread.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Read AIX xcoff symbol tables and convert to internal format, for GDB.
- Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 1997
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+ 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Derived from coffread.c, dbxread.c, and a lot of hacking.
Contributed by IBM Corporation.
diff -upr gdb.orig/xcoffsolib.c gdb/xcoffsolib.c
--- gdb.orig/xcoffsolib.c Thu Feb 15 19:58:02 2001
+++ gdb/xcoffsolib.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Shared library support for RS/6000 (xcoff) object files, for GDB.
- Copyright 1991, 1992, 2001 Free Software Foundation.
+ Copyright 1991, 1992, 1995, 1996, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by IBM Corporation.
This file is part of GDB.
diff -upr gdb.orig/xcoffsolib.h gdb/xcoffsolib.h
--- gdb.orig/xcoffsolib.h Fri Nov 10 10:23:00 2000
+++ gdb/xcoffsolib.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Data structures for RS/6000 shared libraries, for GDB.
- Copyright 1991, 1992, 1994, 1997 Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2000
+ Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/xmodem.c gdb/xmodem.c
--- gdb.orig/xmodem.c Mon Feb 26 17:41:12 2001
+++ gdb/xmodem.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* XMODEM support for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/xmodem.h gdb/xmodem.h
--- gdb.orig/xmodem.h Sat May 27 19:11:38 2000
+++ gdb/xmodem.h Thu Mar 1 00:12:05 2001
@@ -1,5 +1,5 @@
/* XMODEM support for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
+ Copyright 1995, 2000 Free Software Foundation, Inc.
This file is part of GDB.
diff -upr gdb.orig/z8k-tdep.c gdb/z8k-tdep.c
--- gdb.orig/z8k-tdep.c Mon Feb 26 17:41:12 2001
+++ gdb/z8k-tdep.c Thu Mar 1 00:12:05 2001
@@ -1,5 +1,6 @@
/* Target-machine dependent code for Zilog Z8000, for GDB.
- Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GDB.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-03-05 12:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-05 12:03 [PATCH RFC #2] Update/correct copyright notices Michael Elizabeth Chastain
-- strict thread matches above, loose matches on Subject: below --
2001-03-04 20:27 Michael Elizabeth Chastain
2001-03-04 23:50 ` Eli Zaretskii
[not found] ` <eliz@is.elta.co.il>
2001-03-05 11:56 ` Kevin Buettner
2001-03-01 0:24 Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox