Re: [dpdk-dev] [PATCH v2 1/2] Introducing SPDX License Identifiers

2017-12-07 Thread Hemant Agrawal
On 12/8/2017 5:16 AM, Ferruh Yigit wrote: On 12/1/2017 12:38 AM, Hemant Agrawal wrote: The DPDK uses the Open Source BSD-3-Clause license for the core libraries and drivers. The kernel components are naturally GPLv2 licensed. Many of the files in the DPDK source code contain the full text of th

Re: [dpdk-dev] [PATCH v2 1/2] Introducing SPDX License Identifiers

2017-12-07 Thread Ferruh Yigit
On 12/1/2017 12:38 AM, Hemant Agrawal wrote: > The DPDK uses the Open Source BSD-3-Clause license for the core libraries > and drivers. The kernel components are naturally GPLv2 licensed. > > Many of the files in the DPDK source code contain the full text of the > applicable license. For example,

[dpdk-dev] [PATCH v2 1/2] Introducing SPDX License Identifiers

2017-12-01 Thread Hemant Agrawal
The DPDK uses the Open Source BSD-3-Clause license for the core libraries and drivers. The kernel components are naturally GPLv2 licensed. Many of the files in the DPDK source code contain the full text of the applicable license. For example, most of the BSD-3-Clause files contain a full copy of t