]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kernel: modules: Add SPDX license identifier to kmod.c
authorTim Bird <tim.bird@sony.com>
Fri, 16 Jan 2026 00:04:31 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jan 2026 00:58:28 +0000 (16:58 -0800)
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>
kernel/module/kmod.c

index 25f25381251281a390b273cd8a734c92b960113a..a25dccdf7aa75c5cb06023e3083252362f016daf 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * kmod - the kernel module loader
  *