From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpWAO-0001B0-Rn for qemu-devel@nongnu.org; Thu, 20 Jun 2013 00:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpWAN-0001cu-Pn for qemu-devel@nongnu.org; Thu, 20 Jun 2013 00:08:12 -0400 Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:48394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpWAN-0001XM-Km for qemu-devel@nongnu.org; Thu, 20 Jun 2013 00:08:11 -0400 Received: by mail-ie0-f170.google.com with SMTP id e11so15786875iej.29 for ; Wed, 19 Jun 2013 21:08:10 -0700 (PDT) Message-ID: <51C28022.3090301@ozlabs.ru> Date: Thu, 20 Jun 2013 14:08:02 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1371674435-14973-1-git-send-email-aliguori@us.ibm.com> <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Alex Graf , Michael Ellerman , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , Andreas Faerber , David Gibson Yes, touched and forgot :) Acked-by: Alexey Kardashevskiy On 06/20/2013 06:40 AM, Anthony Liguori wrote: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. > > Cc: Alexey Kardashevskiy > Cc: Andreas Färber > Cc: David Gibson > Cc: Michael Ellerman > Cc: Paolo Bonzini > Signed-off-by: Anthony Liguori > --- > hw/char/spapr_vty.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/hw/char/spapr_vty.c b/hw/char/spapr_vty.c > index 2993848..ecc2bb5 100644 > --- a/hw/char/spapr_vty.c > +++ b/hw/char/spapr_vty.c > @@ -1,3 +1,16 @@ > +/* > + * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator > + * > + * PAPR Inter-VM Logical Lan, aka ibmveth > + * > + * Copyright IBM, Corp. 2010-2013 > + * > + * Authors: > + * David Gibson > + * > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > + * See the COPYING file in the top-level directory. > + */ > #include "hw/qdev.h" > #include "sysemu/char.h" > #include "hw/ppc/spapr.h" > -- Alexey