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 /scripts | |
| parent | c3448b235e697a615a35858326bedb89efb77fc0 (diff) | |
fix URIs in headers
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/beforecommit.sh | 2 | ||||
| -rwxr-xr-x | scripts/checklinelengths.sh | 2 | ||||
| -rwxr-xr-x | scripts/formatthecode.sh | 2 | ||||
| -rwxr-xr-x | scripts/printstatistics.sh | 2 | ||||
| -rwxr-xr-x | scripts/replaceastring.sh | 2 |
5 files changed, 5 insertions, 5 deletions
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 |
