summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parentc3448b235e697a615a35858326bedb89efb77fc0 (diff)
fix URIs in headers
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/beforecommit.sh2
-rwxr-xr-xscripts/checklinelengths.sh2
-rwxr-xr-xscripts/formatthecode.sh2
-rwxr-xr-xscripts/printstatistics.sh2
-rwxr-xr-xscripts/replaceastring.sh2
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