diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..05ead7d --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,22 @@ +version = 1 +SPDX-PackageName = "haminer" +SPDX-PackageSupplier = "M. Shulhan <ms@kilabit.info>" +SPDX-PackageDownloadLocation = "https://git.sr.ht/~shulhan/haminer" + +[[annotations]] +path = "_AUR/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 M. Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = "testdata/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 M. Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = "go.**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 M. Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" |
