Add LICENSE.BSD-3-Clause 95/289195/2
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 2 Mar 2023 09:04:48 +0000 (18:04 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 2 Mar 2023 09:18:35 +0000 (18:18 +0900)
[Issue type] update

Add missing BSD-3 notice license file.

Change-Id: I2fd36bcf55e828ab18ec1984dbb7032ddb148269
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..a8fe161
--- /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 28a66fc..83bb446 100644 (file)
@@ -1,7 +1,7 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
 Version:     0.23.41
-Release:     2
+Release:     3
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause
 Source0:     %{name}-%{version}.tar.gz
@@ -306,7 +306,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 
 %if !0%{?ml_only:1}
 %files devel
@@ -315,7 +315,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %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
 
@@ -326,7 +326,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %if !0%{?ml_only:1}
 %files barcode
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_barcode*.so
 
 %files barcode-devel
@@ -335,7 +335,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files face
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_face*.so
 
 %files face-devel
@@ -344,7 +344,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files image
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_image.so
 
 %files image-devel
@@ -353,7 +353,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files surveillance
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_surveillance*.so
 
 %files surveillance-devel
@@ -362,7 +362,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files 3d
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_3d*.so
 
 %files 3d-devel
@@ -372,7 +372,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files machine_learning
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_inference*.so
 %if "%{enable_ml_face_recognition}" == "1"
 %{_datadir}/%{name}/face_recognition.json
@@ -391,7 +391,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 
 %files roi_tracker
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_roi_tracker.so
 
 %files roi_tracker-devel
@@ -402,7 +402,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %if !0%{?ml_only:1}
 %files testsuite
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_*helper.so
 %if 0%{?visualizer:1}
 %{_libdir}/libmv_visualizer.so