summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:45:17 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:45:17 +0000
commit0b387d23327ce63d1f865a1716b346e590061bcb (patch)
tree548d015513f7525d40f001a2ca04006e2f77c4cc
parentc6b3cc3adc8441a0c2f4e4a9f3aefa8e3ea72c2e (diff)
downloadgcc-0b387d23327ce63d1f865a1716b346e590061bcb.tar.gz
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32171 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/Makefile.in3
-rw-r--r--gcc/builtins.c3
-rw-r--r--gcc/c-aux-info.c3
-rw-r--r--gcc/c-common.h3
-rw-r--r--gcc/c-iterate.c3
-rw-r--r--gcc/c-lang.c3
-rw-r--r--gcc/c-lex.c3
-rw-r--r--gcc/caller-save.c3
-rw-r--r--gcc/regclass.c3
9 files changed, 18 insertions, 9 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4d1131ed082..c05d763113d 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1,5 +1,6 @@
# Makefile for GNU C compiler.
-# Copyright (C) 1987, 88, 90-99, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1987, 1988, 1990, 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/builtins.c b/gcc/builtins.c
index aaacc8decc1..3473740ac59 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -1,5 +1,6 @@
/* Expand builtin functions.
- Copyright (C) 1988, 92-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 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/c-aux-info.c b/gcc/c-aux-info.c
index e2f65b50b1c..17c2a492382 100644
--- a/gcc/c-aux-info.c
+++ b/gcc/c-aux-info.c
@@ -1,7 +1,8 @@
/* Generate information regarding function declarations and definitions based
on information stored in GCC's tree structure. This code implements the
-aux-info option.
- Copyright (C) 1989, 91, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1991, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@segfault.us.com).
This file is part of GNU CC.
diff --git a/gcc/c-common.h b/gcc/c-common.h
index dd3eeaf33d6..dfcac1ea8b6 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -1,5 +1,6 @@
/* Definitions for c-common.c.
- 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/c-iterate.c b/gcc/c-iterate.c
index fa194502841..1692d2a4bf0 100644
--- a/gcc/c-iterate.c
+++ b/gcc/c-iterate.c
@@ -1,5 +1,6 @@
/* Build expressions with type checking for C compiler.
- Copyright (C) 1987, 88, 89, 92-98, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996
+ 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index be1acdea154..331ff54e5dc 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -1,5 +1,6 @@
/* Language-specific hook definitions for C front end.
- Copyright (C) 1991, 1995, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 7456659ea02..128467d813e 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -1,5 +1,6 @@
/* Lexical analyzer for C and Objective C.
- Copyright (C) 1987, 88, 89, 92, 94-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index 65621adab36..305894ede91 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -1,5 +1,6 @@
/* Save and restore call-clobbered registers which are live across a call.
- Copyright (C) 1989, 92, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 8780ec64da0..41d33533566 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -1,5 +1,6 @@
/* Compute register class preferences for pseudo-registers.
- Copyright (C) 1987, 88, 91-98, 1999, 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.