From d4f9a1672db0d4cc4015cca3927585b221e96b0f Mon Sep 17 00:00:00 2001 From: Samuel Tyler Date: Wed, 15 Oct 2025 10:55:32 +1100 Subject: [PATCH] Convert dep5 to REUSE.toml --- .reuse/dep5 | 14 -------------- REUSE.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 0b3e3bd6..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,14 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: live-bootstrap -Upstream-Contact: fosslinux -Source: https://github.com/fosslinux/live-bootstrap - -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ... - -Files: steps/*/sources steps/*/*.checksums steps/SHA256SUMS.pkgs steps/*/simple-patches/* seed/*.checksums -Copyright: none -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..953b27ff --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +version = 1 +SPDX-PackageName = "live-bootstrap" +SPDX-PackageSupplier = "fosslinux " +SPDX-PackageDownloadLocation = "https://github.com/fosslinux/live-bootstrap" + +[[annotations]] +path = ["steps/**/sources", "steps/**/**.checksums", "steps/SHA256SUMS.pkgs", "steps/**/simple-patches/**", "seed/**.checksums"] +precedence = "aggregate" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "MIT"