summaryrefslogtreecommitdiff
path: root/shared/Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'shared/Config.java')
-rw-r--r--shared/Config.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Config.java b/shared/Config.java
index a256eff..2a9daf5 100644
--- a/shared/Config.java
+++ b/shared/Config.java
@@ -23,7 +23,7 @@ public final class Config {
if (args.length > 0) {
if (args[0].equals("--help")) {
System.out.println(Config.VERSION + " help");
- System.out.println("Copyright (C) 2006 Paul Buetow [paul at buetow dot org]");
+ System.out.println("(c) 2006, 2009 by Dipl.-Inform. (FH) Paul C. Buetow [netcalendar@dev.buetow.org]");
System.out.println("This is free software, see the LICENSE.txt for copying conditions. There is NO");
System.out.println("warranty; not even for MERCHANTABILITY of FITNESS FOR A PARTICULAR PURPOSE.");
System.out.println();