X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/0e8d950f126d308d18db7a37da1fd62cb797d157..809bcf831f76bbb1ad8623853103c8abfe4c6194:/hippotat diff --git a/hippotat b/hippotat index 2f88d5e..96a3f21 100755 --- a/hippotat +++ b/hippotat @@ -1,5 +1,27 @@ #!/usr/bin/python3 - +# +# Hippotat - Asinine IP Over HTTP program +# ./hippotat - client main program +# +# Copyright 2017 Ian Jackson +# +# GPLv3+ +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, in the file GPLv3. If not, +# see . + +#@ import sys; sys.path.append('@PYBUILD_INSTALL_DIR@') from hippotatlib import * import twisted.web @@ -211,7 +233,7 @@ class Client(): clients = [ ] -def process_cfg(putative_servers, putative_clients): +def process_cfg(_opts, putative_servers, putative_clients): global clients for ss in putative_servers.values():