aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-02-26 13:55:09 +0000
committerJeffrey A Law <law@cygnus.com>2000-02-26 13:55:09 +0000
commit795ba4921db231aa685184f99d7e083e1260b947 (patch)
tree79d67d0e44cf58bd660e82fef38a70a75a05415c
parent057659b11a5874944d32e106e891eedddd704642 (diff)
Fix copyrights.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@32178 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-parse.y3
-rw-r--r--gcc/genattrtab.c3
-rw-r--r--gcc/gencodes.c3
-rw-r--r--gcc/genconfig.c3
-rw-r--r--gcc/genemit.c2
-rw-r--r--gcc/genextract.c3
-rw-r--r--gcc/genflags.c3
-rw-r--r--gcc/genopinit.c3
-rw-r--r--gcc/genoutput.c2
-rw-r--r--gcc/genpeep.c3
-rw-r--r--gcc/genrecog.c3
-rw-r--r--gcc/global.c3
-rw-r--r--gcc/haifa-sched.c3
-rw-r--r--gcc/halfpic.h2
-rw-r--r--gcc/install.texi2
-rw-r--r--gcc/lists.c3
-rw-r--r--gcc/local-alloc.c3
-rw-r--r--gcc/loop.c3
-rw-r--r--gcc/mips-tfile.c3
-rw-r--r--gcc/optabs.c3
20 files changed, 36 insertions, 20 deletions
diff --git a/gcc/c-parse.y b/gcc/c-parse.y
index 33dd371d74a..553396b1512 100644
--- a/gcc/c-parse.y
+++ b/gcc/c-parse.y
@@ -1,6 +1,7 @@
/*WARNING: This file is automatically generated!*/
/* YACC parser for C syntax and for Objective C. -*-c-*-
- 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/genattrtab.c b/gcc/genattrtab.c
index 0b15599a281..ebf6ea1de6b 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -1,5 +1,6 @@
/* Generate code from machine description to compute values of attributes.
- Copyright (C) 1991, 93-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
diff --git a/gcc/gencodes.c b/gcc/gencodes.c
index 7213f41e44f..39db3912cda 100644
--- a/gcc/gencodes.c
+++ b/gcc/gencodes.c
@@ -1,7 +1,8 @@
/* Generate from machine description:
- some macros CODE_FOR_... giving the insn_code_number value
for each of the defined standard insn names.
- Copyright (C) 1987, 91, 95, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1995, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index 8889ceb9a8f..8c8ee9d6520 100644
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.c
@@ -1,6 +1,7 @@
/* Generate from machine description:
- some #define configuration flags.
- Copyright (C) 1987, 91, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genemit.c b/gcc/genemit.c
index a62e94dee95..f2bac1686b4 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -1,5 +1,5 @@
/* Generate code from machine description to emit insns as rtl.
- Copyright (C) 1987, 88, 91, 94, 95, 97-99, 2000
+ Copyright (C) 1987, 1988, 1991, 1994, 1995, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genextract.c b/gcc/genextract.c
index 7d1377ffedf..9e291c9bc46 100644
--- a/gcc/genextract.c
+++ b/gcc/genextract.c
@@ -1,5 +1,6 @@
/* Generate code from machine description to extract operands from insn as rtl.
- Copyright (C) 1987, 91-93, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genflags.c b/gcc/genflags.c
index 4c376604b88..085c7450a2e 100644
--- a/gcc/genflags.c
+++ b/gcc/genflags.c
@@ -1,7 +1,8 @@
/* Generate from machine description:
- some flags HAVE_... saying which simple standard instructions are
available for this machine.
- Copyright (C) 1987, 91, 95, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1995, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genopinit.c b/gcc/genopinit.c
index 38285a98a87..2fd1a4f1021 100644
--- a/gcc/genopinit.c
+++ b/gcc/genopinit.c
@@ -1,5 +1,6 @@
/* Generate code to initialize optabs from machine description.
- Copyright (C) 1993, 94-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index 022d67637e7..2170174bf5b 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -1,5 +1,5 @@
/* Generate code from to output assembler insns as recognized from rtl.
- Copyright (C) 1987, 88, 92, 94-95, 97-99, 2000
+ Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index d26d0eabdef..fd1357da5b7 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -1,5 +1,6 @@
/* Generate code from machine description to perform peephole optimizations.
- Copyright (C) 1987, 89, 92, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 540a84a19b6..9ad2ba2998c 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -1,5 +1,6 @@
/* Generate code from machine description to recognize rtl as insns.
- Copyright (C) 1987, 88, 92-95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/global.c b/gcc/global.c
index 7fdc0bed722..571320c3e33 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -1,5 +1,6 @@
/* Allocate registers for pseudo-registers that span basic blocks.
- Copyright (C) 1987, 88, 91, 94, 96-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index ae81a259d3e..430abaf429c 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1,5 +1,6 @@
/* Instruction scheduling pass.
- Copyright (C) 1992, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
and currently maintained by, Jim Wilson (wilson@cygnus.com)
diff --git a/gcc/halfpic.h b/gcc/halfpic.h
index 2c32f44dfe2..0f0d9001681 100644
--- a/gcc/halfpic.h
+++ b/gcc/halfpic.h
@@ -1,5 +1,5 @@
/* OSF/rose half-pic support definitions.
- Copyright (C) 1992, 96-98, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/install.texi b/gcc/install.texi
index 9eb10aa73ef..5c31cb20f2b 100644
--- a/gcc/install.texi
+++ b/gcc/install.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/lists.c b/gcc/lists.c
index 8c622a6a153..eb665b87ee1 100644
--- a/gcc/lists.c
+++ b/gcc/lists.c
@@ -1,5 +1,6 @@
/* List management for the GNU C-Compiler expander.
- Copyright (C) 1987, 88, 92-97, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index a8bb1e11096..a6231e2d7e0 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -1,5 +1,6 @@
/* Allocate registers within a basic block, for GNU compiler.
- Copyright (C) 1987, 88, 91, 93-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/loop.c b/gcc/loop.c
index c89718fa247..dbec617b329 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -1,5 +1,6 @@
/* Perform various loop optimizations, including strength reduction.
- 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/mips-tfile.c b/gcc/mips-tfile.c
index aaea9f4f425..aa986c4b504 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -2,7 +2,8 @@
contain debugging information specified by the GNU compiler
in the form of comments (the mips assembler does not support
assembly access to debug information).
- Copyright (C) 1991, 93-95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Meissner (meissner@cygnus.com).
This file is part of GNU CC.
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 2898b49c870..c1366d17f42 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -1,5 +1,6 @@
/* Expand the basic unary and binary arithmetic operations, for GNU 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.