summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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