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

« back to all changes in this revision

Viewing changes to ubuntu_sso/networkstate/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:
17
17
#
18
18
# You should have received a copy of the GNU General Public License along
19
19
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
# In addition, as a special exception, the copyright holders give
 
22
# permission to link the code of portions of this program with the
 
23
# OpenSSL library under certain conditions as described in each
 
24
# individual source file, and distribute linked combinations
 
25
# including the two.
 
26
# You must obey the GNU General Public License in all respects
 
27
# for all of the code used other than OpenSSL.  If you modify
 
28
# file(s) with this exception, you may extend this exception to your
 
29
# version of the file(s), but you are not obligated to do so.  If you
 
30
# do not wish to do so, delete this exception statement from your
 
31
# version.  If you delete this exception statement from all source
 
32
# files in the program, then also delete it here.
20
33
"""Tests for the network state detection code."""
21
34
 
22
35
from collections import defaultdict