|
| 1 | +OpenCV library is redistributed within opencv-python package. |
| 2 | +This license applies to OpenCV binary in the directory cv2/. |
| 3 | + |
| 4 | +By downloading, copying, installing or using the software you agree to this license. |
| 5 | +If you do not agree to this license, do not download, install, |
| 6 | +copy or use the software. |
| 7 | + |
| 8 | + |
| 9 | + License Agreement |
| 10 | + For Open Source Computer Vision Library |
| 11 | + (3-clause BSD License) |
| 12 | + |
| 13 | +Copyright (C) 2000-2016, Intel Corporation, all rights reserved. |
| 14 | +Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved. |
| 15 | +Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved. |
| 16 | +Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved. |
| 17 | +Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved. |
| 18 | +Copyright (C) 2015-2016, Itseez Inc., all rights reserved. |
| 19 | +Third party copyrights are property of their respective owners. |
| 20 | + |
| 21 | +Redistribution and use in source and binary forms, with or without modification, |
| 22 | +are permitted provided that the following conditions are met: |
| 23 | + |
| 24 | + * Redistributions of source code must retain the above copyright notice, |
| 25 | + this list of conditions and the following disclaimer. |
| 26 | + |
| 27 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 28 | + this list of conditions and the following disclaimer in the documentation |
| 29 | + and/or other materials provided with the distribution. |
| 30 | + |
| 31 | + * Neither the names of the copyright holders nor the names of the contributors |
| 32 | + may be used to endorse or promote products derived from this software |
| 33 | + without specific prior written permission. |
| 34 | + |
| 35 | +This software is provided by the copyright holders and contributors "as is" and |
| 36 | +any express or implied warranties, including, but not limited to, the implied |
| 37 | +warranties of merchantability and fitness for a particular purpose are disclaimed. |
| 38 | +In no event shall copyright holders or contributors be liable for any direct, |
| 39 | +indirect, incidental, special, exemplary, or consequential damages |
| 40 | +(including, but not limited to, procurement of substitute goods or services; |
| 41 | +loss of use, data, or profits; or business interruption) however caused |
| 42 | +and on any theory of liability, whether in contract, strict liability, |
| 43 | +or tort (including negligence or otherwise) arising in any way out of |
| 44 | +the use of this software, even if advised of the possibility of such damage. |
0 commit comments