diff options
author | 2022-07-17 16:58:49 +0200 | |
---|---|---|
committer | 2022-07-17 07:58:49 -0700 | |
commit | c4fbcaeb2157f90942ce8afacfabd08ab507e0ab (patch) | |
tree | 9f127cd5a142b847f1745f004f4ba35f19296ee2 /README.md | |
parent | a85413c80207c9583e237672b48f9857d90159d5 (diff) | |
download | bun-c4fbcaeb2157f90942ce8afacfabd08ab507e0ab.tar.gz bun-c4fbcaeb2157f90942ce8afacfabd08ab507e0ab.tar.zst bun-c4fbcaeb2157f90942ce8afacfabd08ab507e0ab.zip |
fixed some licenses in README (#758)
* fixed some licenses
* typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3131,14 +3131,14 @@ bun also statically links these libraries: - [`boringssl`](https://boringssl.googlesource.com/boringssl/), which has [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE) - [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING) - [`libiconv`](https://www.gnu.org/software/libiconv/), which is LGPL2. It’s a dependency of libarchive. -- [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is MIT licensed +- [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is BSD 3-Clause licensed - [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed - [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License - [`tinycc`](https://github.com/tinycc/tinycc), which is LGPL v2.1 licensed -- [`uSockets`](https://github.com/uNetworking/uSockets), which is MIT licensed +- [`uSockets`](https://github.com/uNetworking/uSockets), which is Apache 2.0 licensed - [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed - `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> -- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is MIT licensed +- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is Apache 2.0 licensed For compatibility reasons, these NPM packages are embedded into bun’s binary and injected if imported. |