diff mbox series

[nft,v2,5/7] python: set license and author in nftables.py

Message ID 20180619214656.25636-6-eric@regit.org
State Accepted
Delegated to: Pablo Neira
Headers show
Series python install and build fixes | expand

Commit Message

Eric Leblond June 19, 2018, 9:46 p.m. UTC
It will be distributed separately so this worth setting things
correctly.
---
 py/nftables.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/py/nftables.py b/py/nftables.py
index d613505..e725c56 100644
--- a/py/nftables.py
+++ b/py/nftables.py
@@ -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