diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:57:54 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:57:54 +0100 |
| commit | f0520c87217902e8109a47784963850cbdb7cd1d (patch) | |
| tree | f4bbe8f1fad9b82ebc864acaebf6929d29ab5d6c | |
| parent | c3448b235e697a615a35858326bedb89efb77fc0 (diff) | |
fix URIs in headers
68 files changed, 69 insertions, 69 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scripts/beforecommit.sh b/scripts/beforecommit.sh index a06ee8f..4882d64 100755 --- a/scripts/beforecommit.sh +++ b/scripts/beforecommit.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org +# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/checklinelengths.sh b/scripts/checklinelengths.sh index 950dddd..536787c 100755 --- a/scripts/checklinelengths.sh +++ b/scripts/checklinelengths.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org +# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/formatthecode.sh b/scripts/formatthecode.sh index 5733c31..e06bb0e 100755 --- a/scripts/formatthecode.sh +++ b/scripts/formatthecode.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org +# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/printstatistics.sh b/scripts/printstatistics.sh index 614d36e..e1d2c97 100755 --- a/scripts/printstatistics.sh +++ b/scripts/printstatistics.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org +# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/replaceastring.sh b/scripts/replaceastring.sh index 6b50b83..c195e44 100755 --- a/scripts/replaceastring.sh +++ b/scripts/replaceastring.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org +# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/sources/core/VSAbstractProcess.java b/sources/core/VSAbstractProcess.java index eeff528..5f8987a 100644 --- a/sources/core/VSAbstractProcess.java +++ b/sources/core/VSAbstractProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/VSInternalProcess.java b/sources/core/VSInternalProcess.java index 01e23d0..6bb9c66 100644 --- a/sources/core/VSInternalProcess.java +++ b/sources/core/VSInternalProcess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index eca2001..b53060d 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/VSMessageStub.java b/sources/core/VSMessageStub.java index 0210b74..f635335 100644 --- a/sources/core/VSMessageStub.java +++ b/sources/core/VSMessageStub.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 381b268..2d44139 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 -2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java index 8de8d80..643462a 100644 --- a/sources/core/VSTaskManager.java +++ b/sources/core/VSTaskManager.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 -2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/core/time/VSLamportTime.java b/sources/core/time/VSLamportTime.java index 165adfc..5716f2b 100644 --- a/sources/core/time/VSLamportTime.java +++ b/sources/core/time/VSLamportTime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index 3142d6b..b689f34 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java index ebd5438..de9deeb 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/events/VSAbstractEvent.java b/sources/events/VSAbstractEvent.java index ac9a61f..934fbcf 100644 --- a/sources/events/VSAbstractEvent.java +++ b/sources/events/VSAbstractEvent.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/events/VSCopyableEvent.java b/sources/events/VSCopyableEvent.java index 0ad6b24..5862c6d 100644 --- a/sources/events/VSCopyableEvent.java +++ b/sources/events/VSCopyableEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java index 9d022d9..0c53e98 100644 --- a/sources/events/VSRegisteredEvents.java +++ b/sources/events/VSRegisteredEvents.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/events/implementations/VSProcessCrashEvent.java b/sources/events/implementations/VSProcessCrashEvent.java index 382906b..84c4b36 100644 --- a/sources/events/implementations/VSProcessCrashEvent.java +++ b/sources/events/implementations/VSProcessCrashEvent.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/events/implementations/VSProcessRecoverEvent.java b/sources/events/implementations/VSProcessRecoverEvent.java index e7c87db..9aba31d 100644 --- a/sources/events/implementations/VSProcessRecoverEvent.java +++ b/sources/events/implementations/VSProcessRecoverEvent.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/events/internal/VSAbstractInternalEvent.java b/sources/events/internal/VSAbstractInternalEvent.java index ae0e2b8..3d2d6b3 100644 --- a/sources/events/internal/VSAbstractInternalEvent.java +++ b/sources/events/internal/VSAbstractInternalEvent.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/events/internal/VSMessageReceiveEvent.java b/sources/events/internal/VSMessageReceiveEvent.java index ab8c929..c7f9113 100644 --- a/sources/events/internal/VSMessageReceiveEvent.java +++ b/sources/events/internal/VSMessageReceiveEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/events/internal/VSProtocolEvent.java b/sources/events/internal/VSProtocolEvent.java index 92af81e..f9a531c 100644 --- a/sources/events/internal/VSProtocolEvent.java +++ b/sources/events/internal/VSProtocolEvent.java @@ -1,5 +1,5 @@ /* - * VS-Simulator (http://vs-sim.buetow.org) + * VS-Simulator (http://buetow.org) * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow * * This program is free software; you can redistribute it and/or diff --git a/sources/events/internal/VSProtocolScheduleEvent.java b/sources/events/internal/VSProtocolScheduleEvent.java index 83b5505..6a0eed5 100644 --- a/sources/events/internal/VSProtocolScheduleEvent.java +++ b/sources/events/internal/VSProtocolScheduleEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/exceptions/VSEventNotCopyableException.java b/sources/exceptions/VSEventNotCopyableException.java index 643339c..3eb89e6 100644 --- a/sources/exceptions/VSEventNotCopyableException.java +++ b/sources/exceptions/VSEventNotCopyableException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/exceptions/VSNegativeNumberException.java b/sources/exceptions/VSNegativeNumberException.java index fdfe530..890ca71 100644 --- a/sources/exceptions/VSNegativeNumberException.java +++ b/sources/exceptions/VSNegativeNumberException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java index 1344192..0fa61c1 100644 --- a/sources/exceptions/VSParseIntegerVectorException.java +++ b/sources/exceptions/VSParseIntegerVectorException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index 63a2127..dfb2d2c 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -72,7 +72,7 @@ public class VSDefaultPrefs extends VSSerializablePrefs { */ public void fillDefaultStrings() { initString("lang.en.about", "About"); - initString("lang.en.about.info", "This program used to be the diploma thesis of Paul C. Buetow. Please contact vs@dev.buetow.org, if you find any errors!"); + initString("lang.en.about.info", "This program used to be the diploma thesis of Paul C. Buetow. Please contact vs-sim@dev.buetow.org, if you find any errors!"); initString("lang.en.activate", "activate"); initString("lang.en.activated", "activated"); initString("lang.en.actualize", "Activation"); diff --git a/sources/prefs/VSDefaultPrefsDE.java b/sources/prefs/VSDefaultPrefsDE.java index 9f65153..71ed8a0 100644 --- a/sources/prefs/VSDefaultPrefsDE.java +++ b/sources/prefs/VSDefaultPrefsDE.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 31e1f22..9f3be24 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/VSPrefsRestriction.java b/sources/prefs/VSPrefsRestriction.java index 0709713..52ab744 100644 --- a/sources/prefs/VSPrefsRestriction.java +++ b/sources/prefs/VSPrefsRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/VSSerializablePrefs.java b/sources/prefs/VSSerializablePrefs.java index 66a2c83..69ad3f7 100644 --- a/sources/prefs/VSSerializablePrefs.java +++ b/sources/prefs/VSSerializablePrefs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/editors/VSAbstractBetterEditor.java b/sources/prefs/editors/VSAbstractBetterEditor.java index 556b14a..9d3fb88 100644 --- a/sources/prefs/editors/VSAbstractBetterEditor.java +++ b/sources/prefs/editors/VSAbstractBetterEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org + * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index 6118c7e..38f0226 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/ |
