aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-25 22:59:31 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 22:59:31 -0700
commit5e7b4e2509342037f6fa2270a88d8f773d891a10 (patch)
tree1561c0a1d550078c21a22d8105c1b6c19b2d07f8
parent3c71940fafbcebf9091b7131f0cb2eec428c75e6 (diff)
downloadgcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.zip
gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.gz
gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.bz2
Fix copyrights.
From-SVN: r32173
-rw-r--r--gcc/cpp.12
-rw-r--r--gcc/cpp.texi3
-rw-r--r--gcc/cppalloc.c2
-rw-r--r--gcc/cpperror.c2
-rw-r--r--gcc/cppfiles.c3
-rw-r--r--gcc/cpphash.c4
-rw-r--r--gcc/cppinit.c3
-rw-r--r--gcc/cpplib.c3
-rw-r--r--gcc/cppmain.c2
-rw-r--r--gcc/cppulp.c3
-rw-r--r--gcc/crtstuff.c3
-rw-r--r--gcc/cse.c3
12 files changed, 20 insertions, 13 deletions
diff --git a/gcc/cpp.1 b/gcc/cpp.1
index 2f65cf3..d6b689f 100644
--- a/gcc/cpp.1
+++ b/gcc/cpp.1
@@ -546,7 +546,7 @@ permit this, but it is a common extension.
\fIgcc\fR\|(1), \fIas\fR\|(1), \fIld\fR\|(1), and the Info entries for \fIcpp\fR, \fIgcc\fR, and
\fIbinutils\fR.
.SH "COPYRIGHT"
-Copyright 1987, 1989, 1991-1999
+Copyright 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index f7a0dc9..af784c1 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -16,7 +16,8 @@
@ifinfo
This file documents the GNU C Preprocessor.
-Copyright 1987, 1989, 1991-1999 Free Software Foundation, Inc.
+Copyright 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+1999 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c
index 57d43eb..acebfb5 100644
--- a/gcc/cppalloc.c
+++ b/gcc/cppalloc.c
@@ -1,5 +1,5 @@
/* Part of CPP library. (memory allocation - xmalloc etc)
- Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000
+ 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
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index 228eb6e..0e1470a 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, 98, 99, 2000
+ 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
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
diff --git a/gcc/cpphash.c b/gcc/cpphash.c
index 863240b..9d79979 100644
--- a/gcc/cpphash.c
+++ b/gcc/cpphash.c
@@ -1,6 +1,6 @@
/* Part of CPP library. (Macro handling.)
- Copyright (C) 1986, 87, 89, 92-96, 98, 99, 2000
- Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 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
diff --git a/gcc/cppinit.c b/gcc/cppinit.c
index 5e05511..6c76c66 100644
--- a/gcc/cppinit.c
+++ b/gcc/cppinit.c
@@ -1,5 +1,6 @@
/* CPP Library.
- Copyright (C) 1986, 87, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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.c b/gcc/cpplib.c
index 43a3bfa..dff43ca 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -1,5 +1,6 @@
/* CPP Library.
- Copyright (C) 1986, 87, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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/cppmain.c b/gcc/cppmain.c
index ef68bc2..edfc853 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -1,5 +1,5 @@
/* CPP main program, using CPP Library.
- Copyright (C) 1995, 1997-1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997, 1998, 1999, 2000 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/cppulp.c b/gcc/cppulp.c
index 7e7457c..c419f4a 100644
--- a/gcc/cppulp.c
+++ b/gcc/cppulp.c
@@ -1,5 +1,6 @@
/* CPP Library.
- Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 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/crtstuff.c b/gcc/crtstuff.c
index ebfb340..1619e65 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -1,6 +1,7 @@
/* Specialized bits of code needed to support construction and
destruction of file-scope objects in C++ code.
- Copyright (C) 1991, 1994-1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
diff --git a/gcc/cse.c b/gcc/cse.c
index b162c5e..9611421 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -1,5 +1,6 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.