From 29391fce85133ded6595a635e8b811df23e8c511 Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Fri, 27 Sep 2019 14:09:56 +0530 Subject: [PATCH] pmdinfogen: add SPDX license tag 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 Signed-off-by: Thomas Monjalon --- buildtools/pmdinfogen/pmdinfogen.c | 7 ++----- buildtools/pmdinfogen/pmdinfogen.h | 8 ++------ license/exceptions.txt | 1 + 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/buildtools/pmdinfogen/pmdinfogen.c b/buildtools/pmdinfogen/pmdinfogen.c index dc0b6d5ff4..a68d1ea999 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 160867b9f3..93930e4543 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 2938ca2f75..1e21a863f1 100644 --- a/license/exceptions.txt +++ b/license/exceptions.txt @@ -16,4 +16,5 @@ SPDX Identifier TB Approval Date GB Approval Date File name 2.BSD-2-Clause 10/23/2019 12/18/2019 lib/librte_eal/windows/eal/include/getopt.h 3.ISC AND BSD-2-Clause 10/23/2019 12/18/2019 lib/librte_eal/windows/eal/getopt.c +4.GPL-2.0 09/25/2019 12/18/2019 buildtools/pmdinfogen/pmdinfogen.* --------------------------------------------------------------------------------------------------- -- 2.20.1