summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/HotfileFolderCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/HotfileFolderCom.py')
-rw-r--r--module/plugins/crypter/HotfileFolderCom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/HotfileFolderCom.py b/module/plugins/crypter/HotfileFolderCom.py
index e97d2ca91..d9e4e4c39 100644
--- a/module/plugins/crypter/HotfileFolderCom.py
+++ b/module/plugins/crypter/HotfileFolderCom.py
@@ -11,4 +11,5 @@ class HotfileFolderCom(DeadCrypter):
__pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
__description__ = """Hotfile.com folder decrypter plugin"""
+ __license__ = "GPLv3"
__authors__ = [("RaNaN", "RaNaN@pyload.org")]