diff --git a/src/consolechat/server/Server.java b/src/consolechat/server/Server.java index dbdc4c0..b2da14a 100644 --- a/src/consolechat/server/Server.java +++ b/src/consolechat/server/Server.java @@ -10,9 +10,6 @@ import java.util.*; * @license MIT * @year 2014 * - * For details on the copyright, look at the COPYRIGHT file that came with - * this program. - * */ public class Server implements Runnable { private String version = "v1.1"; diff --git a/src/consolechat/server/ServerThread.java b/src/consolechat/server/ServerThread.java index be31304..2b86277 100644 --- a/src/consolechat/server/ServerThread.java +++ b/src/consolechat/server/ServerThread.java @@ -9,9 +9,6 @@ import java.io.*; * @license MIT * @year 2014 * - * For details on the copyright, look at the COPYRIGHT file that came with - * this program. - * */ public class ServerThread extends Thread { private Server server = null;