[dpdk-dev] [PATCH] net/bnx2x: move SPDX tags to source files
Thomas Monjalon
thomas at monjalon.net
Mon Jul 9 23:07:27 CEST 2018
Hi,
08/07/2018 07:24, Rasesh Mody:
> We were using LICENSE.bnx2x_pmd to reference inclusion of SPDX licensing
> tag from all the source file. Remove the LICENSE.bnx2x_pmd file and
> directly include SPDX tags in source files.
>
> Signed-off-by: Rasesh Mody <rasesh.mody at cavium.com>
> --- a/drivers/net/bnx2x/Makefile
> +++ b/drivers/net/bnx2x/Makefile
> @@ -2,7 +2,7 @@
> # All rights reserved.
> # www.cavium.com
> #
> -# See LICENSE.bnx2x_pmd for copyright and licensing details.
> +# SPDX-License-Identifier: BSD-3-Clause
The SPDX line should be the first line.
You can take a look at doc/guides/contributing/patches.rst
Thanks
More information about the dev
mailing list