~brian.curtin/ubuntu-sso-client/run-tests-buildout-cleanup

« back to all changes in this revision

Viewing changes to ubuntu_sso/keyring/tests/__init__.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-04-09 18:43:03 UTC
  • mfrom: (941.1.2 openssl-except)
  • Revision ID: tarmac-20120409184303-fn2np2tj7kkey9jj
Add the needed OpenSSL license exception

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# Author: Manuel de la Pena <manuel@canonical.com>
3
3
#
4
 
# Copyright 2011 Canonical Ltd.
 
4
# Copyright 2011-2012 Canonical Ltd.
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify it
7
7
# under the terms of the GNU General Public License version 3, as published
14
14
#
15
15
# You should have received a copy of the GNU General Public License along
16
16
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
#
 
18
# In addition, as a special exception, the copyright holders give
 
19
# permission to link the code of portions of this program with the
 
20
# OpenSSL library under certain conditions as described in each
 
21
# individual source file, and distribute linked combinations
 
22
# including the two.
 
23
# You must obey the GNU General Public License in all respects
 
24
# for all of the code used other than OpenSSL.  If you modify
 
25
# file(s) with this exception, you may extend this exception to your
 
26
# version of the file(s), but you are not obligated to do so.  If you
 
27
# do not wish to do so, delete this exception statement from your
 
28
# version.  If you delete this exception statement from all source
 
29
# files in the program, then also delete it here.
17
30
"""Keyring tests."""