mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
88e490913f
commit
983d014aaf
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* kmod - the kernel module loader
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue