Convert dep5 to REUSE.toml

This commit is contained in:
Samuel Tyler 2025-10-15 10:55:32 +11:00
parent 4014aa787a
commit d4f9a1672d
2 changed files with 10 additions and 14 deletions

View file

@ -1,14 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: live-bootstrap
Upstream-Contact: fosslinux <fosslinux@aussies.space>
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

10
REUSE.toml Normal file
View file

@ -0,0 +1,10 @@
version = 1
SPDX-PackageName = "live-bootstrap"
SPDX-PackageSupplier = "fosslinux <fosslinux@aussies.space>"
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"