From d9634c895d90183f5c9899d605fdb78388667270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 17 Sep 2014 21:06:10 -0500 Subject: [PATCH] Updated header --- src-client/Client.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src-client/Client.java b/src-client/Client.java index e5898ef..10fa773 100644 --- a/src-client/Client.java +++ b/src-client/Client.java @@ -4,12 +4,10 @@ import java.lang.*; /** * @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 - * this program. - * */ public class Client implements Runnable { private String version = "v1.0"; @@ -113,4 +111,4 @@ public class Client implements Runnable { } cThread.interrupt(); } -} \ No newline at end of file +}