Updated header

This commit is contained in:
Nicolás A. Ortega 2014-09-17 21:06:10 -05:00
parent eb816b950d
commit d9634c895d

View File

@ -4,12 +4,10 @@ import java.lang.*;
/** /**
* @author Nicolás A. Ortega * @author Nicolás A. Ortega
* @license GNU GPLv3 * @copyright Nicolás A. Ortega
* @license MIT
* @year 2014 * @year 2014
* *
* For details on the copyright, look at the COPYRIGHT file that came with
* this program.
*
*/ */
public class Client implements Runnable { public class Client implements Runnable {
private String version = "v1.0"; private String version = "v1.0";
@ -113,4 +111,4 @@ public class Client implements Runnable {
} }
cThread.interrupt(); cThread.interrupt();
} }
} }