From 7aa838bc4c8c004c3daedf4f512ad8326d40a3c1 Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Mon, 9 Apr 2018 14:28:38 +0530 Subject: [PATCH] kernel: add missing SPDX license identifiers 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 d9f4d29fcf..b4131a5c87 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 6a6968d93b..5aadebbcd9 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.20.1