diff options
| -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: |
