diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:54:31 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:54:31 +0000 |
commit | ca628a86e01b1182bbaa0db7d8477b25ad52b328 (patch) | |
tree | 72c7edb3afba351ce840eb4c99d8b810af0ca6f0 /gcc/c-pragma.c | |
parent | 0b387d23327ce63d1f865a1716b346e590061bcb (diff) | |
download | gcc-ca628a86e01b1182bbaa0db7d8477b25ad52b328.tar.gz |
Copyright fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index bebeae7a907..7ee2eb229e0 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -1,5 +1,5 @@ /* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack. - Copyright (C) 1992, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |