[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license
From: |
Anthony Liguori |
Subject: |
[Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license |
Date: |
Wed, 19 Jun 2013 15:40:29 -0500 |
If you are on CC, then please Ack this patch as you touched this
file at some point in time.
Cc: Alexey Kardashevskiy <address@hidden>
Cc: Andreas Färber <address@hidden>
Cc: David Gibson <address@hidden>
Cc: Michael Ellerman <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
---
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 <address@hidden>
+ *
+ * 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
- [Qemu-devel] [PATCH 00/12] spapr: add qtest support and refactor vty, Anthony Liguori, 2013/06/19
- [Qemu-devel] [PATCH 01/12] chardev: ringbuf: add optional save parameter to save state, Anthony Liguori, 2013/06/19
- [Qemu-devel] [PATCH 03/12] qtest: return string from QMP commands, Anthony Liguori, 2013/06/19
- [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license,
Anthony Liguori <=
- Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license, Michael Ellerman, 2013/06/19
- Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license, Alexey Kardashevskiy, 2013/06/20
- Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license, David Gibson, 2013/06/20
- Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license, Paolo Bonzini, 2013/06/20
- Re: [Qemu-devel] [PATCH 06/12] spapr-vty: add copyright and license, Andreas Färber, 2013/06/20
- [Qemu-devel] [PATCH 09/12] spapr-vio: move special case handling for reg=0 to vio, Anthony Liguori, 2013/06/19