From: sooyeon.kim Date: Fri, 4 Oct 2019 05:10:10 +0000 (+0900) Subject: Add Boost Software License X-Git-Tag: submit/tizen/20191004.051433^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified;p=platform%2Fcore%2Fuifw%2Fstt-engine-embedded.git Add Boost Software License Change-Id: I477e92c8fe142c73061a9f66f4b80247254a7d31 Signed-off-by: sooyeon.kim --- diff --git a/LICENSE.BSL b/LICENSE.BSL new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE.BSL @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN 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/NOTICE b/NOTICE index 51f5ca6..84644f9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,3 @@ Copyright (c) 2019 Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Flora License, Version 1.1, Apache 2.0, BSD-3-clause, and MPL 2.0. +Except as noted, this software is licensed under Flora License, Version 1.1, Apache 2.0, BSD-3-clause, BSL 1.0 and MPL 2.0. Please, see the LICENSE file for terms and conditions. diff --git a/packaging/org.tizen.stt-engine-embedded.spec b/packaging/org.tizen.stt-engine-embedded.spec index b5c2b08..02ce897 100644 --- a/packaging/org.tizen.stt-engine-embedded.spec +++ b/packaging/org.tizen.stt-engine-embedded.spec @@ -6,7 +6,7 @@ Summary: Samsung Tizen Embedded Speech To Text engine (On-Device ASR) Version: 1.0.1 Release: 1 Group: Graphics & UI Framework/Voice Framework -License: Flora-1.1 and BSD-3-Clause and Apache-2.0 and MPL-2.0 +License: Flora-1.1 and BSD-3-Clause and Apache-2.0 and MPL-2.0 and BSL-1.0 Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest @@ -26,7 +26,7 @@ Description: Samsung Tizen Embedded Speech To Text engine %setup -q cp %{SOURCE1001} . -cat LICENSE LICENSE.APLv2 LICENSE.BSD LICENSE.MPLv2 > LICENSE.merge +cat LICENSE LICENSE.APLv2 LICENSE.BSD LICENSE.MPLv2 LICENSE.BSL > LICENSE.merge cp LICENSE.merge LICENSE rm LICENSE.merge