From 3c671fc60e0ad4db03576acd03faef6c21b0a7a0 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 27 Apr 2018 23:14:05 +0200
Subject: [PATCH] lib/utils.sh: add description and licensing info

---
 lib/utils.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/utils.sh b/lib/utils.sh
index 4d45cdb..f693c53 100755
--- a/lib/utils.sh
+++ b/lib/utils.sh
@@ -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/
 
-- 
2.1.4