Add MIT to the package license 33/323233/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250428.091819 accepted/tizen/unified/x/20250429.081858
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 24 Apr 2025 08:52:25 +0000 (17:52 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 24 Apr 2025 08:52:25 +0000 (17:52 +0900)
Change-Id: I40d276e6ae2d2f6b9aa38b8738c0dedee0525344

LICENSE.MIT [new file with mode: 0644]
packaging/mmi.spec

diff --git a/LICENSE.MIT b/LICENSE.MIT
new file mode 100644 (file)
index 0000000..6032979
--- /dev/null
@@ -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 <http://opensource.org/licenses/MIT>.
+SPDX-License-Identifier: MIT
+Copyright (c) 2019 - 2023 Daniil Goncharov <neargye@gmail.com>.
+
+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.
index 807ebf5c3055c5c37c2b6805d4d92fda6384e6f2..672e5d68c5d88b706d808527b99e6260fa3e3572 100644 (file)
@@ -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