It will be distributed separately so this worth setting things correctly. --- py/nftables.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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@xxxxxx> + +# 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 -- 2.18.0.rc2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html