diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:26:55 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:26:55 +0800 |
commit | 01eda09df376043f43bdf4cf420fb6f1c7441b82 (patch) | |
tree | 3e29d6c01dafc93bb8082f96d67ab5e7d422fe24 /templates/_footer.tmpl | |
parent | Add SPDX license headers to Makefile, SQL, and CSS (diff) | |
download | forge-01eda09df376043f43bdf4cf420fb6f1c7441b82.tar.gz forge-01eda09df376043f43bdf4cf420fb6f1c7441b82.tar.zst forge-01eda09df376043f43bdf4cf420fb6f1c7441b82.zip |
Add SPDX license headers to all HTML templates
Diffstat (limited to '')
-rw-r--r-- | templates/_footer.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index b4cce19..ec00e8d 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -1,3 +1,7 @@ +{{/* + SPDX-License-Identifier: AGPL-3.0-only + SPDX-FileContributor: Runxi Yu <https://runxiyu.org> +*/}} {{- define "footer" -}} <a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> {{ .global.forge_version }} (<a href="/:/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/lindenii/:/repos/forge/">upstream</a>) {{- end -}} |