aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--_www/index.tmpl4
-rw-r--r--testdata/etc/lilin/service.d/http.cfg3
-rw-r--r--testdata/etc/lilin/service.d/tcp.cfg3
-rw-r--r--testdata/etc/lilin/service.d/udp.cfg3
-rw-r--r--testdata/worker/withoutServiceDir/etc/lilin/.gitignore3
6 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1150576..b186246 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ all: lint test
lint:
go vet ./...
go run ./internal/cmd/gocheck ./...
+ -reuse lint
.PHONY: test
test: CGO_ENABLED=1
diff --git a/_www/index.tmpl b/_www/index.tmpl
index 8fcaa9a..ae7d7a2 100644
--- a/_www/index.tmpl
+++ b/_www/index.tmpl
@@ -83,3 +83,7 @@
</div>
</body>
</html>
+<!--
+## SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-only
+-->
diff --git a/testdata/etc/lilin/service.d/http.cfg b/testdata/etc/lilin/service.d/http.cfg
index 95a3554..8b4b402 100644
--- a/testdata/etc/lilin/service.d/http.cfg
+++ b/testdata/etc/lilin/service.d/http.cfg
@@ -1,3 +1,6 @@
+## SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-only
+
[service "example http"]
method = GET
address = http://127.0.0.1:6121/health
diff --git a/testdata/etc/lilin/service.d/tcp.cfg b/testdata/etc/lilin/service.d/tcp.cfg
index 0bf8cb5..e5ed060 100644
--- a/testdata/etc/lilin/service.d/tcp.cfg
+++ b/testdata/etc/lilin/service.d/tcp.cfg
@@ -1,3 +1,6 @@
+## SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-only
+
[service "example tcp"]
address = tcp://127.0.0.1:6122
timeout = 5s
diff --git a/testdata/etc/lilin/service.d/udp.cfg b/testdata/etc/lilin/service.d/udp.cfg
index ac650b0..e7ff083 100644
--- a/testdata/etc/lilin/service.d/udp.cfg
+++ b/testdata/etc/lilin/service.d/udp.cfg
@@ -1,3 +1,6 @@
+## SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-only
+
[service "example udp"]
address = udp://127.0.0.1:6123
timeout = 5s
diff --git a/testdata/worker/withoutServiceDir/etc/lilin/.gitignore b/testdata/worker/withoutServiceDir/etc/lilin/.gitignore
index a68d087..4dba9c5 100644
--- a/testdata/worker/withoutServiceDir/etc/lilin/.gitignore
+++ b/testdata/worker/withoutServiceDir/etc/lilin/.gitignore
@@ -1,2 +1,5 @@
+## SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-only
+
/*
!/.gitignore