From: Hemant Agrawal Date: Mon, 9 Apr 2018 08:58:38 +0000 (+0530) Subject: kernel: add missing SPDX license identifiers X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7aa838bc4c8c004c3daedf4f512ad8326d40a3c1;p=dpdk.git kernel: add missing SPDX license identifiers Signed-off-by: Hemant Agrawal --- 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. */