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 NySNICInterface by
Diff: Socket/TCPSocketServer.h
- Revision:
- 39:a1233ca02edf
- Parent:
- 32:ae95309643aa
- Child:
- 41:1c1b5ad4d491
diff -r f13e4e563d65 -r a1233ca02edf Socket/TCPSocketServer.h --- a/Socket/TCPSocketServer.h Wed Jun 25 00:04:11 2014 +0000 +++ b/Socket/TCPSocketServer.h Tue Jul 15 02:08:42 2014 +0000 @@ -15,18 +15,9 @@ * 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. */ -/******************* Murata Manufacturing Co.,Ltd. 2014 ***************** - * - * Filename: TCPSocketServer.h - * - * Purpose: This module has define of TCP server. - * - * $Author: kishino $ - * - * $Date: 2014/03/26 $ - * - * $Revision: 0.0.0.1 $ - * ***********************************************************************/ +/* Copyright (C) 2014 Murata Manufacturing Co.,Ltd., MIT License + * port to the muRata, SWITCH SCIENCE Wi-FI module TypeYD-SNIC UART. + */ #ifndef TCPSOCKETSERVER_H #define TCPSOCKETSERVER_H
