From 80693b9f91abbf7c2fead68b14849a5bd5493141 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 9 Nov 2020 13:37:04 +0000 Subject: 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1