From 76df394598f5953a2cba14ca0f95c4d9e52e9469 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 29 Dec 2025 15:08:08 +0700 Subject: all: add missing SPDX license to all files Convert the old ".reuse/dep5" format to REUSE.toml format using "reuse convert-dep5" command. For generated files, add the ".license" file. Using "reuse annotate ..." it automatically add empty line after "SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above the "SPDX-License-Identifier". Now, this project is compliant with version 3.3 of the REUSE Specification. --- testdata/forwarderPostgresql_Forwards_test.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testdata/forwarderPostgresql_Forwards_test.txt') diff --git a/testdata/forwarderPostgresql_Forwards_test.txt b/testdata/forwarderPostgresql_Forwards_test.txt index b936661..4c610f9 100644 --- a/testdata/forwarderPostgresql_Forwards_test.txt +++ b/testdata/forwarderPostgresql_Forwards_test.txt @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 M. Shulhan +// +// SPDX-License-Identifier: GPL-3.0-or-later + Test data for forwarding with Postgresql. >>> http_log.json -- cgit v1.3