From patchwork Tue Jul 28 05:58:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 74896 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0285AA0521; Tue, 28 Jul 2020 08:03:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F2041C027; Tue, 28 Jul 2020 08:03:35 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id BFDD71C012 for ; Tue, 28 Jul 2020 08:03:33 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 7D1971A040C; Tue, 28 Jul 2020 08:03:33 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 36C711A0BF0; Tue, 28 Jul 2020 08:03:32 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 73DFE402C1; Tue, 28 Jul 2020 08:03:30 +0200 (CEST) From: Hemant Agrawal To: dev@dpdk.org Cc: Hemant Agrawal Date: Tue, 28 Jul 2020 11:28:40 +0530 Message-Id: <20200728055840.12033-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [20.08 PATCH] license: removing the dual prefix to avoid confusion X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 c984764a0..3afb996ed 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*) ---------------------------------------------------------------------------------------------------