added license
This commit is contained in:
parent
c81b2e8d71
commit
d5551d2269
2 changed files with 15 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue