[v8,1/9] license: add license exception for windows

Message ID 20200207031437.9124-2-pallavi.kadam@intel.com (mailing list archive)
State Accepted, 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 Feb. 7, 2020, 3:14 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(-)
  

Comments

Narcisa Ana Maria Vasile Feb. 12, 2020, 12:38 a.m. UTC | #1
On 2/6/2020 7:14 PM, Pallavi Kadam wrote:
> 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(-)

Tested-by: Narcisa Vasile <Narcisa.Vasile@microsoft.com>

Acked-by: Narcisa Vasile <Narcisa.Vasile@microsoft.com>
  
Thomas Monjalon Feb. 12, 2020, 9:38 p.m. UTC | #2
07/02/2020 04:14, Pallavi Kadam:
> 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>
> ---
> +---------------------------------------------------------------------------------------------------
> +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
> +---------------------------------------------------------------------------------------------------

I fixed the dates according to my records:
1.MIT               10/23/2019        02/10/2020        lib/librte_eal/windows/eal/include/dirent.h
2.BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/eal/include/getopt.h
3.ISC AND
  BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/eal/getopt.c
  
Menon, Ranjit Feb. 12, 2020, 9:55 p.m. UTC | #3
On 2/12/2020 1:38 PM, Thomas Monjalon wrote:
> 07/02/2020 04:14, Pallavi Kadam:
>> 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>
>> ---
>> +---------------------------------------------------------------------------------------------------
>> +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
>> +---------------------------------------------------------------------------------------------------
> 
> I fixed the dates according to my records:
> 1.MIT               10/23/2019        02/10/2020        lib/librte_eal/windows/eal/include/dirent.h
> 2.BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/eal/include/getopt.h
> 3.ISC AND
>    BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/eal/getopt.c
> 
> 
> 
> 

Thanks, Thomas!
Pallavi and I were discussing this just yesterday and we thought that we 
should send an update with the new dates. Thanks for taking care of this.

ranjit m.
  

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
+---------------------------------------------------------------------------------------------------