summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/function.c3
-rw-r--r--gcc/function.h3
-rw-r--r--gcc/output.h3
-rw-r--r--gcc/protoize.c3
-rw-r--r--gcc/real.c3
-rw-r--r--gcc/real.h3
-rw-r--r--gcc/recog.c3
-rw-r--r--gcc/recog.h3
-rw-r--r--gcc/reg-stack.c3
-rw-r--r--gcc/regmove.c3
-rw-r--r--gcc/regs.h3
-rw-r--r--gcc/reload.c3
-rw-r--r--gcc/reload.h3
-rw-r--r--gcc/reload1.c3
-rw-r--r--gcc/reorg.c3
-rw-r--r--gcc/rtl.h3
-rw-r--r--gcc/rtlanal.c3
-rw-r--r--gcc/scan-decls.c3
-rw-r--r--gcc/simplify-rtx.c3
-rw-r--r--gcc/tm.texi2
-rw-r--r--gcc/unroll.c3
-rw-r--r--gcc/xcoffout.c3
22 files changed, 43 insertions, 22 deletions
diff --git a/gcc/function.c b/gcc/function.c
index ad9e868e48e..1f18d252efd 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -1,5 +1,6 @@
/* Expands front end tree to back end RTL for GNU C-Compiler
- Copyright (C) 1987, 88, 89, 91-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/function.h b/gcc/function.h
index 5783c22b6ff..7d258b112f3 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -1,5 +1,6 @@
/* Structure for saving state for a nested function.
- Copyright (C) 1989, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/output.h b/gcc/output.h
index ecd32531074..79084c035fb 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -1,6 +1,7 @@
/* Declarations for insn-output.c. These functions are defined in recog.c,
final.c, and varasm.c.
- Copyright (C) 1987, 1991, 1994, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1994, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 02950f86419..37e7ff83a75 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -1,5 +1,6 @@
/* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
- Copyright (C) 1989, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/real.c b/gcc/real.c
index a197af9ba0d..9b23d621764 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -1,6 +1,7 @@
/* real.c - implementation of REAL_ARITHMETIC, REAL_VALUE_ATOF,
and support for XFmode IEEE extended real floating point arithmetic.
- Copyright (C) 1993, 94-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Stephen L. Moshier (moshier@world.std.com).
This file is part of GNU CC.
diff --git a/gcc/real.h b/gcc/real.h
index dd40e89f6dc..ea16d0bfac0 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -1,5 +1,6 @@
/* Definitions of floating-point access for GNU compiler.
- Copyright (C) 1989, 91, 94, 96-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1991, 1994, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/recog.c b/gcc/recog.c
index 2c1d61c3571..c0ea1973f61 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -1,5 +1,6 @@
/* Subroutines used by or related to instruction recognition.
- Copyright (C) 1987, 1988, 91-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/recog.h b/gcc/recog.h
index d9ca87a6311..51f6fb0bde3 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -1,5 +1,6 @@
/* Declarations for interface to insn recognizer and insn-output.c.
- Copyright (C) 1987, 96-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index 77d52ea4407..250907799d2 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -1,5 +1,6 @@
/* Register to Stack convert for GNU compiler.
- Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/regmove.c b/gcc/regmove.c
index 10b933f2888..2e7b48dbb11 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -1,5 +1,6 @@
/* Move registers around to reduce number of move instructions needed.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/regs.h b/gcc/regs.h
index 29360ca0005..b0a43e16116 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -1,5 +1,6 @@
/* Define per-register tables for data flow info and register allocation.
- Copyright (C) 1987, 93-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/reload.c b/gcc/reload.c
index 0a51a28f882..272ce4c8195 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -1,5 +1,6 @@
/* Search an insn for pseudo regs that must be in hard regs and are not.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/reload.h b/gcc/reload.h
index 3c89edd153d..ef456277392 100644
--- a/gcc/reload.h
+++ b/gcc/reload.h
@@ -1,5 +1,6 @@
/* Communication between reload.c and reload1.c.
- Copyright (C) 1987, 91-95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 9b0b4d12ac0..3988899265f 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -1,5 +1,6 @@
/* Reload pseudo regs into hard regs for insns that require hard regs.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/reorg.c b/gcc/reorg.c
index f6d5a45df0f..dd54f93bfdf 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -1,5 +1,6 @@
/* Perform instruction reorganizations for delay slot filling.
- Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
Hacked by Michael Tiemann (tiemann@cygnus.com).
diff --git a/gcc/rtl.h b/gcc/rtl.h
index af67efb74cd..a542020181c 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1,5 +1,6 @@
/* Register Transfer Language (RTL) definitions for GNU C-Compiler
- Copyright (C) 1987, 91-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index a1d42a6349e..5c7e527c80f 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -1,5 +1,6 @@
/* Analyze RTL for C-Compiler
- Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c
index 13a09ac8faf..0c10f94fb44 100644
--- a/gcc/scan-decls.c
+++ b/gcc/scan-decls.c
@@ -1,5 +1,6 @@
/* scan-decls.c - Extracts declarations from cpp output.
- Copyright (C) 1993, 1995, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1995, 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 the
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index c02248e7930..8f1aa9628d8 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -1,5 +1,6 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/tm.texi b/gcc/tm.texi
index fe89ee080d2..4c4d484b438 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1988,89,92-99,2000 Free Software Foundation, Inc.
+@c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
diff --git a/gcc/unroll.c b/gcc/unroll.c
index 115b92c8d7b..ba18c7b183f 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.c
@@ -1,5 +1,6 @@
/* Try to unroll loops, and split induction variables.
- Copyright (C) 1992, 93-95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by James E. Wilson, Cygnus Support/UC Berkeley.
This file is part of GNU CC.
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index 4e0ab444def..eec778610ff 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -1,5 +1,6 @@
/* Output xcoff-format symbol table information from GNU compiler.
- Copyright (C) 1992, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.