From patchwork Wed Jun 19 20:40:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Anthony Liguori X-Patchwork-Id: 252667 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 33AA02C007B for ; Thu, 20 Jun 2013 07:14:34 +1000 (EST) Received: from localhost ([::1]:53869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPFH-0005Jw-PQ for incoming@patchwork.ozlabs.org; Wed, 19 Jun 2013 16:44:47 -0400 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 Received: from d03dlp02.boulder.ibm.com (9.17.202.178) by e36.co.us.ibm.com (192.168.1.136) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 19 Jun 2013 14:41:10 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 58AF53E40039; Wed, 19 Jun 2013 14:40:50 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5JKeu8s111238; Wed, 19 Jun 2013 14:41:00 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5JKetAm022864; Wed, 19 Jun 2013 14:40:56 -0600 Received: from titi.austin.rr.com ([9.49.221.0]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r5JKeaBe020317; Wed, 19 Jun 2013 14:40:53 -0600 From: Anthony Liguori To: qemu-devel@nongnu.org Date: Wed, 19 Jun 2013 15:40:29 -0500 Message-Id: <1371674435-14973-7-git-send-email-aliguori@us.ibm.com> X-Mailer: git-send-email 1.8.0 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 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13061920-7606-0000-0000-00000CA17329 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 32.97.110.154 Cc: Anthony Liguori , Alexey Kardashevskiy , Alex Graf , Michael Ellerman , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , Andreas Faerber , David Gibson Subject: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 Acked-by: Michael Ellerman Acked-by: Alexey Kardashevskiy Acked-by: David Gibson Acked-by: Andreas Färber --- 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"