summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
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 /gcc/collect2.c
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
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c3
1 files changed, 2 insertions, 1 deletions
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).