Skip to content

Commit 0c2647e

Browse files
committed
spdxcheck: program to check SPDX license tags
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com>
1 parent 4b938bb commit 0c2647e

File tree

2 files changed

+436
-0
lines changed

2 files changed

+436
-0
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ commitcheck:
112112
${top_srcdir}/scripts/commitcheck.sh; \
113113
fi
114114

115+
CHECKS += spdxcheck
116+
spdxcheck:
117+
$(AM_V_at)$(top_srcdir)/scripts/spdxcheck.pl
118+
115119
if HAVE_PARALLEL
116120
cstyle_line = -print0 | parallel -X0 ${top_srcdir}/scripts/cstyle.pl -cpP {}
117121
else

0 commit comments

Comments
 (0)