Skip to content

Commit

Permalink
spdxcheck: program to check SPDX license tags
Browse files Browse the repository at this point in the history
Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <[email protected]>
  • Loading branch information
robn committed Feb 6, 2025
1 parent 5431827 commit 62412d5
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ commitcheck:
${top_srcdir}/scripts/commitcheck.sh; \
fi

CHECKS += spdxcheck
spdxcheck:
$(AM_V_at)$(top_srcdir)/scripts/spdxcheck.pl

if HAVE_PARALLEL
cstyle_line = -print0 | parallel -X0 ${top_srcdir}/scripts/cstyle.pl -cpP {}
else
Expand Down
Loading

0 comments on commit 62412d5

Please sign in to comment.