Fixing a misleading comment which could suggest a GPL violation.

The author of the int10 code looked at the VBIOS POSTing code
in DOSEMU to get some initial idea on how to POST a VBIOS.
To give credit to the DOSEMU Team for this inspiration a comment
was added to the code which could suggest that code from the
GPLed DOSEMU was directly incorporated into this code.
This patch should clearify the situation.
This commit is contained in:
Egbert Eich 2007-08-30 12:50:21 +02:00 committed by Egbert Eich
parent 45efe85003
commit 1d11e4bc4c

View File

@ -3,8 +3,8 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*
* Part of this is based on code taken from DOSEMU
* (C) Copyright 1992, ..., 1999 the "DOSEMU-Development-Team"
* Part of this code was inspired by the VBIOS POSTing code in DOSEMU
* developed by the "DOSEMU-Development-Team"
*/
/*