added license

This commit is contained in:
Daniel Fichtinger 2025-06-03 13:25:59 -04:00
parent c81b2e8d71
commit d5551d2269
2 changed files with 15 additions and 2 deletions

View file

@ -9,7 +9,7 @@
# 1-5 words ending with a comma, followed by
# 1-5 words that each start with capital letters.
# Author: Daniel Fichtinger
# License: MIT
# License: ISC
import textwrap
import sys
@ -86,7 +86,7 @@ if __name__ == "__main__":
description='Formatter for plain text email.\n"--no-*" options are NOT passed by default.',
epilog="""
Author : Daniel Fichtinger
License: MIT
License: ISC
Contact: daniel@ficd.ca
""",
formatter_class=argparse.RawDescriptionHelpFormatter,