From b21619c172cb9cf82e3cb11a0827a71c1d4ae368 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 6 Oct 2018 09:37:53 -0700 Subject: [PATCH] Add BearSSL license info to README.md (#5211) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfef5e0dc..472b1e249 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,5 @@ ESP8266 core files are licensed under LGPL. [umm_malloc](https://github.com/rhempel/umm_malloc) memory management library written by Ralph Hempel is used in this project. It is distributed under MIT license. [axTLS](http://axtls.sourceforge.net/) library written by Cameron Rich, built from https://github.com/igrr/axtls-8266, is used in this project. It is distributed under [BSD license](https://github.com/igrr/axtls-8266/blob/master/LICENSE). + +[BearSSL](https://bearssl.org) library written by Thomas Pornin, built from https://github.com/earlephilhower/bearssl-esp8266, is used in this project. It is distributed under the [MIT License](https://bearssl.org/#legal-details).