summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-11-23 04:58:01 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-11-23 04:58:01 +0000
commitc6ddaeaac70f3b75d53a72f97860bbdb3db7546f (patch)
treeef85cd4fd3a7a54a4e8ec37051ba9f60b1afc63a /deluge/log.py
parent67a32798409f8da23eee9bcbd2c773a20c0cbf7d (diff)
downloaddeluge-c6ddaeaac70f3b75d53a72f97860bbdb3db7546f.tar.gz
deluge-c6ddaeaac70f3b75d53a72f97860bbdb3db7546f.tar.bz2
deluge-c6ddaeaac70f3b75d53a72f97860bbdb3db7546f.zip
Remove OpenSSL exception from license headers
Diffstat (limited to 'deluge/log.py')
-rw-r--r--deluge/log.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/deluge/log.py b/deluge/log.py
index 81b7a44e1..1076cf81e 100644
--- a/deluge/log.py
+++ b/deluge/log.py
@@ -1,7 +1,7 @@
#
# log.py
#
-# Copyright (C) 2007 Andrew Resch ('andar') <andrewresch@gmail.com>
+# Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com>
#
# Deluge is free software.
#
@@ -21,15 +21,7 @@
# 51 Franklin Street, Fifth Floor
# Boston, MA 02110-1301, USA.
#
-# In addition, as a special exception, the copyright holders give
-# permission to link the code of portions of this program with the OpenSSL
-# library.
-# You must obey the GNU General Public License in all respects for all of
-# the code used other than OpenSSL. If you modify file(s) with this
-# exception, you may extend this exception to your version of the file(s),
-# but you are not obligated to do so. If you do not wish to do so, delete
-# this exception statement from your version. If you delete this exception
-# statement from all source files in the program, then also delete it here.
+
"""Logging functions"""