[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: small version info fixlet
Kaffe CVS
cvs-commits at kaffe.org
Tue Feb 22 03:12:00 PST 2005
PatchSet 5590
Date: 2005/02/22 11:05:52
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath: small version info fixlet
2005-02-22 Dalibor Topic <robilad at kaffe.org>
Resynced with GNU Classpath.
2005-02-21 Anthony Green <green at redhat.com>
* gnu/java/rmi/registry/RegistryImpl.java:
Change year for '--version' to 2005.
Members:
ChangeLog:1.3634->1.3635
libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java:1.3->1.4
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3634 kaffe/ChangeLog:1.3635
--- kaffe/ChangeLog:1.3634 Tue Feb 22 11:01:30 2005
+++ kaffe/ChangeLog Tue Feb 22 11:05:52 2005
@@ -2,6 +2,15 @@
Resynced with GNU Classpath.
+ 2005-02-21 Anthony Green <green at redhat.com>
+
+ * gnu/java/rmi/registry/RegistryImpl.java:
+ Change year for '--version' to 2005.
+
+2005-02-22 Dalibor Topic <robilad at kaffe.org>
+
+ Resynced with GNU Classpath.
+
2005-02-20 Andrew John Hughes <gnu_andrew at member.fsf.org>
Merge of interfaces and exceptions to HEAD from
Index: kaffe/libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java
diff -u kaffe/libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java:1.3 kaffe/libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java:1.4
--- kaffe/libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java:1.3 Mon Dec 6 22:07:56 2004
+++ kaffe/libraries/javalib/gnu/java/rmi/registry/RegistryImpl.java Tue Feb 22 11:05:59 2005
@@ -1,5 +1,6 @@
/*
- Copyright (c) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
+ Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005
+ Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -109,7 +110,7 @@
+ System.getProperty("java.vm.name")
+ ") "
+ System.getProperty("java.vm.version"));
- System.out.println("Copyright 2002 Free Software Foundation, Inc.");
+ System.out.println("Copyright 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);
More information about the kaffe
mailing list