summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartijn Voncken <mvoncken@gmail.com>2008-11-26 19:41:56 +0000
committerMartijn Voncken <mvoncken@gmail.com>2008-11-26 19:41:56 +0000
commit0f73da5a6ae962a322ab15e90c5433380fb75cc0 (patch)
tree585b4e5ba10c8693597bd4dabe469ae1d93bfcba
parent8a2d110ef6955fc0b3b99a3272cd7cffe99cee11 (diff)
downloaddeluge-0f73da5a6ae962a322ab15e90c5433380fb75cc0.tar.gz
deluge-0f73da5a6ae962a322ab15e90c5433380fb75cc0.tar.bz2
deluge-0f73da5a6ae962a322ab15e90c5433380fb75cc0.zip
licensing
-rw-r--r--deluge/plugins/label/label/test.py31
-rw-r--r--deluge/scripts/wiki_docgen.py31
2 files changed, 62 insertions, 0 deletions
diff --git a/deluge/plugins/label/label/test.py b/deluge/plugins/label/label/test.py
index 7541292c7..27b035c8c 100644
--- a/deluge/plugins/label/label/test.py
+++ b/deluge/plugins/label/label/test.py
@@ -1,3 +1,34 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) Martijn Voncken 2008 <mvoncken@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, write to:
+# The Free Software Foundation, Inc.,
+# 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.
+
from deluge.ui.client import sclient
sclient.set_core_uri()
diff --git a/deluge/scripts/wiki_docgen.py b/deluge/scripts/wiki_docgen.py
index 546006cd5..e7f449d9c 100644
--- a/deluge/scripts/wiki_docgen.py
+++ b/deluge/scripts/wiki_docgen.py
@@ -1,4 +1,35 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
+# Copyright (C) Martijn Voncken 2008 <mvoncken@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, write to:
+# The Free Software Foundation, Inc.,
+# 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.
+#
+
#generate docs for deluge-wiki
#client doc's For core.
#