[dpdk-dev] [PATCH 2/5] devtools: add license tag to cocci.sh

Mcnamara, John john.mcnamara at intel.com
Mon Jan 27 11:52:10 CET 2020


> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Stephen Hemminger
> Sent: Wednesday, December 4, 2019 3:55 PM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>
> Subject: [dpdk-dev] [PATCH 2/5] devtools: add license tag to cocci.sh
> 
> This file still had original BSD boilerplate text.
> Replace it with SPDX tag.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  devtools/cocci.sh | 30 +-----------------------------
>  1 file changed, 1 insertion(+), 29 deletions(-)
> 
> diff --git a/devtools/cocci.sh b/devtools/cocci.sh index
> 8b17a8cebac3..77b7447cdfcd 100755
> --- a/devtools/cocci.sh
> +++ b/devtools/cocci.sh
> @@ -1,34 +1,6 @@
>  #! /bin/sh
> -
> -# BSD LICENSE
> -#
> +# SPDX-License-Identifier: BSD-3-Clause
>  # Copyright 2015 EZchip Semiconductor Ltd.


Acked-by: John McNamara <john.mcnamara at intel.com> 

Can we please merge this (and the other SPDX patches but this one in particular) since the header gets flagged in an IP compliance tool that we use in Intel.

Since the original copyright was with EZchip I presume that Mellanox can now sign off on this or change the copyright if they wish. CC olga and Thomas.

John
 


More information about the dev mailing list