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 /testdata | |
| parent | 5b33f2080ccfe3742d60fa769de61f4ff1618bd9 (diff) | |
| download | lilin-3f6ce287761776fd19de7793ff4dcd4bb0b6a3ba.tar.xz | |
all: add missing SPDX license headers
Diffstat (limited to 'testdata')
| -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 |
4 files changed, 12 insertions, 0 deletions
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 |
