luciaa.at/templates/licenses.html

40 lines
1.7 KiB
HTML

{% extends "base.html" %}
{% block main %}
<h1><span class="spacer"></span><span class="additional-spacer">=====</span> licenses <span class="additional-spacer">=====</span><span class="spacer"></span></h1>
<table class="license-table">
<thead class="license-head">
<tr>
<th class="project-column" scope="col">project</th>
<th class="by-column" scope="col">by</th>
<th class="license-column" scope="col">license</th>
<th class="notes-column" scope="col">notes</th>
</tr>
</thead>
<tbody class=license-body>
<tr>
<td><a href="https://sourcefoundry.org/hack/">Hack Font</a></td>
<td>Source Foundry Authors</td>
<td><a href="assets/fonts/Hack/LICENSE.md">MIT</a></td>
<td class="license-notes"></td>
</tr>
<tr>
<td><a href="https://jinja.palletsprojects.com/en/stable/">Jinja</a></td>
<td>Pallets</td>
<td><a href="https://jinja.palletsprojects.com/en/stable/license/">BSD-3-Clause</a></td>
<td class="license-notes"></td>
</tr>
<tr>
<td><a href="https://codeberg.org/Schlecknits/CatGirlBlogEngine">CatGirlBlogEngine</a></td>
<td>Lucia Zehentner</td>
<td><a href="https://codeberg.org/Schlecknits/CatGirlBlogEngine/src/branch/main/LICENSE">GPLv3</a></td>
<td class="license-notes"></td>
</tr>
<tr>
<td><a href="https://github.com/ai-robots-txt/ai.robots.txt">ai.robots.txt</a></td>
<td>ai.robots.txt</td>
<td><a href="https://github.com/ai-robots-txt/ai.robots.txt/blob/main/LICENSE">MIT</a></td>
<td class="license-notes">Slightly modified. Updated 2024-12-23.</td>
</tr>
</tbody>
</table>
{% endblock %}