diff options
author | Toon Moene <toon@gcc.gnu.org> | 2002-02-02 11:42:19 +0000 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2002-02-02 11:42:19 +0000 |
commit | 9bc02796d614d2eb41894d3ee92577af092a6972 (patch) | |
tree | cab71fedb7539ae7af86631f9a6b26eeb7e97f09 /gcc | |
parent | f786ab27b0730beec196df0902d7fefab7b55823 (diff) | |
download | gcc-9bc02796d614d2eb41894d3ee92577af092a6972.zip gcc-9bc02796d614d2eb41894d3ee92577af092a6972.tar.gz gcc-9bc02796d614d2eb41894d3ee92577af092a6972.tar.bz2 |
g77.texi [...]: Change last update date and/or copyright year.
2002-02-02 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.texi proj.h com.c bugs.texi: Change last update date
and/or copyright year.
From-SVN: r49439
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/bugs.texi | 4 | ||||
-rw-r--r-- | gcc/f/com.c | 2 | ||||
-rw-r--r-- | gcc/f/g77.texi | 4 | ||||
-rw-r--r-- | gcc/f/proj.h | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index 200ee40..dd50190 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -7,9 +7,9 @@ @c Keep this the same as the dates above, since it's used @c in the standalone derivations of this file (e.g. BUGS). -@set copyrights-bugs 1995,1996,1997,1998,1999,2000,2001 +@set copyrights-bugs 1995,1996,1997,1998,1999,2000,2001,2002 -@set last-update-bugs 2001-06-10 +@set last-update-bugs 2002-02-01 @include root.texi diff --git a/gcc/f/com.c b/gcc/f/com.c index f20b584..c30b1f7 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -1,5 +1,5 @@ /* com.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 4dcc883..0ae0f0b 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -2,8 +2,8 @@ @c %**start of header @setfilename g77.info -@set last-update 2001-11-20 -@set copyrights-g77 1995,1996,1997,1998,1999,2000,2001 +@set last-update 2002-02-01 +@set copyrights-g77 1995,1996,1997,1998,1999,2000,2001,2002 @include root.texi diff --git a/gcc/f/proj.h b/gcc/f/proj.h index a1e10c4..8cf54c9 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -1,5 +1,5 @@ /* proj.h file for Gnu Fortran - Copyright (C) 1995, 1996, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. |