Updated header

This commit is contained in:
Nicolás A. Ortega 2014-09-17 21:07:36 -05:00
parent 05407c392f
commit 6e2a2259c3

View File

@ -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; }
}
}