summaryrefslogtreecommitdiff
path: root/client/AboutWindow.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-08 16:34:38 +0000
committerPaul Buetow <paul@buetow.org>2009-02-08 16:34:38 +0000
commite18d7ed65c287f15f06736b16a4f51de89a11504 (patch)
treef1f940a5d65461191bc4f896f640f5c537b47314 /client/AboutWindow.java
parent206164e4b0f94ca7490caafb7e51fa62c47d5611 (diff)
added academic title
Diffstat (limited to 'client/AboutWindow.java')
-rw-r--r--client/AboutWindow.java2
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 " +