diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 10:36:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 10:36:17 +0100 |
commit | afcb9e3769de39cd3b165b276b428b880791d008 (patch) | |
tree | 22fae9376088b40bf61cbc64e3758438ce90cade /execute | |
parent | fb36b96335f5ea4bc3ca712031948a1118bb4911 (diff) | |
download | journal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.gz journal-notify-afcb9e3769de39cd3b165b276b428b880791d008.tar.zst |
clearly state the license
Diffstat (limited to 'execute')
-rwxr-xr-x | execute/echo.sh | 8 | ||||
-rwxr-xr-x | execute/mail.sh | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/execute/echo.sh b/execute/echo.sh index 15ca215..f5b4a30 100755 --- a/execute/echo.sh +++ b/execute/echo.sh @@ -1,9 +1,11 @@ #!/bin/sh # -# (C) 2015 by Christian Hesse <mail@eworm.de> +# (C) 2014-2020 by Christian Hesse <mail@eworm.de> # -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +# 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. while getopts "i:p:m:" opt; do case ${opt} in diff --git a/execute/mail.sh b/execute/mail.sh index 3b797c1..0e3691f 100755 --- a/execute/mail.sh +++ b/execute/mail.sh @@ -1,9 +1,11 @@ #!/bin/sh # -# (C) 2015 by Christian Hesse <mail@eworm.de> +# (C) 2014-2020 by Christian Hesse <mail@eworm.de> # -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +# 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. while getopts "i:p:m:" opt; do case ${opt} in |