]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
python: set license and author in nftables.py
authorEric Leblond <eric@regit.org>
Tue, 19 Jun 2018 21:46:54 +0000 (23:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Jun 2018 11:51:41 +0000 (13:51 +0200)
It will be distributed separately so this worth setting things
correctly.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
py/nftables.py

index d6135054e4b320f54176a107b4037041b9e85db9..e725c564f9bd6283e88f86421906d1b69c65d432 100644 (file)
@@ -1,3 +1,19 @@
+#!/usr/bin/python
+# Copyright(C) 2018 Phil Sutter <phil@nwl.cc>
+
+# 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, version 2 of the License.
+#
+# 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; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
 import json
 from ctypes import *
 import sys