Re: [dpdk-dev] [PATCH] pmdinfogen: add SPDX license tag

2019-12-30 Thread Stephen Hemminger
On Tue, 3 Sep 2019 12:54:35 +0530 Hemant Agrawal wrote: > diff --git a/license/exceptions.txt b/license/exceptions.txt > index f1cfa462f..9443dfc63 100644 > --- a/license/exceptions.txt > +++ b/license/exceptions.txt > @@ -12,7 +12,9 @@ Note that following licenses are not exceptions:- > --

Re: [dpdk-dev] [PATCH] pmdinfogen: add SPDX license tag

2019-09-03 Thread Neil Horman
On Tue, Sep 03, 2019 at 12:54:35PM +0530, Hemant Agrawal wrote: > This patch adds SPDX license tag to pmdinfogen files. > > These files are originally drived from kernel. > They are being used as binary tool to support internal > build. > > This patch requires license exception approval from > DP

[dpdk-dev] [PATCH] pmdinfogen: add SPDX license tag

2019-09-03 Thread Hemant Agrawal
This patch adds SPDX license tag to pmdinfogen files. These files are originally drived from kernel. They are being used as binary tool to support internal build. This patch requires license exception approval from DPDK Technical Board and Governing Board. Signed-off-by: Hemant Agrawal --- bui