summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-23 10:35:15 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-23 10:39:37 -0700
commit8f7feb7852ec7cb15c7f51de78f2c474d8807bd7 (patch)
treeda8114f65fbb37b7b6caa5a1138b952403aa7206 /build-aux
parent19a41387633e53d64d8a0ae69f3d3d3e35641c8d (diff)
Require license notices static files too
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/lint-generic1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/lint-generic b/build-aux/lint-generic
index c02dc34..92addcd 100755
--- a/build-aux/lint-generic
+++ b/build-aux/lint-generic
@@ -40,6 +40,7 @@ for filename in "$@"; do
-e 's,.*/config/,,' \
-e 's,.*/config\.h$,config.h,' \
-e 's,.*include/,,' \
+ -e 's,.*static/,,' \
-e 's/\.wip$//')
if [ "$dscname_act" != "$dscname_exp" ] && [ "cmd/$dscname_act" != "$dscname_exp" ]; then
err "$filename" "self-identifies as $dscname_act (expected $dscname_exp)"