]> granicus.if.org Git - curl/commitdiff
LICENSE-MIXING.md: update with mbedTLS dual licensing
authorTony Kelman <tony@kelman.net>
Fri, 16 Sep 2016 21:17:05 +0000 (14:17 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Sep 2016 21:56:28 +0000 (23:56 +0200)
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

docs/LICENSE-MIXING.md

index 0bff73e6db8f47b297187dc3789e619ef6cc7283..d9672c497902acb5238aee1db9cd94171e7a029f 100644 (file)
@@ -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