diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-11-16 19:11:03 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 15:55:52 -0300 |
commit | 7f9e1a322e48567a03af2c9feba7ec54f4701abd (patch) | |
tree | 0a1b5f05117612ef051695bc26ab31c866b779a6 /client | |
parent | f64bacefae087465d4913ac0a34fdb5b572659ff (diff) |
[style] add license header
Diffstat (limited to 'client')
-rw-r--r-- | client/src/leap/soledad/client/http_target/send_protocol.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/client/src/leap/soledad/client/http_target/send_protocol.py b/client/src/leap/soledad/client/http_target/send_protocol.py index 61e95e56..9980309a 100644 --- a/client/src/leap/soledad/client/http_target/send_protocol.py +++ b/client/src/leap/soledad/client/http_target/send_protocol.py @@ -1,3 +1,19 @@ +# -*- coding: utf-8 -*- +# send_protocol.py +# Copyright (C) 2016 LEAP +# +# 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. If not, see <http://www.gnu.org/licenses/>. from zope.interface import implements from twisted.internet import defer from twisted.internet import reactor |