build: Use SPDX identifier for license

Meson strongly recommends to use SPDX identifiers for the license
string, and there's no reason for us to not do so.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/353>
(cherry picked from commit 6df4905286)
This commit is contained in:
Florian Müllner
2024-10-20 23:14:33 +02:00
parent f30990535f
commit 5bbf7f5c6c

View File

@@ -5,7 +5,7 @@
project('gnome-shell-extensions',
version: '47.1',
meson_version: '>= 1.1.0',
license: 'GPL2+'
license: 'GPL-2.0-or-later'
)
gettext_domain = meson.project_name()