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_global.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'http_global.go') diff --git a/http_global.go b/http_global.go index ac66069..20a1cbc 100644 --- a/http_global.go +++ b/http_global.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileContributor: Runxi Yu + package main // global_data is passed as "global" when rendering HTML templates. -- cgit v1.2.3