esp-idf/components/freemodbus/modbus/functions
aleks 394c2c100f 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-12-27 11:12:32 +01:00
..
mbfunccoils_m.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
mbfunccoils.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
mbfuncdiag.c examples: freemodbus port slave basic implementation 2018-10-17 12:47:12 +02:00
mbfuncdisc_m.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
mbfuncdisc.c freemodbus: fix port contains lgpl licensed files 2021-12-27 11:12:32 +01:00
mbfuncholding_m.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
mbfuncholding.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
mbfuncinput_m.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
mbfuncinput.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
mbfuncother.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
mbutils.c examples: freemodbus port slave basic implementation 2018-10-17 12:47:12 +02:00