# HG changeset patch # User Edouard Tisserant # Date 1528443828 -7200 # Node ID 92f02bb17c7ed7463075c159b4e3db7fbc2f12aa # Parent 983c482f8e4280016bfd8fb0d7d73f8e0f2c221a Make Modbus extension license compatible with the rest of Beremiz IDE python code : GPLv2. diff -r 983c482f8e42 -r 92f02bb17c7e modbus/__init__.py --- a/modbus/__init__.py Mon Jun 04 11:22:08 2018 +0200 +++ b/modbus/__init__.py Fri Jun 08 09:43:48 2018 +0200 @@ -8,7 +8,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff -r 983c482f8e42 -r 92f02bb17c7e modbus/mb_runtime.c --- a/modbus/mb_runtime.c Mon Jun 04 11:22:08 2018 +0200 +++ b/modbus/mb_runtime.c Fri Jun 08 09:43:48 2018 +0200 @@ -7,7 +7,7 @@ * * This Modbus library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but diff -r 983c482f8e42 -r 92f02bb17c7e modbus/mb_runtime.h --- a/modbus/mb_runtime.h Mon Jun 04 11:22:08 2018 +0200 +++ b/modbus/mb_runtime.h Fri Jun 08 09:43:48 2018 +0200 @@ -7,7 +7,7 @@ * * This Modbus library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but diff -r 983c482f8e42 -r 92f02bb17c7e modbus/mb_utils.py --- a/modbus/mb_utils.py Mon Jun 04 11:22:08 2018 +0200 +++ b/modbus/mb_utils.py Fri Jun 08 09:43:48 2018 +0200 @@ -8,7 +8,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff -r 983c482f8e42 -r 92f02bb17c7e modbus/modbus.py --- a/modbus/modbus.py Mon Jun 04 11:22:08 2018 +0200 +++ b/modbus/modbus.py Fri Jun 08 09:43:48 2018 +0200 @@ -8,7 +8,7 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful,