diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:14:55 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:14:55 +0800 |
commit | 446de568db01780443d91d0dfb16c129497709db (patch) | |
tree | 9dfd21a0d7d537a931d314f9770374efb70c5ab5 /http_handle_repo_index.go | |
parent | README: Update (diff) | |
download | forge-446de568db01780443d91d0dfb16c129497709db.tar.gz forge-446de568db01780443d91d0dfb16c129497709db.tar.zst forge-446de568db01780443d91d0dfb16c129497709db.zip |
Add SPDX license headers to all Go files
Diffstat (limited to 'http_handle_repo_index.go')
-rw-r--r-- | http_handle_repo_index.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go index cd41f50..d83739e 100644 --- a/http_handle_repo_index.go +++ b/http_handle_repo_index.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + package main import ( |