From 3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 20 Aug 2025 23:35:57 +0700 Subject: all: add missing SPDX license headers --- Makefile | 1 + _www/index.tmpl | 4 ++++ testdata/etc/lilin/service.d/http.cfg | 3 +++ testdata/etc/lilin/service.d/tcp.cfg | 3 +++ testdata/etc/lilin/service.d/udp.cfg | 3 +++ testdata/worker/withoutServiceDir/etc/lilin/.gitignore | 3 +++ 6 files changed, 17 insertions(+) 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 @@ + 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 +## 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 +## 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 +## 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 +## SPDX-License-Identifier: GPL-3.0-only + /* !/.gitignore -- cgit v1.3