diff --git a/src-server/Server.java b/src-server/Server.java index 615b1b0..e2e2937 100644 --- a/src-server/Server.java +++ b/src-server/Server.java @@ -4,7 +4,8 @@ import java.util.*; /** * @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 @@ -180,4 +181,4 @@ public class Server implements Runnable { // Setter methods public void setPasswd(String npasswd) { this.passwd = npasswd; } -} \ No newline at end of file +}