ModBus TCP Implementation

Fork of HTTPD by AMETEK Powervar

Files at this revision

API Documentation at this revision

Comitter:
gulchi
Date:
Fri Jun 30 10:40:06 2017 +0000
Parent:
3:ebea8e061ae6
Commit message:
updated license

Changed in this revision

ModBus-TCP.h Show annotated file Show diff for this revision Revisions of this file
diff -r ebea8e061ae6 -r 41ee166a0e6c ModBus-TCP.h
--- a/ModBus-TCP.h	Fri Jun 30 08:17:01 2017 +0000
+++ b/ModBus-TCP.h	Fri Jun 30 10:40:06 2017 +0000
@@ -1,4 +1,6 @@
-/* Copyright (C) 2013 Hiroshi Suga, MIT License
+/* Copyright (C) 2017 Christian Gulde, MIT License
+ *
+ * ModBus-TCP includes code from HTTPD(Hiroshi Suga), which is licensed under the MIT license:
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
  * and associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -14,6 +16,7 @@
  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
  */
 
 #ifndef MODBUS_TCP_H