Add thead and tbody to license table

This commit is contained in:
Wuzzy 2023-11-07 12:11:32 +01:00
parent 675700c217
commit 67a00abd34

View File

@ -13,28 +13,32 @@
<p><a href="./index.html">Back to the main program</a></p>
<p>MiBPov (Minetest Biome Point Visualizer) was created by Wuzzy in 2023. It uses <a href="https://github.com/gorhill/Javascript-Voronoi">Javascript-Voronoi</a> by Raymon Hill, Copyright (c) 2010-2013.</p>
<p>Both programs (which includes associated files, like the manual, stylesheet, favicon etc.) are free software, released under the MIT License, written below.</p>
<p>Both programs (which includes associated files, like the manual, stylesheet, favicon etc.) are free software, released under the MIT License (also known as “Expat”), written below.</p>
<h2>License list of JavaScript files</h2>
<table id="jslicense-labels1" class="infotable">
<thead>
<tr>
<th>Script name</th>
<th>License</th>
<th>Source code</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="./rhill-voronoi-core.js">rhill-voronoi-core.js</a></td>
<td><a href="magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt">Expat</a></td>
<td><a href="http://www.jclark.com/xml/copying.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="magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt">Expat</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="./mibpov.js">mibpov.js</a></td>
</tr>
</tbody>
</table>
<h2>The MIT License</h2>