On Fri, 8 Dec 2017 13:11:52 +0530
Hemant Agrawal <hemant.agra...@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.

Reply via email to