summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2005-02-21 07:00:00 +0000
committerMichael Koch <konqueror@gmx.de>2005-02-21 07:00:00 +0000
commitf6fa966c55e4db40350c5b5fd139f78e225b4dc5 (patch)
tree7f17360d1d71e8762270df1307c425646bde766b
parentaa807d89a4a78cc1cafd6f929da79c5ab50aea50 (diff)
downloadclasspath-f6fa966c55e4db40350c5b5fd139f78e225b4dc5.tar.gz
2005-02-21 Anthony Green <green@redhat.com>
* gnu/java/rmi/registry/RegistryImpl.java: Change year for '--version' to 2005.
-rw-r--r--ChangeLog5
-rw-r--r--gnu/java/rmi/registry/RegistryImpl.java5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab9a228e6..0cfb271dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-21 Anthony Green <green@redhat.com>
+
+ * gnu/java/rmi/registry/RegistryImpl.java:
+ Change year for '--version' to 2005.
+
2005-02-20 Andrew John Hughes <gnu_andrew@member.fsf.org>
Merge of interfaces and exceptions to HEAD from
diff --git a/gnu/java/rmi/registry/RegistryImpl.java b/gnu/java/rmi/registry/RegistryImpl.java
index 007d5a97d..43033c4b8 100644
--- a/gnu/java/rmi/registry/RegistryImpl.java
+++ b/gnu/java/rmi/registry/RegistryImpl.java
@@ -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 @@ public static void version() {
+ 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);