diff options
| author | Shulhan <ms@kilabit.info> | 2025-08-20 23:35:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-08-20 23:35:57 +0700 |
| commit | 3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba (patch) | |
| tree | 246f2225d4db5eaa4ec3e1ed60faf73f1f22383d | |
| parent | 5b33f2080ccfe3742d60fa769de61f4ff1618bd9 (diff) | |
| download | lilin-3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba.tar.xz | |
all: add missing SPDX license headers
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | _www/index.tmpl | 4 | ||||
| -rw-r--r-- | testdata/etc/lilin/service.d/http.cfg | 3 | ||||
| -rw-r--r-- | testdata/etc/lilin/service.d/tcp.cfg | 3 | ||||
| -rw-r--r-- | testdata/etc/lilin/service.d/udp.cfg | 3 | ||||
| -rw-r--r-- | testdata/worker/withoutServiceDir/etc/lilin/.gitignore | 3 |
6 files changed, 17 insertions, 0 deletions
@@ -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 |
