summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations
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 /sources/protocols/implementations
parentc3448b235e697a615a35858326bedb89efb77fc0 (diff)
fix URIs in headers
Diffstat (limited to 'sources/protocols/implementations')
-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
10 files changed, 10 insertions, 10 deletions
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