From cbfe31f9f2172914581c504653212de6e9bb92cb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 8 May 2024 21:09:49 +0200 Subject: [PATCH] fix(scripts/renew_copyright_header.sh): Set correct copyright template length --- scripts/renew_copyright_header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/renew_copyright_header.sh b/scripts/renew_copyright_header.sh index d574fd8..a77afa6 100755 --- a/scripts/renew_copyright_header.sh +++ b/scripts/renew_copyright_header.sh @@ -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)"