From: Simon McVittie Date: Mon, 14 Aug 2023 15:38:10 +0000 (+0100) Subject: subprojects: Move SPDX information from inline to .reuse/dep5 X-Git-Tag: dbus-1.15.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b329c31ba2dbf6d562299135c054b22f6be7f9e;p=thirdparty%2Fdbus.git subprojects: Move SPDX information from inline to .reuse/dep5 This makes updates with `meson wrap update` more straightforward. Signed-off-by: Simon McVittie --- diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 000000000..07c8b23e9 --- /dev/null +++ b/.reuse/dep5 @@ -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 diff --git a/subprojects/expat.wrap b/subprojects/expat.wrap index 26fe96774..87dab0466 100644 --- a/subprojects/expat.wrap +++ b/subprojects/expat.wrap @@ -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 diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap index b01294b61..3b1faf103 100644 --- a/subprojects/glib.wrap +++ b/subprojects/glib.wrap @@ -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