diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:24:45 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:24:45 +0000 |
commit | 806a3d45cd01aa4ca5fd8cea145d2874b9294be1 (patch) | |
tree | 39ffc8c3649a0fe10e93cc5e60c881e202c34b05 /libcpp/lex.c | |
parent | 225b76bf776d435a1e1ff4288516cd8ba008e394 (diff) | |
download | gcc-806a3d45cd01aa4ca5fd8cea145d2874b9294be1.tar.gz |
Update copyright years in libcpp/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/lex.c')
-rw-r--r-- | libcpp/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/lex.c b/libcpp/lex.c index 80829d69b98..a2168e4129c 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -1,5 +1,5 @@ /* CPP Library - lexical analysis. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 |