summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/GooGl.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/GooGl.py')
-rw-r--r--module/plugins/crypter/GooGl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/GooGl.py b/module/plugins/crypter/GooGl.py
index 8b0c2ac91..29c5a5f5e 100644
--- a/module/plugins/crypter/GooGl.py
+++ b/module/plugins/crypter/GooGl.py
@@ -12,6 +12,7 @@ class GooGl(Crypter):
__pattern__ = r'https?://(?:www\.)?goo\.gl/\w+'
__description__ = """Goo.gl decrypter plugin"""
+ __license__ = "GPLv3"
__authors__ = [("stickell", "l.stickell@yahoo.it")]