summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:37:04 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:37:04 +0000
commit80693b9f91abbf7c2fead68b14849a5bd5493141 (patch)
tree0e9693630b5193e8794389fde4ff512631f2d278 /meson.build
parent9714c283f0d9a65dc444b11c6ee8b968c4a5f5f9 (diff)
downloadgdk-pixbuf-80693b9f91abbf7c2fead68b14849a5bd5493141.tar.gz
Use an SPDX identifier for the license field
It's still a free-form field, but we should at least adhere to a machine parseable standard.
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 05e04bdb6..267539d81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gdk-pixbuf', 'c',
version: '2.42.1',
- license: 'LGPLv2.1+',
+ license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',