Add BSD license 33/176833/1
authorWonnam Jang <wn.jang@samsung.com>
Thu, 11 Jan 2018 01:31:15 +0000 (10:31 +0900)
committerSooyeon Kim <sooyeon.kim@samsung.com>
Tue, 24 Apr 2018 02:02:18 +0000 (02:02 +0000)
Change-Id: I65141263cf26487672735f293bb4b8d25c2f05ee
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 5ad0c04fed050bb247e6cb16d6919ab3eed115a7)

LICENSE.BSD [new file with mode: 0644]
packaging/org.tizen.stt-engine-default.spec

diff --git a/LICENSE.BSD b/LICENSE.BSD
new file mode 100644 (file)
index 0000000..d09b444
--- /dev/null
@@ -0,0 +1,7 @@
+Copyright (c) <YEAR>, <OWNER>
+All rights reserved.
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
index 7448798b3900259211d7f220dd288ef40c042613..8cf5938f9481b3a0726cdfdd88959c1b925d92a7 100644 (file)
@@ -6,7 +6,7 @@ Summary:    Speech To Text default engine library
 Version:    0.0.15a
 Release:    1
 Group:      Graphics & UI Framework/Voice Framework
-License:    Flora-1.1
+License:    Flora-1.1 and and BSD-3-Clause
 Source0:    %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
 
@@ -26,6 +26,10 @@ Description: Speech To Text default engine library
 %setup -q
 cp %{SOURCE1001} .
 
+cat LICENSE LICENSE.BSD > LICENSE.merge
+cp LICENSE.merge LICENSE
+rm LICENSE.merge
+
 %define APP_PREFIX     %{TZ_SYS_RO_APP}/%{name}
 export LD_LIBRARY_PATH=%{APP_PREFIX}/lib