https://github.com/Breakthrough/PySceneDetect
Raw File
Tip revision: d08091685ad32572ddaf904a0cf15f0062ebd1ee authored by Breakthrough on 07 August 2015, 12:33:57 UTC
Added missing string index when determining OpenCV version.
Tip revision: d080916
LICENSE
By downloading, copying, installing, or using this software, you agree
to the terms of this license, and those contained in the "Ancillary
Software Licenses" section below. If you do not agree to any of these
terms or licenses, do not download, install, copy, or use the software
or any other material included in in distribution.

-----------------------------------------------------------------------

                PySceneDetect License (BSD 2-Clause)
          < http://www.bcastell.com/projects/pyscenedetect >

Copyright (C) 2013-2014, Brandon Castellano.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.

    2. 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.

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.

-----------------------------------------------------------------------
        
                   Ancillary Software Licenses

This software uses the following third-party open source libraries and
are released under the terms detailed below. By downloading, copying,
installing or using this software/tutorial, you agree to these terms.

-----------------------------------------------------------------------

> NumPy [Copyright (C) 2005-2013, Numpy Developers]:
    This software uses Numpy; see the LICENSE-NUMPY file
    or visit [ http://www.numpy.org/license.html ] for details.

> OpenCV [Copyright (C) 2014, Itseez]:
    This software uses OpenCV; see the LICENSE-OPENCV file
    or visit [ http://opencv.org/license.html ] for details.

back to top