From a8130bd4f220aaa8e5eb2fbea8f66ea4f86bcac7 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 15 Jul 2020 16:41:57 +0200 Subject: [PATCH] Fix licensing in meson.build. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3769cc6b0..c498ac4e3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('kiwix-lib', 'cpp', version : '9.3.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle - license : 'GPL', + license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true']) compiler = meson.get_compiler('cpp')