summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-06-21 14:10:33 +0200
committerBastien Nocera <hadess@hadess.net>2021-06-21 14:48:35 +0200
commitc0b6cab2ee83b153d450ecb306fcaa2a998ef370 (patch)
treea4c1093f5afbbce92146325a9822246365b6de12 /meson.build
parent0939ffda125bd89888a37759cdab1be99537b92b (diff)
downloadgrilo-plugins-c0b6cab2ee83b153d450ecb306fcaa2a998ef370.tar.gz
build: Clarify LGPLv2.1 or later license
The COPYING file by itself isn't enough to know under which license the project is released, as a combined work. Clarify this in the build system and the README.
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 5f8c7cd..41bef7b 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project('grilo-plugins', 'c',
'c_std=gnu99',
'warning_level=1'
],
- license: 'LGPL 2.1',
+ license: 'LGPL-2.1-or-later',
meson_version: '>= 0.47.0')
plugin_version = meson.project_version()