|
1 | | -By downloading, copying, installing, or using this software, you agree |
2 | | -to the terms of this license, and those contained in the "Ancillary |
3 | | -Software Licenses" section below. If you do not agree to any of these |
4 | | -terms or licenses, do not download, install, copy, or use the software |
5 | | -or any other material included in in distribution. |
| 1 | +BSD 3-Clause License |
6 | 2 |
|
7 | | ------------------------------------------------------------------------ |
8 | | - |
9 | | - PySceneDetect License (BSD 3-Clause) |
10 | | - < http://www.bcastell.com/projects/PySceneDetect > |
11 | | - |
12 | | -Copyright (C) 2014-2024, Brandon Castellano. |
13 | | -All rights reserved. |
| 3 | +Copyright (C) 2024, Brandon Castellano |
14 | 4 |
|
15 | 5 | Redistribution and use in source and binary forms, with or without |
16 | | -modification, are permitted provided that the following conditions |
17 | | -are met: |
18 | | - |
19 | | - 1. Redistributions of source code must retain the above copyright |
20 | | - notice, this list of conditions and the following disclaimer. |
21 | | - |
22 | | - 2. Redistributions in binary form must reproduce the above |
23 | | - copyright notice, this list of conditions and the following |
24 | | - disclaimer in the documentation and/or other materials |
25 | | - provided with the distribution. |
26 | | - |
27 | | - 3. Neither the name of the copyright holder nor the names of its |
28 | | - contributors may be used to endorse or promote products derived |
29 | | - from this software without specific prior written permission. |
30 | | - |
31 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
32 | | -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
33 | | -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
34 | | -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
35 | | -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
36 | | -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
37 | | -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
38 | | -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
39 | | -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
40 | | -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 6 | +modification, are permitted provided that the following conditions are met: |
| 7 | + |
| 8 | +1. Redistributions of source code must retain the above copyright notice, this |
| 9 | + list of conditions and the following disclaimer. |
| 10 | + |
| 11 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 12 | + this list of conditions and the following disclaimer in the documentation |
| 13 | + and/or other materials provided with the distribution. |
| 14 | + |
| 15 | +3. Neither the name of the copyright holder nor the names of its |
| 16 | + contributors may be used to endorse or promote products derived from |
| 17 | + this software without specific prior written permission. |
| 18 | + |
| 19 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 20 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 21 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 22 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 23 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 24 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 25 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 26 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 27 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
41 | 28 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
42 | | - |
43 | | ------------------------------------------------------------------------ |
44 | | - |
45 | | - Ancillary Software Licenses |
46 | | - |
47 | | -This software uses the following third-party open source libraries and |
48 | | -are released under the terms detailed below. By downloading, copying, |
49 | | -installing or using this software/tutorial, you agree to these terms. |
50 | | - |
51 | | ------------------------------------------------------------------------ |
52 | | - |
53 | | - |
54 | | -> click [Copyright (C) 2017, Armin Ronacher]: |
55 | | - This software uses OpenCV; see thirdparty/LICENSE-CLICK or visit: |
56 | | - [ http://click.pocoo.org/license/ ] |
57 | | - |
58 | | -> NumPy [Copyright (C) 2005-2016, Numpy Developers]: |
59 | | - This software uses Numpy; see thirdparty/LICENSE-NUMPY or visit: |
60 | | - [ http://www.numpy.org/license.html ] |
61 | | - |
62 | | -> OpenCV [Copyright (C) 2017, Itseez]: |
63 | | - This software uses OpenCV; see thirdparty/LICENSE-OPENCV or visit: |
64 | | - [ http://opencv.org/license.html ] |
65 | | - |
66 | | -> PyAV [Copyright (C) 2017, Mike Boers and others]: |
67 | | - This software uses PyAV; see thirdparty/LICENSE-PYAV or visit: |
68 | | - [ https://github.com/PyAV-Org/PyAV/blob/main/LICENSE.txt ] |
69 | | - |
70 | | -> pytest [Copyright (C) 2004-2017, Holger Krekel and others]: |
71 | | - This software uses pytest; see thirdparty/LICENSE-PYTEST or visit: |
72 | | - [ https://docs.pytest.org/en/latest/license.html ] |
73 | | - |
74 | | -> simpletable [Copyright (C) 2014-2019, Matheus Vieira Portela and others]: |
75 | | - This software uses simpletable; see thirdparty/LICENSE-SIMPLETABLE or visit: |
76 | | - [ https://github.com/matheusportela/simpletable/blob/master/LICENSE ] |
77 | | - |
78 | | -> tqdm [Copyright (C) 2013-2018, Casper da Costa-Luis, |
79 | | - Google Inc., and Noam Yorav-Raphael]: |
80 | | - This software uses tqdm; see thirdparty/LICENSE-TQDM or visit: |
81 | | - [ https://github.com/tqdm/tqdm/blob/master/LICENCE ] |
82 | | - |
83 | | - |
84 | | ------------------------------------------------------------------------ |
85 | | - |
86 | | -This software may also invoke FFmpeg or mkvmerge, if available. If required, |
87 | | -these programs can be obtained from following URLs: |
88 | | - |
89 | | - FFmpeg: [ https://ffmpeg.org/download.html ] |
90 | | - mkvmerge: [ https://mkvtoolnix.download/downloads.html ] |
91 | | - |
92 | | -Once installed, ensure the program is in your PATH variable (i.e. you can |
93 | | -run the `ffmpeg` or `mkvmerge` command from any location). |
94 | | - |
95 | | -Certain distributions of PySceneDetect may include ffmpeg. See |
96 | | -thirdparty/LICENSE-FFMPEG file or visit [ https://ffmpeg.org ] |
97 | | - |
98 | | -FFmpeg is a trademark of Fabrice Bellard |
99 | | -mkvmerge is Copyright (C) 2005-2016, Matroska |
100 | | - |
101 | | -Windows distributions may include a compiled Python distribution. For license |
102 | | -information regarding the distributed version of Python, see the |
103 | | -thirdparty/LICENSE-PYTHON file, or visit [ https://docs.python.org/3/license.html ] |
0 commit comments