aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/final.c3
-rw-r--r--gcc/fix-header.c3
-rw-r--r--gcc/flow.c3
-rw-r--r--gcc/gcc.c3
-rw-r--r--gcc/gcc.texi2
-rw-r--r--gcc/gcov.c3
-rw-r--r--gcc/gen-protos.c3
-rw-r--r--gcc/genattr.c2
-rw-r--r--gcc/invoke.texi2
-rw-r--r--gcc/jump.c3
10 files changed, 17 insertions, 10 deletions
diff --git a/gcc/final.c b/gcc/final.c
index d5096fb..fc18f3c 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -1,5 +1,6 @@
/* Convert RTL to assembler code and output it, 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/fix-header.c b/gcc/fix-header.c
index 6b1c56f..aaad9de 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -1,5 +1,6 @@
/* fix-header.c - Make C header file suitable for C++.
- 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 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/flow.c b/gcc/flow.c
index bde9945..6cdda70 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -1,5 +1,6 @@
/* Data flow analysis 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.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6ac6b98..e984a35 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1,5 +1,6 @@
/* Compiler driver program that can handle many languages.
- Copyright (C) 1987, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 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/gcc.texi b/gcc/gcc.texi
index 0ffe739..b59fc65 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -100,7 +100,7 @@ Published by the Free Software Foundation
59 Temple Place - Suite 330
Boston, MA 02111-1307 USA
-Copyright (C) 1988, 1989, 1992-1999, 2000 Free Software Foundation, Inc.
+Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 974c708..d10108d 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -1,6 +1,7 @@
/* Gcov.c: prepend line execution counts and branch probabilities to a
source file.
- 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 of Cygnus Support.
Mangled by Bob Manson of Cygnus Support.
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index 32eb80e..4858b4f 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -1,5 +1,6 @@
/* gen-protos.c - massages a list of prototypes, for use by fixproto.
- Copyright (C) 1993, 94-96, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1993, 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 the
diff --git a/gcc/genattr.c b/gcc/genattr.c
index 1483cd6..1a3abcd 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -1,5 +1,5 @@
/* Generate attribute information (insn-attr.h) from machine description.
- Copyright (C) 1991, 94, 96, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1996, 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/invoke.texi b/gcc/invoke.texi
index c2343b0..c2f45ad 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.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/jump.c b/gcc/jump.c
index d816b12..b029c8e 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -1,5 +1,6 @@
/* Optimize jump instructions, for GNU 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.