aboutsummaryrefslogtreecommitdiffstats
path: root/execute
diff options
context:
space:
mode:
Diffstat (limited to 'execute')
-rwxr-xr-xexecute/echo.sh8
-rwxr-xr-xexecute/mail.sh8
2 files changed, 10 insertions, 6 deletions
diff --git a/execute/echo.sh b/execute/echo.sh
index 15ca215..8b2ba22 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-2024 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..13737f3 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-2024 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