@@ -35,17 +35,26 @@ Supports Function Codes:
35
35
Modbus TCP, Modbus UDP and Modbus RTU client/server library
36
36
37
37
38
- This file is part of the EasyModbus library.
39
-
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
-
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
-
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/ > .
38
+ /*
39
+ Copyright (c) 2018-2020 Rossmann-Engineering
40
+ Permission is hereby granted, free of charge,
41
+ to any person obtaining a copy of this software
42
+ and associated documentation files (the "Software"),
43
+ to deal in the Software without restriction,
44
+ including without limitation the rights to use,
45
+ copy, modify, merge, publish, distribute, sublicense,
46
+ and/or sell copies of the Software, and to permit
47
+ persons to whom the Software is furnished to do so,
48
+ subject to the following conditions:
49
+
50
+ The above copyright notice and this permission
51
+ notice shall be included in all copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
54
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
56
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
57
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
58
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
59
+ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60
+ * /
0 commit comments