Skip to content

Commit f5312d2

Browse files
robntonyhutter
authored andcommitted
spdxcheck: program to check SPDX license tags
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]>
1 parent a8847a7 commit f5312d2

File tree

2 files changed

+436
-0
lines changed

2 files changed

+436
-0
lines changed

Makefile.am

+4
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)