summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-25 14:26:26 +0300
committerPhilip Withnall <withnall@endlessm.com>2019-08-25 14:26:26 +0300
commit5d1562bfecfa909e29cf134312030949cc82131f (patch)
tree4fea16944848c595c7f24502c2aed38df5e8e8aa
parentf0625aecf312c00dfac893b16304e54e01ea27a1 (diff)
downloadlibgdata-5d1562bfecfa909e29cf134312030949cc82131f.tar.gz
build: Fix license in meson.build
The project is licensed under LGPLv2.1+ (this is not a licensing change). The `meson.build` file listed the wrong LGPL version. Thanks to Mart Raudsepp for spotting this. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #36
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 50441abb..af23dca0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libgdata', 'c',
version: '0.17.11',
- license: 'LGPL2+',
+ license: 'LGPL2.1+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
)