Rewrite JS license info

This commit is contained in:
Wuzzy 2023-11-07 12:02:39 +01:00
parent 92a9de5a42
commit edf7237952
2 changed files with 4 additions and 16 deletions

View File

@ -208,8 +208,8 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa
<hr>
<div class="contentContainer">
<!-- footer -->
<p><a title="MiBPoV manual" href="./manual.html">Manual</a> | <a title="MiBPoV source code" href="https://codeberg.org/Wuzzy/MiBPoV">Source code</a> | <a title="MiBPoV bug tracker" href="https://codeberg.org/Wuzzy/MiBPoV/issues">Bug tracker</a> | <a title="License" href="./license.html">License</a></p>
<p>This is free software released under the <a title="License" rel="jslicense" href="./license.html">MIT License</a>. Code by <a title="Wuzzys Personal Website" href="https://wuzzy.codeberg.page/">Wuzzy</a>. Uses <a title="Javascript-Voronoi Git repository webpage" href="https://github.com/gorhill/Javascript-Voronoi/">Javascript-Voronoi</a> by <a title="Raymond Hills personal website" href="http://www.raymondhill.net/">Raymond Hill</a>.</p>
<p><a title="MiBPoV manual" href="./manual.html">Manual</a> | <a title="MiBPoV source code" href="https://codeberg.org/Wuzzy/MiBPoV">Source code</a> | <a title="MiBPoV bug tracker" href="https://codeberg.org/Wuzzy/MiBPoV/issues">Bug tracker</a> | <a title="License" data-jslicense="1" href="./license.html">License</a></p>
<p>This is free software released under the <a title="License" href="./license.html">MIT License</a>. Code by <a title="Wuzzys Personal Website" href="https://wuzzy.codeberg.page/">Wuzzy</a>. Uses <a title="Javascript-Voronoi Git repository webpage" href="https://github.com/gorhill/Javascript-Voronoi/">Javascript-Voronoi</a> by <a title="Raymond Hills personal website" href="http://www.raymondhill.net/">Raymond Hill</a>.</p>
</div>
<!-- The main script handling all the UI stuff -->

View File

@ -18,28 +18,16 @@
<h2>License list of JavaScript files</h2>
<table id="jslicense-labels1" class="infotable">
<thead>
<th>Script name</th>
<th>License</th>
<th>Source code</th>
</thead>
<tbody>
<tr>
<td><a href="./rhill-voronoi-core.js">rhill-voronoi-core.js</a></td>
<td><a href="./license.html">MIT License</a></td>
<td><a href="magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt">Expat</a></td>
<td><a href="./rhill-voronoi-core.js">rhill-voronoi-core.js</a></td>
</tr>
<tr>
<td><a href="./mibpov.js">mibpov.js</a></td>
<td><a href="./license.html">MIT License</a></td>
<td><a href="magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt">Expat</a></td>
<td><a href="./mibpov.js">mibpov.js</a></td>
</tr>
</tbody>
</table>
<h2>The MIT License</h2>