[libgdata: 1/2] build: Fix license in meson.build
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata: 1/2] build: Fix license in meson.build
- Date: Sun, 25 Aug 2019 11:28:13 +0000 (UTC)
commit 5d1562bfecfa909e29cf134312030949cc82131f
Author: Philip Withnall <withnall endlessm com>
Date: Sun Aug 25 14:26:26 2019 +0300
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
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]