From: Peter Seiderer Date: Tue, 7 May 2019 20:35:25 +0000 (+0200) Subject: package/qemu: replace utf-8 space by ascii character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dd15ad1dba6f1aaeac896b8b8d8771bd892d4a9;p=buildroot.git package/qemu: replace utf-8 space by ascii character Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple ascii space character. Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index 19bcafa62f..025c322b98 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -9,7 +9,7 @@ QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz QEMU_SITE = http://download.qemu.org QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c QEMU_LICENSE_FILES = COPYING COPYING.LIB -# NOTE: there is no top-level license file for non-(L)GPL licenses; +# NOTE: there is no top-level license file for non-(L)GPL licenses; # the non-(L)GPL license texts are specified in the affected # individual source files.