diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 18:58:05 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 18:58:05 +0000 |
commit | ab65399b4c8e0f7ab9e88b3b64bbb37d537882ed (patch) | |
tree | af1db4395c4e7c5b8d7ebb269f3a604cf60523d6 /gcc | |
parent | d79997ffbdaff189a4788eaf327237002e049e6f (diff) | |
download | ppe42-gcc-ab65399b4c8e0f7ab9e88b3b64bbb37d537882ed.tar.gz ppe42-gcc-ab65399b4c8e0f7ab9e88b3b64bbb37d537882ed.zip |
Copyright dates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cpperror.c | 2 | ||||
-rw-r--r-- | gcc/cppmain.c | 2 | ||||
-rw-r--r-- | gcc/gcov.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 174450bceb2..4a4cc07c184 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -1,5 +1,5 @@ /* Default error handlers for CPP Library. - Copyright (C) 1986, 87, 89, 92-95, 1998 Free Software Foundation, Inc. + Copyright (C) 1986, 87, 89, 92-95, 98, 1999 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 diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 7f8bac7f8c8..042993220f0 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -1,5 +1,5 @@ /* CPP main program, using CPP Library. - Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 1999 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. This program is free software; you can redistribute it and/or modify it diff --git a/gcc/gcov.c b/gcc/gcov.c index bc77e6c5dde..cd77109fde0 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -1,6 +1,6 @@ /* Gcov.c: prepend line execution counts and branch probabilities to a source file. - Copyright (C) 1990, 91, 92, 93, 94, 96, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 91-94, 96, 97, 98, 1999 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. |