[glib-openssl] meson: add license to project
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-openssl] meson: add license to project
- Date: Sat, 17 Jun 2017 11:02:19 +0000 (UTC)
commit 90c5941a260d43a5ded75faa5ddd2bf00a6f9be0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Jun 17 13:01:58 2017 +0200
meson: add license to project
meson.build | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 72bf558..3b9f948 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('glib-openssl', 'c',
- version: '2.50.3',
- meson_version: '>= 0.38.0'
-)
+ version: '2.50.3',
+ license: 'LGPL2+',
+ meson_version: '>= 0.38.0')
cc = meson.get_compiler('c')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]