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:
Tobias Stoeckmann 2026-01-13 18:16:38 +01:00 committed by Lucas De Marchi
parent dad351539a
commit ca9a7f4c5c

View File

@ -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',