From f3b84ec247cfe8e4d883feb5e85bc7392ff1a7c9 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 30 Sep 2025 09:14:18 +0200 Subject: [PATCH] ui/icons/qemu.svg: Add metadata information (author, license) to the logo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We've got two versions of the QEMU logo in the repository, one with the whole word "QEMU" (pc-bios/qemu_logo.svg) and one that only contains the letter "Q" (ui/icons/qemu.svg). While qemu_logo.svg contains the proper metadata with license and author information, this is missing from the ui/icons/qemu.svg file. Copy the meta data there so that people have a chance to know the license of the file if they only look at the qemu.svg file. Closes: https://gitlab.com/qemu-project/qemu/-/issues/3139 Signed-off-by: Thomas Huth Reviewed-by: Marc-André Lureau Message-ID: <20250930071419.117592-1-thuth@redhat.com> (cherry picked from commit 9163424c50981dbc4ded9990228ac01a3b193656) Signed-off-by: Michael Tokarev --- ui/icons/qemu.svg | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ui/icons/qemu.svg b/ui/icons/qemu.svg index 24ca23a1e95..f2500de3391 100644 --- a/ui/icons/qemu.svg +++ b/ui/icons/qemu.svg @@ -918,7 +918,26 @@ image/svg+xml - + Kew the Angry Emu + + + Benoît Canet + + + + + CC BY 3.0 + + + + + QEMU Community + + + 2012-02-15 + + https://lists.gnu.org/archive/html/qemu-devel/2012-02/msg02865.html -- 2.47.3