diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 12:54:35 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 12:54:35 -0700 |
commit | 44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e (patch) | |
tree | dc9eb0c99c77e20b6c6ea7257662fb37dac5594e /gcc/cpplib.c | |
parent | ad83f53748791ce72b2e0a8e53d40639200d91b3 (diff) | |
download | gcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.zip gcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.tar.gz gcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.tar.bz2 |
Fix copyright dates.
From-SVN: r24530
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 50187026..2c4afab 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986, 87, 89, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1986, 87, 89, 92-98, 1999 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 |