natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm.vendor.
* java/lang/natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm.vendor. * gnu/java/rmi/rmic/RMIC.java (parseOptions): Only print most recent copyright date. * gnu/gcj/convert/Convert.java (version): Print `Inc'. * gij.cc (version): Print `Inc'. From-SVN: r49975
This commit is contained in:
parent
eae63c0ae1
commit
1a77d3ba32
5 changed files with 15 additions and 6 deletions
|
@ -944,7 +944,7 @@ private void parseOptions() {
|
|||
+ ") "
|
||||
+ System.getProperty("java.vm.version"));
|
||||
System.out.println();
|
||||
System.out.println("Copyright 1996, 1997, 1998, 1999, 2001, 2002 Free Software Foundation");
|
||||
System.out.println("Copyright 2002 Free Software Foundation, Inc.");
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue