]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Copyright dates.
authorJeff Law <law@gcc.gnu.org>
Sat, 30 Jan 1999 18:58:05 +0000 (11:58 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 30 Jan 1999 18:58:05 +0000 (11:58 -0700)
From-SVN: r24930

gcc/cpperror.c
gcc/cppmain.c
gcc/gcov.c

index 174450bceb2b4c200c33df7ce62abe2a8ec09710..4a4cc07c1842836f7a797305e09809a9dc565c74 100644 (file)
@@ -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
index 7f8bac7f8c853924a04afff1192c9eb7b10858ad..042993220f0ffee8a2863c36e9cdd88cddc2597f 100644 (file)
@@ -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
index bc77e6c5ddef1b078c594d5d09c6d0e1a6b8aea2..cd77109fde08c52449aa2fd471476846101334b7 100644 (file)
@@ -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.