summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 08:57:54 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 08:57:54 +0100
commitf0520c87217902e8109a47784963850cbdb7cd1d (patch)
treef4bbe8f1fad9b82ebc864acaebf6929d29ab5d6c
parentc3448b235e697a615a35858326bedb89efb77fc0 (diff)
fix URIs in headersHEADmaster
-rw-r--r--LICENSE2
-rwxr-xr-xscripts/beforecommit.sh2
-rwxr-xr-xscripts/checklinelengths.sh2
-rwxr-xr-xscripts/formatthecode.sh2
-rwxr-xr-xscripts/printstatistics.sh2
-rwxr-xr-xscripts/replaceastring.sh2
-rw-r--r--sources/core/VSAbstractProcess.java2
-rw-r--r--sources/core/VSInternalProcess.java2
-rw-r--r--sources/core/VSMessage.java2
-rw-r--r--sources/core/VSMessageStub.java2
-rw-r--r--sources/core/VSTask.java2
-rw-r--r--sources/core/VSTaskManager.java2
-rw-r--r--sources/core/time/VSLamportTime.java2
-rw-r--r--sources/core/time/VSTime.java2
-rw-r--r--sources/core/time/VSVectorTime.java2
-rw-r--r--sources/events/VSAbstractEvent.java2
-rw-r--r--sources/events/VSCopyableEvent.java2
-rw-r--r--sources/events/VSRegisteredEvents.java2
-rw-r--r--sources/events/implementations/VSProcessCrashEvent.java2
-rw-r--r--sources/events/implementations/VSProcessRecoverEvent.java2
-rw-r--r--sources/events/internal/VSAbstractInternalEvent.java2
-rw-r--r--sources/events/internal/VSMessageReceiveEvent.java2
-rw-r--r--sources/events/internal/VSProtocolEvent.java2
-rw-r--r--sources/events/internal/VSProtocolScheduleEvent.java2
-rw-r--r--sources/exceptions/VSEventNotCopyableException.java2
-rw-r--r--sources/exceptions/VSNegativeNumberException.java2
-rw-r--r--sources/exceptions/VSParseIntegerVectorException.java2
-rw-r--r--sources/prefs/VSDefaultPrefs.java4
-rw-r--r--sources/prefs/VSDefaultPrefsDE.java2
-rw-r--r--sources/prefs/VSPrefs.java2
-rw-r--r--sources/prefs/VSPrefsRestriction.java2
-rw-r--r--sources/prefs/VSSerializablePrefs.java2
-rw-r--r--sources/prefs/editors/VSAbstractBetterEditor.java2
-rw-r--r--sources/prefs/editors/VSAbstractEditor.java2
-rw-r--r--sources/prefs/editors/VSColorChooser.java2
-rw-r--r--sources/prefs/editors/VSEditorFrame.java2
-rw-r--r--sources/prefs/editors/VSEditorTable.java2
-rw-r--r--sources/prefs/editors/VSProcessEditor.java2
-rw-r--r--sources/prefs/editors/VSSimulatorEditor.java2
-rw-r--r--sources/protocols/VSAbstractProtocol.java2
-rw-r--r--sources/protocols/implementations/VSBasicMulticastProtocol.java2
-rw-r--r--sources/protocols/implementations/VSBerkelyTimeProtocol.java2
-rw-r--r--sources/protocols/implementations/VSBroadcastProtocol.java2
-rw-r--r--sources/protocols/implementations/VSDummyProtocol.java2
-rw-r--r--sources/protocols/implementations/VSExternalTimeSyncProtocol.java2
-rw-r--r--sources/protocols/implementations/VSInternalTimeSyncProtocol.java2
-rw-r--r--sources/protocols/implementations/VSOnePhaseCommitProtocol.java2
-rw-r--r--sources/protocols/implementations/VSPingPongProtocol.java2
-rw-r--r--sources/protocols/implementations/VSReliableMulticastProtocol.java2
-rw-r--r--sources/protocols/implementations/VSTwoPhaseCommitProtocol.java2
-rw-r--r--sources/serialize/VSNotSerializable.java2
-rw-r--r--sources/serialize/VSSerializable.java2
-rw-r--r--sources/serialize/VSSerialize.java2
-rw-r--r--sources/simulator/VSCreateTask.java2
-rw-r--r--sources/simulator/VSLogging.java2
-rw-r--r--sources/simulator/VSMain.java2
-rw-r--r--sources/simulator/VSMenuItemStates.java2
-rw-r--r--sources/simulator/VSSimulator.java2
-rw-r--r--sources/simulator/VSSimulatorFrame.java2
-rw-r--r--sources/simulator/VSSimulatorVisualization.java2
-rw-r--r--sources/utils/VS3Tupel.java2
-rw-r--r--sources/utils/VSAboutFrame.java2
-rw-r--r--sources/utils/VSClassLoader.java2
-rw-r--r--sources/utils/VSFrame.java2
-rw-r--r--sources/utils/VSInfoArea.java2
-rw-r--r--sources/utils/VSPriorityQueue.java2
-rw-r--r--sources/utils/VSRandom.java2
-rw-r--r--sources/utils/VSTools.java2
68 files changed, 69 insertions, 69 deletions
diff --git a/LICENSE b/LICENSE
index 207233e..4a64434 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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/sources/prefs/editors/VSAbstractEditor.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/VSColorChooser.java b/sources/prefs/editors/VSColorChooser.java
index 619bc17..532cdae 100644
--- a/sources/prefs/editors/VSColorChooser.java
+++ b/sources/prefs/editors/VSColorChooser.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/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java
index 855bf0a..3bbee1d 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.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/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java
index 246bd8e..4fff4a2 100644
--- a/sources/prefs/editors/VSEditorTable.java
+++ b/sources/prefs/editors/VSEditorTable.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/VSProcessEditor.java b/sources/prefs/editors/VSProcessEditor.java
index eaacc7b..0009f9a 100644
--- a/sources/prefs/editors/VSProcessEditor.java
+++ b/sources/prefs/editors/VSProcessEditor.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/VSSimulatorEditor.java b/sources/prefs/editors/VSSimulatorEditor.java
index edd9cd5..137ca77 100644
--- a/sources/prefs/editors/VSSimulatorEditor.java
+++ b/sources/prefs/editors/VSSimulatorEditor.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/protocols/VSAbstractProtocol.java b/sources/protocols/VSAbstractProtocol.java
index 43c8958..c837490 100644
--- a/sources/protocols/VSAbstractProtocol.java
+++ b/sources/protocols/VSAbstractProtocol.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/protocols/implementations/VSBasicMulticastProtocol.java b/sources/protocols/implementations/VSBasicMulticastProtocol.java
index 76b13b5..9be8b32 100644
--- a/sources/protocols/implementations/VSBasicMulticastProtocol.java
+++ b/sources/protocols/implementations/VSBasicMulticastProtocol.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/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
index 1b69b72..c41924f 100644
--- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java
+++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.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/protocols/implementations/VSBroadcastProtocol.java b/sources/protocols/implementations/VSBroadcastProtocol.java
index 0ae8fae..7d264cf 100644
--- a/sources/protocols/implementations/VSBroadcastProtocol.java
+++ b/sources/protocols/implementations/VSBroadcastProtocol.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/protocols/implementations/VSDummyProtocol.java b/sources/protocols/implementations/VSDummyProtocol.java
index b06e256..92b2131 100644
--- a/sources/protocols/implementations/VSDummyProtocol.java
+++ b/sources/protocols/implementations/VSDummyProtocol.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/protocols/implementations/VSExternalTimeSyncProtocol.java b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
index 3bb5eb9..c008a11 100644
--- a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSExternalTimeSyncProtocol.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/protocols/implementations/VSInternalTimeSyncProtocol.java b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
index c52b0ed..9848000 100644
--- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.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/protocols/implementations/VSOnePhaseCommitProtocol.java b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java
index feb4dd5..3130cdf 100644
--- a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java
+++ b/sources/protocols/implementations/VSOnePhaseCommitProtocol.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/protocols/implementations/VSPingPongProtocol.java b/sources/protocols/implementations/VSPingPongProtocol.java
index c9d763b..02178e1 100644
--- a/sources/protocols/implementations/VSPingPongProtocol.java
+++ b/sources/protocols/implementations/VSPingPongProtocol.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/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java
index 57b943c..7bdf1e3 100644
--- a/sources/protocols/implementations/VSReliableMulticastProtocol.java
+++ b/sources/protocols/implementations/VSReliableMulticastProtocol.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/protocols/implementations/VSTwoPhaseCommitProtocol.java b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java
index 2a0a4f2..122351d 100644
--- a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java
+++ b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.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/serialize/VSNotSerializable.java b/sources/serialize/VSNotSerializable.java
index e5cb79c..f307281 100644
--- a/sources/serialize/VSNotSerializable.java
+++ b/sources/serialize/VSNotSerializable.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/serialize/VSSerializable.java b/sources/serialize/VSSerializable.java
index a134909..f5c6ca0 100644
--- a/sources/serialize/VSSerializable.java
+++ b/sources/serialize/VSSerializable.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/serialize/VSSerialize.java b/sources/serialize/VSSerialize.java
index 891c5b5..db3fa6a 100644
--- a/sources/serialize/VSSerialize.java
+++ b/sources/serialize/VSSerialize.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/simulator/VSCreateTask.java b/sources/simulator/VSCreateTask.java
index 1b24255..86d5d01 100644
--- a/sources/simulator/VSCreateTask.java
+++ b/sources/simulator/VSCreateTask.java
@@ -1,5 +1,5 @@
/*
- * VS-Simulator (http://vs-sim.buetow.org)
+ * VS-Simulator (http://buetow.org)
* Copyright (c) 2008 by Dipl.-Inform. (FH) Paul C. Buetow
*
* This program is free software; you can redistribute it and/or
diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java
index f85ad75..c66ced7 100644
--- a/sources/simulator/VSLogging.java
+++ b/sources/simulator/VSLogging.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/simulator/VSMain.java b/sources/simulator/VSMain.java
index 70b112e..90b0acb 100644
--- a/sources/simulator/VSMain.java
+++ b/sources/simulator/VSMain.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/simulator/VSMenuItemStates.java b/sources/simulator/VSMenuItemStates.java
index fe69d92..9dfd916 100644
--- a/sources/simulator/VSMenuItemStates.java
+++ b/sources/simulator/VSMenuItemStates.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/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java
index fdcf40d..189398b 100644
--- a/sources/simulator/VSSimulator.java
+++ b/sources/simulator/VSSimulator.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/simulator/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java
index f8396eb..2304f7e 100644
--- a/sources/simulator/VSSimulatorFrame.java
+++ b/sources/simulator/VSSimulatorFrame.java
@@ -1,4 +1,4 @@
-/* * 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/simulator/VSSimulatorVisualization.java b/sources/simulator/VSSimulatorVisualization.java
index f15d478..0f09c0a 100644
--- a/sources/simulator/VSSimulatorVisualization.java
+++ b/sources/simulator/VSSimulatorVisualization.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/utils/VS3Tupel.java b/sources/utils/VS3Tupel.java
index 4d4c896..d419d36 100644
--- a/sources/utils/VS3Tupel.java
+++ b/sources/utils/VS3Tupel.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/utils/VSAboutFrame.java b/sources/utils/VSAboutFrame.java
index 03ed8c4..32e7810 100644
--- a/sources/utils/VSAboutFrame.java
+++ b/sources/utils/VSAboutFrame.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/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java
index 49fcc6b..37d5976 100644
--- a/sources/utils/VSClassLoader.java
+++ b/sources/utils/VSClassLoader.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/utils/VSFrame.java b/sources/utils/VSFrame.java
index fbc2139..8029554 100644
--- a/sources/utils/VSFrame.java
+++ b/sources/utils/VSFrame.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/utils/VSInfoArea.java b/sources/utils/VSInfoArea.java
index ce88699..3168821 100644
--- a/sources/utils/VSInfoArea.java
+++ b/sources/utils/VSInfoArea.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/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java
index 739a886..443e796 100644
--- a/sources/utils/VSPriorityQueue.java
+++ b/sources/utils/VSPriorityQueue.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/utils/VSRandom.java b/sources/utils/VSRandom.java
index d955aae..e6978de 100644
--- a/sources/utils/VSRandom.java
+++ b/sources/utils/VSRandom.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/utils/VSTools.java b/sources/utils/VSTools.java
index feece80..6f60993 100644
--- a/sources/utils/VSTools.java
+++ b/sources/utils/VSTools.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