~mandel/ubuntu-sso-client/remove-duplication

« back to all changes in this revision

Viewing changes to ubuntu_sso/keyring/tests/test_linux.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:
5
5
# Author: Alejandro J. Cura <alecu@canonical.com>
6
6
# Author: Natalia B. Bidart <natalia.bidart@canonical.com>
7
7
#
8
 
# Copyright 2010 Canonical Ltd.
 
8
# Copyright 2010-2012 Canonical Ltd.
9
9
#
10
10
# This program is free software: you can redistribute it and/or modify it
11
11
# under the terms of the GNU General Public License version 3, as published
18
18
#
19
19
# You should have received a copy of the GNU General Public License along
20
20
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
#
 
22
# In addition, as a special exception, the copyright holders give
 
23
# permission to link the code of portions of this program with the
 
24
# OpenSSL library under certain conditions as described in each
 
25
# individual source file, and distribute linked combinations
 
26
# including the two.
 
27
# You must obey the GNU General Public License in all respects
 
28
# for all of the code used other than OpenSSL.  If you modify
 
29
# file(s) with this exception, you may extend this exception to your
 
30
# version of the file(s), but you are not obligated to do so.  If you
 
31
# do not wish to do so, delete this exception statement from your
 
32
# version.  If you delete this exception statement from all source
 
33
# files in the program, then also delete it here.
21
34
"""Tests for the keyring.py module."""
22
35
 
23
36
from twisted.internet import defer