aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-06 12:54:35 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-06 12:54:35 -0700
commit44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e (patch)
treedc9eb0c99c77e20b6c6ea7257662fb37dac5594e /gcc
parentad83f53748791ce72b2e0a8e53d40639200d91b3 (diff)
downloadgcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.zip
gcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.tar.gz
gcc-44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e.tar.bz2
Fix copyright dates.
From-SVN: r24530
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
-rw-r--r--gcc/cccp.c2
-rw-r--r--gcc/cppfiles.c2
-rw-r--r--gcc/cpplib.c2
-rw-r--r--gcc/cpplib.h2
-rw-r--r--gcc/gcc.c2
-rw-r--r--gcc/prefix.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 754dc26..b07d3d6 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 5271960..eb985dd 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 169809d..b020cc1 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 50187026..2c4afab 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 233eedb..915d617 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 854ed23..5a67f1c 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 5e4fdb1..e5ca923 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.