summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2022-01-07 14:33:39 +0000
committerWill Thompson <wjt@endlessos.org>2022-01-07 14:33:39 +0000
commitbe5c04a093d45422bacbfd9faf0f0e0c2ee213ed (patch)
tree5f1339775bc036188d068cadc96c7475f1a919fb /meson.build
parent3ea6edf34cd58f0a8884e6a687b37e135885fdaf (diff)
downloadgnome-initial-setup-be5c04a093d45422bacbfd9faf0f0e0c2ee213ed.tar.gz
meson: Fix project license
GNOME Initial Setup is distributed under the terms of the GNU General Public License, version 2 or later. Previously, we told Meson it was distributed under GPLv2 only. Use the SPDX-specified identifier for the project's actual license. https://mesonbuild.com/Reference-manual_functions.html#arguments38 https://spdx.org/licenses/GPL-2.0-or-later.html
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7206ece..fa67311 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gnome-initial-setup',
['c'],
version: '42.beta',
- license: 'GPLv2',
+ license: 'GPL-2.0-or-later',
meson_version: '>= 0.53.0',
)