diff options
| author | Shulhan <ms@kilabit.info> | 2024-11-11 00:28:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-11-11 00:28:03 +0700 |
| commit | 99e4ee6052cecb0084d8a2c06b573bda4e6b0e79 (patch) | |
| tree | 96b493a14f6913764a02ac71bf1eb1440fd67801 | |
| parent | 5b3d80980f48a28f217dfdf95167e0e7ae542392 (diff) | |
| download | bin.sh-99e4ee6052cecb0084d8a2c06b573bda4e6b0e79.tar.xz | |
all: convert reuse license to toml format
| -rw-r--r-- | .reuse/dep5 | 8 | ||||
| -rw-r--r-- | REUSE.toml | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index a54af25..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,8 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: bin.sh -Upstream-Contact: Shulhan <ms@kilabit.info> -Source: https://git.sr.ht/~shulhan/bin.sh - -Files: AUR/.SRCINFO -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..6d1df6a --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,13 @@ +## SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 +SPDX-PackageName = "bin.sh" +SPDX-PackageSupplier = "Shulhan <ms@kilabit.info>" +SPDX-PackageDownloadLocation = "https://git.sr.ht/~shulhan/bin.sh" + +[[annotations]] +path = "AUR/.SRCINFO" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>" +SPDX-License-Identifier = "GPL-3.0-or-later" |
