Copyrights and Licenses ======================= Software Copyrights ------------------- All original source code in this repository is Copyright (C) 2021-2024 Waybyte Solutions. This source code is licensed under MIT as described in the file LICENSE. Additional third party copyrighted code is included under the following licenses. Where source code headers specify Copyright & License information, this information takes precedence over the summaries made here. Firmware Components ^^^^^^^^^^^^^^^^^^^ These third party libraries included into the application (firmware) produced by Logicrom OpenCPU SDK. * `LittleFS `_ library written by ARM Limited and released under the `BSD 3-clause license `_. * `Int64String `_ library written by djGrrr and released under the `MIT license `__. * `PicoHTTPParser `_ library written by Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, Shigeo Mitsunari and released under the MIT license. * `heatshrink `_ library written by Scott Vokes and released under the `ISC license `_. * `SimpleKalmanFilter `_ library written by Denys Sene and released under the `MIT license `__. * `OneWire `_ library originally written by Jim Studt and later maintained by Paul Stoffregen, is released uder `custom license `_. * `Tiny AES `_ library, released under `Unlicense `_. * `Fusion `_ library, Copyright 2021 x-io Technologies and released under `MIT License `__. * `MQTT Client `_ library, Copyright jiejie and released under `Apache License 2.0 `_. * `SPIFFS `_ library, Copyright (c) 2013-2017 Peter Andersson, is licensed under `MIT license `__. Documentation ^^^^^^^^^^^^^ * HTML version of the `Logicrom OpenCPU SDK `_ uses the `Sphinx RTD theme `_, which is Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors, licensed under `MIT license `__.