~shulhan/asciidoctor-go

d2ff454eaa7b713e20842b387705c91aa180eaca — Shulhan 3 months ago b8fdcc2
all: replace licensing format to REUSE.toml

Using ".reuse/dep5" has been deprecated since REUSE v3.2.

While at it, add missing license to file "const.go".
3 files changed, 24 insertions(+), 16 deletions(-)

D .reuse/dep5
A REUSE.toml
M const.go
D .reuse/dep5 => .reuse/dep5 +0 -16
@@ 1,16 0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: asciidoctor-go
Upstream-Contact: Shulhan <ms@kilabit.info>
Source: https://git.sr.ht/~shulhan/asciidoctor-go

Files: testdata/*
Copyright: 2022 Shulhan <ms@kilabit.info>
License: GPL-3.0-or-later

Files: go.sum
Copyright: 2020 Shulhan <ms@kilabit.info>
License: GPL-3.0-or-later

Files: README.md
Copyright: 2020 Shulhan <ms@kilabit.info>
License: GPL-3.0-or-later

A REUSE.toml => REUSE.toml +20 -0
@@ 0,0 1,20 @@
## SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
##
## SPDX-License-Identifier: GPL-3.0-or-later

version = 1

[[annotations]]
path = ["go.sum", "README.md"]
SPDX-FileCopyrightText = "2020 Shulhan <ms@kilabit.info>"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = ["_doc/*.html"]
SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = ["testdata/**"]
SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>"
SPDX-License-Identifier = "GPL-3.0-or-later"

M const.go => const.go +4 -0
@@ 1,3 1,7 @@
// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
//
// SPDX-License-Identifier: GPL-3.0-or-later

package asciidoctor

// List of passthrough substitutions.