aboutsummaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 13:02:01 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 13:02:01 -0700
commit3852e8afcc93fe600c7b47a25483592e1b8b9f71 (patch)
tree4f023ef17d1e10a28a6fa444883eefb8b73263b0 /gcc/f
parent4dbba8765d00a1e0cd37efd08de0b297a396b362 (diff)
downloadgcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.zip
gcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.tar.gz
gcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.tar.bz2
Fix copyrights
From-SVN: r32182
Diffstat (limited to 'gcc/f')
-rw-r--r--gcc/f/BUGS3
-rw-r--r--gcc/f/Make-lang.in2
-rw-r--r--gcc/f/Makefile.in2
-rw-r--r--gcc/f/NEWS3
-rw-r--r--gcc/f/bad.def2
-rw-r--r--gcc/f/bugs.texi2
-rw-r--r--gcc/f/com-rt.def2
-rw-r--r--gcc/f/com.h2
-rw-r--r--gcc/f/config-lang.in2
-rw-r--r--gcc/f/equiv.c2
-rw-r--r--gcc/f/expr.c2
-rw-r--r--gcc/f/g77.12
-rw-r--r--gcc/f/g77install.texi4
-rw-r--r--gcc/f/intrin.c2
-rw-r--r--gcc/f/intrin.h2
-rw-r--r--gcc/f/lang-options.h2
-rw-r--r--gcc/f/lang-specs.h2
-rw-r--r--gcc/f/lex.c2
-rw-r--r--gcc/f/news.texi2
-rw-r--r--gcc/f/sta.c2
-rw-r--r--gcc/f/stc.c2
-rw-r--r--gcc/f/stu.c2
-rw-r--r--gcc/f/symbol.c2
-rw-r--r--gcc/f/target.c2
-rw-r--r--gcc/f/top.c2
-rw-r--r--gcc/f/top.h2
26 files changed, 29 insertions, 27 deletions
diff --git a/gcc/f/BUGS b/gcc/f/BUGS
index 60def78..d06d16d 100644
--- a/gcc/f/BUGS
+++ b/gcc/f/BUGS
@@ -3,7 +3,8 @@
it is normally included within source distributions.
This file lists known bugs in the GCC-2.95 version of the GNU
-Fortran compiler. Copyright (C) 1995-1999 Free Software Foundation,
+Fortran compiler. Copyright (C) 1995, 1996, 1997, 1998,
+1999 Free Software Foundation,
Inc. You may copy, distribute, and modify it freely as long as you
preserve this copyright notice and permission notice.
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in
index cf7d705..af6b4d7 100644
--- a/gcc/f/Make-lang.in
+++ b/gcc/f/Make-lang.in
@@ -1,5 +1,5 @@
# Top level makefile fragment for GNU Fortran. -*-makefile-*-
-# Copyright (C) 1995-1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU Fortran.
diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in
index 77cc972..f95a155 100644
--- a/gcc/f/Makefile.in
+++ b/gcc/f/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for GNU F77 compiler.
-# Copyright (C) 1995-1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU Fortran.
diff --git a/gcc/f/NEWS b/gcc/f/NEWS
index 1ef9835..3a6cf36 100644
--- a/gcc/f/NEWS
+++ b/gcc/f/NEWS
@@ -3,7 +3,8 @@
it is normally included within source distributions.
This file lists news about the GCC-2.95 version (and some other
-versions) of the GNU Fortran compiler. Copyright (C) 1995-1999 Free
+versions) of the GNU Fortran compiler. Copyright (C) 1995, 1996, 1997,
+1998, 1999 Free
Software Foundation, Inc. You may copy, distribute, and modify it
freely as long as you preserve this copyright notice and permission
notice.
diff --git a/gcc/f/bad.def b/gcc/f/bad.def
index 4c7bfe4..fbc237b 100644
--- a/gcc/f/bad.def
+++ b/gcc/f/bad.def
@@ -1,5 +1,5 @@
/* bad.def -- Public #include File (module.h template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi
index 4f0fe70..be51c8e 100644
--- a/gcc/f/bugs.texi
+++ b/gcc/f/bugs.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1995-1999 Free Software Foundation, Inc.
+@c Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
@c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi.
diff --git a/gcc/f/com-rt.def b/gcc/f/com-rt.def
index cb3a5f1..ed93403 100644
--- a/gcc/f/com-rt.def
+++ b/gcc/f/com-rt.def
@@ -1,5 +1,5 @@
/* com-rt.def -- Public #include File (module.h template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/com.h b/gcc/f/com.h
index 84187a0..99c5503 100644
--- a/gcc/f/com.h
+++ b/gcc/f/com.h
@@ -1,5 +1,5 @@
/* com.h -- Public #include File (module.h template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in
index 504bc20..d68334d 100644
--- a/gcc/f/config-lang.in
+++ b/gcc/f/config-lang.in
@@ -1,5 +1,5 @@
# Top level configure fragment for GNU FORTRAN.
-# Copyright (C) 1995-1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
#This file is part of GNU Fortran.
diff --git a/gcc/f/equiv.c b/gcc/f/equiv.c
index 4d89622..54dc12b 100644
--- a/gcc/f/equiv.c
+++ b/gcc/f/equiv.c
@@ -1,5 +1,5 @@
/* equiv.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/expr.c b/gcc/f/expr.c
index 67b3765..82b9f47 100644
--- a/gcc/f/expr.c
+++ b/gcc/f/expr.c
@@ -1,5 +1,5 @@
/* expr.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/g77.1 b/gcc/f/g77.1
index 3f20af9..88eb676 100644
--- a/gcc/f/g77.1
+++ b/gcc/f/g77.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1995-1997 Free Software Foundation -*-Text-*-
+.\" Copyright (c) 1995, 1996, 1997, Free Software Foundation -*-Text-*-
.\" See section COPYING for conditions for redistribution
.\" FIXME: no info here on predefines. Should there be? extra for F77...
.TH G77 1 "1999-02-14" "GNU Tools" "GNU Tools"
diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi
index abc6396..baa72ea 100644
--- a/gcc/f/g77install.texi
+++ b/gcc/f/g77install.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1995-1999 Free Software Foundation, Inc.
+@c Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
@c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi.
@@ -7,7 +7,7 @@
@c Keep this the same as the dates above, since it's used
@c in the standalone derivations of this file (e.g. INSTALL).
-@set copyrights 1995-1999
+@set copyrights 1995, 1996, 1997, 1998, 1999
@set last-update-install 1999-07-17
diff --git a/gcc/f/intrin.c b/gcc/f/intrin.c
index fa31621..2d78841 100644
--- a/gcc/f/intrin.c
+++ b/gcc/f/intrin.c
@@ -1,5 +1,5 @@
/* intrin.c -- Recognize references to intrinsics
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/intrin.h b/gcc/f/intrin.h
index 5b8d725..d6cca3b 100644
--- a/gcc/f/intrin.h
+++ b/gcc/f/intrin.h
@@ -1,5 +1,5 @@
/* intrin.h -- Public interface for intrin.c
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/lang-options.h b/gcc/f/lang-options.h
index f9bb90d..804c7ed 100644
--- a/gcc/f/lang-options.h
+++ b/gcc/f/lang-options.h
@@ -1,5 +1,5 @@
/* lang-options.h file for Fortran
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h
index 4ee0320..4ee0657 100644
--- a/gcc/f/lang-specs.h
+++ b/gcc/f/lang-specs.h
@@ -1,5 +1,5 @@
/* lang-specs.h file for Fortran
- Copyright (C) 1995-1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/lex.c b/gcc/f/lex.c
index cee6cab..0a5435c 100644
--- a/gcc/f/lex.c
+++ b/gcc/f/lex.c
@@ -1,5 +1,5 @@
/* Implementation of Fortran lexer
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 455989b..dceaeac 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1995-1999 Free Software Foundation, Inc.
+@c Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
@c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi.
diff --git a/gcc/f/sta.c b/gcc/f/sta.c
index 52cb37b..0c5f3b7 100644
--- a/gcc/f/sta.c
+++ b/gcc/f/sta.c
@@ -1,5 +1,5 @@
/* sta.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/stc.c b/gcc/f/stc.c
index b89b747..50a196e 100644
--- a/gcc/f/stc.c
+++ b/gcc/f/stc.c
@@ -1,5 +1,5 @@
/* stc.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/stu.c b/gcc/f/stu.c
index cc1d95c..bd96ee7 100644
--- a/gcc/f/stu.c
+++ b/gcc/f/stu.c
@@ -1,5 +1,5 @@
/* stu.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/symbol.c b/gcc/f/symbol.c
index c4bd14d..f6c2202 100644
--- a/gcc/f/symbol.c
+++ b/gcc/f/symbol.c
@@ -1,5 +1,5 @@
/* Implementation of Fortran symbol manager
- Copyright (C) 1995-1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/target.c b/gcc/f/target.c
index 5712bdd..62b1fb8 100644
--- a/gcc/f/target.c
+++ b/gcc/f/target.c
@@ -1,5 +1,5 @@
/* target.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/top.c b/gcc/f/top.c
index 6b19988..c48e9f1 100644
--- a/gcc/f/top.c
+++ b/gcc/f/top.c
@@ -1,5 +1,5 @@
/* top.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995-1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
diff --git a/gcc/f/top.h b/gcc/f/top.h
index 3c92c26..e154497 100644
--- a/gcc/f/top.h
+++ b/gcc/f/top.h
@@ -1,5 +1,5 @@
/* top.h -- Public #include File (module.h template V1.0)
- Copyright (C) 1995-1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.