summaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 20:02:01 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 20:02:01 +0000
commitd9d1501a24e23dbc8e4810d189b959cf476a57ad (patch)
tree4f023ef17d1e10a28a6fa444883eefb8b73263b0 /gcc/f
parentf7e8a5e1c34d40244b389a8fdfe8320b00e4fc98 (diff)
downloadgcc-d9d1501a24e23dbc8e4810d189b959cf476a57ad.tar.gz
Fix copyrights
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32182 138bc75d-0d04-0410-961f-82ee72b054a4
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 60def78f73c..d06d16d61c7 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 cf7d705ef80..af6b4d77c78 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 77cc972ea35..f95a155ce60 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 1ef98357b5e..3a6cf362c1a 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 4c7bfe475f2..fbc237b2a66 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 4f0fe70e73c..be51c8e28ec 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 cb3a5f14e8e..ed934035cca 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 84187a02bb0..99c5503cdb9 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 504bc203169..d68334de467 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 4d89622abb1..54dc12bf719 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 67b3765bd2a..82b9f47bc59 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 3f20af9fffd..88eb6762d99 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 abc63963554..baa72ea76e7 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 fa316212d60..2d78841a4cd 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 5b8d725da43..d6cca3b9f79 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 f9bb90d3227..804c7eda136 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 4ee032003c1..4ee06574ff8 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 cee6cabc4c4..0a5435c3753 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 455989b6f2f..dceaeac4140 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 52cb37b2aae..0c5f3b728c4 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 b89b7472d57..50a196ef592 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 cc1d95c7681..bd96ee7b5ab 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 c4bd14deb99..f6c220283d1 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 5712bdd798a..62b1fb8c47a 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 6b199881282..c48e9f1b7d4 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 3c92c269226..e15449751b9 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.