Skip to content

Commit 983d014

Browse files
tbird20dtorvalds
authored andcommitted
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>
1 parent 88e4909 commit 983d014

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/module/kmod.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* kmod - the kernel module loader
34
*

0 commit comments

Comments
 (0)