]> git.puffer.fish Git - mirror/frr.git/commitdiff
tools: add explicit licence phrase 8177/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Fri, 5 Mar 2021 17:20:17 +0000 (11:20 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 10 Mar 2021 17:31:25 +0000 (11:31 -0600)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
tools/nhrpd-event-handler.sh

index 74c3e59c5e7d9d0835a4737f7299f49b27d30635..5dce43fe8489331276dc9bd735a2847a0a88728d 100755 (executable)
@@ -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"