diff --git a/src/consolechat/client/ClientThread.java b/src/consolechat/client/ClientThread.java index 6604f59..c37312a 100644 --- a/src/consolechat/client/ClientThread.java +++ b/src/consolechat/client/ClientThread.java @@ -9,9 +9,6 @@ import java.net.*; * @license MIT * @year 2014 * - * For details on the copyright, look at the COPYRIGHT file that came with - * this program. - * */ public class ClientThread extends Thread { private Socket socket = null;