diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-08 00:24:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-08 00:24:54 +0700 |
| commit | 6bc392a5974675ea1881d04084739d55a8843fe0 (patch) | |
| tree | 9cb001e1346614b841324a416707efaecf44aa17 | |
| parent | 7cbbab60fc8eff7d4be67e370342b2ea1d4c5769 (diff) | |
| download | gotp-6bc392a5974675ea1881d04084739d55a8843fe0.tar.xz | |
all: replace licensing format to REUSE.toml
Using ".reuse/dep5" has been deprecated since REUSE v3.2.0.
| -rw-r--r-- | .reuse/dep5 | 16 | ||||
| -rw-r--r-- | REUSE.toml | 10 | ||||
| -rw-r--r-- | _doc/index.adoc | 2 |
3 files changed, 12 insertions, 16 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index a5d3b9a..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,16 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: gotp -Upstream-Contact: Shulhan <ms@kilabit.info> -Source: https://git.sr.ht/~shulhan/gotp - -Files: README.md -Copyright: 2022 Shulhan <ms@kilabit.info> -License: GPL-3.0-or-later - -Files: go.sum -Copyright: 2022 Shulhan <ms@kilabit.info> -License: GPL-3.0-or-later - -Files: testdata/* -Copyright: 2022 Shulhan <ms@kilabit.info> -License: GPL-3.0-or-later diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..52159ea --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +## SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +## +## SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 + +[[annotations]] +path = ["README.md", "go.sum", "_AUR/**", "testdata/**"] +SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" diff --git a/_doc/index.adoc b/_doc/index.adoc index e8ed0c5..9e8ea34 100644 --- a/_doc/index.adoc +++ b/_doc/index.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later = gotp :toc: :sectanchors: |
