diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-08-25 05:42:06 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-08-25 05:42:06 +0000 |
commit | d83887929f90a7022b1652476311c69cfbd997f2 (patch) | |
tree | d958aadeb58a9ab8fc8d674763802a42c9cda642 /tools/ddcprobe/x86emu/LICENSE | |
parent | 9117ef0c20c3c0bb0f4c238ad74ec3e507ea75cd (diff) | |
download | drakx-d83887929f90a7022b1652476311c69cfbd997f2.tar drakx-d83887929f90a7022b1652476311c69cfbd997f2.tar.gz drakx-d83887929f90a7022b1652476311c69cfbd997f2.tar.bz2 drakx-d83887929f90a7022b1652476311c69cfbd997f2.tar.xz drakx-d83887929f90a7022b1652476311c69cfbd997f2.zip |
Add x86 CPU emulator for BIOS int10 emulation on non x86 arches.
Diffstat (limited to 'tools/ddcprobe/x86emu/LICENSE')
-rw-r--r-- | tools/ddcprobe/x86emu/LICENSE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/ddcprobe/x86emu/LICENSE b/tools/ddcprobe/x86emu/LICENSE new file mode 100644 index 000000000..a3ede4a87 --- /dev/null +++ b/tools/ddcprobe/x86emu/LICENSE @@ -0,0 +1,17 @@ + License information + ------------------- + +The x86emu library is under a BSD style license, comaptible +with the XFree86 and X licenses used by XFree86. The +original x86emu libraries were under the GNU General Public +License. Due to license incompatibilities between the GPL +and the XFree86 license, the original authors of the code +decided to allow a license change. If you have submitted +code to the original x86emu project, and you don't agree +with the license change, please contact us and let you +know. Your code will be removed to comply with your wishes. + +If you have any questions about this, please send email to +x86emu@linuxlabs.com or KendallB@scitechsoft.com for +clarification. + |