mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 15:39:08 +00:00
build: Fix license specification
The kmod project actually uses LGPL 2.1 or later for libkmod. Clarify this and use proper SPDX license identifier as done in source files. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> Reviewed-by: Lucas De Marchi <demarchi@kernel.org> Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
This commit is contained in:
parent
dad351539a
commit
ca9a7f4c5c
@ -2,7 +2,7 @@ project(
|
||||
'kmod',
|
||||
'c',
|
||||
version : '34',
|
||||
license : ['LGPLv2.1', 'GPL-2.0-or-later'],
|
||||
license : ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||
meson_version : '>=0.61.0',
|
||||
default_options : [
|
||||
'c_std=gnu11',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user