diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-19 23:47:13 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-19 23:47:13 +0000 |
commit | e774613011781485fcb8cebacd4296792f5572fe (patch) | |
tree | 1ca818228a2ecd16ccf09c75aa239c171f94bdbe /gcc/cpplib.c | |
parent | 857dde3994b4a45b6087b8efb2e40145888f2f7d (diff) | |
download | gcc-e774613011781485fcb8cebacd4296792f5572fe.zip gcc-e774613011781485fcb8cebacd4296792f5572fe.tar.gz gcc-e774613011781485fcb8cebacd4296792f5572fe.tar.bz2 |
more copyright nits
From-SVN: r31527
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 c6e19c9..c03692e 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 87, 89, 92-99, 2000 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 |