summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-04-03 13:33:10 +0100
committerAndrew John Hughes <ahughes@redhat.com>2012-04-03 13:33:10 +0100
commitb89554548a07db1c0109ae5637907767d567d085 (patch)
tree347709fb75d9031d37c11a3fa31bbceb21bdd81b /gnu
parent9d9b5f5b0a9cc8607687fb484ca48cf990ad61db (diff)
downloadclasspath-b89554548a07db1c0109ae5637907767d567d085.tar.gz
Update copyright notices.
2012-01-01 Jakub Jelinek <jakub@redhat.com> * gnu/java/rmi/registry/RegistryImpl.java (version): Update copyright notice dates. * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise. Signed-off-by: Andrew John Hughes <ahughes@redhat.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/java/rmi/registry/RegistryImpl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/java/rmi/registry/RegistryImpl.java b/gnu/java/rmi/registry/RegistryImpl.java
index 51d49a4f3..c95a1e350 100644
--- a/gnu/java/rmi/registry/RegistryImpl.java
+++ b/gnu/java/rmi/registry/RegistryImpl.java
@@ -1,6 +1,6 @@
/* RegistryImpl.java --
- Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005
- Free Software Foundation, Inc.
+ Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009, 2010, 2011,
+ 2012 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -111,7 +111,7 @@ public static void version() {
+ System.getProperty("java.vm.name")
+ ") "
+ System.getProperty("java.vm.version"));
- System.out.println("Copyright 2006 Free Software Foundation, Inc.");
+ System.out.println("Copyright 2012 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);