From df0af6b7067e6a4ad0a88f2775da28cfc159ee66 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 1 Dec 2019 23:22:26 +0000 Subject: check-texinfo.awk: move comments to the moved code. --- contrib/scripts/check-texinfo.awk.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scripts/check-texinfo.awk.in b/contrib/scripts/check-texinfo.awk.in index 12f71b5d2..37e2c9f20 100755 --- a/contrib/scripts/check-texinfo.awk.in +++ b/contrib/scripts/check-texinfo.awk.in @@ -1,7 +1,11 @@ #!@AWKEXE@ -f - +# # Dedicated to the Public Domain. # SPDX-License-Identifier: 0BSD +# +# exception to add: ignore license files. +# exception to add: uref's can go above 79 chars. + BEGIN { printf "Running basic texinfo linters\n" ; -- cgit v1.2.3