diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-13 14:06:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-13 14:06:48 +0000 |
commit | d4ff96d5fcf6017281078787feef6f2718ce5e40 (patch) | |
tree | 9ea010888154889794d694bd7f1ab46b32a750cd /gcc/c-lex.c | |
parent | 009bbd5a13598415ecbce4d4439c20a7d963cd28 (diff) | |
download | gcc-d4ff96d5fcf6017281078787feef6f2718ce5e40.zip gcc-d4ff96d5fcf6017281078787feef6f2718ce5e40.tar.gz gcc-d4ff96d5fcf6017281078787feef6f2718ce5e40.tar.bz2 |
builtin-attrs.def, [...]: Update copyright.
* builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,
config/mips/vr.h: Update copyright.
From-SVN: r96369
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 5be65f1..d7d52a0 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1,6 +1,7 @@ /* Mainly the interface between cpplib and the C front ends. Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997 - 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Free Software Foundation, Inc. This file is part of GCC. |