esp-idf/components/freemodbus
aleks b8c1d26f56 freemodbus: fix port contains lgpl licensed files
Initial version of freemodbus master port files have been added to ESP-IDF based on https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32.
The overall repository license, at the time of adding these files, has been BSD 3-clause. However at that time, several port files carried LGPL license headers. As the author of these files confirmed in https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32/issues/61#issuecomment-977828450, this wasn't intentional. ESP-IDF version of modbus master port has been rewritten to target FreeRTOS instead of RT-Thread, but the license headers remained from the original version. This commit corrects this, replacing the license of these files with BSD 3-clause.
2021-11-29 12:50:53 +01:00
..
common modbus: update to support other targets 2021-11-08 16:28:55 +00:00
modbus freemodbus: fix port contains lgpl licensed files 2021-11-29 12:50:53 +01:00
port freemodbus: fix port contains lgpl licensed files 2021-11-29 12:50:53 +01:00
serial_master Bugfix/modbus fix copyright headers 2021-10-23 01:23:03 +08:00
serial_slave Bugfix/modbus fix copyright headers 2021-10-23 01:23:03 +08:00
tcp_master freemodbus: fix port contains lgpl licensed files 2021-11-29 12:50:53 +01:00
tcp_slave freemodbus: fix port contains lgpl licensed files 2021-11-29 12:50:53 +01:00
CMakeLists.txt modbus: update to support other targets 2021-11-08 16:28:55 +00:00
Kconfig freemodbus: fix timer port to use esp_timer instead of group timer 2021-11-05 13:19:09 +00:00
sdkconfig.rename examples: freemodbus add tcp support for common master/slave iface 2020-07-22 00:34:04 +08:00