From c8eb463345633a1816f97cc967d104127cc4c5f4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 15 Oct 2024 11:48:33 +0700 Subject: all: fix missing SPDX copyright and license on test file --- element_include_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/element_include_test.go b/element_include_test.go index f337537..4827931 100644 --- a/element_include_test.go +++ b/element_include_test.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 M. Shulhan +// +// SPDX-License-Identifier: GPL-3.0-or-later + package asciidoctor import ( -- cgit v1.3