diff --git a/docs/en/COPYRIGHT.rst b/docs/en/COPYRIGHT.rst index f36b7fda61..329d295bbc 100644 --- a/docs/en/COPYRIGHT.rst +++ b/docs/en/COPYRIGHT.rst @@ -57,14 +57,10 @@ These third party libraries can be included into the application (firmware) prod * `TLSF allocator ` Two Level Segregated Fit memory allocator, Copyright (c) 2006-2016, Matthew Conte, and licensed under the BSD 3-clause license. -* `qrcode`_ QR Code generator library Copyright (c) Project Nayuki, is licensed under MIT license. - * :component:`openthread`, Copyright (c) The OpenThread Authors, is licensed under BSD License as described in :component_file:`LICENSE file`. * :component_file:`UBSAN runtime ` — Copyright (c) 2016, Linaro Limited and Jiří Zárevúcky, licensed under the BSD 2-clause license. -* `freemodbus`_ Copyright (c) 2006-2013 Christian Walter, Armink and licensed under the BSD license. - * :component:`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`. * `SEGGER SystemView`_ target-side library, Copyright (c) 2015-2017 SEGGER Microcontroller GmbH & Co. KG, is licensed under BSD 3-clause license. @@ -165,6 +161,4 @@ Copyright (C) 2011, ChaN, all right reserved. .. _ESP-IDF Programming Guide: https://docs.espressif.com/projects/esp-idf/en/latest/ .. _sphinx_idf_theme: https://github.com/espressif/sphinx_idf_theme .. _sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme -.. _qrcode: https://github.com/nayuki/QR-Code-generator -.. _freemodbus: https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32 .. _SEGGER SystemView: https://www.segger.com/downloads/systemview/ diff --git a/docs/en/migration-guides/release-5.x/removed-components.rst b/docs/en/migration-guides/release-5.x/removed-components.rst index 5b84229fd3..7d6a65c372 100644 --- a/docs/en/migration-guides/release-5.x/removed-components.rst +++ b/docs/en/migration-guides/release-5.x/removed-components.rst @@ -19,6 +19,7 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist * `expat `_ * `coap `_ * `esp-cryptoauthlib `_ +* `qrcode `_ .. note:: Please note that http parser functionality which was previously part of ``nghttp`` component is now part of :component:`http_parser ` component.