Add LICENSE.BSD-3-Clause
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 2 Mar 2023 09:16:46 +0000 (18:16 +0900)
committerKwanghoon Son <k.son@samsung.com>
Fri, 3 Mar 2023 08:11:58 +0000 (17:11 +0900)
[Issue type] : update

Change-Id: I446e7e0a4248352816c93ba9acfabd01b28bd52f
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 2490d6adad4d116c4e23666c7878625043c65815..13cf23432cabb6ba28f98b98dad90e920274b3f9 100644 (file)
@@ -338,7 +338,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 
 %if !0%{?ml_only:1}
 %files devel
@@ -347,7 +347,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %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
 
@@ -358,7 +358,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 %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
@@ -367,7 +367,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files face
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_face*.so
 
 %files face-devel
@@ -376,7 +376,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files image
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_image.so
 
 %files image-devel
@@ -385,7 +385,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files surveillance
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_surveillance*.so
 
 %files surveillance-devel
@@ -394,7 +394,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files 3d
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_3d*.so
 
 %files 3d-devel
@@ -404,7 +404,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %files machine_learning
 %manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.APLv2 LICENSE.BSD-3-Clause
 %{_libdir}/libmv_inference*.so
 %{_datadir}/%{name}/object_detection.json
 %{_libdir}/libmv_object_detection*.so
@@ -435,7 +435,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 
 %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
@@ -446,7 +446,7 @@ find . -name '*.gcno' -not -path "./test/*" -exec cp --parents '{}' "$gcno_obj_d
 %if !0%{?ml_only:1}
 %files unittests
 %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