lib/utils.sh: add description and licensing info
authorAntonio Ospite <ao2@ao2.it>
Fri, 27 Apr 2018 21:14:05 +0000 (23:14 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 27 Apr 2018 21:14:05 +0000 (23:14 +0200)
lib/utils.sh

index 4d45cdb..f693c53 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 #
+# Some utility functions to keep iptables and ip6tables configuration in sync.
+#
+# Copyright (C) 2018  Antonio Ospite <ao2@ao2.it>
+# SPDX-License-Identifier: MIT
+#
 # Based on updateipt.sh by Phil Sutter:
 # https://developers.redhat.com/blog/2017/01/10/migrating-my-iptables-setup-to-nftables/