esp-idf/components/freemodbus/modbus
aleks e26318bcac 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.
2022-02-08 12:43:08 +01:00
..
ascii Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
functions freemodbus: fix port contains lgpl licensed files 2022-02-08 12:43:08 +01:00
include freemodbus: add affinity option for modbus stack tasks 2021-07-22 13:15:24 +08:00
rtu Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
tcp freemodbus: fix TCP stack/examples reinitialization sequence 2021-09-17 19:13:48 +08:00
mb_m.c freemodbuss: fix event processing after merge 2021-03-15 09:45:49 +01:00
mb.c freemodbus: fix issues when modbus master and slave work simultaneously 2021-08-13 22:46:09 +08:00