1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

add license and copyright info. use variables instead of hard-coded values

This commit is contained in:
Kelly Brazil
2021-04-04 15:53:23 -07:00
parent e1f57be69e
commit 5e3f63a412
2 changed files with 6 additions and 6 deletions

View File

@ -446,6 +446,6 @@ Kelly Brazil (kellyjonbrazil@gmail.com)
https://github.com/kellyjonbrazil/jc
.SH COPYRIGHT
Copyright 2019-2021 Kelly Brazil
Copyright (c) 2019-2021 Kelly Brazil
Licensed under the MIT License
License: MIT License

View File

@ -106,11 +106,11 @@ or using the magic syntax:
jc \fB-p\fP ls \fB-al\fP
.SH AUTHOR
Kelly Brazil (kellyjonbrazil@gmail.com)
{{ jc.author }} ({{ jc.author_email }})
https://github.com/kellyjonbrazil/jc
{{ jc.website }}
.SH COPYRIGHT
Copyright 2019-2021 Kelly Brazil
Copyright (c) {{ jc.copyright[2:] }}
Licensed under the MIT License
License: {{ jc.license }}