From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH] kernel: add missing SPDX license identifier Date: Mon, 9 Apr 2018 14:28:38 +0530 Message-ID: <1523264319-26429-6-git-send-email-hemant.agrawal@nxp.com> References: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: jmiao@redhat.com, stephen@networkplumber.org, Hemant Agrawal To: dev@dpdk.org Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0067.outbound.protection.outlook.com [104.47.0.67]) by dpdk.org (Postfix) with ESMTP id D87591B7CA for ; Mon, 9 Apr 2018 11:00:46 +0200 (CEST) In-Reply-To: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Cc: jmiao@redhat.com Cc: stephen@networkplumber.org Signed-off-by: Hemant Agrawal --- kernel/linux/igb_uio/compat.h | 1 + kernel/linux/kni/compat.h | 1 + 2 files changed, 2 insertions(+) diff --git a/kernel/linux/igb_uio/compat.h b/kernel/linux/igb_uio/compat.h index ce456d4..f9adc7d 100644 --- a/kernel/linux/igb_uio/compat.h +++ b/kernel/linux/igb_uio/compat.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Minimal wrappers to allow compiling igb_uio on older kernels. */ diff --git a/kernel/linux/kni/compat.h b/kernel/linux/kni/compat.h index 6a6968d..5aadebb 100644 --- a/kernel/linux/kni/compat.h +++ b/kernel/linux/kni/compat.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Minimal wrappers to allow compiling kni on older kernels. */ -- 2.7.4