From 1b329c31ba2dbf6d562299135c054b22f6be7f9e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Aug 2023 16:38:10 +0100 Subject: [PATCH] subprojects: Move SPDX information from inline to .reuse/dep5 This makes updates with `meson wrap update` more straightforward. Signed-off-by: Simon McVittie --- .reuse/dep5 | 9 +++++++++ subprojects/expat.wrap | 3 --- subprojects/glib.wrap | 3 --- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .reuse/dep5 diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 00000000..07c8b23e --- /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 26fe9677..87dab046 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 b01294b6..3b1faf10 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