This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: Copyright pedantry.
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: Copyright pedantry.
- From: RDBrown at mira dot net
- Date: Tue, 5 Dec 2000 19:29:27 +1100 (EST)
- Reply-To: RDBrown at mira dot net,RodneyBrown at mynd dot com
Standardize copyright statements - no ranges and 4-digit years as per
<http://sources.redhat.com/ml/binutils/2000-08/msg00175.html>.
(for ch/ChangeLog)
2000-12-04 Rodney Brown <RodneyBrown@mynd.com>
* actions.h: Standarize copyright statement.
* except.c inout.c lang.c lex.c lex.h loop.c nloop.c: Likewise.
* parse.c tasking.c tasking.h timing.c xtypeck.c: Likewise.
(for gcc/ChangeLog)
2000-12-04 Rodney Brown <RodneyBrown@mynd.com>
* config/alpha/osf.h: Standarize copyright statement.
* config/arc/arc.h: Likewise.
* config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
* config/arm/arm.c config/arm/arm.h: Likewise.
* config/elxsi/elxsi.h: Likewise.
* config/i386/sco.h: Likewise.
* config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
* config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
* config/m68k/sun3.h: Likewise.
* config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
* config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
* config/romp/romp.h: Likewise.
* config/rs6000/aix41.h: Likewise.
* config/sparc/sysv4.h: Likewise.
* config/we32k/we32k.c config/we32k/we32k.h: Likewise.
* fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
* cpplib.h cppexp.c cselib.h profile.c: Likewise.
* longlong.h: Likewise.
* libgcc2.c: Likewise.
(for include/ChangeLog)
2000-12-04 Rodney Brown <RodneyBrown@mynd.com>
* getopt.h obstack.h: Standarize copyright statement.
--- gcc/ch/actions.h.bu Tue Jan 18 03:49:30 2000
+++ gcc/ch/actions.h Mon Dec 4 18:40:06 2000
@@ -1,5 +1,5 @@
/* Declarations for ch-actions.c.
- Copyright (C) 1992, 93, 94, 98, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/except.c.bu Tue Mar 7 21:41:20 2000
+++ gcc/ch/except.c Mon Dec 4 18:41:09 2000
@@ -1,6 +1,7 @@
/* Exception support for GNU CHILL.
WARNING: Only works for native (needs setjmp.h)! FIXME!
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/inout.c.bu Tue Sep 5 12:01:00 2000
+++ gcc/ch/inout.c Mon Dec 4 18:41:22 2000
@@ -1,5 +1,6 @@
/* Implement I/O-related actions for CHILL.
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/lang.c.bu Mon Jun 26 19:51:47 2000
+++ gcc/ch/lang.c Mon Dec 4 18:41:31 2000
@@ -1,5 +1,6 @@
/* Language-specific hook definitions for CHILL front end.
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/lex.c.bu Tue Sep 5 12:01:00 2000
+++ gcc/ch/lex.c Mon Dec 4 18:41:37 2000
@@ -1,5 +1,6 @@
/* Lexical analyzer for GNU CHILL. -*- C -*-
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/lex.h.bu Tue Jan 18 03:49:30 2000
+++ gcc/ch/lex.h Mon Dec 4 18:41:43 2000
@@ -1,5 +1,6 @@
/* Define constants for communication with the CHILL parser.
- Copyright (C) 1992, 93, 94, 95, 96, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/loop.c.bu Tue Jan 18 03:49:30 2000
+++ gcc/ch/loop.c Mon Dec 4 18:41:50 2000
@@ -1,5 +1,6 @@
/* Implement looping actions for CHILL.
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/nloop.c.bu Tue Jan 18 03:49:30 2000
+++ gcc/ch/nloop.c Mon Dec 4 18:41:55 2000
@@ -1,5 +1,6 @@
/* Implement looping actions for CHILL.
- Copyright (C) 1992, 93, 94, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/parse.c.bu Wed May 10 05:55:49 2000
+++ gcc/ch/parse.c Mon Dec 4 18:42:00 2000
@@ -1,5 +1,6 @@
/* Parser for GNU CHILL (CCITT High-Level Language) -*- C -*-
- Copyright (C) 1992, 93, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/tasking.c.bu Sat Feb 12 02:48:24 2000
+++ gcc/ch/tasking.c Mon Dec 4 18:42:06 2000
@@ -1,5 +1,6 @@
/* Implement tasking-related actions for CHILL.
- Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/tasking.h.bu Tue Jan 12 00:17:34 1999
+++ gcc/ch/tasking.h Mon Dec 4 18:40:06 2000
@@ -1,5 +1,5 @@
/* Implement process-related declarations for CHILL.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/timing.c.bu Tue Sep 12 10:45:24 2000
+++ gcc/ch/timing.c Mon Dec 4 18:40:06 2000
@@ -1,5 +1,5 @@
/* Implement timing-related actions for CHILL.
- Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/ch/xtypeck.c.bu Tue Jan 12 00:17:38 1999
+++ gcc/ch/xtypeck.c Mon Dec 4 18:40:06 2000
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/alpha/osf.h.bu Tue Nov 14 17:25:32 2000
+++ gcc/config/alpha/osf.h Mon Dec 4 18:42:25 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for DEC Alpha on OSF/1.
- Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998
+ Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
--- gcc/config/arc/arc.h.bu Tue Nov 7 22:11:16 2000
+++ gcc/config/arc/arc.h Mon Dec 4 18:42:31 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, Argonaut ARC cpu.
- Copyright (C) 1994, 95, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/arm/aout.h.bu Tue Sep 26 14:15:03 2000
+++ gcc/config/arm/aout.h Mon Dec 4 18:32:20 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM with a.out
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rearnsha@armltd.co.uk).
This file is part of GNU CC.
--- gcc/config/arm/arm.c.bu Wed Nov 29 18:25:18 2000
+++ gcc/config/arm/arm.c Mon Dec 4 18:42:38 2000
@@ -1,5 +1,6 @@
/* Output routines for GCC for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rearnsha@arm.com).
--- gcc/config/arm/arm.h.bu Wed Nov 29 18:25:19 2000
+++ gcc/config/arm/arm.h Mon Dec 4 18:42:45 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rearnsha@arm.com)
--- gcc/config/arm/coff.h.bu Tue Sep 26 14:15:03 2000
+++ gcc/config/arm/coff.h Mon Dec 4 18:31:15 2000
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
For ARM with COFF object format.
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Doug Evans (devans@cygnus.com).
This file is part of GNU CC.
--- gcc/config/arm/elf.h.bu Tue Sep 26 14:15:03 2000
+++ gcc/config/arm/elf.h Mon Dec 4 18:30:52 2000
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
For ARM with ELF obj format.
- Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org> and
Catherine Moore <clm@cygnus.com>
--- gcc/config/elxsi/elxsi.h.bu Tue Nov 7 22:11:17 2000
+++ gcc/config/elxsi/elxsi.h Mon Dec 4 18:42:52 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. Elxsi version.
- Copyright (C) 1987, 88, 92, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com> in 1988. This is the first
64 bit port of GNU CC.
Based upon the VAX port.
--- gcc/config/i386/sco.h.bu Tue Nov 7 22:11:19 2000
+++ gcc/config/i386/sco.h Mon Dec 4 18:42:58 2000
@@ -1,5 +1,6 @@
/* Definitions for Intel 386 running SCO Unix System V.
- Copyright (C) 1988, 92, 94, 95, 96, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1994, 1995, 1996, 1999
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/m68k/crds.h.bu Tue Nov 7 22:11:20 2000
+++ gcc/config/m68k/crds.h Mon Dec 4 18:43:07 2000
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler;
Charles River Data Systems UNiverse/32.
- Copyright (C) 1987, 93, 94, 96, 97, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Gary E. Miller (Gary_Edmunds_Miller@cup.portal.com)
This file is part of GNU CC.
--- gcc/config/m68k/hp320.h.bu Tue Nov 7 22:11:20 2000
+++ gcc/config/m68k/hp320.h Mon Dec 4 18:43:15 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. HP-UX 68000/68020 version.
- Copyright (C) 1987, 88, 93, 94, 95, 96, 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/m68k/lynx.h.bu Tue Nov 7 22:11:21 2000
+++ gcc/config/m68k/lynx.h Mon Dec 4 18:43:20 2000
@@ -1,5 +1,6 @@
/* Definitions for Motorola 680x0 running LynxOS.
- Copyright (C) 1993, 94, 95, 96, 98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/m68k/m68kv4.h.bu Tue Nov 7 22:11:21 2000
+++ gcc/config/m68k/m68kv4.h Mon Dec 4 18:43:26 2000
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for mc680x0 running System V.4
- Copyright (C) 1991, 93, 94, 95, 96, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) and
Fred Fish (fnf@cygnus.com).
--- gcc/config/m68k/next21.h.bu Thu Dec 17 08:07:12 1998
+++ gcc/config/m68k/next21.h Mon Dec 4 18:43:32 2000
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for mc680x0 running NeXTSTEP 2.1
- Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/m68k/sun3.h.bu Tue Nov 7 22:11:21 2000
+++ gcc/config/m68k/sun3.h Mon Dec 4 18:43:38 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
- Copyright (C) 1987, 88, 93, 95, 96, 98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1993, 1995, 1996, 1998, 1999
+ Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/config/m88k/dgux.h.bu Tue Nov 7 22:11:21 2000
+++ gcc/config/m88k/dgux.h Mon Dec 4 18:43:45 2000
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
Motorola m88100 running DG/UX.
- Copyright (C) 1988, 92, 93, 94, 95, 96, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 2000
+ Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@mcc.com)
Currently maintained by (gcc@dg-rtp.dg.com)
--- gcc/config/m88k/dguxbcs.h.bu Wed Jul 7 10:24:06 1999
+++ gcc/config/m88k/dguxbcs.h Mon Dec 4 18:43:52 2000
@@ -1,6 +1,7 @@
/* Definitions of target machine for GNU compiler.
Motorola m88100 running DG/UX.
- Copyright (C) 1988, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996
+ Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@mcc.com)
Currently maintained by (gcc@dg-rtp.dg.com)
--- gcc/config/pdp11/2bsd.h.bu Tue May 2 03:31:30 2000
+++ gcc/config/pdp11/2bsd.h Mon Dec 4 18:40:06 2000
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for a PDP with 2BSD
- Copyright (C) 1995, 96, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
--- gcc/config/pdp11/pdp11.h.bu Tue Jul 4 16:14:39 2000
+++ gcc/config/pdp11/pdp11.h Mon Dec 4 18:44:01 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for the pdp-11
- Copyright (C) 1994, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
--- gcc/config/romp/romp.h.bu Tue Nov 7 22:11:23 2000
+++ gcc/config/romp/romp.h Mon Dec 4 18:44:06 2000
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ROMP chip.
- Copyright (C) 1989, 91, 93, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1991, 1993, 1995, 1996, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
--- gcc/config/rs6000/aix41.h.bu Tue Nov 7 22:11:23 2000
+++ gcc/config/rs6000/aix41.h Mon Dec 4 18:40:06 2000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 4.1.
- Copyright (C) 1994, 95, 1996, 1997, 1998, 1999, 2000
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@gnu.org).
--- gcc/config/sparc/sysv4.h.bu Tue Nov 7 22:11:26 2000
+++ gcc/config/sparc/sysv4.h Mon Dec 4 18:44:20 2000
@@ -1,5 +1,6 @@
/* Target definitions for GNU compiler for Sparc running System V.4
- Copyright (C) 1991, 92, 95, 96, 97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1995, 1996, 1997, 1998, 2000
+ Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
--- gcc/config/we32k/we32k.c.bu Tue May 2 03:32:22 2000
+++ gcc/config/we32k/we32k.c Mon Dec 4 18:40:06 2000
@@ -1,5 +1,5 @@
/* Subroutines for insn-output.c for AT&T we32000 Family.
- Copyright (C) 1991, 92, 1997, 1998, 1999, 2000
+ Copyright (C) 1991, 1992, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by John Wehle (john@feith1.uucp)
--- gcc/config/we32k/we32k.h.bu Tue Nov 7 22:11:27 2000
+++ gcc/config/we32k/we32k.h Mon Dec 4 18:40:07 2000
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. AT&T we32000 version.
- Copyright (C) 1991, 92, 93, 94, 95, 96, 98, 99, 2000
+ Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by John Wehle (john@feith1.uucp)
--- gcc/cppexp.c.bu Wed Nov 29 18:25:27 2000
+++ gcc/cppexp.c Mon Dec 4 12:58:20 2000
@@ -1,5 +1,6 @@
/* Parse C expressions for cpplib.
- Copyright (C) 1987, 92, 94, 95, 97, 98, 1999, 2000 Free Software Foundation.
+ Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000
+ Free Software Foundation.
Contributed by Per Bothner, 1994.
This program is free software; you can redistribute it and/or modify it
--- gcc/cpplib.h.bu Wed Nov 29 18:25:28 2000
+++ gcc/cpplib.h Mon Dec 4 12:27:37 2000
@@ -1,5 +1,6 @@
/* Definitions for CPP library.
- Copyright (C) 1995, 96-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it
--- gcc/cselib.h.bu Wed Mar 15 04:36:17 2000
+++ gcc/cselib.h Mon Dec 4 12:51:09 2000
@@ -1,5 +1,6 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/libgcc2.c.bu Mon Dec 4 12:59:32 2000
+++ gcc/libgcc2.c Mon Dec 4 12:58:38 2000
@@ -1,6 +1,6 @@
/* More subroutines needed by GCC output code on some machines. */
/* Compile this one with gcc. */
-/* Copyright (C) 1989, 92, 93, 94, 95, 96, 97, 98, 1999, 2000
+/* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
--- gcc/longlong.h.bu Tue Oct 10 11:22:25 2000
+++ gcc/longlong.h Mon Dec 4 12:57:28 2000
@@ -1,5 +1,6 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
- Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This definition file is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
--- gcc/profile.c.bu Tue Nov 21 16:08:51 2000
+++ gcc/profile.c Mon Dec 4 12:52:58 2000
@@ -1,5 +1,6 @@
/* Calculate branch probabilities, and basic block execution counts.
- Copyright (C) 1990, 91-94, 96-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by James E. Wilson, UC Berkeley/Cygnus Support;
based on some ideas from Dain Samples of UC Berkeley.
Further mangling by Bob Manson, Cygnus Support.
--- gcc/fixinc/gnu-regex.c.bu Tue Nov 14 17:25:39 2000
+++ gcc/fixinc/gnu-regex.c Mon Dec 4 18:44:35 2000
@@ -2,7 +2,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 (C) 1993, 1994, 1995, 1996, 1997, 1998
+ 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@prep.ai.mit.edu.
--- gcc/fixinc/gnu-regex.h.bu Fri Jan 21 05:25:12 2000
+++ gcc/fixinc/gnu-regex.h Mon Dec 4 18:44:45 2000
@@ -1,6 +1,7 @@
/* 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 (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998
+ 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@prep.ai.mit.edu.
--- include/getopt.h.bu Wed May 24 03:42:17 2000
+++ include/getopt.h Mon Dec 4 18:44:51 2000
@@ -1,5 +1,6 @@
/* Declarations for getopt.
- Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997
+ 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.
--- include/obstack.h.bu Thu Sep 2 00:44:56 1999
+++ include/obstack.h Mon Dec 4 18:45:08 2000
@@ -1,5 +1,6 @@
/* obstack.h - object stack macros
- Copyright (C) 1988,89,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998
+ Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.