esp-idf/components/freemodbus/port
aleks 9204605d98 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 14:15:23 +01:00
..
port.c freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
port.h freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
portevent_m.c freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
portevent.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
portother_m.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
portother.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
portserial_m.c freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
portserial.c freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
porttimer_m.c freemodbus: fix port contains lgpl licensed files 2021-11-29 14:15:23 +01:00
porttimer.c freemodbus: fix issues when modbus master and slave work simultaneously (backport v4.3) 2021-10-28 03:08:12 +00:00