gccbug.in: Follow GNU Coding Standards for --version.

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.

From-SVN: r49372
This commit is contained in:
Joseph Myers
2002-01-31 19:36:28 +00:00
committed by Joseph Myers
parent 46af757b06
commit 8512bbd752
10 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public class Convert
+ ") "
+ System.getProperty("java.vm.version"));
System.out.println();
System.out.println("Copyright 1999, 2002 Free Software Foundation");
System.out.println("Copyright (C) 2002 Free Software Foundation");
System.out.println("This is free software; see the source for copying conditions. There is NO");
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
System.exit(0);