Cat-Printer/www/jslicense.html
2022-04-06 18:13:19 +08:00

92 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript License Information</title>
<link rel="stylesheet" href="main.css" />
<link rel="icon" href="icon.png" />
</head>
<body>
<main>
<div>
<h1>JavaScript License Information</h1>
<p>You can see all JavaScript used along with this application are Free Software.<sup><a href="#footer-1">[1]</sup></a></p>
<p class="center">
<a href="/">Go Back</a>
</p>
<div class="table-wrap">
<table id="jslicense-labels1">
<thead>
<tr>
<td>Resource</td>
<td>License</td>
<td>Source</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="loader.js">loader.js</a></td>
<td><a href="http://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0-1.0-only</a></td>
<td><a href="loader.js">loader.js</a></td>
<td>For dynamically loading other scripts, and fallback if there are problems.</td>
</tr>
<tr>
<td><a href="image.js">image.js</a></td>
<td><a href="http://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0-1.0-only</a></td>
<td><a href="image.js">image.js</a></td>
<td>Contains functions for image manipulation and public algorithms of image monochrome filters.</td>
</tr>
<tr>
<td><a href="i18n.js">i18n.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="https://github.com/roddeh/i18njs">i18n.js</a></td>
<td>For internationalization (language support)</td>
</tr>
<tr>
<td><a href="main.js">main.js</a></td>
<td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
<td><a href="main.js">main.js</a></td>
<td>The main script for Cat-Printer</td>
</tr>
<tr>
<td><a href="polyfill.js">polyfill.js</a></td>
<td><a href="http://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0-1.0-only</a></td>
<td><a href="polyfill.js">polyfill.js</a></td>
<td>Put features that are not supported by old browsers.</td>
</tr>
<tr>
<td><a href="main.comp.js">main.comp.js</a></td>
<td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
<td><a href="main.js">main.js</a></td>
<td>A bundle of transpiled scripts (polyfill.js, image.js, i18n.js, main.js), for compatibility to old browsers.</td>
</tr>
<tr>
<td><a href="vconsole.js">vconsole.js</a></td>
<td><a href="http://opensource.org/licenses/MIT">Expat</a></td>
<td><a href="https://github.com/Tencent/vConsole">vconsole.js</a></td>
<td>A mini console for debugging on mobile, will only load when explicitly invoke.</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<hr />
<footer>
<dl id="footer-1">
<dt>
<span>[1]</span>
<a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a>
</dt>
<dd>
<span>Software that respects your freedom.</span>
</dd>
</dl>
</footer>
</body>
</html>