mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Convert dep5 to REUSE.toml
This commit is contained in:
parent
4014aa787a
commit
d4f9a1672d
2 changed files with 10 additions and 14 deletions
14
.reuse/dep5
14
.reuse/dep5
|
|
@ -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
10
REUSE.toml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue