|
1 |
| -Copyrights and Licenses |
2 |
| -======================= |
3 |
| - |
4 |
| -Software Copyrights |
5 |
| -------------------- |
6 |
| - |
7 |
| -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. |
8 |
| - |
9 |
| -Additional third party copyrighted code is included under the following licenses. |
10 |
| - |
11 |
| -Where source code headers specify Copyright & License information, this information takes precedence over the summaries made here. |
12 |
| - |
13 |
| -Firmware Components |
14 |
| -^^^^^^^^^^^^^^^^^^^ |
15 |
| - |
16 |
| -These third party libraries included into the application (firmware) produced by Logicrom OpenCPU SDK. |
17 |
| - |
18 |
| -* `LittleFS <https://github.com/ARMmbed/littlefs>`_ library written by ARM Limited and released under the `BSD 3-clause license <https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md>`_. |
19 |
| - |
20 |
| -* `Int64String <https://github.com/djGrrr/Int64String>`_ library written by djGrrr and released under the `MIT license <https://github.com/djGrrr/Int64String/blob/master/LICENSE>`__. |
21 |
| - |
22 |
| -* `PicoHTTPParser <https://github.com/h2o/picohttpparser>`_ library written by Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, Shigeo Mitsunari and released under the MIT license. |
23 |
| - |
24 |
| -* `heatshrink <https://github.com/atomicobject/heatshrink>`_ library written by Scott Vokes and released under the `ISC license <https://github.com/atomicobject/heatshrink/blob/master/LICENSE>`_. |
25 |
| - |
26 |
| -* `SimpleKalmanFilter <https://github.com/denyssene/SimpleKalmanFilter>`_ library written by Denys Sene and released under the `MIT license <https://github.com/denyssene/SimpleKalmanFilter/blob/master/LICENSE>`__. |
27 |
| - |
28 |
| -* `OneWire <https://github.com/PaulStoffregen/OneWire>`_ library originally written by Jim Studt and later maintained by Paul Stoffregen, is released uder `custom license <https://github.com/PaulStoffregen/OneWire/blob/master/OneWire.cpp>`_. |
29 |
| - |
30 |
| -* `Tiny AES <https://github.com/kokke/tiny-AES-c>`_ library, released under `Unlicense <https://github.com/kokke/tiny-AES-c/blob/master/unlicense.txt>`_. |
31 |
| - |
32 |
| -* `Fusion <https://github.com/xioTechnologies/Fusion/>`_ library, Copyright 2021 x-io Technologies and released under `MIT License <https://github.com/xioTechnologies/Fusion/blob/main/LICENSE.md>`__. |
33 |
| - |
34 |
| -* `MQTT Client <https://github.com/jiejieTop/mqttclient>`_ library, Copyright jiejie and released under `Apache License 2.0 <https://github.com/jiejieTop/mqttclient/blob/master/LICENSE>`_. |
35 |
| - |
36 |
| -* `SPIFFS <https://github.com/pellepl/spiffs>`_ library, Copyright (c) 2013-2017 Peter Andersson, is licensed under `MIT license <https://github.com/pellepl/spiffs/blob/master/LICENSE>`__. |
37 |
| - |
38 |
| - |
39 |
| -Documentation |
40 |
| -^^^^^^^^^^^^^ |
41 |
| - |
42 |
| -* HTML version of the `Logicrom OpenCPU SDK <https://docs.logicrom.com>`_ uses the `Sphinx RTD theme <https://github.com/readthedocs/sphinx_rtd_theme>`_, which is Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors, licensed under `MIT license <https://github.com/readthedocs/sphinx_rtd_theme/blob/master/LICENSE>`__. |
43 |
| - |
| 1 | +Copyrights and Licenses |
| 2 | +======================= |
| 3 | + |
| 4 | +Software Copyrights |
| 5 | +------------------- |
| 6 | + |
| 7 | +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. |
| 8 | + |
| 9 | +Additional third party copyrighted code is included under the following licenses. |
| 10 | + |
| 11 | +Where source code headers specify Copyright & License information, this information takes precedence over the summaries made here. |
| 12 | + |
| 13 | +Firmware Components |
| 14 | +^^^^^^^^^^^^^^^^^^^ |
| 15 | + |
| 16 | +These third party libraries included into the application (firmware) produced by Logicrom OpenCPU SDK. |
| 17 | + |
| 18 | +* `LittleFS <https://github.com/ARMmbed/littlefs>`_ library written by ARM Limited and released under the `BSD 3-clause license <https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md>`_. |
| 19 | + |
| 20 | +* `Int64String <https://github.com/djGrrr/Int64String>`_ library written by djGrrr and released under the `MIT license <https://github.com/djGrrr/Int64String/blob/master/LICENSE>`__. |
| 21 | + |
| 22 | +* `PicoHTTPParser <https://github.com/h2o/picohttpparser>`_ library written by Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, Shigeo Mitsunari and released under the MIT license. |
| 23 | + |
| 24 | +* `heatshrink <https://github.com/atomicobject/heatshrink>`_ library written by Scott Vokes and released under the `ISC license <https://github.com/atomicobject/heatshrink/blob/master/LICENSE>`_. |
| 25 | + |
| 26 | +* `SimpleKalmanFilter <https://github.com/denyssene/SimpleKalmanFilter>`_ library written by Denys Sene and released under the `MIT license <https://github.com/denyssene/SimpleKalmanFilter/blob/master/LICENSE>`__. |
| 27 | + |
| 28 | +* `OneWire <https://github.com/PaulStoffregen/OneWire>`_ library originally written by Jim Studt and later maintained by Paul Stoffregen, is released uder `custom license <https://github.com/PaulStoffregen/OneWire/blob/master/OneWire.cpp>`_. |
| 29 | + |
| 30 | +* `Tiny AES <https://github.com/kokke/tiny-AES-c>`_ library, released under `Unlicense <https://github.com/kokke/tiny-AES-c/blob/master/unlicense.txt>`_. |
| 31 | + |
| 32 | +* `Fusion <https://github.com/xioTechnologies/Fusion/>`_ library, Copyright 2021 x-io Technologies and released under `MIT License <https://github.com/xioTechnologies/Fusion/blob/main/LICENSE.md>`__. |
| 33 | + |
| 34 | +* `MQTT Client <https://github.com/jiejieTop/mqttclient>`_ library, Copyright jiejie and released under `Apache License 2.0 <https://github.com/jiejieTop/mqttclient/blob/master/LICENSE>`_. |
| 35 | + |
| 36 | +* `SPIFFS <https://github.com/pellepl/spiffs>`_ library, Copyright (c) 2013-2017 Peter Andersson, is licensed under `MIT license <https://github.com/pellepl/spiffs/blob/master/LICENSE>`__. |
| 37 | + |
| 38 | + |
| 39 | +Documentation |
| 40 | +^^^^^^^^^^^^^ |
| 41 | + |
| 42 | +* HTML version of the `Logicrom OpenCPU SDK <https://docs.logicrom.com>`_ uses the `Sphinx RTD theme <https://github.com/readthedocs/sphinx_rtd_theme>`_, which is Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors, licensed under `MIT license <https://github.com/readthedocs/sphinx_rtd_theme/blob/master/LICENSE>`__. |
| 43 | + |
0 commit comments