There is no COPYRIGHT file.

This commit is contained in:
Deathsbreed 2014-11-18 11:40:30 -06:00
parent 24a711e8c1
commit d19c6dccde
2 changed files with 0 additions and 6 deletions

View File

@ -10,9 +10,6 @@ import java.util.*;
* @license MIT * @license MIT
* @year 2014 * @year 2014
* *
* For details on the copyright, look at the COPYRIGHT file that came with
* this program.
*
*/ */
public class Server implements Runnable { public class Server implements Runnable {
private String version = "v1.1"; private String version = "v1.1";

View File

@ -9,9 +9,6 @@ import java.io.*;
* @license MIT * @license MIT
* @year 2014 * @year 2014
* *
* For details on the copyright, look at the COPYRIGHT file that came with
* this program.
*
*/ */
public class ServerThread extends Thread { public class ServerThread extends Thread {
private Server server = null; private Server server = null;