mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 15:30:08 +01:00
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.
(cherry picked from commit 1d11e4bc4c)
This commit is contained in:
parent
ed001ed363
commit
bcd6708895
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue