From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWYox-0003ud-M3 for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:30:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWYow-0006lx-KL for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:30:55 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:40469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWYow-0006l0-Dt for qemu-devel@nongnu.org; Fri, 02 Dec 2011 14:30:54 -0500 From: Peter Maydell Date: Fri, 2 Dec 2011 19:30:44 +0000 Message-Id: <1322854245-17590-2-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> References: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] =?utf-8?q?=5BPATCH_1/2=5D_linux-user/cpu-uname=2Ec?= =?utf-8?q?=3A_Convert_to_UTF-8?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil , Riku Voipio , =?UTF-8?q?Lo=C3=AFc=20Minier?= , patches@linaro.org Convert comment from ISO-8859-1 encoding to UTF-8 to match the rest of QEMU's source code. Signed-off-by: Peter Maydell --- linux-user/cpu-uname.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-user/cpu-uname.c b/linux-user/cpu-uname.c index 23afede..ddc37be 100644 --- a/linux-user/cpu-uname.c +++ b/linux-user/cpu-uname.c @@ -1,7 +1,7 @@ /* * cpu to uname machine name map * - * Copyright (c) 2009 Loïc Minier + * Copyright (c) 2009 Loïc Minier * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 1.7.1