gij.cc (version): Change year for '--version' to 2005.

2005-02-18  Anthony Green  <green@redhat.com>

        * gij.cc (version): Change year for '--version' to 2005.
        * gnu/gcj/convert/Convert.java: Ditto.
        * gnu/java/rmi/rmic/RMIC.java: Ditto.
        * gnu/java/rmi/registry/RegistryImpl.java: Ditto.

        * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most
        recent copyright year in `--version' output.

From-SVN: r95232
This commit is contained in:
Anthony Green
2005-02-18 20:52:16 +00:00
committed by Anthony Green
parent 258dba8f62
commit 0ae65c915a
6 changed files with 19 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2002 Free Software Foundation
/* Copyright (C) 1999, 2002, 2005 Free Software Foundation
This file is part of libgcj.
@@ -45,7 +45,7 @@ public class Convert
+ ") "
+ System.getProperty("java.vm.version"));
System.out.println();
System.out.println("Copyright (C) 2002 Free Software Foundation, Inc.");
System.out.println("Copyright (C) 2005 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);