I'm checking this in.

For GCC, the rule for '--version' output is that it should mention the
most recent year only.  I assume this applies to GNU Classpath as
well.  This patch makes this change.

Tom

2006-02-06  Tom Tromey  <[EMAIL PROTECTED]>

        * gnu/CORBA/NamingService/NamingServiceTransient.java (main): Use
        2006.
        * gnu/java/rmi/registry/RegistryImpl.java (version): Use 2006.

Index: gnu/CORBA/NamingService/NamingServiceTransient.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/gnu/CORBA/NamingService/NamingServiceTransient.java,v
retrieving revision 1.8
diff -u -r1.8 NamingServiceTransient.java
--- gnu/CORBA/NamingService/NamingServiceTransient.java 28 Oct 2005 12:04:39 
-0000      1.8
+++ gnu/CORBA/NamingService/NamingServiceTransient.java 6 Feb 2006 22:19:13 
-0000
@@ -136,7 +136,7 @@
         System.out.println("GNU Classpath transient naming service "
           + "started at " + iorr.Internet.host + ":" + iorr.Internet.port
           + " key 'NameService'.\n\n"
-          + "Copyright (C) 2005 Free Software Foundation\n"
+          + "Copyright (C) 2006 Free Software Foundation\n"
           + "This tool comes with ABSOLUTELY NO WARRANTY. "
           + "This is free software, and you are\nwelcome to "
           + "redistribute it under conditions, defined in "
Index: gnu/java/rmi/registry/RegistryImpl.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/rmi/registry/RegistryImpl.java,v
retrieving revision 1.9
diff -u -r1.9 RegistryImpl.java
--- gnu/java/rmi/registry/RegistryImpl.java     2 Jul 2005 20:32:14 -0000       
1.9
+++ gnu/java/rmi/registry/RegistryImpl.java     6 Feb 2006 22:19:13 -0000
@@ -111,7 +111,7 @@
                           + System.getProperty("java.vm.name")
                           + ") "
                           + System.getProperty("java.vm.version"));
-       System.out.println("Copyright 2005 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2006 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);

Reply via email to