mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: move footer.twig SPDX headers to REUSE.toml
- Remove inline SPDX comment from footer.twig template - Add lib/Handler/Templates/footer.twig to REUSE.toml annotations Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
65a7876c72
commit
241e74c25f
2 changed files with 1 additions and 4 deletions
|
|
@ -33,6 +33,7 @@ path = [
|
|||
"jsconfig.json",
|
||||
"l10n/*.js",
|
||||
"l10n/*.json",
|
||||
"lib/Handler/Templates/footer.twig",
|
||||
"Makefile",
|
||||
"lib/Vendor/.gitkeep",
|
||||
"openapi-administration.json",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2024 LibreCode coop and contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
<table style="width:100%; border:0; {% if not qrcode %}padding-left:15px;{% endif %} font-size:8px;">
|
||||
<tr>
|
||||
{% if qrcode %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue