Skip to content
Henrik Sandklef edited this page Sep 2, 2020 · 2 revisions

Welcome to the compliance-stuff wiki!

Useful macros

Find all files without SPDX tags for license or (c)

reuse lint | sed -n '/MISSING COPYRIGHT/,/SUMMARY/p' | grep "\*" | sort -u | sed 's,^\*[ ]*,,g'

Clone this wiki locally