From 446de568db01780443d91d0dfb16c129497709db Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 3 Mar 2025 21:14:55 +0800 Subject: Add SPDX license headers to all Go files --- http_template.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'http_template.go') 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 + package main import "net/http" -- cgit v1.2.3