From: Izik Eidus Date: Tue, 23 Jan 2018 12:36:38 +0000 (+0200) Subject: Add missing hvdos public domain attribution: X-Git-Tag: v2.12.0-rc0~107^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d781e24d05dfc7737af577ad9f03e9064015c337;p=thirdparty%2Fqemu.git 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 Message-Id: <20180123123639.35255-2-izik@veertu.com> Signed-off-by: Paolo Bonzini --- diff --git a/target/i386/hvf/hvf.c b/target/i386/hvf/hvf.c index 010866ed224..ab4820c3f50 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 . + * + * 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 9dfcd2f2ebb..162a7d51aed 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 . + * + * This file contain code under public domain from the hvdos project: + * https://github.com/mist64/hvdos */ #ifndef VMX_H