diff mbox series

kernel: add missing SPDX license identifier

Message ID 1523264319-26429-6-git-send-email-hemant.agrawal@nxp.com
State New
Headers show
Series kernel: add missing SPDX license identifier | expand

Commit Message

Hemant Agrawal April 9, 2018, 8:58 a.m. UTC
Cc: jmiao@redhat.com
Cc: stephen@networkplumber.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

---
 kernel/linux/igb_uio/compat.h | 1 +
 kernel/linux/kni/compat.h     | 1 +
 2 files changed, 2 insertions(+)

-- 
2.7.4
diff mbox series

Patch

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.
  */