summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/core/VSMessage.java2
-rw-r--r--sources/core/VSProcess.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/VSRegisteredEvents.java2
-rw-r--r--sources/events/implementations/VSProcessCrashEvent.java2
-rw-r--r--sources/events/implementations/VSProcessRecoverEvent.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/VSParseIntegerVectorException.java2
-rw-r--r--sources/prefs/VSDefaultPrefs.java2
-rw-r--r--sources/prefs/VSPrefs.java2
-rw-r--r--sources/prefs/VSPrefsRestriction.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/VSBroadcastSturmProtocol.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/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/VSSimulatorCanvas.java2
-rw-r--r--sources/simulator/VSSimulatorFrame.java2
-rw-r--r--sources/utils/VSAbout.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
-rw-r--r--sources/utils/VSTupel.java2
51 files changed, 51 insertions, 51 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java
index 333a2d2..3f750aa 100644
--- a/sources/core/VSMessage.java
+++ b/sources/core/VSMessage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSProcess.java b/sources/core/VSProcess.java
index 903700e..eb51279 100644
--- a/sources/core/VSProcess.java
+++ b/sources/core/VSProcess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 406a59a..ae59a8f 100644
--- a/sources/core/VSTask.java
+++ b/sources/core/VSTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSTaskManager.java b/sources/core/VSTaskManager.java
index 50371cc..b62d0db 100644
--- a/sources/core/VSTaskManager.java
+++ b/sources/core/VSTaskManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSLamportTime.java b/sources/core/time/VSLamportTime.java
index bcc840a..a9bce94 100644
--- a/sources/core/time/VSLamportTime.java
+++ b/sources/core/time/VSLamportTime.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 5273d2f..2a1d8cf 100644
--- a/sources/core/time/VSTime.java
+++ b/sources/core/time/VSTime.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 33cb264..c1db0dc 100644
--- a/sources/core/time/VSVectorTime.java
+++ b/sources/core/time/VSVectorTime.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 f054d04..f95d0cb 100644
--- a/sources/events/VSAbstractEvent.java
+++ b/sources/events/VSAbstractEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 b822dd3..dc2bcf9 100644
--- a/sources/events/VSRegisteredEvents.java
+++ b/sources/events/VSRegisteredEvents.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 68fc854..0cbcd2b 100644
--- a/sources/events/implementations/VSProcessCrashEvent.java
+++ b/sources/events/implementations/VSProcessCrashEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSProcessRecoverEvent.java b/sources/events/implementations/VSProcessRecoverEvent.java
index 3be8a48..19fb40b 100644
--- a/sources/events/implementations/VSProcessRecoverEvent.java
+++ b/sources/events/implementations/VSProcessRecoverEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSMessageReceiveEvent.java b/sources/events/internal/VSMessageReceiveEvent.java
index 1ed38d9..0a3e794 100644
--- a/sources/events/internal/VSMessageReceiveEvent.java
+++ b/sources/events/internal/VSMessageReceiveEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 20c7cc5..fe0caaa 100644
--- a/sources/events/internal/VSProtocolEvent.java
+++ b/sources/events/internal/VSProtocolEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSProtocolScheduleEvent.java b/sources/events/internal/VSProtocolScheduleEvent.java
index 7a260a5..814206f 100644
--- a/sources/events/internal/VSProtocolScheduleEvent.java
+++ b/sources/events/internal/VSProtocolScheduleEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 c18703b..fd669c2 100644
--- a/sources/exceptions/VSParseIntegerVectorException.java
+++ b/sources/exceptions/VSParseIntegerVectorException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 c56794b..3fe16d6 100644
--- a/sources/prefs/VSDefaultPrefs.java
+++ b/sources/prefs/VSDefaultPrefs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 df15a03..78dc9e9 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 fd7c2a4..d8520a5 100644
--- a/sources/prefs/VSPrefsRestriction.java
+++ b/sources/prefs/VSPrefsRestriction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 d0b9575..36b0ef9 100644
--- a/sources/prefs/editors/VSAbstractBetterEditor.java
+++ b/sources/prefs/editors/VSAbstractBetterEditor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 2bd5727..b02f15c 100644
--- a/sources/prefs/editors/VSAbstractEditor.java
+++ b/sources/prefs/editors/VSAbstractEditor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 4c0f38d..cdb9974 100644
--- a/sources/prefs/editors/VSColorChooser.java
+++ b/sources/prefs/editors/VSColorChooser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 2a8ce69..cdb103c 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 2b6cf5d..2857a10 100644
--- a/sources/prefs/editors/VSEditorTable.java
+++ b/sources/prefs/editors/VSEditorTable.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 aa4b4cd..33c87af 100644
--- a/sources/prefs/editors/VSProcessEditor.java
+++ b/sources/prefs/editors/VSProcessEditor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 d50c488..f241a26 100644
--- a/sources/prefs/editors/VSSimulatorEditor.java
+++ b/sources/prefs/editors/VSSimulatorEditor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 e9e4e88..1b556b9 100644
--- a/sources/protocols/VSAbstractProtocol.java
+++ b/sources/protocols/VSAbstractProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSBasicMulticastProtocol.java b/sources/protocols/implementations/VSBasicMulticastProtocol.java
index 122a754..8350084 100644
--- a/sources/protocols/implementations/VSBasicMulticastProtocol.java
+++ b/sources/protocols/implementations/VSBasicMulticastProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 7d6aa6a..db68351 100644
--- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java
+++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSBroadcastSturmProtocol.java b/sources/protocols/implementations/VSBroadcastSturmProtocol.java
index 4926d2f..b07f6fb 100644
--- a/sources/protocols/implementations/VSBroadcastSturmProtocol.java
+++ b/sources/protocols/implementations/VSBroadcastSturmProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 6d8a0b5..b6fc68f 100644
--- a/sources/protocols/implementations/VSDummyProtocol.java
+++ b/sources/protocols/implementations/VSDummyProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 318736a..5f83dcc 100644
--- a/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSExternalTimeSyncProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 99ab46a..78ec5a3 100644
--- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 ff00575..ab888cb 100644
--- a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java
+++ b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 21c5673..9180754 100644
--- a/sources/protocols/implementations/VSPingPongProtocol.java
+++ b/sources/protocols/implementations/VSPingPongProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 e00dfc6..a6ab46b 100644
--- a/sources/protocols/implementations/VSReliableMulticastProtocol.java
+++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 0605357..359dbff 100644
--- a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java
+++ b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 b7e9ae8..6535e2f 100644
--- a/sources/simulator/VSCreateTask.java
+++ b/sources/simulator/VSCreateTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSLogging.java b/sources/simulator/VSLogging.java
index 1d91e81..48f3aeb 100644
--- a/sources/simulator/VSLogging.java
+++ b/sources/simulator/VSLogging.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 61bf53d..b361e33 100644
--- a/sources/simulator/VSMain.java
+++ b/sources/simulator/VSMain.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 eb7fe0e..6b850b0 100644
--- a/sources/simulator/VSMenuItemStates.java
+++ b/sources/simulator/VSMenuItemStates.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 d93270c..b25d648 100644
--- a/sources/simulator/VSSimulator.java
+++ b/sources/simulator/VSSimulator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSSimulatorCanvas.java b/sources/simulator/VSSimulatorCanvas.java
index ce07905..09f19a1 100644
--- a/sources/simulator/VSSimulatorCanvas.java
+++ b/sources/simulator/VSSimulatorCanvas.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java
index 582fee5..50d36a1 100644
--- a/sources/simulator/VSSimulatorFrame.java
+++ b/sources/simulator/VSSimulatorFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSAbout.java b/sources/utils/VSAbout.java
index 62ebc47..ebe6ce4 100644
--- a/sources/utils/VSAbout.java
+++ b/sources/utils/VSAbout.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 54764fe..29061f1 100644
--- a/sources/utils/VSClassLoader.java
+++ b/sources/utils/VSClassLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 7a0858c..1ee964d 100644
--- a/sources/utils/VSFrame.java
+++ b/sources/utils/VSFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 b3d43cc..853a9d0 100644
--- a/sources/utils/VSInfoArea.java
+++ b/sources/utils/VSInfoArea.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 71947f5..03ea792 100644
--- a/sources/utils/VSPriorityQueue.java
+++ b/sources/utils/VSPriorityQueue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 7de219a..01a7f2a 100644
--- a/sources/utils/VSRandom.java
+++ b/sources/utils/VSRandom.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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 9762d7e..81a1844 100644
--- a/sources/utils/VSTools.java
+++ b/sources/utils/VSTools.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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/VSTupel.java b/sources/utils/VSTupel.java
index 8f3b346..5621639 100644
--- a/sources/utils/VSTupel.java
+++ b/sources/utils/VSTupel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs@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