[v1] license: remove pmdinfogen from exceptions

Message ID 20210204102835.3548828-1-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] license: remove pmdinfogen from exceptions |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/travis-robot warning Travis build: failed

Commit Message

John McNamara Feb. 4, 2021, 10:28 a.m. UTC
  The C based pmdinfogen tool has been replaced by a Python
based tool with a BSD license. As such, we no longer need
to call out a licence exception for pmdinfogen.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 license/exceptions.txt | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Thomas Monjalon Feb. 5, 2021, 5:15 p.m. UTC | #1
04/02/2021 11:28, John McNamara:
> The C based pmdinfogen tool has been replaced by a Python
> based tool with a BSD license. As such, we no longer need
> to call out a licence exception for pmdinfogen.
> 
> Signed-off-by: John McNamara <john.mcnamara@intel.com>

reporting acks from another thread:
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks
  

Patch

diff --git a/license/exceptions.txt b/license/exceptions.txt
index 3afb996ed..636c69b9b 100644
--- a/license/exceptions.txt
+++ b/license/exceptions.txt
@@ -16,5 +16,4 @@  SPDX Identifier     TB Approval Date  GB Approval Date  File name
 2.BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/include/getopt.h
 3.ISC AND
   BSD-2-Clause      10/23/2019        12/18/2019        lib/librte_eal/windows/getopt.c
-4.GPL-2.0           09/25/2019        12/18/2019        buildtools/pmdinfogen/pmdinfogen.*
 ---------------------------------------------------------------------------------------------------