Re: [dpdk-dev] [PATCH] devtools: add SPDX license tag check script

2019-12-16 Thread Stephen Hemminger
On Wed, 13 Nov 2019 06:59:48 + Hemant Agrawal wrote: > HI Stephen, > Will you please enhance it to also provide number of files in each > category? > > We also need to think about how to handle the scripts "*.sh", as many of > these are without SPDX. > - we can either leave them as

Re: [dpdk-dev] [PATCH] devtools: add SPDX license tag check script

2019-11-13 Thread Stephen Hemminger
On Wed, 13 Nov 2019 06:59:48 + Hemant Agrawal wrote: > HI Stephen, > Will you please enhance it to also provide number of files in each > category? The number of files is shrinking to zero, so may not be necessary soon. > > We also need to think about how to handle the scripts "*.s

Re: [dpdk-dev] [PATCH] devtools: add SPDX license tag check script

2019-11-12 Thread Hemant Agrawal
Regards, Hemant > -Original Message- > From: dev On Behalf Of Stephen Hemminger > Sent: Friday, November 8, 2019 10:54 PM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH] devtools: add SPDX license tag check script > > Simple script to

Re: [dpdk-dev] [PATCH] devtools: add SPDX license tag check script

2019-11-12 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH] devtools: add SPDX license tag check script

2019-11-08 Thread Stephen Hemminger
Simple script to look for missing SPDX license tags with exceptions for certain directories and file types. Signed-off-by: Stephen Hemminger --- devtools/spdx-check.sh | 22 ++ 1 file changed, 22 insertions(+) create mode 100755 devtools/spdx-check.sh diff --git a/devtools/