summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-10-15 11:48:33 +0700
committerShulhan <ms@kilabit.info>2024-10-15 11:48:33 +0700
commitc8eb463345633a1816f97cc967d104127cc4c5f4 (patch)
treed4fa67013988c1f9cba0ee9cfe7b9e94650da82b
parent37563af4c7e82fab352f4ab9137f808058e483e2 (diff)
downloadasciidoctor-go-c8eb463345633a1816f97cc967d104127cc4c5f4.tar.xz
all: fix missing SPDX copyright and license on test file
-rw-r--r--element_include_test.go4
1 files changed, 4 insertions, 0 deletions
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 <ms@kilabit.info>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
+
package asciidoctor
import (