From b6896e45782a2dd6140d3a2dbde92351ea8bda0d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 12 May 2024 14:41:47 +0700 Subject: all: add and fix SPDX header on adoc files Putting SPDX headers at the bottom cause the "reuse lint" detect the file have no copyright and license information. --- CHANGELOG.adoc | 5 ++--- _doc/index.adoc | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 468411d..e9e9515 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2020 Shulhan +// SPDX-License-Identifier: GPL-3.0-or-later = Changelog for ciigo Shulhan :toc: @@ -599,6 +601,3 @@ The first release support asciidoc and markdown markup language. The v0.1.0 release has been deleted because it contains error in the dependencies and the Go module cache make it even harder to invalidate it. - -// SPDX-FileCopyrightText: 2020 Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/_doc/index.adoc b/_doc/index.adoc index 1d7c3f5..4654fe1 100644 --- a/_doc/index.adoc +++ b/_doc/index.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2022 Shulhan +// SPDX-License-Identifier: GPL-3.0-or-later = ciigo :toc: :sectanchors: -- cgit v1.3