diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:59:31 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:59:31 +0000 |
commit | 00059bc7cfd6156b9594f417022d97740f786e45 (patch) | |
tree | 1561c0a1d550078c21a22d8105c1b6c19b2d07f8 /gcc/crtstuff.c | |
parent | ca628a86e01b1182bbaa0db7d8477b25ad52b328 (diff) | |
download | gcc-00059bc7cfd6156b9594f417022d97740f786e45.tar.gz |
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32173 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index ebfb340f51b..1619e65d55c 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -1,6 +1,7 @@ /* Specialized bits of code needed to support construction and destruction of file-scope objects in C++ code. - Copyright (C) 1991, 1994-1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GNU CC. |