summaryrefslogtreecommitdiff
path: root/hw/acpi_ich9.c
diff options
context:
space:
mode:
authorJason Baron <jbaron@redhat.com>2012-10-29 22:11:31 -0400
committerMichael S. Tsirkin <mst@redhat.com>2012-12-12 23:36:20 +0200
commit6f918e40e6b7f4e3dcf89c3e3f1001e965a683a1 (patch)
tree39750fd5354206a853c3c4c7faf08d96f864d10e /hw/acpi_ich9.c
parent1c97e303d4ea80a2691334b0febe87a50660f99d (diff)
downloadqemu-6f918e40e6b7f4e3dcf89c3e3f1001e965a683a1.tar.gz
Fixup q35/ich9 Licenses
Cleanup the q35/ich9 license headers. Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'hw/acpi_ich9.c')
-rw-r--r--hw/acpi_ich9.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/hw/acpi_ich9.c b/hw/acpi_ich9.c
index c5978d33cc..85d441c33c 100644
--- a/hw/acpi_ich9.c
+++ b/hw/acpi_ich9.c
@@ -2,6 +2,11 @@
* ACPI implementation
*
* Copyright (c) 2006 Fabrice Bellard
+ * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
+ * VA Linux Systems Japan K.K.
+ * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
+ *
+ * This is based on acpi.c.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -14,13 +19,9 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>
- */
-/*
- * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
- * VA Linux Systems Japan K.K.
- * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
*
- * This is based on acpi.c.
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
*/
#include "hw.h"
#include "pc.h"