diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 13:55:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 13:55:09 +0000 |
commit | 2f791da89a5fc7abb7b34bf6ce5afec689d4f11a (patch) | |
tree | 79d67d0e44cf58bd660e82fef38a70a75a05415c /gcc/genopinit.c | |
parent | 6ffae6e79072c716d8c3b160574876bed032b209 (diff) | |
download | gcc-2f791da89a5fc7abb7b34bf6ce5afec689d4f11a.tar.gz |
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 38285a98a87..2fd1a4f1021 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -1,5 +1,6 @@ /* Generate code to initialize optabs from machine description. - Copyright (C) 1993, 94-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |