You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>MediaConch is licensed under a <ahref="http://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>/<ahref="https://www.mozilla.org/en-US/MPL/2.0/">MPLv2+</a> License. </p>
20
-
21
-
<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. </p>
22
-
23
-
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </p>
24
-
25
-
<p>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. </p>
Copyright (c) 2015-2018 <ahref="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All rights reserved.
16
+
</p>
17
+
<p>
18
+
Redistribution and use in source and binary forms, with or without modification,
19
+
are permitted provided that the following conditions are met:
20
+
</p>
21
+
<ul>
22
+
<li>Redistributions of source code must retain the above copyright notice,
23
+
this list of conditions and the following disclaimer.</li>
24
+
<li>Redistributions in binary form must reproduce the above copyright notice,
25
+
this list of conditions and the following disclaimer in the documentation and/or
26
+
other materials provided with the distribution.</li>
27
+
</ul>
28
+
<p>
29
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS”
30
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31
+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
32
+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
33
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
34
+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
35
+
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
37
+
OF THE POSSIBILITY OF SUCH DAMAGE.
38
+
</p>
39
+
</div>
40
+
41
+
<hr/>
42
+
<div>
43
+
<p>Alternate open source licenses:<br/>
44
+
You can relicense (including source headers change) MediaConch
45
+
under Apache License 2.0 or later,
46
+
and/or GNU Lesser General Public License 2.1 or later,
47
+
and/or GNU General Public License 2.0 or later,
48
+
and/or Mozilla Public License 2.0 or later.</p>
49
+
</div>
50
+
51
+
<hr/>
52
+
<div>
53
+
54
+
<h3>Third party libraries</h3>
28
55
29
56
<p>The software relies on third party libraries. Such libraries have their own license: </p>
30
57
31
58
<ul>
32
-
<li>Media analysis library: MediaInfoLib, (c) MediaArea.net SARL, initialy BSD-2-Clause license, relicensed to GPLv3 or later / MPLv2 or later</li>
33
-
<li>Base classes library: ZenLib, (c) MediaArea.net SARL, initialy zlib license, relicensed to GPLv3 or later / MPLv2 or later</li>
34
-
<li>C++ standard library: <ahref="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01s02.html">libstdc++</a> (GPLv3+ with linking exception), <ahref="http://llvm.org/docs/DeveloperPolicy.html#license">libc++</a> (MIT license, could be relicensed to GPLv3 or later / MPLv2 or later), <ahref="http://msdn.microsoft.com/en-us/library/vstudio/ms235299.aspx">Visual C++ library</a> (Microsoft proprietary license) or any other C++ standard library</li>
35
-
<li>GUI (optional): <ahref="https://www.qt.io/qt-licensing-terms/">Qt</a>, LGPLv3+ license, compatible with GPLv3 or later / MPLv2 or later. Uses several third party libraries, <ahref="Qt_Licenses/index.html">with their own licenses</a>, all compatible with GPLv3 or later / MPLv2 or later</li>
36
-
<li>WebUI engine (optional) : <ahref="https://symfony.com/license">Symfony</a>, MIT license, could be relicensed to GPLv3 or later / MPLv2 or later</li>
37
-
<li>WebUI design (optional) : <ahref="http://getbootstrap.com/getting-started/">Bootstrap</a>, MIT license, could be relicensed to GPLv3 or later / MPLv2 or later</li>
38
-
<li>XML parser (optional): <ahref="http://www.grinninglizard.com/tinyxml2docs/index.html">TinyXML-2</a>, zlib license, could be relicensed to GPLv3 or later / MPLv2 or later</li>
39
-
<li>gzip decompression routine (optional): <ahref="http://www.gzip.org/zlib/zlib_license.html">zlib</a>, zlib license, could be relicensed to GPLv3 or later / MPLv2 or later</li>
40
-
<li>FTP, FTPS, SFTP, HTTP, HTTPS (optional): <ahref="http://curl.haxx.se/docs/copyright.html">libcurl</a>, MIT license, could be relicensed to GPLv3 or later / MPLv2 or later</li>
41
-
<li>Base64 (optional): base64 by Bob Withers, public domain, could be relicensed to GPLv3 or later / MPLv2 or later</li>
42
-
<li>AES (optional): aes by Brian Gladman, BSD-2-Clause license, compatible with GPLv3 or later / MPLv2 or later</li>
43
-
<li>MD5 (optional): md5 by Colin Plumb, public domain, could be relicensed to GPLv3 or later / MPLv2 or later</li>
44
-
<li>SHA-1 (optional): sha1 by Brian Gladman, BSD-2-Clause license, compatible with GPLv3 or later / MPLv2 or later</li>
45
-
<li>SHA-2 (optional): sha2 by Brian Gladman, BSD-2-Clause license, compatible with GPLv3 or later / MPLv2 or later</li>
46
-
<li>HMAC (optional): hmac by Brian Gladman, BSD-2-Clause license, compatible with GPLv3 or later / MPLv2 or later</li>
47
-
<li>SQLite (optional): the author disclaims copyright, compatible with GPLv3 or later / MPLv2 or later</li>
<li>C++ standard library: <ahref="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01s02.html">libstdc++</a> (GPLv3+ with linking exception), <ahref="http://llvm.org/docs/DeveloperPolicy.html#license">libc++</a> (MIT license), <ahref="http://msdn.microsoft.com/en-us/library/vstudio/ms235299.aspx">Visual C++ library</a> (Microsoft proprietary license) or any other C++ standard library</li>
<li>FTP, FTPS, SFTP, HTTP, HTTPS (optional): <ahref="http://curl.haxx.se/docs/copyright.html">libcurl</a>, MIT license</li>
68
+
<li>Base64 (optional): base64 by Bob Withers, public domain</li>
69
+
<li>AES (optional): aes by Brian Gladman, BSD-2-Clause license</li>
70
+
<li>MD5 (optional): md5 by Colin Plumb, public domain</li>
71
+
<li>SHA-1 (optional): sha1 by Brian Gladman, BSD-2-Clause license</li>
72
+
<li>SHA-2 (optional): sha2 by Brian Gladman, BSD-2-Clause license</li>
73
+
<li>HMAC (optional): hmac by Brian Gladman, BSD-2-Clause license</li>
74
+
<li>SQLite (optional): the author disclaims copyright</li>
48
75
</ul>
49
76
50
77
<h2>The Team</h2>
@@ -65,9 +92,12 @@ <h2>The Team</h2>
65
92
<li>Tessa Fallon (Archivist): community outreach and standards organization </li>
66
93
</ul>
67
94
95
+
</div>
96
+
97
+
<hr/>
98
+
<div>
68
99
<p>This project has received funding from <ahref="http://preforma-project.eu">PREFORMA</a>, co-funded by the <ahref="http://europa.eu/">European Commission</a> under its <ahref="http://ec.europa.eu/research/fp7/index_en.cfm">FP7-ICT</a> Programme </p>
0 commit comments