From: Jeff Law Date: Wed, 6 Jan 1999 19:54:35 +0000 (-0700) Subject: Fix copyright dates. X-Git-Tag: prereleases/libgcj-0.1~1457 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e;p=thirdparty%2Fgcc.git Fix copyright dates. From-SVN: r24530 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 754dc26f20e6..b07d3d6bb854 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU C compiler. -# Copyright (C) 1987, 88, 90-97, 1998 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90-98, 1999 Free Software Foundation, Inc. #This file is part of GNU CC. diff --git a/gcc/cccp.c b/gcc/cccp.c index 5271960b5807..eb985dde9866 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -1,5 +1,5 @@ /* C Compatible Compiler Preprocessor (CCCP) - Copyright (C) 1986, 87, 89, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc. Written by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 169809d11bad..b020cc128c60 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -1,5 +1,5 @@ /* Part of CPP library. (include file handling) - 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/cpplib.c b/gcc/cpplib.c index 50187026d183..2c4afab4d532 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 diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 233eedbe4ced..915d6173316e 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -1,5 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 96-98, 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/gcc.c b/gcc/gcc.c index 854ed2395a6c..5a67f1ca19bb 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1,5 +1,5 @@ /* Compiler driver program that can handle many languages. - Copyright (C) 1987, 89, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 89, 92-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/prefix.c b/gcc/prefix.c index 5e4fdb1505e2..e5ca9239410e 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -1,5 +1,5 @@ /* Utility to update paths from internal to external forms. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC.