add alac
This commit is contained in:
parent
9363bd5142
commit
3e14002583
@ -25,8 +25,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/css/yt-ukraine.svg?v=6" rel="icon">
|
||||
<link href="/css/app.main.css?v=44600" rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
@font-face{
|
||||
font-family:"Ginto Nord";
|
||||
@ -61,6 +60,9 @@
|
||||
All <b>source code</b> that powers Poke is released under
|
||||
<a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> licenses.
|
||||
</p>
|
||||
<p>
|
||||
A issue with a license?? <a href="https://codeberg.org/ashley/poke/issues/new?">report it to us!</a>
|
||||
</p>
|
||||
|
||||
<ul class="toc">
|
||||
<li><a href="#poke">Poke (GPL-3.0-or-later)</a></li>
|
||||
@ -76,6 +78,7 @@
|
||||
<li><a href="#uglifyjs">UglifyJS (BSD-2-Clause)</a></li>
|
||||
<li><a href="#cleancss">clean-css (MIT)</a></li>
|
||||
<li><a href="#xmljs">xml-js (MIT)</a></li>
|
||||
<li><a href="#alac">Apple Lossless Audio Codec (Apache-2.0)</a></li>
|
||||
</ul>
|
||||
|
||||
<!-- Poke -->
|
||||
@ -374,6 +377,29 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. </pre>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- ALAC -->
|
||||
<a id="alac"></a>
|
||||
<h2>ALAC (Apple Lossless Audio Codec)</h2>
|
||||
<p>
|
||||
Poke includes the Apple Lossless Audio Codec (ALAC) for audio decoding.
|
||||
ALAC is licensed under the Apache License, Version 2.0.
|
||||
<span class="note">Source: <a href="https://codeberg.org/ashley/poke/src/branch/main/alac/codec/">here.</a></span>
|
||||
</p>
|
||||
<pre class="license">
|
||||
Copyright (c) 2001-2011 Apple, Inc. All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user