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 /_doc | |
| 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.
Diffstat (limited to '_doc')
| -rw-r--r-- | _doc/index.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
