X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/5a37bac8d49a3735c29e211c1642b101e2ff9517..f85d143fe449d69d6f611fcd388191a80bdfc415:/hippotatlib/slip.py diff --git a/hippotatlib/slip.py b/hippotatlib/slip.py index d7c4463..7a9ba60 100644 --- a/hippotatlib/slip.py +++ b/hippotatlib/slip.py @@ -1,4 +1,26 @@ -# SLIP handling +# -*- python -*- +# +# Hippotat - Asinine IP Over HTTP program +# hippotatlib/slip.py - SLIP handling +# +# 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 . + end = b'\300' esc = b'\333'