resolved qemu license issue

This commit is contained in:
Christian Schnell 2025-08-05 18:29:22 +02:00 committed by Fabian
parent 3cf1e89556
commit 90ccbcd9ee
3 changed files with 22 additions and 0 deletions

19
LICENSE.MIT Normal file
View file

@ -0,0 +1,19 @@
Copyright (c) 2012, The v86 contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View file

@ -197,6 +197,7 @@ repository under their own licenses:
- [`lib/zstd/zstddeclib.c`](lib/zstd/zstddeclib.c) - [`lib/zstd/zstddeclib.c`](lib/zstd/zstddeclib.c)
- [`tests/kvm-unit-tests/`](tests/kvm-unit-tests) - [`tests/kvm-unit-tests/`](tests/kvm-unit-tests)
- [`tests/qemutests/`](tests/qemutests) - [`tests/qemutests/`](tests/qemutests)
- [`src/floppy.js/`](src/floppy.js) contains parts ported from qemu under the MIT license, see LICENSE.MIT.
## Credits ## Credits

View file

@ -1,5 +1,7 @@
// v86 Floppy Disk Controller emulation // v86 Floppy Disk Controller emulation
// //
// This file is licensed under both BSD and MIT, see LICENSE and LICENSE.MIT.
//
// Links // Links
// - Intel 82078 44 Pin CHMOS Single-Chip Floppy Disk Controller // - Intel 82078 44 Pin CHMOS Single-Chip Floppy Disk Controller
// https://wiki.qemu.org/images/f/f0/29047403.pdf // https://wiki.qemu.org/images/f/f0/29047403.pdf