aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-03 21:18:19 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-03 21:18:19 +0800
commitbb8e3467f6797ccdf8f98f97485134de3018b9d3 (patch)
treef386d4865254a5d3455b8dd8f4ca583bf67e01d7 /Makefile
parentAdd SPDX license headers to git_hooks_client (diff)
downloadforge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.tar.gz
forge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.tar.zst
forge-bb8e3467f6797ccdf8f98f97485134de3018b9d3.zip
Add SPDX license headers to Makefile, SQL, and CSS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 <https://runxiyu.org>
+
.PHONY: clean version.go
CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE