diff --git a/src-server/ServerThread.java b/src-server/ServerThread.java index 5f00ab8..97c88a5 100644 --- a/src-server/ServerThread.java +++ b/src-server/ServerThread.java @@ -3,7 +3,8 @@ import java.io.*; /** * @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 @@ -125,4 +126,4 @@ public class ServerThread extends Thread { // Setter methods public void setAdmin(boolean a) { this.admin = a; } -} \ No newline at end of file +}