]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/xen/xen_pt: Add missing license
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 14 Nov 2023 14:38:12 +0000 (15:38 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 14 Nov 2023 16:09:28 +0000 (11:09 -0500)
Commit eaab4d60d3 ("Introduce Xen PCI Passthrough, qdevice")
introduced both xen_pt.[ch], but only added the license to
xen_pt.c. Use the same license for xen_pt.h.

Suggested-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/xen/xen_pt.h

index 31bcfdf70567c002bc3f6264b1dabe138c7dda02..d3180bb13432af1d542b4f8e6daab1abaec19297 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2007, Neocleus Corporation.
+ * Copyright (c) 2007, Intel Corporation.
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ * Alex Novik <alex@neocleus.com>
+ * Allen Kay <allen.m.kay@intel.com>
+ * Guy Zana <guy@neocleus.com>
+ */
 #ifndef XEN_PT_H
 #define XEN_PT_H