diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2021-03-05 18:20:17 +0100 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2021-03-10 18:31:25 +0100 |
commit | fe67f1f9295dd680d24a06532be931724064c3cd (patch) | |
tree | 601e327d453abf7dd53def216d40b8f5ec631f6a /tools | |
parent | tools: example bash script client for the nhrpd event sock (diff) | |
download | frr-fe67f1f9295dd680d24a06532be931724064c3cd.tar.xz frr-fe67f1f9295dd680d24a06532be931724064c3cd.zip |
tools: add explicit licence phrase
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/nhrpd-event-handler.sh | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/tools/nhrpd-event-handler.sh b/tools/nhrpd-event-handler.sh index 74c3e59c5..5dce43fe8 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" |