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 +++ 1 file changed, 3 insertions(+) (limited to 'qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch') 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(-) -- cgit v1.2.3