~dobey/ubuntuone-storage-protocol/update-13-10

« back to all changes in this revision

Viewing changes to ubuntuone/storageprotocol/client.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-03-30 03:01:34 UTC
  • mfrom: (144.1.1 openssl-except)
  • Revision ID: tarmac-20120330030134-1gq2c8fowodaeioj
License exception for use of OpenSSL

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Author: Facundo Batista <facundo@canonical.com>
7
7
# Author: Alejandro J. Cura <alecu@canonical.com>
8
8
#
9
 
# Copyright 2009-2011 Canonical Ltd.
 
9
# Copyright 2009-2012 Canonical Ltd.
10
10
#
11
11
# This program is free software: you can redistribute it and/or modify it
12
12
# under the terms of the GNU Affero General Public License version 3,
19
19
#
20
20
# You should have received a copy of the GNU Affero General Public License
21
21
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
#
 
23
# In addition, as a special exception, the copyright holders give
 
24
# permission to link the code of portions of this program with the
 
25
# OpenSSL library under certain conditions as described in each
 
26
# individual source file, and distribute linked combinations
 
27
# including the two.
 
28
# You must obey the GNU General Public License in all respects
 
29
# for all of the code used other than OpenSSL.  If you modify
 
30
# file(s) with this exception, you may extend this exception to your
 
31
# version of the file(s), but you are not obligated to do so.  If you
 
32
# do not wish to do so, delete this exception statement from your
 
33
# version.  If you delete this exception statement from all source
 
34
# files in the program, then also delete it here.
22
35
"""The storage protocol client."""
23
36
 
24
37
import logging