Ugrade reuse config file to modern style

This fixes the following warning when running reuse:

    "PendingDeprecationWarning: '.reuse/dep5' is deprecated.
    You are recommended to instead use REUSE.toml"
This commit is contained in:
Ralf Habacker 2025-08-25 15:46:02 +02:00
parent 1bcf396c78
commit 48c2308f44
2 changed files with 9 additions and 9 deletions

View file

@ -1,9 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dbus
Source: https://gitlab.freedesktop.org/dbus/dbus
Files:
subprojects/*.wrap
Copyright:
© 2022-2023 Meson contributors
License: MIT

9
REUSE.toml Normal file
View file

@ -0,0 +1,9 @@
version = 1
SPDX-PackageName = "dbus"
SPDX-PackageDownloadLocation = "https://gitlab.freedesktop.org/dbus/dbus"
[[annotations]]
path = ["subprojects/**.wrap"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["© 2022-2023 Meson contributors"]
SPDX-License-Identifier = "MIT"