diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:40:57 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:40:57 +0100 |
| commit | a1f66fa1ff1b518d47e5e732d36efc60e6b930e2 (patch) | |
| tree | e0b01a8786b96464c1ea260f76e83c9b5b5e1968 /sources/client/AboutWindow.java | |
| parent | 039f3549126aa58adb030fcca29dc486f49dec25 (diff) | |
fix URIs in headers
Diffstat (limited to 'sources/client/AboutWindow.java')
| -rw-r--r-- | sources/client/AboutWindow.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/client/AboutWindow.java b/sources/client/AboutWindow.java index f55b5e1..8b39114 100644 --- a/sources/client/AboutWindow.java +++ b/sources/client/AboutWindow.java @@ -1,5 +1,5 @@ /* NetCalendar 2006, 2009 (c) Dipl.-Inform. (FH) Paul C. Buetow - * http://netcalendar.buetow.org - netcalendar@dev.buetow.org + * http://buetow.org - netcalendar@dev.buetow.org */ package client; @@ -22,7 +22,7 @@ public class AboutWindow extends InfoWindow { super(netCalendarClient, "About", Config.VERSION + "\n" + "(c) 2006, 2009 by Dipl.-Inform. (FH) Paul C. Buetow; " + - "Web: netcalendar.buetow.org; E-Mail: " + getEmailAddr() + "\n\n" + + "Web: 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 " + "University of Applied Sciences (www.fh-aachen.de) for the object oriented " + |
