summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2019-08-25 11:27:59 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2019-08-25 11:27:59 +0000
commite86814dd2e71d0747ff6d5518162e514c8b1388f (patch)
tree4fea16944848c595c7f24502c2aed38df5e8e8aa
parentf0625aecf312c00dfac893b16304e54e01ea27a1 (diff)
parent5d1562bfecfa909e29cf134312030949cc82131f (diff)
downloadlibgdata-e86814dd2e71d0747ff6d5518162e514c8b1388f.tar.gz
Merge branch '36-license' into 'master'
build: Fix license in meson.build Closes #36 See merge request GNOME/libgdata!20
-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',
)