[dpdk-dev] [PATCH v5] devtools: add new SPDX license compliance checker
Stephen Hemminger
stephen at networkplumber.org
Wed Jul 15 01:25:58 CEST 2020
On Tue, 14 Jul 2020 16:21:01 -0700
Stephen Hemminger <stephen at networkplumber.org> wrote:
> Simple script to look for drivers and scripts that
> are missing requires SPDX header.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Preprocessor Directives
Because of the long delay in merging this tool new
files have come in that are not following the required guidelines!
$ ./devtools/check-spdx-tag.sh -v
Files without SPDX License
--------------------------
doc/guides/custom.css
doc/guides/linux_gsg/nic_perf_intel_platform.rst
doc/guides/prog_guide/build-sdk-meson.rst
drivers/net/bnxt/tf_core/cfa_resource_types.h
drivers/net/qede/base/ecore_hsi_func_common.h
lib/librte_eal/windows/eal_hugepages.c
Files with redundant license text
---------------------------------
app/test/test_timer_racecond.c
lib/librte_ethdev/rte_ethdev_pci.h
lib/librte_ethdev/rte_ethdev_vdev.h
total: 6 errors, 3 warnings
More information about the dev
mailing list