Move pkt.py to pkt and add copyright

This commit is contained in:
Tom Parker 2007-09-07 16:45:12 +02:00
parent 7754c96059
commit 914cc04a29

View File

@ -1,4 +1,12 @@
#!/usr/bin/python
#
# Copyright (C) 2007 Tom Parker <palfrey@tevp.net>
#
# 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 *