added license
This commit is contained in:
parent
c81b2e8d71
commit
d5551d2269
2 changed files with 15 additions and 2 deletions
13
LICENSE
Normal file
13
LICENSE
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Copyright (c) 2025 Daniel Fichtinger <daniel@ficd.ca>
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@ -9,7 +9,7 @@
|
||||||
# 1-5 words ending with a comma, followed by
|
# 1-5 words ending with a comma, followed by
|
||||||
# 1-5 words that each start with capital letters.
|
# 1-5 words that each start with capital letters.
|
||||||
# Author: Daniel Fichtinger
|
# Author: Daniel Fichtinger
|
||||||
# License: MIT
|
# License: ISC
|
||||||
|
|
||||||
import textwrap
|
import textwrap
|
||||||
import sys
|
import sys
|
||||||
|
@ -86,7 +86,7 @@ if __name__ == "__main__":
|
||||||
description='Formatter for plain text email.\n"--no-*" options are NOT passed by default.',
|
description='Formatter for plain text email.\n"--no-*" options are NOT passed by default.',
|
||||||
epilog="""
|
epilog="""
|
||||||
Author : Daniel Fichtinger
|
Author : Daniel Fichtinger
|
||||||
License: MIT
|
License: ISC
|
||||||
Contact: daniel@ficd.ca
|
Contact: daniel@ficd.ca
|
||||||
""",
|
""",
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue