From e23c584db7c7c5db00f35505d1955abfc19b27f1 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 19 Jun 2018 23:46:54 +0200 Subject: python: set license and author in nftables.py It will be distributed separately so this worth setting things correctly. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- py/nftables.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'py/nftables.py') diff --git a/py/nftables.py b/py/nftables.py index d6135054..e725c564 100644 --- a/py/nftables.py +++ b/py/nftables.py @@ -1,3 +1,19 @@ +#!/usr/bin/python +# Copyright(C) 2018 Phil Sutter + +# 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 -- cgit v1.2.3