summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmd.sh2
-rwxr-xr-xnav.sh2
-rwxr-xr-xplain.sh2
-rwxr-xr-xsitemap.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/md.sh b/md.sh
index 304224a..558491d 100755
--- a/md.sh
+++ b/md.sh
@@ -9,7 +9,7 @@ usage="usage:
# output: <target dir>/index.html
# dependencies: lowdown
-# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2022 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 66a2374..e930fbe 100755
--- a/nav.sh
+++ b/nav.sh
@@ -3,7 +3,7 @@ set -e
# usage: ./nav.sh <source dir> <output file>
-# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2022 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 844d3fb..482b55c 100755
--- a/plain.sh
+++ b/plain.sh
@@ -3,7 +3,7 @@ set -e
# usage: ./plain.sh <input txt> <output html>
-# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2022 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 17ad69b..d4d20f8 100755
--- a/sitemap.sh
+++ b/sitemap.sh
@@ -3,7 +3,7 @@ set -e
# usage: ./sitemap.sh <target dir> <output xml>
-# Copyright 2019-2021 DistressNetwork° <uplink@distress.network>
+# Copyright 2019-2022 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