From patchwork Tue Feb 23 08:44:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 586752 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F25B7140783 for ; Tue, 23 Feb 2016 19:45:07 +1100 (AEDT) Received: from localhost ([::1]:54961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY8ag-000051-6M for incoming@patchwork.ozlabs.org; Tue, 23 Feb 2016 03:45:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY8aP-0008AM-8b for qemu-devel@nongnu.org; Tue, 23 Feb 2016 03:44:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY8aK-0007A5-5P for qemu-devel@nongnu.org; Tue, 23 Feb 2016 03:44:49 -0500 Received: from smtp3.mundo-r.com ([212.51.32.191]:26876 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY8aJ-0007A0-U9; Tue, 23 Feb 2016 03:44:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CQAgB3GsxW/5tjdVteGQEBAg8BAQEBgwqBP6cGBQEBAQEBAQUBgQ8BkCqCEwENgWYShXuBQjgUAQEBAQEBAWQnhS8ST040iB8Bu1OFSoh8gQeDbgWXB41egVyNEwKFcohXHgEBQoE2AYIvaIg5AQEB X-IPAS-Result: A2CQAgB3GsxW/5tjdVteGQEBAg8BAQEBgwqBP6cGBQEBAQEBAQUBgQ8BkCqCEwENgWYShXuBQjgUAQEBAQEBAWQnhS8ST040iB8Bu1OFSoh8gQeDbgWXB41egVyNEwKFcohXHgEBQoE2AYIvaIg5AQEB X-IronPort-AV: E=Sophos;i="5.22,488,1449529200"; d="scan'208";a="88301938" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 23 Feb 2016 09:44:41 +0100 Received: from dsl-hkibrasgw4-50df50-201.dhcp.inet.fi ([80.223.80.201] helo=perseus.local) by fanzine.igalia.com with esmtpsa (Cipher TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim) id 1aY8aH-0002gt-5Z; Tue, 23 Feb 2016 09:44:41 +0100 Received: from berto by perseus.local with local (Exim 4.86) (envelope-from ) id 1aY8a3-0001Qo-OL; Tue, 23 Feb 2016 10:44:27 +0200 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Tue, 23 Feb 2016 10:44:25 +0200 Message-Id: <1456217065-5465-1-git-send-email-berto@igalia.com> X-Mailer: git-send-email 2.7.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.51.32.191 Cc: qemu-trivial@nongnu.org, Alberto Garcia Subject: [Qemu-devel] [PATCH] ipack: Update e-mail address X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org I'm not really using the old one anymore. Signed-off-by: Alberto Garcia --- hw/char/ipoctal232.c | 2 +- hw/ipack/ipack.c | 2 +- hw/ipack/tpci200.c | 2 +- include/hw/ipack/ipack.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/char/ipoctal232.c b/hw/char/ipoctal232.c index bc0ae49..9ead32a 100644 --- a/hw/char/ipoctal232.c +++ b/hw/char/ipoctal232.c @@ -2,7 +2,7 @@ * QEMU GE IP-Octal 232 IndustryPack emulation * * Copyright (C) 2012 Igalia, S.L. - * Author: Alberto Garcia + * Author: Alberto Garcia * * This code is licensed under the GNU GPL v2 or (at your option) any * later version. diff --git a/hw/ipack/ipack.c b/hw/ipack/ipack.c index 7c5c30d..4967351 100644 --- a/hw/ipack/ipack.c +++ b/hw/ipack/ipack.c @@ -2,7 +2,7 @@ * QEMU IndustryPack emulation * * Copyright (C) 2012 Igalia, S.L. - * Author: Alberto Garcia + * Author: Alberto Garcia * * This code is licensed under the GNU GPL v2 or (at your option) any * later version. diff --git a/hw/ipack/tpci200.c b/hw/ipack/tpci200.c index fdda6f4..4dfa6b3 100644 --- a/hw/ipack/tpci200.c +++ b/hw/ipack/tpci200.c @@ -2,7 +2,7 @@ * QEMU TEWS TPCI200 IndustryPack carrier emulation * * Copyright (C) 2012 Igalia, S.L. - * Author: Alberto Garcia + * Author: Alberto Garcia * * This code is licensed under the GNU GPL v2 or (at your option) any * later version. diff --git a/include/hw/ipack/ipack.h b/include/hw/ipack/ipack.h index e95ffe8..e33e032 100644 --- a/include/hw/ipack/ipack.h +++ b/include/hw/ipack/ipack.h @@ -2,7 +2,7 @@ * QEMU IndustryPack emulation * * Copyright (C) 2012 Igalia, S.L. - * Author: Alberto Garcia + * Author: Alberto Garcia * * This code is licensed under the GNU GPL v2 or (at your option) any * later version.