From: Peter Maydell Date: Fri, 2 Dec 2011 19:30:44 +0000 (+0000) Subject: linux-user/cpu-uname.c: Convert to UTF-8 X-Git-Tag: qemu-xen-4.3.0-rc1~1896^2~21 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7ff60e158b19a5126ad2c05092f0bb3700546c99;p=qemu-upstream-4.6-testing.git linux-user/cpu-uname.c: Convert to UTF-8 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 --- diff --git a/linux-user/cpu-uname.c b/linux-user/cpu-uname.c index 23afedeb9..ddc37be4f 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