From d804999559d098ac913b2d43b93396332af0fe38 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Thu, 24 Apr 2025 17:52:25 +0900 Subject: [PATCH] Add MIT to the package license Change-Id: I40d276e6ae2d2f6b9aa38b8738c0dedee0525344 --- LICENSE.MIT | 32 ++++++++++++++++++++++++++++++++ packaging/mmi.spec | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 LICENSE.MIT diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..6032979 --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,32 @@ +Following directories are under MIT license. +- external/magic_enum + +| \/ | (_) | ____| / ____|_ _ +| \ / | __ _ __ _ _ ___ | |__ _ __ _ _ _ __ ___ | | _| |_ _| |_ +| |\/| |/ _` |/ _` | |/ __| | __| | '_ \| | | | '_ ` _ \ | | |_ _|_ _| +| | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| +|_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| + __/ | https://github.com/Neargye/magic_enum + |___/ version 0.9.5 + +Licensed under the MIT License . +SPDX-License-Identifier: MIT +Copyright (c) 2019 - 2023 Daniil Goncharov . + +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/mmi.spec b/packaging/mmi.spec index 807ebf5..672e5d6 100644 --- a/packaging/mmi.spec +++ b/packaging/mmi.spec @@ -2,7 +2,7 @@ Name: mmi Version: 2.2.2 Release: 0 Summary: Multi-modal Interaction Framework -License: Apache-2.0 and BSD-3-Clause and BSL-1.0 +License: Apache-2.0 and BSD-3-Clause and BSL-1.0 and MIT URL: http://www.tizen.org Source: %{name}-%{version}.tar.xz Source1004: %{name}.manifest @@ -68,7 +68,7 @@ Testcases for testing MMI Framework APIs %setup -q cp %{SOURCE1004} . -cat LICENSE LICENSE.BSD LICENSE.BSL > LICENSE.merge +cat LICENSE LICENSE.BSD LICENSE.BSL LICENSE.MIT > LICENSE.merge cp LICENSE.merge LICENSE rm LICENSE.merge -- 2.34.1