From 6e2a2259c3500721e1c38513253ffeb2d00de33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 17 Sep 2014 21:07:36 -0500 Subject: [PATCH] Updated header --- src-server/ServerThread.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}