aboutsummaryrefslogtreecommitdiffstats
path: root/execute/echo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'execute/echo.sh')
-rwxr-xr-xexecute/echo.sh8
1 files changed, 5 insertions, 3 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