diff options
Diffstat (limited to 'execute/mail.sh')
-rwxr-xr-x | execute/mail.sh | 8 |
1 files changed, 5 insertions, 3 deletions
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 |