summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_torrent.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2017-02-12 11:26:31 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2017-02-22 12:36:33 +0000
commit304ad1e72d9c11f4ce5995880fcd8056902c7f02 (patch)
treeb5b7533eece0ed63d466b1fcc45ae981de9b169d /deluge/tests/test_torrent.py
parentff6cec251a17a0d8ef9193ebc7dbc43e1cd866c3 (diff)
downloaddeluge-304ad1e72d9c11f4ce5995880fcd8056902c7f02.tar.gz
deluge-304ad1e72d9c11f4ce5995880fcd8056902c7f02.tar.bz2
deluge-304ad1e72d9c11f4ce5995880fcd8056902c7f02.zip
[Lint] Add missing copyright header to files
Diffstat (limited to 'deluge/tests/test_torrent.py')
-rw-r--r--deluge/tests/test_torrent.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/deluge/tests/test_torrent.py b/deluge/tests/test_torrent.py
index e777dd506..3dae04c22 100644
--- a/deluge/tests/test_torrent.py
+++ b/deluge/tests/test_torrent.py
@@ -1,3 +1,10 @@
+# -*- coding: utf-8 -*-
+#
+# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
+# the additional special exception to link portions of this program with the OpenSSL library.
+# See LICENSE for more details.
+#
+
from __future__ import print_function, unicode_literals
import base64