From 082ac00826b3daa2bd85400990be112972ec8acf Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Tue, 28 Jul 2020 11:28:40 +0530 Subject: [PATCH] license: remove dual prefix This patch removes the dual keyword from dual license definitions to avoid confusion. As the *dual* word is not required to be added SPDX license. Signed-off-by: Hemant Agrawal --- license/exceptions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license/exceptions.txt b/license/exceptions.txt index c984764a02..3afb996ed9 100644 --- a/license/exceptions.txt +++ b/license/exceptions.txt @@ -5,8 +5,8 @@ IP License policy as defined in DPDK Charter available at: Note that following licenses are not exceptions:- - BSD-3-Clause - - Dual BSD-3-Clause OR GPL-2.0 - - Dual BSD-3-Clause OR LGPL-2.1 + - BSD-3-Clause OR GPL-2.0 + - BSD-3-Clause OR LGPL-2.1 - GPL-2.0 (*Only for kernel code*) --------------------------------------------------------------------------------------------------- -- 2.20.1