Skip to content

Commit

Permalink
Add missing hvdos public domain attribution:
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vizike authored and bonzini committed Feb 5, 2018
1 parent 50876ea commit d781e24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/i386/hvf/hvf.c
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions target/i386/hvf/vmx.h
Expand Up @@ -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
Expand Down

0 comments on commit d781e24

Please sign in to comment.