diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 592cb6b..6b0d919 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -1,5 +1,6 @@ /* Part of CPP library. (include file handling) - Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, + 1999, 2000 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 |