diff options
Diffstat (limited to '')
-rw-r--r-- | http_template.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http_template.go b/http_template.go index 96338a3..be175f1 100644 --- a/http_template.go +++ b/http_template.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + package main import "net/http" |