From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXsqM-0001I9-OA for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:05:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXsqI-0006F8-NT for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:05:50 -0500 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:49260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXsqI-0006Ev-Dx for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:05:46 -0500 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 6 Dec 2011 11:05:45 -0000 Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pB6B5hib2576482 for ; Tue, 6 Dec 2011 11:05:44 GMT Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pB6B5glF032464 for ; Tue, 6 Dec 2011 04:05:43 -0700 From: Stefan Hajnoczi Date: Tue, 6 Dec 2011 11:01:09 +0000 Message-Id: <1323169274-31657-15-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1323169274-31657-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1323169274-31657-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] =?utf-8?q?=5BPATCH_14/19=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: Peter Maydell , Anthony Liguori , Stefan Hajnoczi From: Peter Maydell Convert comment from ISO-8859-1 encoding to UTF-8 to match the rest of QEMU's source code. Reviewed-by: Stefan Weil Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- 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.7.3