diff options
| author | Shulhan <ms@kilabit.info> | 2024-05-12 14:41:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-05-12 16:22:48 +0700 |
| commit | b6896e45782a2dd6140d3a2dbde92351ea8bda0d (patch) | |
| tree | 457cce85b484b497b27cafd82efd1618756cbb7b | |
| parent | c68cd8c3296742c03902ee3f30d2492ac812e977 (diff) | |
| download | ciigo-b6896e45782a2dd6140d3a2dbde92351ea8bda0d.tar.xz | |
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.
| -rw-r--r-- | CHANGELOG.adoc | 5 | ||||
| -rw-r--r-- | _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 <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later = Changelog for ciigo Shulhan <ms@kilabit.info> :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 <ms@kilabit.info> -// 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 <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later = ciigo :toc: :sectanchors: |
