From a75213739fd5cc27795d5aa17730c46788474020 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9C=A4=EC=A0=95=ED=98=84/Common=20Platform=20Lab=28SR=29?= =?utf8?q?/Staff=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 8 Apr 2020 11:15:10 +0900 Subject: [PATCH] Fixed License information (#191) --- LICENSE.MIT => LICENSE | 0 LICENSE.Apache => LICENSE.Apache-2.0 | 0 LICENSE.Flora => LICENSE.Flora-1.1 | 0 packaging/xsf.spec | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.MIT => LICENSE (100%) rename LICENSE.Apache => LICENSE.Apache-2.0 (100%) rename LICENSE.Flora => LICENSE.Flora-1.1 (100%) 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 -- 2.7.4