From 274120fe6f9cd4f43ddfc9d51898b8dcb350020c Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Tue, 18 Nov 2014 11:41:22 -0600 Subject: [PATCH] No COPYRIGHT file. --- src/consolechat/client/ClientThread.java | 3 --- 1 file changed, 3 deletions(-) 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;