summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/RSLayerCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/RSLayerCom.py')
-rw-r--r--module/plugins/crypter/RSLayerCom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/RSLayerCom.py b/module/plugins/crypter/RSLayerCom.py
index 0013b7b6d..28c82dd8c 100644
--- a/module/plugins/crypter/RSLayerCom.py
+++ b/module/plugins/crypter/RSLayerCom.py
@@ -11,4 +11,5 @@ class RSLayerCom(DeadCrypter):
__pattern__ = r'http://(?:www\.)?rs-layer.com/directory-'
__description__ = """RS-Layer.com decrypter plugin"""
+ __license__ = "GPLv3"
__authors__ = [("hzpz", None)]