statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java
changeset 266 15fcdfc4cd4a
parent 264 d60370059c3c
child 283 0ea04469967d
     1.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Tue Sep 14 08:56:13 2010 +0200
     1.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Tue Sep 14 09:46:43 2010 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4 -/*
     1.5 +/**
     1.6   * Quoridor server and related libraries
     1.7 - * Copyright (C) 2009-2010 Martin
     1.8 + * Copyright (C) 2009-2010 Martin Rexa
     1.9   *
    1.10   * This program is free software: you can redistribute it and/or modify
    1.11   * it under the terms of the GNU General Public License as published by
    1.12 @@ -15,6 +15,7 @@
    1.13   * along with this program. Look for COPYING file in the top folder.
    1.14   * If not, see http://www.gnu.org/licenses/.
    1.15   */
    1.16 +
    1.17  package cz.xelfi.quoridor.statistics.resources;
    1.18  
    1.19  import com.sun.jersey.api.container.httpserver.HttpServerFactory;