--- /dev/null
+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.
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
%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