Skip to content

Commit c4fbcae

Browse files
fixed some licenses in README (#758)
* fixed some licenses * typo
1 parent a85413c commit c4fbcae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,14 +3131,14 @@ bun also statically links these libraries:
31313131
- [`boringssl`](https://boringssl.googlesource.com/boringssl/), which has [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE)
31323132
- [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING)
31333133
- [`libiconv`](https://www.gnu.org/software/libiconv/), which is LGPL2. It’s a dependency of libarchive.
3134-
- [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is MIT licensed
3134+
- [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is BSD 3-Clause licensed
31353135
- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed
31363136
- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License
31373137
- [`tinycc`](https://github.com/tinycc/tinycc), which is LGPL v2.1 licensed
3138-
- [`uSockets`](https://github.com/uNetworking/uSockets), which is MIT licensed
3138+
- [`uSockets`](https://github.com/uNetworking/uSockets), which is Apache 2.0 licensed
31393139
- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed
31403140
- `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE>
3141-
- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is MIT licensed
3141+
- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is Apache 2.0 licensed
31423142

31433143
For compatibility reasons, these NPM packages are embedded into bun’s binary and injected if imported.
31443144

0 commit comments

Comments
 (0)