From 914cc04a2939531a63b31376b63be3f7bce83654 Mon Sep 17 00:00:00 2001 From: Tom Parker Date: Fri, 7 Sep 2007 16:45:12 +0200 Subject: [PATCH] Move pkt.py to pkt and add copyright --- tools/{pkt.py => pkt} | 8 ++++++++ 1 file changed, 8 insertions(+) rename tools/{pkt.py => pkt} (90%) diff --git a/tools/pkt.py b/tools/pkt similarity index 90% rename from tools/pkt.py rename to tools/pkt index 717807f9d..b868322f3 100755 --- a/tools/pkt.py +++ b/tools/pkt @@ -1,4 +1,12 @@ #!/usr/bin/python +# +# Copyright (C) 2007 Tom Parker +# +# Licensed under the GNU General Public License Version 2 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License v2 as published by +# the Free Software Foundation. from sys import argv,exit from types import *