diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/400.tmpl | 2 | ||||
-rw-r--r-- | templates/403.tmpl | 2 | ||||
-rw-r--r-- | templates/404.tmpl | 2 | ||||
-rw-r--r-- | templates/451.tmpl | 2 | ||||
-rw-r--r-- | templates/500.tmpl | 2 | ||||
-rw-r--r-- | templates/501.tmpl | 2 | ||||
-rw-r--r-- | templates/_footer.tmpl | 2 | ||||
-rw-r--r-- | templates/_group_path.tmpl | 2 | ||||
-rw-r--r-- | templates/_group_view.tmpl | 2 | ||||
-rw-r--r-- | templates/_head.tmpl | 2 | ||||
-rw-r--r-- | templates/_header.tmpl | 2 | ||||
-rw-r--r-- | templates/group.tmpl | 2 | ||||
-rw-r--r-- | templates/index.tmpl | 2 | ||||
-rw-r--r-- | templates/login.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_branches.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_commit.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_contrib_index.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_contrib_one.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_index.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_log.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_raw_dir.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_tree_dir.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_tree_file.tmpl | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/templates/400.tmpl b/templates/400.tmpl index d141ed5..58ce768 100644 --- a/templates/400.tmpl +++ b/templates/400.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "400" -}} <!DOCTYPE html> diff --git a/templates/403.tmpl b/templates/403.tmpl index 62a2654..86d5518 100644 --- a/templates/403.tmpl +++ b/templates/403.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "403" -}} <!DOCTYPE html> diff --git a/templates/404.tmpl b/templates/404.tmpl index c994e1a..2eabb06 100644 --- a/templates/404.tmpl +++ b/templates/404.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "404" -}} <!DOCTYPE html> diff --git a/templates/451.tmpl b/templates/451.tmpl index 114fde6..ed6343c 100644 --- a/templates/451.tmpl +++ b/templates/451.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "451" -}} <!DOCTYPE html> diff --git a/templates/500.tmpl b/templates/500.tmpl index 2fe66b8..3a540e6 100644 --- a/templates/500.tmpl +++ b/templates/500.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "500" -}} <!DOCTYPE html> diff --git a/templates/501.tmpl b/templates/501.tmpl index b49bc36..b6ab2f0 100644 --- a/templates/501.tmpl +++ b/templates/501.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "501" -}} <!DOCTYPE html> diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index 43611f5..b0d02bd 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "footer" -}} <a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> diff --git a/templates/_group_path.tmpl b/templates/_group_path.tmpl index 8904563..f5d3bf8 100644 --- a/templates/_group_path.tmpl +++ b/templates/_group_path.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "group_path_plain" -}} {{- $p := . -}} diff --git a/templates/_group_view.tmpl b/templates/_group_view.tmpl index dbfbe07..d72b55b 100644 --- a/templates/_group_view.tmpl +++ b/templates/_group_view.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "group_view" -}} {{- if .subgroups -}} diff --git a/templates/_head.tmpl b/templates/_head.tmpl index 922be7a..96575fa 100644 --- a/templates/_head.tmpl +++ b/templates/_head.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "head_common" -}} <meta charset="utf-8" /> diff --git a/templates/_header.tmpl b/templates/_header.tmpl index 30162e5..f1222af 100644 --- a/templates/_header.tmpl +++ b/templates/_header.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "header" -}} <header id="main-header"> diff --git a/templates/group.tmpl b/templates/group.tmpl index 7a9574a..b15c316 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "group" -}} {{- $group_path := .group_path -}} diff --git a/templates/index.tmpl b/templates/index.tmpl index 8f901f6..28eab37 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "index" -}} <!DOCTYPE html> diff --git a/templates/login.tmpl b/templates/login.tmpl index 47c4fc4..1e26c82 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "login" -}} <!DOCTYPE html> diff --git a/templates/repo_branches.tmpl b/templates/repo_branches.tmpl index b06da10..d561e0c 100644 --- a/templates/repo_branches.tmpl +++ b/templates/repo_branches.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_branches" -}} {{- $root := . -}} diff --git a/templates/repo_commit.tmpl b/templates/repo_commit.tmpl index be71211..470bba9 100644 --- a/templates/repo_commit.tmpl +++ b/templates/repo_commit.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_commit" -}} {{- $root := . -}} diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl index 671e0d3..ddd86cf 100644 --- a/templates/repo_contrib_index.tmpl +++ b/templates/repo_contrib_index.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_contrib_index" -}} {{- $root := . -}} diff --git a/templates/repo_contrib_one.tmpl b/templates/repo_contrib_one.tmpl index 8e10e9b..a5f35d3 100644 --- a/templates/repo_contrib_one.tmpl +++ b/templates/repo_contrib_one.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_contrib_one" -}} {{- $root := . -}} diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 4726445..59efd15 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_index" -}} {{- $root := . -}} diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index 41a091c..b334439 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_log" -}} {{- $root := . -}} diff --git a/templates/repo_raw_dir.tmpl b/templates/repo_raw_dir.tmpl index 927101b..c0df8fd 100644 --- a/templates/repo_raw_dir.tmpl +++ b/templates/repo_raw_dir.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_raw_dir" -}} {{- $root := . -}} diff --git a/templates/repo_tree_dir.tmpl b/templates/repo_tree_dir.tmpl index bc7279a..3f43064 100644 --- a/templates/repo_tree_dir.tmpl +++ b/templates/repo_tree_dir.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_tree_dir" -}} {{- $root := . -}} diff --git a/templates/repo_tree_file.tmpl b/templates/repo_tree_file.tmpl index 56159aa..0d8c69e 100644 --- a/templates/repo_tree_file.tmpl +++ b/templates/repo_tree_file.tmpl @@ -1,6 +1,6 @@ {{/* SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */}} {{- define "repo_tree_file" -}} {{- $root := . -}} |