mirror of
https://github.com/curl/curl.git
synced 2026-04-18 02:31:39 +03:00
LICENSE-MIXING.md: update with mbedTLS dual licensing
Recent versions of mbedTLS are available under either Apache 2.0 or GPL 2.0, see https://tls.mbed.org/how-to-get Closes #1019
This commit is contained in:
parent
710f0572c9
commit
e01d0f1030
1 changed files with 5 additions and 2 deletions
|
|
@ -63,8 +63,11 @@ not have the announcement clause that collides with GPL.
|
|||
|
||||
## mbedTLS
|
||||
|
||||
(May be used for SSL/TLS support) Uses the GPL license or a propietary
|
||||
license. If this is a problem for you, consider using another TLS library.
|
||||
(May be used for SSL/TLS support) Uses the [Apache 2.0
|
||||
license](https://opensource.org/licenses/Apache-2.0) or the GPL license.
|
||||
You may choose to license the code under Apache 2.0 terms or GPL terms.
|
||||
These licenses grant you different permissions and impose different
|
||||
obligations. You should select the license that best meets your needs.
|
||||
|
||||
## BoringSSL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue