From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0mDu-00075s-Gu for qemu-devel@nongnu.org; Mon, 04 Mar 2019 06:57:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0mDt-0000rt-NQ for qemu-devel@nongnu.org; Mon, 04 Mar 2019 06:57:34 -0500 Received: from mail-wm1-f65.google.com ([209.85.128.65]:40538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0mDt-0000oI-Eb for qemu-devel@nongnu.org; Mon, 04 Mar 2019 06:57:33 -0500 Received: by mail-wm1-f65.google.com with SMTP id g20so4389331wmh.5 for ; Mon, 04 Mar 2019 03:57:32 -0800 (PST) References: <20190223105421.1290-1-davidkiarie4@gmail.com> <20190223105421.1290-2-davidkiarie4@gmail.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <105ba509-af60-b47c-51cc-1e1c01fac56e@redhat.com> Date: Mon, 4 Mar 2019 12:57:30 +0100 MIME-Version: 1.0 In-Reply-To: <20190223105421.1290-2-davidkiarie4@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] hw/i386: update copyright notice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Kiarie , qemu-devel@nongnu.org Cc: ehabkost@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, peterx@redhat.com, alexaltea123@gmail.com, pbonzini@redhat.com, rth@twiddle.net, Thomas Huth Hi David, On 2/23/19 11:54 AM, David Kiarie wrote: > 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..4f179da 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) 2016 David Kiarie Kahurani Why do you change the year? Because your work was merged in 2016? > * > * 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..cb258a7 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) 2016 David Kiarie Kahurani > * > * 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 >