Fix licensing in meson.build.

This commit is contained in:
Matthieu Gautier 2020-07-15 16:41:57 +02:00
parent a35d95207e
commit a8130bd4f2
1 changed files with 1 additions and 1 deletions

View File

@ -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')