diff options
Diffstat (limited to '')
-rw-r--r-- | http_global.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 <https://runxiyu.org> + package main // global_data is passed as "global" when rendering HTML templates. |