From c588c2e0a6a144b50cf884550509275af7abb245 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 16 Jan 2015 16:21:22 +0900 Subject: [PATCH] Refactored a bit for EndPointListener.cs, modified description about the source of this code --- websocket-sharp/Net/EndPointListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/EndPointListener.cs b/websocket-sharp/Net/EndPointListener.cs index 33f31db9..5d03f41b 100644 --- a/websocket-sharp/Net/EndPointListener.cs +++ b/websocket-sharp/Net/EndPointListener.cs @@ -2,7 +2,7 @@ /* * EndPointListener.cs * - * This code is derived from System.Net.EndPointListener.cs of Mono + * This code is derived from EndPointListener.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License