From patchwork Fri Sep 27 08:39:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 59976 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 064BC2BEA; Fri, 27 Sep 2019 10:42:16 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 929CF2BE9 for ; Fri, 27 Sep 2019 10:42:14 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 664331A0AE0; Fri, 27 Sep 2019 10:42:14 +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 01FAD1A032C; Fri, 27 Sep 2019 10:42:13 +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 CD8F5402B4; Fri, 27 Sep 2019 16:42:10 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org Cc: Hemant Agrawal Date: Fri, 27 Sep 2019 14:09:56 +0530 Message-Id: <20190927083956.30311-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2] pmdinfogen: add SPDX license tag 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 adds SPDX license tag to pmdinfogen files. These files are originally drived from kernel. They are being used as binary tool to support internal build. This patch requires license exception approval from DPDK Technical Board and Governing Board. Signed-off-by: Hemant Agrawal Acked-by: Neil Horman --- buildtools/pmdinfogen/pmdinfogen.c | 7 ++----- buildtools/pmdinfogen/pmdinfogen.h | 8 ++------ license/exceptions.txt | 4 ++-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/buildtools/pmdinfogen/pmdinfogen.c b/buildtools/pmdinfogen/pmdinfogen.c index dc0b6d5ff..a68d1ea99 100644 --- a/buildtools/pmdinfogen/pmdinfogen.c +++ b/buildtools/pmdinfogen/pmdinfogen.c @@ -1,11 +1,8 @@ -/* Postprocess pmd object files to export hw support +/* SPDX-License-Identifier: GPL-2.0 + * Postprocess pmd object files to export hw support * * Copyright 2016 Neil Horman * Based in part on modpost.c from the linux kernel - * - * This software may be used and distributed according to the terms - * of the GNU General Public License V2, incorporated herein by reference. - * */ #include diff --git a/buildtools/pmdinfogen/pmdinfogen.h b/buildtools/pmdinfogen/pmdinfogen.h index c8a9e2136..e6ba54535 100644 --- a/buildtools/pmdinfogen/pmdinfogen.h +++ b/buildtools/pmdinfogen/pmdinfogen.h @@ -1,12 +1,8 @@ - -/* Postprocess pmd object files to export hw support +/* SPDX-License-Identifier: GPL-2.0 + * Postprocess pmd object files to export hw support * * Copyright 2016 Neil Horman * Based in part on modpost.c from the linux kernel - * - * This software may be used and distributed according to the terms - * of the GNU General Public License V2, incorporated herein by reference. - * */ #include diff --git a/license/exceptions.txt b/license/exceptions.txt index f1cfa462f..1acd5733f 100644 --- a/license/exceptions.txt +++ b/license/exceptions.txt @@ -7,12 +7,12 @@ 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 - - GPL-2.0 (*Only for kernel code*) + - GPL-2.0 (*Only for kernel code and tools*) ----------------------------------------------------------------- SPDX Identifier TB Approval Date GB Approval Date File name ----------------------------------------------------------------- -1. +1.GPL-2.0 25-Sep-2019 TBD buildtools/pmdinfogen/pmdinfogen.* -----------------------------------------------------------------