Add Boost Software License 43/215243/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/5.5/unified/20191031.015501 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075534 accepted/tizen/5.5/unified/wearable/hotfix/20201027.110614 accepted/tizen/6.0/unified/20201030.104831 accepted/tizen/6.0/unified/hotfix/20201102.235517 accepted/tizen/6.5/unified/20211028.122355 accepted/tizen/7.0/unified/20221110.061028 accepted/tizen/7.0/unified/hotfix/20221116.110222 accepted/tizen/8.0/unified/20231005.094303 accepted/tizen/unified/20191008.101633 submit/tizen/20191004.051433 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184305 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 submit/tizen_6.5/20211028.163101 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 4 Oct 2019 05:10:10 +0000 (14:10 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 4 Oct 2019 05:10:10 +0000 (14:10 +0900)
Change-Id: I477e92c8fe142c73061a9f66f4b80247254a7d31
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
LICENSE.BSL [new file with mode: 0644]
NOTICE
packaging/org.tizen.stt-engine-embedded.spec

diff --git a/LICENSE.BSL b/LICENSE.BSL
new file mode 100644 (file)
index 0000000..36b7cd9
--- /dev/null
@@ -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 (file)
--- 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.
index b5c2b08..02ce897 100644 (file)
@@ -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