aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 07:26:24 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 07:26:24 -0700
commitaf841dbdcc447d6167d4940dfae393dc1f2900c7 (patch)
treeac57d91d8a146b1f72da463e03ab288c9237af6b
parentd050d723e086952ef1d928d2b837a6be0c734136 (diff)
downloadgcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.zip
gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.tar.gz
gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.tar.bz2
Fix copyrights.
From-SVN: r32179
-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 ad9e868..1f18d25 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 5783c22..7d258b1 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 ecd3253..79084c0 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 02950f8..37e7ff8 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 a197af9..9b23d62 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 dd40e89..ea16d0b 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 2c1d61c..c0ea197 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 d9ca87a..51f6fb0 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 77d52ea..2509077 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 10b933f..2e7b48d 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 29360ca..b0a43e1 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 0a51a28..272ce4c 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 3c89edd..ef45627 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 9b0b4d1..3988899 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 f6d5a45..dd54f93 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 af67efb..a542020 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 a1d42a6..5c7e527 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 13a09ac..0c10f94 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 c02248e..8f1aa96 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 fe89ee0..4c4d484 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 115b92c..ba18c7b 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 4e0ab44..eec7786 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.