From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK2aP-0007MY-3X for qemu-devel@nongnu.org; Sat, 07 Feb 2015 05:26:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK2aK-0006V2-4Q for qemu-devel@nongnu.org; Sat, 07 Feb 2015 05:26:01 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:57224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK2aJ-0006Ul-T0 for qemu-devel@nongnu.org; Sat, 07 Feb 2015 05:25:56 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 7 Feb 2015 10:25:54 -0000 From: Greg Kurz Date: Sat, 07 Feb 2015 11:25:50 +0100 Message-ID: <20150207102550.4058.20649.stgit@bahia.local> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] QJSON: fix typo in author's email address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Juan Quintela Signed-off-by: Greg Kurz --- qjson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qjson.c b/qjson.c index b242222..0cda269 100644 --- a/qjson.c +++ b/qjson.c @@ -4,7 +4,7 @@ * Copyright Alexander Graf * * Authors: - * Alexander Graf * * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory.