diff options
author | Egbert Eich <eich@freedesktop.org> | 2007-08-30 12:50:21 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-30 11:20:40 -0700 |
commit | bcd6708895e5c2fda423bb13fe42b078ef293b13 (patch) | |
tree | 75ef84f6a32b22e436bf5137c6882869431acccc | |
parent | ed001ed363d11aff3df9a7de2f72075e0b2cfb7b (diff) |
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 1d11e4bc4ccb169fb23fc18583f0b648f0a6a4e0)
-rw-r--r-- | hw/xfree86/int10/helper_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/int10/helper_exec.c b/hw/xfree86/int10/helper_exec.c index a41965db9..a12a9a0ca 100644 --- a/hw/xfree86/int10/helper_exec.c +++ b/hw/xfree86/int10/helper_exec.c @@ -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" */ /* |