From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwrmU-00045X-06 for qemu-devel@nongnu.org; Thu, 21 Feb 2019 12:05:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwrmT-0001bH-7I for qemu-devel@nongnu.org; Thu, 21 Feb 2019 12:05:05 -0500 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:52910) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwrmS-0001Xm-Tj for qemu-devel@nongnu.org; Thu, 21 Feb 2019 12:05:05 -0500 Received: by mail-wm1-x336.google.com with SMTP id m1so10342581wml.2 for ; Thu, 21 Feb 2019 09:05:00 -0800 (PST) From: David Kiarie Date: Thu, 21 Feb 2019 20:04:12 +0300 Message-Id: <20190221170412.29923-2-davidkiarie4@gmail.com> In-Reply-To: <20190221170412.29923-1-davidkiarie4@gmail.com> References: <20190221170412.29923-1-davidkiarie4@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 1/1] hw/i386: drop my email from copyright declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, peterx@redhat.com, mst@redhat.com, alexaltea123@gmail.com, eblake@redhat.com, armbru@redhat.com, David Kiarie Signed-off-by: David Kiarie --- hw/i386/amd_iommu.c | 2 +- hw/i386/amd_iommu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 8ad707a..bb3f5e5 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@ -2,7 +2,7 @@ * QEMU emulation of AMD IOMMU (AMD-Vi) * * Copyright (C) 2011 Eduard - Gabriel Munteanu - * Copyright (C) 2015 David Kiarie, + * Copyright (C) 2015 Kahurani Kiarie * * 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 diff --git a/hw/i386/amd_iommu.h b/hw/i386/amd_iommu.h index c52886f..73bc525 100644 --- a/hw/i386/amd_iommu.h +++ b/hw/i386/amd_iommu.h @@ -2,7 +2,7 @@ * QEMU emulation of an AMD IOMMU (AMD-Vi) * * Copyright (C) 2011 Eduard - Gabriel Munteanu - * Copyright (C) 2015 David Kiarie, + * Copyright (C) 2015 Kahurani Kiarie * * 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 -- 2.20.1