aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/c-parse.in3
-rw-r--r--gcc/c-pragma.c2
-rw-r--r--gcc/c-tree.h3
-rw-r--r--gcc/calls.c3
-rw-r--r--gcc/cccp.c3
-rw-r--r--gcc/cexp.y3
-rw-r--r--gcc/collect2.c3
-rw-r--r--gcc/combine.c3
-rw-r--r--gcc/convert.c3
-rw-r--r--gcc/integrate.c3
10 files changed, 19 insertions, 10 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 166768d..6b59e37 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -1,5 +1,6 @@
/* 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/c-pragma.c b/gcc/c-pragma.c
index bebeae7..7ee2eb2 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -1,5 +1,5 @@
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
- Copyright (C) 1992, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 67013e3..b2d4013 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -1,5 +1,6 @@
/* Definitions for C parsing and type checking.
- Copyright (C) 1987, 93-95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/calls.c b/gcc/calls.c
index 071a89e..40744e8 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -1,5 +1,6 @@
/* Convert function calls to rtl insns, for GNU C compiler.
- 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/cccp.c b/gcc/cccp.c
index 052a4ab..724298d 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -1,5 +1,6 @@
/* C Compatible Compiler Preprocessor (CCCP)
- Copyright (C) 1986, 87, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
diff --git a/gcc/cexp.y b/gcc/cexp.y
index 0e94036..1fb2f5d 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -1,5 +1,6 @@
/* Parse C expressions for CCCP.
- Copyright (C) 1987, 92, 94-99, 2000 Free Software Foundation.
+ Copyright (C) 1987, 1992, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation.
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/collect2.c b/gcc/collect2.c
index f69d56a..0313f46 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -1,6 +1,7 @@
/* Collect static initialization info into data structures that can be
traversed by C++ initialization and finalization routines.
- 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 Chris Smith (csmith@convex.com).
Heavily modified by Michael Meissner (meissner@cygnus.com),
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
diff --git a/gcc/combine.c b/gcc/combine.c
index d24ef18..149b549 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -1,5 +1,6 @@
/* Optimize by combining instructions for GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999, 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/convert.c b/gcc/convert.c
index 31ebb56..a715c55 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -1,5 +1,6 @@
/* Utility routines for data type conversion for GNU C.
- Copyright (C) 1987, 88, 91-95, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997,
+ 1998 Free Software Foundation, Inc.
This file is part of GNU C.
diff --git a/gcc/integrate.c b/gcc/integrate.c
index b3a22a9..d38af99 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -1,5 +1,6 @@
/* Procedure integration for GNU CC.
- Copyright (C) 1988, 91, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.