summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-01-01 00:20:03 -0500
committereudoxia <uplink@distress.network>2021-01-01 00:20:03 -0500
commit115006cdcff7bb7c2f56c79fa27816f856721c6a (patch)
treea779a25aa578eda89141c2509031d9b55f0b6cca
parent24705d6798ec72525e2a0e4d8e370dc92f6ceac1 (diff)
updated copyright information
-rwxr-xr-xmd.sh2
-rwxr-xr-xnav.sh2
-rwxr-xr-xplain.sh2
-rwxr-xr-xsitemap.sh2
-rwxr-xr-xsvgtex.sh2
-rwxr-xr-xurlencode.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/md.sh b/md.sh
index 18683d3..eca8af8 100755
--- a/md.sh
+++ b/md.sh
@@ -9,7 +9,7 @@ usage="usage:
# output: <target dir>/index.html
# dependencies: lowdown fzf ./urlencode
-# Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/nav.sh b/nav.sh
index 50eaa82..9f0b71e 100755
--- a/nav.sh
+++ b/nav.sh
@@ -3,7 +3,7 @@ set -e
# usage: nav.sh <source dir> <output file>
-# Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/plain.sh b/plain.sh
index 153ae31..7ba548b 100755
--- a/plain.sh
+++ b/plain.sh
@@ -3,7 +3,7 @@ set -e
# usage: ./plain.sh <input txt> <output html>
-# Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/sitemap.sh b/sitemap.sh
index d7c7b37..a360d9b 100755
--- a/sitemap.sh
+++ b/sitemap.sh
@@ -3,7 +3,7 @@ set -e
# usage: ./sitemap.sh <target dir> <output xml>
-# Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/svgtex.sh b/svgtex.sh
index 04c372e..9597b06 100755
--- a/svgtex.sh
+++ b/svgtex.sh
@@ -3,7 +3,7 @@ set -e
# usage: echo "<equation>" | svgtex.sh <output path>
-# Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/urlencode.c b/urlencode.c
index e869d43..e404396 100755
--- a/urlencode.c
+++ b/urlencode.c
@@ -1,4 +1,4 @@
-/* Copyright 2019-2020 DistressNetwork° <uplink@distress.network>
+/* Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by