aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-19 10:51:55 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-19 10:51:55 +0100
commit2ea0608554b49498460d602cad466a6394414e24 (patch)
tree9cebb32b322e07eec98590c7fb6339c81e582061
parentc949eb3b5fd07c23c2ece2ea92466ed28290e165 (diff)
downloadseen-2ea0608554b49498460d602cad466a6394414e24.tar.gz
seen-2ea0608554b49498460d602cad466a6394414e24.zip
Add GPLv3 notice to seen.sh
-rwxr-xr-xseen.sh28
1 files changed, 25 insertions, 3 deletions
diff --git a/seen.sh b/seen.sh
index 7ae95a0..952592b 100755
--- a/seen.sh
+++ b/seen.sh
@@ -1,8 +1,18 @@
#!/bin/sh
-# Seen, a simple static blog generator
+# Seen, a simple static blog generator
#
-# Vitali64 <vitali64pmemail@protonmail.com
+# Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
usage() {
echo "Usage : ./seen [OPTIONS]"
@@ -18,7 +28,19 @@ die() {
}
echo "Seen, a simple static blog generator"
-echo " Licensed under the GNU GPLv3"
+echo " Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com"
+echo " This program is free software: you can redistribute it and/or modify"
+echo " it under the terms of the GNU General Public License as published by"
+echo " the Free Software Foundation, either version 3 of the License, or"
+echo " (at your option) any later version."
+echo
+echo " This program is distributed in the hope that it will be useful,"
+echo " but WITHOUT ANY WARRANTY; without even the implied warranty of"
+echo " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"
+echo " GNU General Public License for more details."
+echo
+echo " You should have received a copy of the GNU General Public License"
+echo " along with this program. If not, see <https://www.gnu.org/licenses/>."
if [ "$1" = "--clear" ]; then
echo "-> [$(date +%R)] Deleting generated blog ..."