From afcb9e3769de39cd3b165b276b428b880791d008 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 25 Nov 2020 10:36:17 +0100 Subject: clearly state the license --- execute/echo.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'execute/echo.sh') 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 +# (C) 2014-2020 by Christian Hesse # -# 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 -- cgit v1.2.3-54-g00ecf