diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-05 12:34:58 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-05 12:34:58 +0000 |
commit | e383c683854bd0e9b59606e6a45f365c1a652b6c (patch) | |
tree | d0bbf2fbeeec595e44e3c6b3c4f22b3cdf4983a8 /gcc/c-parse.in | |
parent | a4de34794009a769e55499ecf5be995c5e900f4b (diff) | |
download | gcc-e383c683854bd0e9b59606e6a45f365c1a652b6c.tar.gz |
copyright date updated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55260 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 47b5a3a0042..9299c6835a6 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1,6 +1,6 @@ /* YACC parser for C syntax and for Objective C. -*-c-*- Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. |