summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-01-27 00:21:53 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-01-27 00:21:53 +0000
commit0808bdaa0fd8deaeb57395750587d398c73b015f (patch)
treee274c8d6cb73cfc37e394b09185b32fd4c61350c
parentfc5d436021012045ed0fe1729d203d2591df41d3 (diff)
downloaddeluge-0808bdaa0fd8deaeb57395750587d398c73b015f.tar.gz
deluge-0808bdaa0fd8deaeb57395750587d398c73b015f.tar.bz2
deluge-0808bdaa0fd8deaeb57395750587d398c73b015f.zip
Fix up some copyright headers
-rw-r--r--deluge/plugins/label/label/gtkui/__init__.py2
-rw-r--r--deluge/plugins/label/label/gtkui/ui.py3
-rw-r--r--deluge/plugins/label/label/webui.py8
3 files changed, 2 insertions, 11 deletions
diff --git a/deluge/plugins/label/label/gtkui/__init__.py b/deluge/plugins/label/label/gtkui/__init__.py
index 2f121ff81..f6124f9a5 100644
--- a/deluge/plugins/label/label/gtkui/__init__.py
+++ b/deluge/plugins/label/label/gtkui/__init__.py
@@ -1,5 +1,5 @@
#
-# blocklist/gtkui.py
+# __init__.py
#
# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
#
diff --git a/deluge/plugins/label/label/gtkui/ui.py b/deluge/plugins/label/label/gtkui/ui.py
index 15e44bce8..f9f58f3bd 100644
--- a/deluge/plugins/label/label/gtkui/ui.py
+++ b/deluge/plugins/label/label/gtkui/ui.py
@@ -1,5 +1,5 @@
#
-# blocklist/ui.py
+# ui.py
#
# Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com>
# Copyright (C) 2008 Mark Stahler ('kramed') <markstahler@gmail.com>
@@ -41,4 +41,3 @@ class UI:
def disable(self):
pass
-
diff --git a/deluge/plugins/label/label/webui.py b/deluge/plugins/label/label/webui.py
index ca8ccbb0b..617ca29f9 100644
--- a/deluge/plugins/label/label/webui.py
+++ b/deluge/plugins/label/label/webui.py
@@ -25,14 +25,6 @@
# 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
import os
from deluge.common import fspeed