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/files.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/files.c')
-rw-r--r-- | libcpp/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/files.c b/libcpp/files.c index ea91b02047d..7e887785444 100644 --- a/libcpp/files.c +++ b/libcpp/files.c @@ -1,5 +1,5 @@ /* Part of CPP library. File handling. - Copyright (C) 1986-2013 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 |