You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Only a few lines of codes are needed to read or write data from or to a PLC.
9
9
10
10
Additional Software tools e.g. Modbus Server Simulator, makes software development fast and easy.
11
11
12
-
Download Library (*.DLL) and tools: <ahref="https://sourceforge.net/projects/easymodbustcp/files/latest/download"rel="nofollow"><imgalt="Download EasyModbusTCP/UDP/RTU .NET"src="https://a.fsdn.com/con/app/sf-download-button"></a>
12
+
Download Library (*.DLL) from NuGet or from: <ahref="https://sourceforge.net/projects/easymodbustcp/files/latest/download"rel="nofollow"><imgalt="Download EasyModbusTCP/UDP/RTU .NET"src="https://a.fsdn.com/con/app/sf-download-button"></a>
13
13
14
14
15
15
@@ -34,24 +34,18 @@ Supports Function Codes:
34
34
35
35
Modbus TCP, Modbus UDP and Modbus RTU client/server library
36
36
37
-
Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
38
37
39
-
You are free to:
38
+
This file is part of the EasyModbus library.
40
39
41
-
Share copy and redistribute the material in any medium or format
42
-
The licensor cannot revoke these freedoms as long as you follow the license terms.
43
-
Under the following terms:
40
+
EasyModbus is free software: you can redistribute it and/or modify
41
+
it under the terms of the GNU General Public License as published by
42
+
the Free Software Foundation, either version 3 of the License, or
43
+
(at your option) any later version.
44
44
45
-
Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
46
-
NonCommercial You may not use the material for commercial purposes.
47
-
NoDerivatives If you remix, transform, or build upon the material, you may not distribute the modified material.
48
-
No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.You are free to:
45
+
EasyModbus is distributed in the hope that it will be useful,
46
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
47
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48
+
GNU General Public License for more details.
49
49
50
-
Share copy and redistribute the material in any medium or format
51
-
The licensor cannot revoke these freedoms as long as you follow the license terms.
52
-
Under the following terms:
53
-
54
-
Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
55
-
NonCommercial You may not use the material for commercial purposes.
56
-
NoDerivatives If you remix, transform, or build upon the material, you may not distribute the modified material.
57
-
No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
50
+
You should have received a copy of the GNU General Public License
51
+
along with EasyModbus. If not, see <http://www.gnu.org/licenses/>.
0 commit comments