You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
3.2 KiB
90 lines
3.2 KiB
9 years ago
|
+---------------------------------------------------------+
|
||
|
| ACKNOWLEDGEMENTS |
|
||
|
+---------------------------------------------------------+
|
||
|
|
||
|
This project is based on work by Jan Krákora, (c) 2004-2013.
|
||
|
The original license is reproduced below.
|
||
|
|
||
|
https://code.google.com/archive/p/phpmodbus/
|
||
|
|
||
|
Further improvements - John S. Long and other contributors
|
||
|
|
||
|
https://github.com/adduc/phpmodbus
|
||
|
|
||
|
Cleanup and namespaces - Ondřej Hruška, 2016
|
||
|
|
||
|
https://github.com/MightyPork/phpmodbus
|
||
|
|
||
|
|
||
|
+---------------------------------------------------------+
|
||
|
| ORIGINAL LICENSE |
|
||
|
+---------------------------------------------------------+
|
||
|
|
||
|
|
||
|
The Phpmodbus License, Version 1
|
||
|
============================
|
||
|
|
||
|
Copyright (c) 2004, 2013 Jan Krakora
|
||
|
All rights reserved.
|
||
|
|
||
|
This license is a legal agreement between you and Jan Krakora (the "Author")
|
||
|
for the use of Phpmodbus (the "Software"). By obtaining, using and/or
|
||
|
copying the Software, you agree that you have read, understood, and will
|
||
|
comply with the terms and conditions of this license.
|
||
|
|
||
|
|
||
|
PERMITTED USE
|
||
|
-------------
|
||
|
|
||
|
You are permitted to use, copy, modify, and distribute the Software and its
|
||
|
documentation, with or without modification, for any purpose, provided that
|
||
|
the following conditions are met:
|
||
|
|
||
|
1. A copy of this license agreement must be included with the distribution.
|
||
|
|
||
|
2. Redistributions of source code must retain the above copyright notice in
|
||
|
all source code files.
|
||
|
|
||
|
3. Redistributions in binary form must reproduce the above copyright notice
|
||
|
in the documentation and/or other materials provided with the distribution.
|
||
|
|
||
|
4. Products derived from the Software must include an acknowledgment that
|
||
|
they are derived from "Phpmodbus" in their documentation and/or other
|
||
|
materials provided with the distribution.
|
||
|
|
||
|
5. The name "Phpmodbus" must not be used to endorse or promote products
|
||
|
derived from the Software without prior written permission from Author.
|
||
|
|
||
|
6. Products derived from the Software may not be called "Phpmodbus",
|
||
|
nor may "Phpmodbus" appear in their name, without prior written
|
||
|
permission from Author.
|
||
|
|
||
|
|
||
|
INDEMNITY
|
||
|
---------
|
||
|
|
||
|
You agree to indemnify and hold harmless the Author and any contributors
|
||
|
for any direct, indirect, incidental, or consequential third-party claims,
|
||
|
actions or suits, as well as any related expenses, liabilities, damages,
|
||
|
settlements or fees arising from your use or misuse of the Software,
|
||
|
or a violation of any terms of this license.
|
||
|
|
||
|
|
||
|
DISCLAIMER OF WARRANTY
|
||
|
----------------------
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR
|
||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
|
||
|
End of file.
|