Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPD by
Revision 4:41ee166a0e6c, committed 2017-06-30
- 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 |
--- 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
