Updated header

This commit is contained in:
Nicolás A. Ortega 2014-09-17 21:07:11 -05:00
parent 8117140bf3
commit 05407c392f

View File

@ -4,7 +4,8 @@ import java.util.*;
/** /**
* @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 * For details on the copyright, look at the COPYRIGHT file that came with
@ -180,4 +181,4 @@ public class Server implements Runnable {
// Setter methods // Setter methods
public void setPasswd(String npasswd) { this.passwd = npasswd; } public void setPasswd(String npasswd) { this.passwd = npasswd; }
} }