summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sony.com>2026-01-15 17:04:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-01-15 16:58:28 -0800
commit983d014aafb14ee5e4915465bf8948e8f3a723b5 (patch)
treec6ae2aaac745d6e3fedf88ce61adbfe4cbcf4419 /kernel
parent88e490913f079f0c0f9535e844077f9d31c369aa (diff)
kernel: modules: Add SPDX license identifier to kmod.c
Add a GPL-2.0 license identifier line for this file. kmod.c was originally introduced in the kernel in February of 1998 by Linus Torvalds - who was familiar with kernel licensing at the time this was introduced. Signed-off-by: Tim Bird <tim.bird@sony.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/module/kmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c
index 25f253812512..a25dccdf7aa7 100644
--- a/kernel/module/kmod.c
+++ b/kernel/module/kmod.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* kmod - the kernel module loader
*