diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:59:31 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:59:31 -0700 |
commit | 5e7b4e2509342037f6fa2270a88d8f773d891a10 (patch) | |
tree | 1561c0a1d550078c21a22d8105c1b6c19b2d07f8 /gcc/crtstuff.c | |
parent | 3c71940fafbcebf9091b7131f0cb2eec428c75e6 (diff) | |
download | gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.zip gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.gz gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.bz2 |
Fix copyrights.
From-SVN: r32173
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 ebfb340..1619e65 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. |