From 873f50e97feddaeb4e862e294690b3ec87030548 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 15 Feb 2025 14:38:19 -0500 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8646ec2..dde0930 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file