aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-23 19:35:27 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-23 19:35:27 +0100
commitf62be4cb0e6d925e75de4979e70763693ef17c3c (patch)
treedc79243777ec1dc6e2f41388cf6482862b5e9660
parenta53e786b682437c68197d94479b2c1e0b422a824 (diff)
downloadseen-f62be4cb0e6d925e75de4979e70763693ef17c3c.tar.gz
seen-f62be4cb0e6d925e75de4979e70763693ef17c3c.zip
Don't echo the GPLv3 license, just 'cat LICENSE'
-rwxr-xr-xrs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/rs.sh b/rs.sh
index 7b5f29a..e3b3f33 100755
--- a/rs.sh
+++ b/rs.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-
# Seen, a simple static blog generator
#
# Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com>
@@ -22,12 +21,6 @@ die() {
# Articles
articles="$(find articles/*.md|sed -e 's@.md@@g' -e 's@articles/@@g')" || die "Unknown error"
-echo "Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com>"
-echo "This program comes with ABSOLUTELY NO WARRANTY."
-echo "This is free software, and you are welcome to modify it,"
-echo "use it where you see fit, and redistribute it"
-echo "under certain conditions; type './seen.sh --license' for details."
-echo
echo "-> [$(date +%R)] Generating RSS feed ..."
touch "www/rss.xml"