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:
Florian Müllner 2024-10-21 12:27:12 +02:00
parent 817a951b24
commit e5c0887524

View File

@ -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('.')