From c3a310fe53b2a474202bfd8da73b0725c1eda1d9 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Wed, 13 Nov 2019 13:40:41 +0900 Subject: [PATCH] [Build] Add MIT License file --- LICENSE.MIT | 31 +++++++++++++++++++++++++++++++ packaging/csapi-tizenfx.spec | 1 + packaging/csapi-tizenfx.spec.in | 1 + 3 files changed, 33 insertions(+) create mode 100644 LICENSE.MIT diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..75738e1 --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,31 @@ +Following directories are under MIT license. +- src/Tizen.NUI/src/public/Xaml +- src/Tizen.NUI/src/public/XamlBinding +- src/Tizen.NUI/src/internal/Xaml +- src/Tizen.NUI/src/internal/XamlBinding +- src/Tizen.NUI.Design/Tizen.NUI.Design + +The MIT License (MIT) + +Copyright (c) .NET Foundation Contributors +Copyright (c) Samsung Electronics Co., Ltd. + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 502145c..e6d33d4 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -185,6 +185,7 @@ install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH} %files %license LICENSE +%license LICENSE.MIT %files nuget %{DOTNET_NUGET_SOURCE}/*.nupkg diff --git a/packaging/csapi-tizenfx.spec.in b/packaging/csapi-tizenfx.spec.in index d2b47be..4a57610 100644 --- a/packaging/csapi-tizenfx.spec.in +++ b/packaging/csapi-tizenfx.spec.in @@ -184,6 +184,7 @@ install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH} %files %license LICENSE +%license LICENSE.MIT %files nuget %{DOTNET_NUGET_SOURCE}/*.nupkg -- 2.7.4