diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 19:48:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 19:48:38 +0000 |
commit | 488e0dc9aad2754a918f7df414514113dd9d4816 (patch) | |
tree | ac7183da0512ddca966f2a8eef1ad0f69ac847b6 /gcc/c-common.c | |
parent | e29b2762a861161a26e22b110d149f524cb63114 (diff) | |
download | gcc-488e0dc9aad2754a918f7df414514113dd9d4816.tar.gz |
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 008663e6e2d..46e427f24a9 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1,5 +1,5 @@ /* Subroutines shared by all languages that are variants of C. - Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |