statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java
changeset 264 d60370059c3c
parent 178 4b78d4f028b3
child 266 15fcdfc4cd4a
     1.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Thu Jan 07 22:34:17 2010 +0100
     1.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Tue Sep 14 08:56:13 2010 +0200
     1.3 @@ -1,29 +1,20 @@
     1.4  /*
     1.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 + * Quoridor server and related libraries
     1.7 + * Copyright (C) 2009-2010 Martin Rexa
     1.8   *
     1.9 - * The contents of this file are subject to the terms of either the GNU
    1.10 - * General Public License Version 2 only ("GPL") or the Common
    1.11 - * Development and Distribution License("CDDL") (collectively, the
    1.12 - * "License"). You may not use this file except in compliance with the
    1.13 - * License. You can obtain a copy of the License at
    1.14 - * http://www.netbeans.org/cddl-gplv2.html
    1.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.16 - * specific language governing permissions and limitations under the
    1.17 - * License.  When distributing the software, include this License Header
    1.18 - * Notice in each file and include the License file at
    1.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.20 - * particular file as subject to the "Classpath" exception as provided
    1.21 - * by Sun in the GPL Version 2 section of the License file that
    1.22 - * accompanied this code. If applicable, add the following below the
    1.23 - * License Header, with the fields enclosed by brackets [] replaced by
    1.24 - * your own identifying information:
    1.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    1.26 + * This program is free software: you can redistribute it and/or modify
    1.27 + * it under the terms of the GNU General Public License as published by
    1.28 + * the Free Software Foundation, either version 3 of the License.
    1.29   *
    1.30 - * Contributor(s):
    1.31 + * This program is distributed in the hope that it will be useful,
    1.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.34 + * GNU General Public License for more details.
    1.35   *
    1.36 - * Portions Copyrighted 2010 Martin Rexa
    1.37 + * You should have received a copy of the GNU General Public License
    1.38 + * along with this program. Look for COPYING file in the top folder.
    1.39 + * If not, see http://www.gnu.org/licenses/.
    1.40   */
    1.41 -
    1.42  package cz.xelfi.quoridor.statistics;
    1.43  
    1.44  import cz.xelfi.quoridor.Fence.Orientation;