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_funcs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'http_template_funcs.go') diff --git a/http_template_funcs.go b/http_template_funcs.go index 19a92ec..119a800 100644 --- a/http_template_funcs.go +++ b/http_template_funcs.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileContributor: Runxi Yu + package main import ( -- cgit v1.2.3