diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-27 00:14:08 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-27 00:14:08 +0000 |
commit | b7e3ff04008a0640cc7494ac14586f1fee3d00e7 (patch) | |
tree | af862bee1fade301a23a48cf3748c5b6cd023226 /gcc/c-pch.c | |
parent | ce8e1427b23e6ab44ff9b1aaeb6d26d9ee7d950b (diff) | |
download | gcc-b7e3ff04008a0640cc7494ac14586f1fee3d00e7.tar.gz |
* c-pch.c, timevar.c, timevar.h, unwind-compat.c,
unwind-dw2-fde-compat.c, unwind-dw2-fde.c, config/mmix/mmix.h,
config/rs6000/eabispe.h, config/rs6000/lynx.h,
config/sh/elf.h, config/sh/symbian-pre.h,
config/sparc/sparc-protos.h: Update copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pch.c')
-rw-r--r-- | gcc/c-pch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pch.c b/gcc/c-pch.c index a1513418578..39cf42c1082 100644 --- a/gcc/c-pch.c +++ b/gcc/c-pch.c @@ -1,5 +1,5 @@ /* Precompiled header implementation for the C languages. - Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. |