mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 06:50:08 +01:00
subprojects: Move SPDX information from inline to .reuse/dep5
This makes updates with `meson wrap update` more straightforward. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
6ed4284f14
commit
1b329c31ba
3 changed files with 9 additions and 6 deletions
9
.reuse/dep5
Normal file
9
.reuse/dep5
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
# Copyright 2022 Meson contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[wrap-file]
|
||||
directory = expat-2.4.8
|
||||
source_url = https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
# Copyright 2022 Meson contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[wrap-file]
|
||||
directory = glib-2.72.2
|
||||
source_url = https://download.gnome.org/sources/glib/2.72/glib-2.72.2.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue