summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/CryptItCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/CryptItCom.py')
-rw-r--r--module/plugins/crypter/CryptItCom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py
index a248a92d1..58f0d77b6 100644
--- a/module/plugins/crypter/CryptItCom.py
+++ b/module/plugins/crypter/CryptItCom.py
@@ -11,4 +11,5 @@ class CryptItCom(DeadCrypter):
__pattern__ = r'http://(?:www\.)?crypt-it\.com/(s|e|d|c)/[\w]+'
__description__ = """Crypt-it.com decrypter plugin"""
+ __license__ = "GPLv3"
__authors__ = [("jeix", "jeix@hasnomail.de")]