From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpabN-0006lU-LH for qemu-devel@nongnu.org; Thu, 20 Jun 2013 04:52:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpabM-0007TD-HB for qemu-devel@nongnu.org; Thu, 20 Jun 2013 04:52:21 -0400 Message-ID: <51C2C2B4.5000205@redhat.com> Date: Thu, 20 Jun 2013 10:52:04 +0200 From: Paolo Bonzini 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: quoted-printable 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: Alexey Kardashevskiy , qemu-devel@nongnu.org, Alex Graf , Michael Ellerman , qemu-ppc@nongnu.org, Paul Mackerras , Andreas Faerber , David Gibson Il 19/06/2013 22:40, Anthony Liguori ha scritto: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. >=20 > Cc: Alexey Kardashevskiy > Cc: Andreas F=C3=A4rber > 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(+) >=20 > 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" >=20 ACK Paolo