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/serialize | |
| parent | c3448b235e697a615a35858326bedb89efb77fc0 (diff) | |
fix URIs in headers
Diffstat (limited to 'sources/serialize')
| -rw-r--r-- | sources/serialize/VSNotSerializable.java | 2 | ||||
| -rw-r--r-- | sources/serialize/VSSerializable.java | 2 | ||||
| -rw-r--r-- | sources/serialize/VSSerialize.java | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
