I'm checking this in.
This bumps the copyright year in tool --version output.
Perhaps orbd should be updated so we can make this sort of change in a
single place.
Tom
ChangeLog:
2008-04-16 Tom Tromey <[EMAIL PROTECTED]>
* tools/gnu/classpath/tools/orbd/Main.java: Bump copyright year.
* tools/resource/gnu/classpath/tools/common/Messages.properties
(ClasspathToolParser.VersionFormat): Bump copyright year.
Index: tools/gnu/classpath/tools/orbd/Main.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/tools/gnu/classpath/tools/orbd/Main.java,v
retrieving revision 1.2
diff -u -r1.2 Main.java
--- tools/gnu/classpath/tools/orbd/Main.java 18 Sep 2007 21:52:37 -0000
1.2
+++ tools/gnu/classpath/tools/orbd/Main.java 17 Apr 2008 00:17:28 -0000
@@ -1,5 +1,5 @@
/* NamingServicePersistent.java -- The persistent naming service.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2008 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -179,7 +179,7 @@
System.out.println("GNU Classpath persistent naming service "
+ "started at " + iorr.Internet.host + ":"
+ iorr.Internet.port + " key 'NameService'.\n\n"
- + "Copyright (C) 2006 Free Software Foundation\n"
+ + "Copyright (C) 2008 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: tools/resource/gnu/classpath/tools/common/Messages.properties
===================================================================
RCS file:
/cvsroot/classpath/classpath/tools/resource/gnu/classpath/tools/common/Messages.properties,v
retrieving revision 1.1
diff -u -r1.1 Messages.properties
--- tools/resource/gnu/classpath/tools/common/Messages.properties 21 Feb
2008 10:39:27 -0000 1.1
+++ tools/resource/gnu/classpath/tools/common/Messages.properties 17 Apr
2008 00:17:28 -0000
@@ -1,5 +1,5 @@
# MessagesBundle.properties -- English language messages
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Classpath.
#
@@ -37,4 +37,4 @@
ClasspathToolParser.JArgument=pass argument to the Java runtime
ClasspathToolParser.JName=OPTION
-ClasspathToolParser.VersionFormat={0} (GNU Classpath) {1}\n\nCopyright 2006
Free Software Foundation, Inc.\nThis is free software; see the source for
copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
+ClasspathToolParser.VersionFormat={0} (GNU Classpath) {1}\n\nCopyright 2008
Free Software Foundation, Inc.\nThis is free software; see the source for
copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.