forked from trinitrix/core
fix(scripts/renew_copyright_header.sh): Set correct copyright template length
This commit is contained in:
parent
f67141f921
commit
cbfe31f9f2
|
@ -19,7 +19,7 @@
|
|||
|
||||
# NOTE: This is the line length of the .licensure.yml header template **plus** the extra
|
||||
# line after the template comment.
|
||||
TEMPLATE_LINE_LENGTH=26
|
||||
TEMPLATE_LINE_LENGTH=19
|
||||
LATEX_TEMPLATE_LINE_LENGTH=9
|
||||
|
||||
PROJECT_ROOT="$(git rev-parse --show-toplevel)"
|
||||
|
|
Loading…
Reference in New Issue