Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Tim Bird and committed by
Linus Torvalds
983d014a 88e49091

+1
+1
kernel/module/kmod.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kmod - the kernel module loader 3 4 *