[v6,01/10] license: add license exception for windows

Message ID 20200131000307.10608-2-pallavi.kadam@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series Windows patchset with additional EAL functionalities |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-nxp-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/Intel-compilation fail apply issues

Commit Message

Kadam, Pallavi Jan. 31, 2020, 12:02 a.m. UTC
  The Governing Board and Tech Board have provided exceptions for
MIT and BSD-2-Clause license files for DPDK support on Windows.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
---
 license/exceptions.txt | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
  

Patch

diff --git a/license/exceptions.txt b/license/exceptions.txt
index ee25bb9a1..60b983122 100644
--- a/license/exceptions.txt
+++ b/license/exceptions.txt
@@ -9,9 +9,11 @@  Note that following licenses are not exceptions:-
 	- Dual BSD-3-Clause OR LGPL-2.1
 	- GPL-2.0  (*Only for kernel code*)
 
------------------------------------------------------------------
+---------------------------------------------------------------------------------------------------
 SPDX Identifier     TB Approval Date  GB Approval Date  File name
------------------------------------------------------------------
-1.
-
------------------------------------------------------------------
+---------------------------------------------------------------------------------------------------
+1.MIT               11/12/2019        11/12/2019        lib/librte_eal/windows/eal/include/dirent.h
+2.BSD-2-Clause      01/08/2020        01/08/2020        lib/librte_eal/windows/eal/include/getopt.h
+3.ISC AND
+  BSD-2-Clause      01/08/2020        01/08/2020        lib/librte_eal/windows/eal/getopt.c
+---------------------------------------------------------------------------------------------------