From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPBu-0000EC-BH for qemu-devel@nongnu.org; Wed, 19 Jun 2013 16:41:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpPBq-0004kN-Fh for qemu-devel@nongnu.org; Wed, 19 Jun 2013 16:41:18 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:42619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPBq-0004k2-AH for qemu-devel@nongnu.org; Wed, 19 Jun 2013 16:41:14 -0400 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Jun 2013 14:41:13 -0600 From: Anthony Liguori Date: Wed, 19 Jun 2013 15:40:29 -0500 Message-Id: <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1371674435-14973-1-git-send-email-aliguori@us.ibm.com> References: <1371674435-14973-1-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Alexey Kardashevskiy , Alex Graf , Michael Ellerman , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , Andreas Faerber , David Gibson 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" -- 1.8.0