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

2017-11-28 Thread Stephen Hemminger
On Mon, 27 Nov 2017 13:16:03 +0530 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.

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

2017-11-26 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