diff options
| author | Tom Tromey <tromey@redhat.com> | 2008-04-17 00:22:13 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@redhat.com> | 2008-04-17 00:22:13 +0000 |
| commit | 9e268dd5622aee27617856e25e05ba8efbb90265 (patch) | |
| tree | 63a29aeaa762d5f7b30a6c2882488b9e2a48485f /tools/gnu | |
| parent | 7aeb05e32774ca7dd1cddc411fa5fbd0461926c0 (diff) | |
| download | classpath-9e268dd5622aee27617856e25e05ba8efbb90265.tar.gz | |
* tools/gnu/classpath/tools/orbd/Main.java: Bump copyright year.
* tools/resource/gnu/classpath/tools/common/Messages.properties
(ClasspathToolParser.VersionFormat): Bump copyright year.
Diffstat (limited to 'tools/gnu')
| -rw-r--r-- | tools/gnu/classpath/tools/orbd/Main.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gnu/classpath/tools/orbd/Main.java b/tools/gnu/classpath/tools/orbd/Main.java index 571a0bed2..15f3612cc 100644 --- a/tools/gnu/classpath/tools/orbd/Main.java +++ b/tools/gnu/classpath/tools/orbd/Main.java @@ -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 @@ public class Main 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 " |
