diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-26 19:30:31 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-26 19:30:31 +0000 |
commit | 211e07f6c1e55141ffccb63654f9f06ed4f979e4 (patch) | |
tree | 562fd03e6a933c752156eead720d39ae7ceca338 /gcc/f/g77spec.c | |
parent | 3df18add9ea273c5d645eedb855e130f622efef0 (diff) | |
download | gcc-211e07f6c1e55141ffccb63654f9f06ed4f979e4.tar.gz |
f:
* g77spec.c (lang_specific_driver): Update copyright year to 2000.
java:
* gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
Update copyright year to 2000.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/g77spec.c')
-rw-r--r-- | gcc/f/g77spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index 9b7015c5927..a76b8947e3f 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -381,7 +381,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) case OPTION_version: printf ("\ GNU Fortran %s\n\ -Copyright (C) 1997 Free Software Foundation, Inc.\n\ +Copyright (C) 2000 Free Software Foundation, Inc.\n\ For more version information on components of the GNU Fortran\n\ compilation system, especially useful when reporting bugs,\n\ type the command `g77 --verbose'.\n\ |