From: Hermet Park Date: Tue, 17 Mar 2020 04:58:03 +0000 (+0900) Subject: correct rlottie license. X-Git-Tag: submit/tizen/20200322.220136~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7435ba7171cc7bfb1d68d7572d505da9ee5e578f;p=platform%2Fcore%2Fuifw%2Flottie-player.git correct rlottie license. Change-Id: I947ab1db61d542d5d2e8adf729f35ecd83562ab7 --- diff --git a/meson.build b/meson.build index f379975..be52a0e 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('rlottie', 'cpp', default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 'optimization=s'], version : '0.0.1', - license : 'Apache') + license : 'LGPL-v2.1') add_project_arguments('-DDEMO_DIR="@0@/example/resource/"'.format(meson.current_source_dir()), language : 'cpp')