summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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