From c75bb1008e781c7fbb95799f0bd11236326182d9 Mon Sep 17 00:00:00 2001 From: hellman Date: Sat, 26 Oct 2013 16:42:25 +0400 Subject: [PATCH] Changed license to MIT (if anyone cares) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2517fef..a8f5664 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Simple threaded tcp/udp servers - kind of simplified SocketServer http://docs.py Usage --------------------- -###TCP Client +###TCP Client ```python from sock import * -f = Sock("some.cool.servi.ce", 3123, timeout=10) +f = Sock("some.cool.servi.ce:3123", timeout=10) # or IPv6 -f = Sock6("::1", 3123, 3) +f = Sock6("::1 3123", 3) # or already existing socket f = toSock(some_socket) @@ -80,4 +80,4 @@ About Author: hellman ( hellman1908@gmail.com ) -License: GNU General Public License v2 (http://opensource.org/licenses/gpl-2.0.php) +License: MIT License (http://opensource.org/licenses/MIT)