aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jv-scan.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-11-26 19:30:31 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-11-26 19:30:31 +0000
commit45441c5b90a61c9870704cf402ef372b8261299f (patch)
tree562fd03e6a933c752156eead720d39ae7ceca338 /gcc/java/jv-scan.c
parent7463ef45cef847c6c629837bce486cc72f9f13bf (diff)
downloadgcc-45441c5b90a61c9870704cf402ef372b8261299f.zip
gcc-45441c5b90a61c9870704cf402ef372b8261299f.tar.gz
gcc-45441c5b90a61c9870704cf402ef372b8261299f.tar.bz2
g77spec.c (lang_specific_driver): Update copyright year to 2000.
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. From-SVN: r37765
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r--gcc/java/jv-scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c
index e1ef70a..bb0be61 100644
--- a/gcc/java/jv-scan.c
+++ b/gcc/java/jv-scan.c
@@ -118,7 +118,7 @@ static void
version ()
{
printf ("jv-scan (%s)\n\n", version_string);
- printf ("Copyright (C) 1998, 1999 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
exit (0);