summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/auth.py
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-05-18 21:51:49 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-05-18 21:51:49 +0000
commitd67477f6e2611aa9e017da19238f6d5b211f56b2 (patch)
tree82a94da01a345b697d503b46948bf491b6cd804c /deluge/ui/web/auth.py
parentc4a247018bd0b87b883d43e1800eb30be3ac8080 (diff)
downloaddeluge-d67477f6e2611aa9e017da19238f6d5b211f56b2.tar.gz
deluge-d67477f6e2611aa9e017da19238f6d5b211f56b2.tar.bz2
deluge-d67477f6e2611aa9e017da19238f6d5b211f56b2.zip
Add OpenSSL exception to all GPL headers
Diffstat (limited to 'deluge/ui/web/auth.py')
-rw-r--r--deluge/ui/web/auth.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/deluge/ui/web/auth.py b/deluge/ui/web/auth.py
index 03b14c5cd..6720ed7f4 100644
--- a/deluge/ui/web/auth.py
+++ b/deluge/ui/web/auth.py
@@ -19,7 +19,18 @@
# along with deluge. If not, write to:
# The Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor
-# Boston, MA 02110-1301, USA.
+# 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.
+#
#
AUTH_LEVEL_NONE = 0