X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=hippotatlib%2Fslip.py;h=0670fb455e53121e7409021c19a7e1e89f386340;hb=1e43fae07664c81c74a3df3388e4490c2fdcf9e1;hp=d7c44630ac40001834630809e22e93f052df313c;hpb=5a37bac8d49a3735c29e211c1642b101e2ff9517;p=hippotat.git diff --git a/hippotatlib/slip.py b/hippotatlib/slip.py index d7c4463..0670fb4 100644 --- a/hippotatlib/slip.py +++ b/hippotatlib/slip.py @@ -1,4 +1,27 @@ -# SLIP handling +# -*- python -*- +# +# Hippotat - Asinine IP Over HTTP program +# hippotatlib/slip.py - SLIP handling +# +# Copyright 2017 Ian Jackson +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version, with the "CAF Login +# Exception" as published by Ian Jackson (version 2, or at your option +# any later version) as an Additional Permission. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public +# License and the CAF Login Exception along with this program, in the +# file AGPLv3+CAFv2. If not, email Ian Jackson +# . + end = b'\300' esc = b'\333'