mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-10-08 23:22:21 +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
|
https://github.com/kellyjonbrazil/jc
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.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
|
jc \fB-p\fP ls \fB-al\fP
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Kelly Brazil (kellyjonbrazil@gmail.com)
|
{{ jc.author }} ({{ jc.author_email }})
|
||||||
|
|
||||||
https://github.com/kellyjonbrazil/jc
|
{{ jc.website }}
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.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