COPYRIGHT.rst 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Copyrights and Licenses
  2. ***********************
  3. Software Copyrights
  4. ===================
  5. All original source code in this repository is Copyright (C) 2015-2022 Espressif Systems. This source code is licensed under the Apache License 2.0 as described in the file LICENSE.
  6. Additional third party copyrighted code is included under the following licenses.
  7. Where source code headers specify Copyright & License information, this information takes precedence over the summaries made here.
  8. Some examples use external components which are not Apache licensed, please check the copyright description in each example source code.
  9. Firmware Components
  10. -------------------
  11. These third party libraries can be included into the application (firmware) produced by ESP-IDF.
  12. * :component:`Newlib <newlib>` is licensed under the BSD License and is Copyright of various parties, as described in :component_file:`COPYING.NEWLIB<newlib/COPYING.NEWLIB>`.
  13. * :component:`Xtensa header files<xtensa/include/xtensa>` are Copyright (C) 2013 Tensilica Inc and are licensed under the MIT License as reproduced in the individual header files.
  14. * Original parts of FreeRTOS_ (components/freertos) are Copyright (C) 2017 Amazon.com, Inc. or its affiliates are licensed under the MIT License, as described in :component_file:`license.txt<freertos/FreeRTOS-Kernel/LICENSE.md>`.
  15. * Original parts of LWIP_ (components/lwip) are Copyright (C) 2001, 2002 Swedish Institute of Computer Science and are licensed under the BSD License as described in :component_file:`COPYING file<lwip/lwip/COPYING>`.
  16. * `wpa_supplicant`_ Copyright (c) 2003-2005 Jouni Malinen and licensed under the BSD license.
  17. * `FreeBSD net80211`_ Copyright (c) 2004-2008 Sam Leffler, Errno Consulting and licensed under the BSD license.
  18. * `argtable3`_ argument parsing library Copyright (C) 1998-2001,2003-2011,2013 Stewart Heitmann and licensed under 3-clause BSD license. argtable3 also includes the following software components. For details, please see argtable3 :component_file:`LICENSE file<console/argtable3/LICENSE>`.
  19. * C Hash Table library, Copyright (c) 2002, Christopher Clark and licensed under 3-clause BSD license.
  20. * The Better String library, Copyright (c) 2014, Paul Hsieh and licensed under 3-clause BSD license.
  21. * TCL library, Copyright the Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties, and licensed under TCL/TK License.
  22. * `linenoise`_ line editing library Copyright (c) 2010-2014 Salvatore Sanfilippo, Copyright (c) 2010-2013 Pieter Noordhuis, licensed under 2-clause BSD license.
  23. * `FatFS`_ library, Copyright (C) 2017 ChaN, is licensed under :component_file:`a BSD-style license <fatfs/src/ff.h#L1-L18>`.
  24. * `cJSON`_ library, Copyright (c) 2009-2017 Dave Gamble and cJSON contributors, is licensed under MIT license as described in :component_file:`LICENSE file <json/cJSON/LICENSE>`.
  25. * `micro-ecc`_ library, Copyright (c) 2014 Kenneth MacKay, is licensed under 2-clause BSD license.
  26. * `Mbed TLS`_ library, Copyright (C) 2006-2018 ARM Limited, is licensed under Apache License 2.0 as described in :component_file:`LICENSE file <mbedtls/mbedtls/LICENSE>`.
  27. * `SPIFFS`_ library, Copyright (c) 2013-2017 Peter Andersson, is licensed under MIT license as described in :component_file:`LICENSE file <spiffs/spiffs/LICENSE>`.
  28. * :component_file:`SD/MMC driver <sdmmc/sdmmc_cmd.c>` is derived from `OpenBSD SD/MMC driver`_, Copyright (c) 2006 Uwe Stuehler, and is licensed under BSD license.
  29. * :component:`ESP-MQTT <mqtt>` MQTT Package (contiki-mqtt) - Copyright (c) 2014, Stephen Robinson, MQTT-ESP - Tuan PM <tuanpm at live dot com> is licensed under Apache License 2.0 as described in :component_file:`LICENSE file <mqtt/esp-mqtt/LICENSE>`.
  30. * :component:`BLE Mesh <bt/esp_ble_mesh>` is adapted from Zephyr Project, Copyright (c) 2017-2018 Intel Corporation and licensed under Apache License 2.0
  31. * `mynewt-nimble`_ Apache Mynewt NimBLE, Copyright 2015-2018, The Apache Software Foundation, is licensed under Apache License 2.0 as described in :component_file:`LICENSE file<bt/host/nimble/nimble/LICENSE>`.
  32. * `TLSF allocator <https://github.com/espressif/tlsf>` Two Level Segregated Fit memory allocator, Copyright (c) 2006-2016, Matthew Conte, and licensed under the BSD 3-clause license.
  33. * :component:`openthread`, Copyright (c) The OpenThread Authors, is licensed under BSD License as described in :component_file:`LICENSE file<openthread/openthread/LICENSE>`.
  34. * :component_file:`UBSAN runtime <esp_system/ubsan.c>` — Copyright (c) 2016, Linaro Limited and Jiří Zárevúcky, licensed under the BSD 2-clause license.
  35. * :component:`HTTP Parser <http_parser>` Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev. Additional changes are licensed under the same terms as NGINX and Joyent, Inc. and other Node contributors. For details please check :component_file:`LICENSE file<http_parser/LICENSE.txt>`.
  36. * `SEGGER SystemView`_ target-side library, Copyright (c) 2015-2017 SEGGER Microcontroller GmbH & Co. KG, is licensed under BSD 3-clause license.
  37. Documentation
  38. -------------
  39. * HTML version of the `ESP-IDF Programming Guide`_ uses the Sphinx theme `sphinx_idf_theme`_, which is Copyright (c) 2013-2020 Dave Snider, Read the Docs, Inc. & contributors, and Espressif Systems (Shanghai) CO., LTD. It is based on `sphinx_rtd_theme`_. Both are licensed under MIT license.
  40. ROM Source Code Copyrights
  41. ==========================
  42. ESP32, ESP32-S and ESP32-C Series SoCs mask ROM hardware includes binaries compiled from portions of the following third party software:
  43. * :component:`Newlib <newlib>`, licensed under the BSD License and is Copyright of various parties, as described in :component_file:`COPYING.NEWLIB<newlib/COPYING.NEWLIB>`.
  44. * Xtensa libhal, Copyright (c) Tensilica Inc and licensed under the MIT license (see below).
  45. * TinyBasic_ Plus, Copyright Mike Field & Scott Lawrence and licensed under the MIT license (see below).
  46. * miniz_, by Rich Geldreich - placed into the public domain.
  47. * `wpa_supplicant`_ Copyright (c) 2003-2005 Jouni Malinen and licensed under the BSD license.
  48. * TJpgDec_ Copyright (C) 2011, ChaN, all right reserved. See below for license.
  49. Xtensa libhal MIT License
  50. =========================
  51. Copyright (c) 2003, 2006, 2010 Tensilica Inc.
  52. Permission is hereby granted, free of charge, to any person obtaining
  53. a copy of this software and associated documentation files (the
  54. "Software"), to deal in the Software without restriction, including
  55. without limitation the rights to use, copy, modify, merge, publish,
  56. distribute, sublicense, and/or sell copies of the Software, and to
  57. permit persons to whom the Software is furnished to do so, subject to
  58. the following conditions:
  59. The above copyright notice and this permission notice shall be included
  60. in all copies or substantial portions of the Software.
  61. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  62. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  64. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  65. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  66. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  67. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  68. TinyBasic Plus MIT License
  69. ==========================
  70. Copyright (c) 2012-2013
  71. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  72. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  73. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  74. TJpgDec License
  75. ===============
  76. TJpgDec - Tiny JPEG Decompressor R0.01 (C)ChaN, 2011
  77. The TJpgDec is a generic JPEG decompressor module for tiny embedded systems.
  78. This is a free software that opened for education, research and commercial
  79. developments under license policy of following terms.
  80. Copyright (C) 2011, ChaN, all right reserved.
  81. * The TJpgDec module is a free software and there is NO WARRANTY.
  82. * No restriction on use. You can use, modify and redistribute it for personal, non-profit or commercial products UNDER YOUR RESPONSIBILITY.
  83. * Redistributions of source code must retain the above copyright notice.
  84. .. _Newlib: https://sourceware.org/newlib/
  85. .. _FreeRTOS: https://freertos.org/
  86. .. _esptool.py: https://github.com/espressif/esptool
  87. .. _LWIP: https://savannah.nongnu.org/projects/lwip/
  88. .. _TinyBasic: https://github.com/BleuLlama/TinyBasicPlus
  89. .. _miniz: https://code.google.com/archive/p/miniz/
  90. .. _wpa_supplicant: https://w1.fi/wpa_supplicant/
  91. .. _FreeBSD net80211: https://github.com/freebsd/freebsd-src/tree/master/sys/net80211
  92. .. _TJpgDec: http://elm-chan.org/fsw/tjpgd/00index.html
  93. .. _argtable3: https://github.com/argtable/argtable3
  94. .. _linenoise: https://github.com/antirez/linenoise
  95. .. _fatfs: http://elm-chan.org/fsw/ff/00index_e.html
  96. .. _cJSON: https://github.com/DaveGamble/cJSON
  97. .. _micro-ecc: https://github.com/kmackay/micro-ecc
  98. .. _OpenBSD SD/MMC driver: https://github.com/openbsd/src/blob/f303646/sys/dev/sdmmc/sdmmc.c
  99. .. _Mbed TLS: https://github.com/Mbed-TLS/mbedtls
  100. .. _spiffs: https://github.com/pellepl/spiffs
  101. .. _asio: https://github.com/chriskohlhoff/asio
  102. .. _mqtt: https://github.com/espressif/esp-mqtt
  103. .. _zephyr: https://github.com/zephyrproject-rtos/zephyr
  104. .. _mynewt-nimble: https://github.com/apache/mynewt-nimble
  105. .. _ESP-IDF Programming Guide: https://docs.espressif.com/projects/esp-idf/en/latest/
  106. .. _sphinx_idf_theme: https://github.com/espressif/sphinx_idf_theme
  107. .. _sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme
  108. .. _SEGGER SystemView: https://www.segger.com/downloads/systemview/