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
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 it is. Or , we can put the SPDX header without a copyright? Regards,

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

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