76 lines
3.2 KiB
HTML
76 lines
3.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>MediaInfo(Lib) License</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h3 style="text-align: center;">MediaInfo(Lib) License</h3>
|
|
|
|
<p>Copyright (c) 2002-2023 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</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>
|
|
</div>
|
|
|
|
<hr />
|
|
<div>
|
|
<h3 style="text-align: center;">Third party libraries</h3>
|
|
<p>
|
|
The software relies on third party libraries. Such libraries have their own license:
|
|
<ul>
|
|
<li>C++ standard library: <a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01s02.html">libstdc++</a>, <a href="http://llvm.org/docs/DeveloperPolicy.html#license">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>Base classes library: ZenLib, (c) MediaArea.net SARL, zlib license.</li>
|
|
<li>GUI (optional): <a href="http://qt-project.org/products/licensing">Qt</a>.</li>
|
|
<li>GUI (optional): <a href="http://www.wxwidgets.org/about/newlicen.htm">WxWidgets</a>.</li>
|
|
<li>XML parser (optional): <a href="http://www.grinninglizard.com/tinyxml2docs/index.html">TinyXML-2</a>.</li>
|
|
<li>gzip decompression routine (optional): <a href="http://www.gzip.org/zlib/zlib_license.html">zlib</a>.</li>
|
|
<li>FTP, FTPS, SFTP, HTTP, HTTPS (optional): <a href="http://curl.haxx.se/docs/copyright.html">libcurl</a>.</li>
|
|
<li>MMS (optional): <a href="http://sourceforge.net/projects/libmms/">libmms</a>.</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
<hr />
|
|
<div>
|
|
<h3 style="text-align: center;">Contributors</h3>
|
|
<p>
|
|
<ul>
|
|
<li>Jérôme Martinez (main developper)</li>
|
|
<li>Lionel Duchateau (odd formats support)</li>
|
|
<li>MPC-HC team (tests)</li>
|
|
<li>FlylinkDC++ team (tests)</li>
|
|
<li>Max Pozdeev (former native Mac GUI developper)</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|