> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Stephen Hemminger > Sent: Wednesday, December 4, 2019 3:55 PM > To: dev@dpdk.org > Cc: Stephen Hemminger <step...@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 <step...@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.mcnam...@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