aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:01:51 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:01:51 -0700
commit0039b53d21dbcee75171e9773d06d037b51c7c1d (patch)
treeda94e46b58bd2e50b30923f5572cfc7eeea6a243 /README.md
parent9f86acbe588834b27b97c7dae5b9ddb4a90c58ec (diff)
downloadbun-0039b53d21dbcee75171e9773d06d037b51c7c1d.tar.gz
bun-0039b53d21dbcee75171e9773d06d037b51c7c1d.tar.zst
bun-0039b53d21dbcee75171e9773d06d037b51c7c1d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b4074a9e..3f6ea8b45 100644
--- a/README.md
+++ b/README.md
@@ -697,7 +697,8 @@ Bun also statically links these libraries:
- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License
- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed
- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed
-- [`openssl`](https://github.com/openssl/openssl) 3.0.0, which is Apache 2.0 licensed
+- [`s2n-tls`](https://github.com/aws/s2n-tls), which is MIT licensed
+- [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING)
For compatibiltiy reasons, these NPM packages are embedded into Bun's binary and injected if imported.