]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
update reuse compat master
authorFrank Doepper <[email protected]>
Sat, 10 May 2025 10:03:46 +0000 (12:03 +0200)
committerFrank Doepper <[email protected]>
Sat, 10 May 2025 10:03:46 +0000 (12:03 +0200)
.reuse/dep5 [deleted file]
REUSE.toml [new file with mode: 0644]
copy-to-hotfolder

diff --git a/.reuse/dep5 b/.reuse/dep5
deleted file mode 100644 (file)
index 48e5aad..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: haskell-amqp-utils
-Upstream-Contact: Frank Doepper <[email protected]>
-Source: https://sr.ht/~woffs/haskell-amqp-utils/
-
-Files: debian/*
-Copyright: 2022 Frank Doepper <[email protected]>
-License: GPL-3.0-only
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644 (file)
index 0000000..c931cfb
--- /dev/null
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: 2025 Frank Doepper <[email protected]>
+#
+# SPDX-License-Identifier: FSFAP
+
+version = 1
+SPDX-PackageName = "haskell-amqp-utils"
+SPDX-PackageSupplier = "Frank Doepper <[email protected]>"
+SPDX-PackageDownloadLocation = "https://sr.ht/~woffs/haskell-amqp-utils/"
+
+[[annotations]]
+path = "debian/**"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2022 Frank Doepper <[email protected]>"
+SPDX-License-Identifier = "GPL-3.0-only"
index 615376371d5dd0b42860a051a28019d951784aca..6fee04c7877f01f9798f8f7dbf891be00dd1cf57 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# SPDX-FileCopyrightText: 2025 Frank Doepper
+#
+# SPDX-License-Identifier: GPL-3.0-only
+
 mkdir -p "$1"
 if ! [ -d "$1" ] 
 then