add copyright and license tags to CSS and templates

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-04-16 00:10:34 -05:00
parent 071be9b62d
commit 6d7bfc58c8
9 changed files with 45 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
<!--
SPDX-FileCopyrightText: © 2020 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
{% extends "base.html" %}
{% block site_class %}class="site-wrap site-wrap-double-width"{% endblock %}