Commit 983d014a authored by Tim Bird's avatar Tim Bird Committed by Linus Torvalds
Browse files

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: default avatarTim Bird <tim.bird@sony.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 88e49091
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * kmod - the kernel module loader
 *