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:
4
man/jc.1
4
man/jc.1
@ -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
|
@ -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 }}
|
||||
|
Reference in New Issue
Block a user