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/shared | |
| parent | 039f3549126aa58adb030fcca29dc486f49dec25 (diff) | |
fix URIs in headers
Diffstat (limited to 'sources/shared')
| -rw-r--r-- | sources/shared/CalendarCategory.java | 2 | ||||
| -rw-r--r-- | sources/shared/CalendarEvent.java | 2 | ||||
| -rw-r--r-- | sources/shared/Config.java | 2 | ||||
| -rw-r--r-- | sources/shared/DoCallback.java | 2 | ||||
| -rw-r--r-- | sources/shared/Main.java | 2 | ||||
| -rw-r--r-- | sources/shared/MyDate.java | 2 | ||||
| -rw-r--r-- | sources/shared/MyVector.java | 2 | ||||
| -rw-r--r-- | sources/shared/remotecall/ClientRequest.java | 2 | ||||
| -rw-r--r-- | sources/shared/remotecall/RemoteCall.java | 2 | ||||
| -rw-r--r-- | sources/shared/remotecall/ServerResponse.java | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sources/shared/CalendarCategory.java b/sources/shared/CalendarCategory.java index a6cb85e..dbfe04f 100644 --- a/sources/shared/CalendarCategory.java +++ b/sources/shared/CalendarCategory.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 */ /** diff --git a/sources/shared/CalendarEvent.java b/sources/shared/CalendarEvent.java index 54c636a..34b68c9 100644 --- a/sources/shared/CalendarEvent.java +++ b/sources/shared/CalendarEvent.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 */ /** diff --git a/sources/shared/Config.java b/sources/shared/Config.java index 15a7591..9643970 100644 --- a/sources/shared/Config.java +++ b/sources/shared/Config.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 shared; diff --git a/sources/shared/DoCallback.java b/sources/shared/DoCallback.java index d6e2e5c..62398cf 100644 --- a/sources/shared/DoCallback.java +++ b/sources/shared/DoCallback.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 shared; diff --git a/sources/shared/Main.java b/sources/shared/Main.java index 36edd81..f9f8ca7 100644 --- a/sources/shared/Main.java +++ b/sources/shared/Main.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 shared; diff --git a/sources/shared/MyDate.java b/sources/shared/MyDate.java index 5ff35ab..97cded4 100644 --- a/sources/shared/MyDate.java +++ b/sources/shared/MyDate.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 shared; diff --git a/sources/shared/MyVector.java b/sources/shared/MyVector.java index f6c72dc..d0ad1e1 100644 --- a/sources/shared/MyVector.java +++ b/sources/shared/MyVector.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 shared; diff --git a/sources/shared/remotecall/ClientRequest.java b/sources/shared/remotecall/ClientRequest.java index 16fc52f..b6372ba 100644 --- a/sources/shared/remotecall/ClientRequest.java +++ b/sources/shared/remotecall/ClientRequest.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 shared.remotecall; diff --git a/sources/shared/remotecall/RemoteCall.java b/sources/shared/remotecall/RemoteCall.java index 3e7609d..c7ebb2f 100644 --- a/sources/shared/remotecall/RemoteCall.java +++ b/sources/shared/remotecall/RemoteCall.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 shared.remotecall; diff --git a/sources/shared/remotecall/ServerResponse.java b/sources/shared/remotecall/ServerResponse.java index 9cd2cc8..43a85b6 100644 --- a/sources/shared/remotecall/ServerResponse.java +++ b/sources/shared/remotecall/ServerResponse.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 shared.remotecall; |
