Tweak README
All checks were successful
CI / Test (AMD64) (push) Successful in 2m10s
CI / Test (ARM64) (push) Successful in 5m7s

This commit is contained in:
TheBrokenRail 2025-02-15 14:38:19 -05:00
parent be6058c025
commit 873f50e97f

View File

@ -22,4 +22,4 @@ The runtime supports two methods of passing data between the guest and host.
- Can be forced using an environmental variable.
## Licensing
The runtime itself is licensed with [GPLv2](./LICENSE) to comply with [QEMU's license](https://wiki.qemu.org/License). However, the `raw_trampoline` function and associated headers are licensed with the [Unlicense](lib/LICENSE) as they do not directly link to the runtime.
The runtime itself is licensed with [GPLv2](./LICENSE) to comply with [QEMU's license](https://wiki.qemu.org/License). However, the `lib` directory is licensed with the [Unlicense](lib/LICENSE) as it does not directly link to the runtime.