There is no COPYRIGHT file.
This commit is contained in:
parent
24a711e8c1
commit
d19c6dccde
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user