mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 20:48:00 +02:00
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:
parent
1bcf396c78
commit
48c2308f44
2 changed files with 9 additions and 9 deletions
|
|
@ -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
9
REUSE.toml
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue