summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/SafelinkingNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/SafelinkingNet.py')
-rw-r--r--module/plugins/crypter/SafelinkingNet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/SafelinkingNet.py b/module/plugins/crypter/SafelinkingNet.py
index ca21fe907..a496812d2 100644
--- a/module/plugins/crypter/SafelinkingNet.py
+++ b/module/plugins/crypter/SafelinkingNet.py
@@ -19,6 +19,7 @@ class SafelinkingNet(Crypter):
__pattern__ = r'https?://(?:www\.)?safelinking.net/([pd])/\w+'
__description__ = """Safelinking.net decrypter plugin"""
+ __license__ = "GPLv3"
__authors__ = [("quareevo", "quareevo@arcor.de")]