summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',