|
| 1 | +Copyrights and Licenses |
| 2 | +*********************** |
| 3 | + |
| 4 | +Software Copyrights |
| 5 | +=================== |
| 6 | + |
| 7 | +All original source code in this repository is Copyright (C) 2021-2025 Espressif Systems. |
| 8 | +This source code is licensed under the Apache License 2.0 as described in the file |
| 9 | +:project_file:`LICENSE <LICENSE>`. |
| 10 | + |
| 11 | +Additional third party copyrighted code is included under the following licenses. |
| 12 | + |
| 13 | +Where source code headers specify Copyright & License information, |
| 14 | +this information takes precedence over the summaries made here. |
| 15 | + |
| 16 | +Some examples use external components which are not Apache licensed, |
| 17 | +please check the copyright description in each example source code. |
| 18 | + |
| 19 | +ESP-IDF |
| 20 | +------- |
| 21 | + |
| 22 | +* `ESP-IDF`_ is licensed under the Apache License 2.0, as described in its `copyright and license document`_. |
| 23 | + |
| 24 | +Matter SDK |
| 25 | +---------- |
| 26 | + |
| 27 | +* The `Matter SDK`_ is licensed under the Apache License 2.0 as described in the file `LICENSE`_ file. |
| 28 | + |
| 29 | +Managed Components from Espressif's Component Registry |
| 30 | +------------------------------------------------------ |
| 31 | + |
| 32 | +* `espressif/mdns`_ is licensed under the Apache License 2.0. |
| 33 | +* `espressif/esp_secure_cert_mgr`_ is licensed under the Apache License 2.0. |
| 34 | +* `espressif/esp_encrypted_img`_ is licensed under the Apache License 2.0. |
| 35 | +* `espressif/esp_insights`_ is licensed under the Apache License 2.0. |
| 36 | +* `espressif/json_parser`_ is licensed under the Apache License 2.0. |
| 37 | +* `espressif/json_generator`_ is licensed under the Apache License 2.0. |
| 38 | +* `espressif/led_strip`_ is licensed under the Apache License 2.0. |
| 39 | +* `espressif/button`_ is licensed under the Apache License 2.0. |
| 40 | + |
| 41 | +Documentation |
| 42 | +------------- |
| 43 | + |
| 44 | +* HTML version of the `ESP-Matter Programming Guide`_ uses the Sphinx theme `sphinx_idf_theme`_, |
| 45 | + which is Copyright (c) 2013-2020 Dave Snider, Read the Docs, Inc. & contributors, |
| 46 | + and Espressif Systems (Shanghai) CO., LTD. It is based on `sphinx_rtd_theme`_. |
| 47 | + Both are licensed under MIT license. |
| 48 | + |
| 49 | +.. _ESP-IDF: https://github.com/espressif/esp-idf |
| 50 | +.. _Matter SDK: https://github.com/project-chip/connectedhomeip |
| 51 | +.. _LICENSE: https://github.com/espressif/esp-matter/blob/master/LICENSE |
| 52 | +.. _sphinx_idf_theme: https://github.com/espressif/sphinx_idf_theme |
| 53 | +.. _sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme |
| 54 | +.. _ESP-Matter Programming Guide: https://docs.espressif.com/projects/esp-matter/en/latest |
| 55 | +.. _copyright and license document: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/COPYRIGHT.html |
| 56 | +.. _Espressif Component Registry: https://components.espressif.com |
| 57 | +.. _espressif/mdns: https://components.espressif.com/components/espressif/mdns |
| 58 | +.. _espressif/esp_secure_cert_mgr: https://components.espressif.com/components/espressif/esp_secure_cert_mgr |
| 59 | +.. _espressif/esp_encrypted_img: https://components.espressif.com/components/espressif/esp_encrypted_img |
| 60 | +.. _espressif/esp_insights: https://components.espressif.com/components/espressif/esp_insights |
| 61 | +.. _espressif/json_parser: https://components.espressif.com/components/espressif/json_parser |
| 62 | +.. _espressif/json_generator: https://components.espressif.com/components/espressif/json_generator |
| 63 | +.. _espressif/led_strip: https://components.espressif.com/components/espressif/led_strip |
| 64 | +.. _espressif/button: https://components.espressif.com/components/espressif/button |
0 commit comments