From 8117140bf36342d5e2449f10604637469445d53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 17 Sep 2014 21:06:36 -0500 Subject: [PATCH] Updated header --- src-client/ClientThread.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-client/ClientThread.java b/src-client/ClientThread.java index 11b4262..f90fb60 100644 --- a/src-client/ClientThread.java +++ b/src-client/ClientThread.java @@ -3,7 +3,8 @@ import java.net.*; /** * @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 @@ -52,4 +53,4 @@ public class ClientThread extends Thread { } } } -} \ No newline at end of file +}