Updated license in README. Forgot to do that earlier.

This commit is contained in:
AMRowsell 2018-08-19 06:57:00 +00:00
commit b551f832dd

View file

@ -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.