-
Notifications
You must be signed in to change notification settings - Fork 11
/
License.html
44 lines (44 loc) · 3.59 KB
/
License.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>RAWcooked License</title>
</head>
<body>
<h3 style="text-align: center">RAWcooked License</h3>
<p> Copyright (c) 2018-2024 <a href="mailto:[email protected]">MediaArea.net SARL</a> & <a href="https://reto.ch">Reto Kromer</a>. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
<li>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.</li>
</ul>
<p>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.</p>
<hr>
<p>Alternate open source licenses:<br>
You can relicense (including source headers change) RAWcooked<br>
under Apache License 2.0 or later,<br>
and/or GNU Lesser General Public License 2.1 or later,<br>
and/or GNU General Public License 2.0 or later,<br>
and/or Mozilla Public License 2.0 or later.</p>
<hr>
<p>Alternate license for redistributions of the library in binary form:<br>
Redistributions in binary form must reproduce the following sentence (including the link to the website) in the documentation and/or other materials provided with the distribution.<br>
This product uses <a href="https://mediaarea.net/RAWcooked">RAWcooked</a> library, Copyright (c) 2018-2023 <a href="mailto:[email protected]">MediaArea.net SARL</a> & <a href="https://reto.ch">Reto Kromer</a>.</p>
<hr>
<h3 style="text-align: center">Third party libraries</h3>
<p>The software relies on third party libraries. Such libraries have their own license:</p>
<ul>
<li>C++ standard library: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html">libstdc++</a>, <a href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">libc++</a>, <a href="http://msdn.microsoft.com/en-us/library/vstudio/ms235299.aspx">Visual C++ library</a> or any other C++ standard library.</li>
<li>GUI (optional): <a href="https://www.qt.io/licensing/">Qt</a>.</li>
<li>gzip decompression routine: <a href="https://zlib.net/zlib_license.html">zlib</a>.</li>
<li>MD5: <a href="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5">MD5 from OpenWall</a>.</li>
<li>ThreadPool: <a href="https://github.com/mtrebi/thread-pool">ThreadPool from Mariano Trebino</a>.</li>
<li>alphanum comparison: <a href="http://www.davekoelle.com/alphanum.html">The Alphanum Algorithm from Dave Koelle</a>.</li>
</ul>
<hr>
<h3 style="text-align: center">Contributors</h3>
<ul>
<li>Jérôme Martinez (main developer)</li>
</ul>
</body>
</html>