minor tweaks from Andrea/Phyllis
[goodguy/cin-manual-latex.git] / parts / Licenses.tex
1 \chapter{Licenses}%
2 \label{cha:licenses}
3
4 \CGG{} codebase is licensed GPLv2+
5
6 GREYcstoration plugin is licensed CeCILL v2.0
7
8 Google SHA1 implementation is licensed BSD 3-clause
9
10 Cinfinity icons are licensed Creative Commons CC-BY 4.0
11
12 Neophyte theme is licensed Creative Commons CC-BY 4.0
13
14 OpenCV is licensed 3-clause BSD License
15
16 freeverb components and the Tapeworm font are in the public Domain
17
18 License: GPLv2+ and CeCILL and BSD and CC-BY and Public Domain
19
20 \vspace{2ex} \textbf{GPLv2+ \qquad   GNU General Public License version 2}
21
22 \CGG{} codebase is licensed GPLv2+ 
23
24 See: {\small \url{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html }}
25
26 \vspace{2ex} \textbf{Creative Commons Attribution 4.0 International License}
27
28 Cinfinity icons (c) by "Sam"; Neophyte and Cakewalk themes by "Olaf" are licensed under a
29 Creative Commons Attribution 4.0 International License.
30
31 see: {\small \url{http://creativecommons.org/licenses/by/4.0/}}
32
33 \vspace{2ex} \textbf{License Agreement for OpenCV}
34
35 \begin{center}
36 For Open Source Computer Vision Library
37
38 (3-clause BSD License)
39 \end{center}
40
41 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
42
43 \begin{itemize}
44         \item Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
45         \item 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.
46         \item Neither the names of the copyright holders nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.
47 \end{itemize}
48
49 This software is provided by the copyright holders and contributors \textit{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 copyright holders 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.