diff options
Diffstat (limited to 'client/AboutWindow.java')
| -rw-r--r-- | client/AboutWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/AboutWindow.java b/client/AboutWindow.java index 5b5fcc2..0faa2cf 100644 --- a/client/AboutWindow.java +++ b/client/AboutWindow.java @@ -17,7 +17,7 @@ public class AboutWindow extends InfoWindow { public AboutWindow(NetCalendarClient netCalendarClient) { super(netCalendarClient, "About", Config.VERSION + "\n" + - "Copyright (C) 2006, 2009 by Paul C. Buetow; " + + "(c) 2006, 2009 by Dipl.-Inform. (FH) Paul C. Buetow; " + "Web: netcalendar.buetow.org; E-Mail: " + getEmailAddr() + "\n\n" + "NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application " + "programmed in Java. Its initial motivation was a programming project at the Aachen " + |
