summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2021-07-29 07:10:00 +0200
committerYegor Yefremov <yegorslists@googlemail.com>2021-07-29 07:18:49 +0200
commit4b94d7c87152b295e12ec2c2ac251f1cc0da63e7 (patch)
treecbee0d33fafedcad038f156aaa88676c7d5fd67b /meson.build
parent8d9329dbc8e5f43330dbba027421eafe485e6786 (diff)
downloadlibmbim-4b94d7c87152b295e12ec2c2ac251f1cc0da63e7.tar.gz
meson: list both licenses
As this project is covered by two licenses, list both GPL-2.0-or-later and LGPL-2.1-or-later in the corresponding project field.
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 a612c32..c80ea2f 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
project(
'libmbim', 'c',
version: '1.27.0',
- license: 'GPL2',
+ license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'buildtype=debugoptimized',
'c_std=gnu89',