diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-08 00:17:01 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-08 00:17:01 +0000 |
| commit | 5f20981fe9df31cdd1a7bc27e576e11d991d6658 (patch) | |
| tree | b04fd158b45fbdbb122f06babb95ecdd509a7fff /shared/Config.java | |
| parent | dc1e42740c40211c67918398990a2bb3b373356f (diff) | |
Diffstat (limited to 'shared/Config.java')
| -rw-r--r-- | shared/Config.java | 2 |
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(); |
