aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf
diff options
context:
space:
mode:
authorIzik Eidus <izik@veertu.com>2018-01-23 14:36:38 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2018-02-05 18:09:45 +0100
commitd781e24d05dfc7737af577ad9f03e9064015c337 (patch)
treee0c61f596e44e75656768a0aa2bbf402782fd342 /target/i386/hvf
parent50876ead08531686275e6fe1999a2d80c7450d67 (diff)
downloadqemu-d781e24d05dfc7737af577ad9f03e9064015c337.zip
qemu-d781e24d05dfc7737af577ad9f03e9064015c337.tar.gz
qemu-d781e24d05dfc7737af577ad9f03e9064015c337.tar.bz2
Add missing hvdos public domain attribution:
hvf.c and vmx.h contain code from hvdos.c that is released as public domain: from hvdos github: https://github.com/mist64/hvdos "License See LICENSE.txt (2-clause-BSD). In order to simplify use of this code as a template, you can consider any parts from "hvdos.c" and "interface.h" as being in the public domain." Signed-off-by: Izik Eidus <izik@veertu.com> Message-Id: <20180123123639.35255-2-izik@veertu.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf')
-rw-r--r--target/i386/hvf/hvf.c3
-rw-r--r--target/i386/hvf/vmx.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/target/i386/hvf/hvf.c b/target/i386/hvf/hvf.c
index 010866e..ab4820c 100644
--- a/target/i386/hvf/hvf.c
+++ b/target/i386/hvf/hvf.c
@@ -17,6 +17,9 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ * This file contain code under public domain from the hvdos project:
+ * https://github.com/mist64/hvdos
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
diff --git a/target/i386/hvf/vmx.h b/target/i386/hvf/vmx.h
index 9dfcd2f..162a7d5 100644
--- a/target/i386/hvf/vmx.h
+++ b/target/i386/hvf/vmx.h
@@ -17,6 +17,9 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ * This file contain code under public domain from the hvdos project:
+ * https://github.com/mist64/hvdos
*/
#ifndef VMX_H