summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:54:31 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:54:31 +0000
commitca628a86e01b1182bbaa0db7d8477b25ad52b328 (patch)
tree72c7edb3afba351ce840eb4c99d8b810af0ca6f0
parent0b387d23327ce63d1f865a1716b346e590061bcb (diff)
downloadgcc-ca628a86e01b1182bbaa0db7d8477b25ad52b328.tar.gz
Copyright fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32172 138bc75d-0d04-0410-961f-82ee72b054a4
-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 166768dc29f..6b59e3779e6 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 bebeae7a907..7ee2eb229e0 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 67013e3d8ae..b2d4013773b 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 071a89e4b4e..40744e8b6c8 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 052a4ab5a06..724298d3db9 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 0e94036632a..1fb2f5d9f42 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 f69d56a78d6..0313f465a71 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 d24ef18328c..149b5495359 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 31ebb56ff30..a715c551341 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 b3a22a90a16..d38af9938e6 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.