[dpdk-dev] [PATCH v3 3/4] change NXP dpaa2 code License text to SPDX tags

Stephen Hemminger stephen at networkplumber.org
Fri Dec 8 19:07:26 CET 2017


On Fri, 8 Dec 2017 13:11:52 +0530
Hemant Agrawal <hemant.agrawal at nxp.com> wrote:

> diff --git a/drivers/bus/fslmc/fslmc_bus.c b/drivers/bus/fslmc/fslmc_bus.c
> index 480857e..4a6135d 100644
> --- a/drivers/bus/fslmc/fslmc_bus.c
> +++ b/drivers/bus/fslmc/fslmc_bus.c
> @@ -1,33 +1,8 @@
>  /*-
> - *   BSD LICENSE

The kernel practice is that SPDX must be first line in file.
And for C files use // SPDX-License-Identifier

I think DPDK should follow this because scanning tools are likely
to expect the Linux kernel policy.


More information about the dev mailing list