From: 윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 Date: Wed, 8 Apr 2020 02:15:10 +0000 (+0900) Subject: Fixed License information (#191) X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a75213739fd5cc27795d5aa17730c46788474020;p=platform%2Fcore%2Fcsapi%2Fxsf.git Fixed License information (#191) --- diff --git a/LICENSE.MIT b/LICENSE similarity index 100% rename from LICENSE.MIT rename to LICENSE diff --git a/LICENSE.Apache b/LICENSE.Apache-2.0 similarity index 100% rename from LICENSE.Apache rename to LICENSE.Apache-2.0 diff --git a/LICENSE.Flora b/LICENSE.Flora-1.1 similarity index 100% rename from LICENSE.Flora rename to LICENSE.Flora-1.1 diff --git a/packaging/xsf.spec b/packaging/xsf.spec index 6ef163f..597635e 100644 --- a/packaging/xsf.spec +++ b/packaging/xsf.spec @@ -2,7 +2,7 @@ Name: xsf Summary: Platform embedded Xamarin.Forms Version: 5.5.0 Release: 0 -License: MIT and Flora +License: MIT and Flora-1.1 and Apache-2.0 Group: Graphics & UI Framework/Libraries Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest @@ -40,5 +40,5 @@ mv ./src/XSF/bin/Release/netstandard2.0/XSF.dll %{buildroot}%{DOTNET_ASSEMBLY_PA %files %manifest %{name}.manifest -%license LICENSE.MIT LICENSE.Flora LICENSE.Apache +%license LICENSE LICENSE.Flora-1.1 LICENSE.Apache-2.0 %attr(644,root,root) %{DOTNET_ASSEMBLY_PATH}/*.dll