[dpdk-dev] [PATCH v1] license: remove pmdinfogen from exceptions
From: John McNamara <hidden>
Date: 2021-02-04 10:28:45
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 <redacted> --- license/exceptions.txt | 1 - 1 file changed, 1 deletion(-)
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.* ---------------------------------------------------------------------------------------------------
--
2.25.1