Add LICENSE.BSD-3-Clause 19/289219/2 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20230306.132208 submit/tizen_6.0/20230306.022012
authorTae-Young Chung <ty83.chung@samsung.com>
Fri, 3 Mar 2023 00:22:35 +0000 (09:22 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Fri, 3 Mar 2023 00:24:01 +0000 (09:24 +0900)
Add missing BSD-3 notice license file.

Change-Id: I9bbb6b92efba2a91d8986766f4d818c059bc10e6
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
LICENSE.BSD-3-Clause [new file with mode: 0644]
packaging/capi-media-vision.spec

diff --git a/LICENSE.BSD-3-Clause b/LICENSE.BSD-3-Clause
new file mode 100644 (file)
index 0000000..1eeb2e9
--- /dev/null
@@ -0,0 +1,27 @@
+Copyright (C) 2013, OpenCV Foundation, all rights reserved.
+Third party copyrights are property of their respective owners.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+  * Redistribution's of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+
+  * Redistribution's 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.
+
+  * The name of the copyright holders may not 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 Intel Corporation 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.
+
index 8eee284..a7396a9 100644 (file)
@@ -1,7 +1,7 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
 Version:     0.6.0
-Release:     4
+Release:     5
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause
 Source0:     %{name}-%{version}.tar.gz
@@ -225,14 +225,14 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 
 %files
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 
 %files devel
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files common
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_datadir}/%{name}/media-vision-config.json
 %{_libdir}/libmv_common*.so
 
@@ -241,7 +241,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*common.pc
 
 %files barcode
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_barcode*.so
 
 %files barcode-devel
@@ -249,7 +249,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*barcode.pc
 
 %files face
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_face*.so
 
 %files face-devel
@@ -257,7 +257,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*face.pc
 
 %files image
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_image.so
 
 %files image-devel
@@ -265,7 +265,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*image.pc
 
 %files surveillance
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_surveillance*.so
 
 %files surveillance-devel
@@ -273,7 +273,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*surveillance.pc
 
 %files inference
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_inference*.so
 
 %files inference-devel
@@ -281,7 +281,7 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_libdir}/pkgconfig/*inference.pc
 
 %files testsuite
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_*helper.so
 %{_libdir}/libmv_testsuite*.so
 %TZ_SYS_BIN/mv_*