[dpdk-dev] [PATCH v3] devtools: add new SPDX license compliance checker
Thomas Monjalon
thomas at monjalon.net
Sat Feb 22 16:45:59 CET 2020
07/02/2020 18:52, Stephen Hemminger:
> Simple script to look for drivers and scripts that
> are missing requires SPDX header.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
[...]
> +git grep -L SPDX-License-Identifier -- \
> + ':^.git*' ':^.ci/*' ':^.travis.yml' \
> + ':^README' ':^MAINTAINERS' ':^VERSION' ':^ABI_VERSION' \
> + ':^*/Kbuild' ':^*/README' \
> + ':^license/' ':^doc/' ':^config/' ':^buildtools/' \
> + ':^*.cocci' ':^*.abignore' \
> + ':^*.def' ':^*.map' ':^*.ini' ':^*.data' ':^*.cfg' ':^*.txt'
I think we should plan to add SPDX tag to the doc (rst and svg files).
More information about the dev
mailing list