~ubuntuone-control-tower/ubuntuone-dev-tools/stable-3-0

« back to all changes in this revision

Viewing changes to ubuntuone/devtools/services/__init__.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-04-03 20:32:50 UTC
  • mfrom: (60.1.1 update-from-trunk)
  • Revision ID: tarmac-20120403203250-wmlh4e0tv8azv39z
License exception for linking to OpenSSL

Show diffs side-by-side

added added

removed removed

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