summaryrefslogtreecommitdiff
path: root/gcc/java/jv-scan.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-31 19:36:28 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-31 19:36:28 +0000
commit4fbea729ba361237b09f2ba8e1aeeb814482612a (patch)
treeb33f399f7505440e425c660bf1c7aa2b6023128d /gcc/java/jv-scan.c
parentda383dd4bbda8d4d0664413141242dbf5f5c4b11 (diff)
downloadgcc-4fbea729ba361237b09f2ba8e1aeeb814482612a.tar.gz
gcc:
* gccbug.in: Follow GNU Coding Standards for --version. Use GCC version rather than GNATS version in --version output. gcc/f: * g77spec.c (lang_specific_driver): Follow GNU Coding Standards for --version. gcc/java: * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version): Follow GNU Coding Standards for --version. libjava: * gnu/gcj/convert/Convert.java: Only include one copyright year in --version output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r--gcc/java/jv-scan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c
index 4120a2f3700..343655e5c90 100644
--- a/gcc/java/jv-scan.c
+++ b/gcc/java/jv-scan.c
@@ -1,5 +1,5 @@
/* Main for jv-scan
- Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
This file is part of GNU CC.
@@ -118,8 +118,8 @@ help ()
static void
version ()
{
- printf ("jv-scan (%s)\n\n", version_string);
- printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n");
+ printf ("jv-scan (GCC) %s\n\n", version_string);
+ printf ("Copyright (C) 2002 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);