Add Django license

This commit is contained in:
KnugiHK
2024-04-21 11:37:05 +08:00
parent 0eebbcff21
commit d754e6c279
3 changed files with 39 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ def main():
description = 'A customizable Android and iOS/iPadOS WhatsApp database parser that '
'will give you the history of your WhatsApp conversations in HTML '
'and JSON. Android Backup Crypt12, Crypt14 and Crypt15 supported.',
epilog = f'WhatsApp Chat Exporter: {__version__} Licensed with MIT'
epilog = f'WhatsApp Chat Exporter: {__version__} Licensed with MIT. See'
'https://wts.knugi.dev/docs?dest=osl for all open source licenses.'
)
parser.add_argument(
'-a',