Fix carbon license.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-12 01:15:42 +02:00
parent 1059d8c012
commit d7c3d87462
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -52,7 +52,7 @@
<footer> <footer>
<div id="wcb" class="carbonbadge"></div> <div id="wcb" class="carbonbadge"></div>
<script src="{{ url_for("static", filename="thirdparty/website-carbon-badges/1.1.3.min.js") }}" defer></script> <script src="{{ url_for("static", filename="thirdparty/website-carbon-badges/1.1.3.min.js") }}" defer></script>
<i>The <a target="_blank" href="{{ url_for('views.git') }}">source code</a> and all content, except the Nerd Hack font (see <a target="_blank" href="{{ url_for("static", filename="fonts/LICENSE") }}">Nerd Hack font license</a>) and Website Carbon Badges (see <a target="_blank" href="{{ url_for("static", filename="thirdparty/website-carbon-badges/LICENSE") }}">website-carbon-badges license</a>), are licensed under the <a target="_blank" href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL-3.0-or-later</a> by Ari Archer &lt;<a target="_blank" href="mailto:ari@ari.lt">ari@ari.lt</a>&gt; as a part of the <a href="{{ url_for("views.badge") }}" target="_blank">ari-web</a> project. Copyright 2020-{{ current_year }}.</i> <i>The <a target="_blank" href="{{ url_for('views.git') }}">source code</a> and all content, except the Nerd Hack font (see <a target="_blank" href="{{ url_for("static", filename="fonts/LICENSE") }}">Nerd Hack font license</a>) and Website Carbon Badges (see <a target="_blank" href="{{ url_for("static", filename="thirdparty/website-carbon-badges/LICENSE.md") }}">website-carbon-badges license</a>), are licensed under the <a target="_blank" href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL-3.0-or-later</a> by Ari Archer &lt;<a target="_blank" href="mailto:ari@ari.lt">ari@ari.lt</a>&gt; as a part of the <a href="{{ url_for("views.badge") }}" target="_blank">ari-web</a> project. Copyright 2020-{{ current_year }}.</i>
</footer> </footer>
</article> </article>
</body> </body>