From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpTvz-0002Jz-7q for qemu-devel@nongnu.org; Wed, 19 Jun 2013 21:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpTvw-00074z-M3 for qemu-devel@nongnu.org; Wed, 19 Jun 2013 21:45:11 -0400 Message-ID: <1371692703.21846.15.camel@concordia> From: Michael Ellerman Date: Thu, 20 Jun 2013 11:45:03 +1000 In-Reply-To: <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> References: <1371674435-14973-1-git-send-email-aliguori@us.ibm.com> <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , Andreas Faerber , David Gibson On Wed, 2013-06-19 at 15:40 -0500, Anthony Liguori wrote: > If you are on CC, then please Ack this patch as you touched this > file at some point in time. Barely, but yes. Acked-by: Michael Ellerman cheers > 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"