diff --git a/src-client/ClientThread.java b/src-client/ClientThread.java index 11b4262..f90fb60 100644 --- a/src-client/ClientThread.java +++ b/src-client/ClientThread.java @@ -3,7 +3,8 @@ import java.net.*; /** * @author Nicolás A. Ortega - * @license GNU GPLv3 + * @copyright Nicolás A. Ortega + * @license MIT * @year 2014 * * For details on the copyright, look at the COPYRIGHT file that came with @@ -52,4 +53,4 @@ public class ClientThread extends Thread { } } } -} \ No newline at end of file +}