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/repo_index.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/repo_index.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 5f3107b..9dec745 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -1,3 +1,7 @@ +{{/* + SPDX-License-Identifier: AGPL-3.0-only + SPDX-FileContributor: Runxi Yu <https://runxiyu.org> +*/}} {{- define "repo_index" -}} <!DOCTYPE html> <html lang="en"> |