From 49a374a1dbbbbdb4ecdf1aaa7827f6137ead41b7 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 6 Oct 2018 08:41:18 -0700 Subject: [PATCH] Add BearSSL license info to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfef5e0dca..472b1e249f 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).