build: Use SPDX identifier for license field
SPDX has become the established standard for expressing FLOSS licenses, and is what meson itself strongly recommends for the license field. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4101>
This commit is contained in:
parent
817a951b24
commit
e5c0887524
@ -1,7 +1,7 @@
|
||||
project('mutter', 'c',
|
||||
version: '47.0',
|
||||
meson_version: '>= 1.3.0',
|
||||
license: 'GPLv2+'
|
||||
license: 'GPL-2.0-or-later',
|
||||
)
|
||||
|
||||
split_version = meson.project_version().split('.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user