From bb8e3467f6797ccdf8f98f97485134de3018b9d3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 3 Mar 2025 21:18:19 +0800 Subject: Add SPDX license headers to Makefile, SQL, and CSS --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e4d9f4..b452eb2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileContributor: Runxi Yu + .PHONY: clean version.go CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE -- cgit v1.2.3