summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMaximiliano <msandova@gnome.org>2022-02-28 18:42:00 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-02-28 18:42:00 +0000
commit8bea51e173c39b02b6049071da131a70ea26def0 (patch)
tree2f37c6a4a1064d63d3efede938aa8d1c451acfdb /meson.build
parentebe4613a4281755047fd711543522c9def4f8875 (diff)
downloadnautilus-8bea51e173c39b02b6049071da131a70ea26def0.tar.gz
general: Use proper license identifiers
GPL3+ is a deprecated SPDX identifier.[0] The meson and about dialog say GPL 3.0, so that should also appear on the appdata. [0] https://spdx.org/licenses/
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 680d9715c..f8973e020 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('nautilus', 'c',
version: '43.alpha',
meson_version: '>= 0.49.0',
- license: 'GPL3+'
+ license: 'GPL-3.0-or-later'
)
###############