diff options
author | Tom Tromey <tromey@redhat.com> | 2002-02-22 23:24:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-02-22 23:24:45 +0000 |
commit | 1a77d3ba32dc585e5dfadbbf0827d3fd1a56fd16 (patch) | |
tree | 6b842782cb8e932b2342709c4856348b7b7de91b /libjava/gij.cc | |
parent | eae63c0ae1cac8535319c3a698e7ebfd6cf47a57 (diff) | |
download | gcc-1a77d3ba32dc585e5dfadbbf0827d3fd1a56fd16.zip gcc-1a77d3ba32dc585e5dfadbbf0827d3fd1a56fd16.tar.gz gcc-1a77d3ba32dc585e5dfadbbf0827d3fd1a56fd16.tar.bz2 |
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
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r-- | libjava/gij.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc index c3197e2..e4a8ca3 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -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); |