diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:57:54 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:57:54 +0100 |
| commit | f0520c87217902e8109a47784963850cbdb7cd1d (patch) | |
| tree | f4bbe8f1fad9b82ebc864acaebf6929d29ab5d6c /sources/core/time | |
| parent | c3448b235e697a615a35858326bedb89efb77fc0 (diff) | |
fix URIs in headers
Diffstat (limited to 'sources/core/time')
| -rw-r--r-- | sources/core/time/VSLamportTime.java | 2 | ||||
| -rw-r--r-- | sources/core/time/VSTime.java | 2 | ||||
| -rw-r--r-- | sources/core/time/VSVectorTime.java | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
