diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-13 05:40:34 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-13 05:40:34 +0000 |
commit | 05ad12788a6c4d5a8737cf454225aef9eb32afb6 (patch) | |
tree | 95cfb613da67e4071dd9e2ab1d1398244d85a9e2 /gcc/collect2.c | |
parent | 4e396ed6543c97cceb24dada538938de47398ec8 (diff) | |
download | gcc-05ad12788a6c4d5a8737cf454225aef9eb32afb6.tar.gz |
Rats. Forgot to change copyrights on the first commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17902 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 57bd0d9f8b1..4c5f7502a39 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1,6 +1,6 @@ /* Collect static initialization info into data structures that can be traversed by C++ initialization and finalization routines. - Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 93-97, 1998 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). |