summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2021-03-05 11:20:17 -0600
committerJafar Al-Gharaibeh <jafar@atcorp.com>2021-03-10 11:31:25 -0600
commitfe67f1f9295dd680d24a06532be931724064c3cd (patch)
tree601e327d453abf7dd53def216d40b8f5ec631f6a
parentf725df0fae3a1ff2de3e4f1271f427207e97a21e (diff)
tools: add explicit licence phrase
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
-rwxr-xr-xtools/nhrpd-event-handler.sh19
1 files changed, 17 insertions, 2 deletions
diff --git a/tools/nhrpd-event-handler.sh b/tools/nhrpd-event-handler.sh
index 74c3e59c5e..5dce43fe84 100755
--- a/tools/nhrpd-event-handler.sh
+++ b/tools/nhrpd-event-handler.sh
@@ -1,7 +1,22 @@
#!/bin/bash
-#Author: Joe Maimon
-#Released to public domain
+# Author: Joe Maimon
+# Released to public domain
+#
+# 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 2 of the License, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; see the file COPYING; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
PROGNAME=`basename $0`
VERSION="0.0.6"