mac/license.html
Lukas Kucharczyk fe2f9cec00 - Version 8.92 (October 7, 2022)
- Changed: Moved that the APE namespace is being used into CPP files instead of the global header.
 - Fixed: The Console header was relying upon undefined types, now correctly includes All.h (thanks Valérian Sibille).
 - Fixed: NoWindows.h now defines TCHAR, LPTSTR, LPCTSTR outside of the APE namespace like on Windows (thanks Valérian Sibille).
- Version 8.91 (October 7, 2022)
 - Changed: Worked through the rest of the Clang-Tidy warnings.
 - Changed: Turned on whole program optimization for the DirectShow filter (already on for everything else).
 - Fixed: With the non-Windows standard file reader, reads that didn't read any bytes would be reported as successful, causing FFmpeg pipes to hang forever after reaching the end of the input file (thanks Valérian Sibille).

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mac?expand=0&rev=2
2022-10-10 09:38:59 +00:00

100 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<!-- head -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<title>Monkey's Audio - a fast and powerful lossless audio compressor</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" >
</head>
<!-- body -->
<body>
<div id="wrapper">
<!-- header -->
<!-- logo -->
<div id="logo">
<h1>
<a href="index.html"><img src="images/banner.png" alt="Monkey's Audio - a fast and powerful lossless audio compressor" width="980" height="80" ></a>
</h1>
</div>
<!-- menu -->
<div id="menu">
<ul>
<li class="(none)"><a href="index.html">Home</a></li>
<li class="(none)"><a href="theory.html">Theory</a></li>
<li class="(none)"><a href="help.html">Help</a></li>
<li class="(none)"><a href="developers.html">Developers</a></li>
<li class="(none)"><a href="versionhistory.html">Version History</a></li>
<li class="(none)"><a href="links.html">Links</a></li>
<li class="(none)"><a href="download.html">Download</a></li>
</ul>
</div>
<!-- page -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<!-- left column -->
<div id="sidebar">
<h2>License</h2>
<p>
This is the license agreement for Monkey's Audio. The goal is to make it free and easy for anyone or any company to use Monkey's Audio.
</p>
</div>
<!-- content -->
<div id="content">
<h2>Monkey's Audio Program License Agreement</h2>
<ol>
<li>Monkey's Audio is completely free for personal, educational, or commercial use.</li>
<li>Although the software has been tested thoroughly, the author is in no way responsible for damages due to bugs or misuse. </li>
<li>The redistribution of Monkey's Audio is only allowed in cases where the original installer and components therein have not been modified.</li>
<li>The use of Monkey's Audio or any component thereof from another program requires compliance with the 'Monkey's Audio SDK and Source Code License Agreement'.</li>
<li>Installing and using Monkey's Audio signifies the acceptance of these terms. If you do not agree with any of the above terms, you must cease using Monkey's Audio and remove it from your storage device.</li>
</ol>
<h2>Monkey's Audio SDK and Source Code License Agreement</h2>
<ol>
<li>The Monkey's Audio SDK and source code can be freely used to add APE format playback, encoding, or tagging support to any product, free or commercial.</li>
<li>Monkey's Audio source can be included in GPL and open-source software, although Monkey's Audio itself will not be subjected to external licensing requirements or other viral source restrictions.</li>
<li>Any source code, ideas, or libraries used must be plainly acknowledged in the software using the code.</li>
<li>Although the software has been tested thoroughly, the author is in no way responsible for damages due to bugs or misuse.</li>
<li>If you do not completely agree with all of the previous stipulations, you must cease using this source code and remove it from your storage device.</li>
</ol>
<h2>Contact</h2>
<p>
Please use the details <a href="contact.html">here</a> for licensing questions or requests.
</p>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
<!-- footer -->
<!-- footer -->
<div id="footer">
<div class="left">
<p><b>Thank You</b></p>
<p>Thank you for your support through 22 great years of Monkey's Audio.</p>
</div>
<div class="right">
<ul class="grid">
<li>All materials and programs copyrighted ©2000-2022 by Matt Ashland</li>
<li>Site by Matt Ashland, portions contributed by KiM</li>
<li>All rights reserved</li>
</ul>
</div>
</div>
</div>
</body>
</html>