diff options
| -rw-r--r-- | .reuse/dep5 | 24 | ||||
| -rw-r--r-- | REUSE.toml | 10 |
2 files changed, 10 insertions, 24 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index e318956..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,24 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ciigo -Upstream-Contact: Shulhan <ms@kilabit.info> -Source: https://git.sr.ht/~shulhan/ciigo - -Files: _example/favicon.ico -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: README README.adoc -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 - -Files: _AUR/* -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..23588b2 --- /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 = ["go.sum", "README.md", "_example/favicon.ico", "testdata/**", "_AUR/**"] +SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" |
