From: Frank Doepper Date: Sat, 10 May 2025 10:03:46 +0000 (+0200) Subject: update reuse compat X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/commitdiff_plain/refs/heads/master?ds=sidebyside update reuse compat --- diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 48e5aad..0000000 --- a/.reuse/dep5 +++ /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 -Source: https://sr.ht/~woffs/haskell-amqp-utils/ - -Files: debian/* -Copyright: 2022 Frank Doepper -License: GPL-3.0-only diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..c931cfb --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2025 Frank Doepper +# +# SPDX-License-Identifier: FSFAP + +version = 1 +SPDX-PackageName = "haskell-amqp-utils" +SPDX-PackageSupplier = "Frank Doepper " +SPDX-PackageDownloadLocation = "https://sr.ht/~woffs/haskell-amqp-utils/" + +[[annotations]] +path = "debian/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Frank Doepper " +SPDX-License-Identifier = "GPL-3.0-only" diff --git a/copy-to-hotfolder b/copy-to-hotfolder index 6153763..6fee04c 100755 --- a/copy-to-hotfolder +++ b/copy-to-hotfolder @@ -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