logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: a146d09884ac03cd824fbb4b32f35d2f4d17a683
parent caeab9d0ed9faa52213ce83a06e2ba2e988b9ac3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 23 Oct 2025 01:53:22 +0200

reuse convert-dep5

Diffstat:

D.reuse/dep510----------
AREUSE.toml14++++++++++++++
2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/.reuse/dep5 b/.reuse/dep5 @@ -1,10 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://hacktivis.me/git/utils - -Files: test-cmd/inputs/* test-cmd/outputs/* authorized_keys.git test-cmd/inputs/join/*.txt -Copyright: 2017-2024 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -License: CC0-1.0 - -Files: test-cmd/uniq_0I.txt test-cmd/inputs/join/*-* -License: CC0-1.0 -Copyright: IEEE Std 1003.1-2008 (“POSIX.1”) diff --git a/REUSE.toml b/REUSE.toml @@ -0,0 +1,14 @@ +version = 1 +SPDX-PackageDownloadLocation = "https://hacktivis.me/git/utils" + +[[annotations]] +path = ["test-cmd/inputs/**", "test-cmd/outputs/**", "authorized_keys.git", "test-cmd/inputs/join/**.txt"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2017-2024 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["test-cmd/uniq_0I.txt", "test-cmd/inputs/join/**-**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "IEEE Std 1003.1-2008 (“POSIX.1”)" +SPDX-License-Identifier = "CC0-1.0"