From b551f832dd013b493625060560aef806b68746ff Mon Sep 17 00:00:00 2001 From: AMRowsell Date: Sun, 19 Aug 2018 06:57:00 +0000 Subject: [PATCH] Updated license in README. Forgot to do that earlier. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a2036..55c9260 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MQTT Library for ESP8266 SDK written by Alexander Rowsell (MrAureliusR) -Released under the terms of the MIT License -- see [LICENSE](LICENSE) for more detail. +Released under the terms of the Mozilla Public License -- see [LICENSE](LICENSE) for more detail. ## Summary While working on a series of tutorials for Hackaday, I realized MQTT would be the perfect solution for one of the projects I was presenting. However, I didn't want to use a pre-existing MQTT library - that would be boring, and I wouldn't be able to teach the readers as much. Instead, I started to write one from scratch.