From: Tim Bird Date: Fri, 16 Jan 2026 00:04:31 +0000 (-0700) Subject: kernel: modules: Add SPDX license identifier to kmod.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983d014aafb14ee5e4915465bf8948e8f3a723b5;p=thirdparty%2Flinux.git 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 Signed-off-by: Linus Torvalds --- diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c index 25f2538125128..a25dccdf7aa75 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 *