From 7db8c302e1396eda40cd6a1e57f58ed791448556 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 15 Jan 2026 17:14:54 +0700 Subject: all: convert license and copyright to use SPDX identifiers With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/ --- lib/errors/errors_example_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/errors/errors_example_test.go') diff --git a/lib/errors/errors_example_test.go b/lib/errors/errors_example_test.go index c630fd40..b8e03aba 100644 --- a/lib/errors/errors_example_test.go +++ b/lib/errors/errors_example_test.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2023 M. Shulhan + package errors_test import ( -- cgit v1.3