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:
Tom Tromey 2002-02-22 23:24:45 +00:00 committed by Tom Tromey
parent eae63c0ae1
commit 1a77d3ba32
5 changed files with 15 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000, 2001 Free Software Foundation
/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of libgcj.
@ -41,7 +41,7 @@ static void
version ()
{
printf ("gij (GNU libgcj) version %s\n\n", GCJVERSION);
printf ("Copyright (C) 2001 Free Software Foundation.\n");
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");
exit (0);