Update README

This commit is contained in:
Omar Roth 2020-07-19 12:00:08 -04:00
parent 96a75aae05
commit 195bb9e480
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
1 changed files with 3 additions and 1 deletions

View File

@ -2,10 +2,12 @@
Crystal bindings to the excellent [LSQUIC](https://github.com/litespeedtech/lsquic) library.
`libssl.a`, `libcrypto.a` are both licensed under `LICENSE.boringssl`.
Releases track lsquic's versioning starting with `v2.18.1`.
`liblsquic.a` is licensed under `LICENSE.lsquic` and `LICENSE.chrome`.
Lsquic uses [boringssl](https://github.com/google/boringssl), which is licensed under `LICENSE.boringssl`.
This library is available under the MIT license.
## Installation