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/_header.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/_header.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/_header.tmpl b/templates/_header.tmpl index 6d0a3a2..9fb0e75 100644 --- a/templates/_header.tmpl +++ b/templates/_header.tmpl @@ -1,3 +1,7 @@ +{{/* + SPDX-License-Identifier: AGPL-3.0-only + SPDX-FileContributor: Runxi Yu <https://runxiyu.org> +*/}} {{- define "header" -}} <header id="main-header"> <div id="main-header-forge-title"> |