Skip to content

Commit 410c470

Browse files
authored
Clarify licensing in README.md
1 parent 16ac0cf commit 410c470

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,14 @@ $ swift test
9393
This project was originally developed by [@akkyie](https://github.com/akkyie), and is now maintained by the community.
9494

9595
[^1]: On a 2020 Mac mini (M1, 16GB RAM) with Swift 5.10. Measured by `swift package resolve && swift package clean && time swift build --product PrintAdd`.
96+
License
97+
98+
## License
99+
100+
WasmKit runtime modules are licensed under MIT License. See [LICENSE](https://raw.githubusercontent.com/swiftwasm/WasmKit/refs/heads/main/LICENSE) file for license information.
101+
102+
GDB Remote Protocol support (`GDBRemoteProtocol` and `WasmKitGDBHandler` modules) is licensed separately under Apache License v2.0 with Runtime Library Exception, Copyright 2025 Apple Inc. and the Swift project authors.
103+
104+
See https://swift.org/LICENSE.txt for license information.
105+
106+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors.

0 commit comments

Comments
 (0)