]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit983d014aafb14ee5e4915465bf8948e8f3a723b5
treec6ae2aaac745d6e3fedf88ce61adbfe4cbcf4419
parent88e490913f079f0c0f9535e844077f9d31c369aa
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>
kernel/module/kmod.c