commit: e6711c08b09723b4811ae51798b3acf11c8ae217
parent d04b345c685e33598f285a7bc3635729c59951fe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 14 Oct 2025 23:46:09 +0200
reuse convert-dep5
Diffstat:
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/.reuse/dep5 b/.reuse/dep5
@@ -1,13 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: deblob
-Upstream-Contact: deblob Authors <https://hacktivis.me/projects/deblob>
-Source: https://hacktivis.me/git/deblob-test
-
-Files: fixtures/pyc/*.pyc fixtures/pickle/*.pickle fixtures/hello.luac* fixtures/hello.class fixtures/hello.jar fixtures/hello.nqp.moarvm fixtures/hello.pir.pbc fixtures/perl_storage.pst fixtures/hello.beam fixtures/empty.dtb fixtures/hello-chez.so fixtures/hello.n fixtures/hello-ocaml.* fixtures/compiled/hello-racket_rkt.* fixtures/hello.elc fixtures/hello.nut fixtures/hello.cnut fixtures/hello-dart.*
-Copyright: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
-License: BSD-3-Clause
-
-# Grabbed from https://github.com/ibara/freebee-cli
-Files: fixtures/macos-arm64.o
-Copyright: 2024 Brian Callahan <bcallah@openbsd.org>
-License: ISC
diff --git a/REUSE.toml b/REUSE.toml
@@ -0,0 +1,16 @@
+version = 1
+SPDX-PackageName = "deblob"
+SPDX-PackageSupplier = "deblob Authors <https://hacktivis.me/projects/deblob>"
+SPDX-PackageDownloadLocation = "https://hacktivis.me/git/deblob-test"
+
+[[annotations]]
+path = ["fixtures/pyc/**.pyc", "fixtures/pickle/**.pickle", "fixtures/hello.luac**", "fixtures/hello.class", "fixtures/hello.jar", "fixtures/hello.nqp.moarvm", "fixtures/hello.pir.pbc", "fixtures/perl_storage.pst", "fixtures/hello.beam", "fixtures/empty.dtb", "fixtures/hello-chez.so", "fixtures/hello.n", "fixtures/hello-ocaml.**", "fixtures/compiled/hello-racket_rkt.**", "fixtures/hello.elc", "fixtures/hello.nut", "fixtures/hello.cnut", "fixtures/hello-dart.**"]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2019 deblob Authors <https://hacktivis.me/projects/deblob>"
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = "fixtures/macos-arm64.o"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2024 Brian Callahan <bcallah@openbsd.org>"
+SPDX-License-Identifier = "ISC"