diff options
| author | Shulhan <ms@kilabit.info> | 2024-10-15 11:48:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-10-15 11:48:33 +0700 |
| commit | c8eb463345633a1816f97cc967d104127cc4c5f4 (patch) | |
| tree | d4fa67013988c1f9cba0ee9cfe7b9e94650da82b | |
| parent | 37563af4c7e82fab352f4ab9137f808058e483e2 (diff) | |
| download | asciidoctor-go-c8eb463345633a1816f97cc967d104127cc4c5f4.tar.xz | |
all: fix missing SPDX copyright and license on test file
| -rw-r--r-- | element_include_test.go | 4 |
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 ( |
