From 087b5f4dbb9e3f767a8afbb6c1001c509965940b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 19 Oct 2021 12:43:28 +0200 Subject: LICENSES: Add license text files, add missing notices, fix SPDX tags SPDX tags don't replace license files. Some notices were missing and some tags were not according to the SPDX specification, too. Now reuse --lint from the REUSE tool (https://reuse.software/) passes. Reported-by: Martin Hauke Signed-off-by: Stefano Brivio --- qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch | 3 +++ qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch | 3 +++ 2 files changed, 6 insertions(+) (limited to 'qemu') diff --git a/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch b/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch index 23fb758..23cda71 100644 --- a/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch +++ b/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch @@ -10,6 +10,9 @@ and the adaptation is trivial. Signed-off-by: Stefano Brivio --- +SPDX-FileCopyrightText: 2020-2021 Red Hat GmbH +SPDX-License-Identifier: AGPL-3.0-or-later + net/socket.c | 106 ++++++++++++++++++++++++++++++++++++++++-------- qemu-options.hx | 12 +++--- 2 files changed, 94 insertions(+), 24 deletions(-) diff --git a/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch b/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch index 0b3cf7a..0e31a1b 100644 --- a/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch +++ b/qemu/0002-net-Don-t-ignore-EINVAL-on-netdev-socket-connection.patch @@ -12,6 +12,9 @@ related exception. Signed-off-by: Stefano Brivio --- +SPDX-FileCopyrightText: 2020-2021 Red Hat GmbH +SPDX-License-Identifier: AGPL-3.0-or-later + net/socket.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- cgit v1.2.3