diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-14 13:10:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-14 13:10:51 +0000 |
commit | a21309013c3bf59f796c2d92a50a85bd0597243c (patch) | |
tree | 4ad1baf27286d4a68cda3bceae1b9efbcf639767 /gcc/stringpool.c | |
parent | c1b97125392975ff68e9aa6a609b0e3e39d264a7 (diff) | |
download | gcc-a21309013c3bf59f796c2d92a50a85bd0597243c.zip gcc-a21309013c3bf59f796c2d92a50a85bd0597243c.tar.gz gcc-a21309013c3bf59f796c2d92a50a85bd0597243c.tar.bz2 |
alloc-pool.c, [...]: Update copyright.
* alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
stringpool.c, config/mips/mips-protos.h: Update copyright.
From-SVN: r96428
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 6a24d53..ec74471 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -1,5 +1,6 @@ /* String pool for GCC. - Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 + Free Software Foundation, Inc. This file is part of GCC. |