Changing headers to GPLv3
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 08:56:13 +0200
changeset 264d60370059c3c
parent 258 935118a5831a
child 265 74cbccff0375
Changing headers to GPLv3
emailer/src/main/scala/cz/xelfi/quoridor/emailer/Main.scala
emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala
emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/BoardImage.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/EmailService.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/FreemarkerProcessor.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/Requests.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UserInfo.java
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/W3CDocumentReader.java
freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java
freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java
quoridor/src/main/java/cz/xelfi/quoridor/Board.java
quoridor/src/main/java/cz/xelfi/quoridor/Fence.java
quoridor/src/main/java/cz/xelfi/quoridor/IllegalPositionException.java
quoridor/src/main/java/cz/xelfi/quoridor/Move.java
quoridor/src/main/java/cz/xelfi/quoridor/Player.java
quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java
quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java
quoridor/src/test/java/cz/xelfi/quoridor/MoveTest.java
quoridor/src/test/java/cz/xelfi/quoridor/SerializeCodeTest.java
quoridor/src/test/java/cz/xelfi/quoridor/SerializeTest.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/EloEntry.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/EloList.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/JAXBContextResolver.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeView.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeViewEntry.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTree.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Elo.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Openings.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java
statistics/src/test/java/cz/xelfi/quoridor/statistics/EloTest.java
statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java
statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java
visidor/src/main/java/cz/xelfi/quoridor/visidor/Viewer.java
webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java
webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Quoridor.java
webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Users.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/AllGamesTest.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/FinishedGameTest.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/UsersTest.java
webidor/src/test/java/cz/xelfi/quoridor/webidor/resources/ChatTest.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/Game.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameId.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameStatus.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/User.java
     1.1 --- a/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Main.scala	Sun Sep 12 00:06:44 2010 +0200
     1.2 +++ b/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Main.scala	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 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     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 2009 Jaroslav Tulach
    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.emailer
    1.43  
    1.44  import scala.xml._
     2.1 --- a/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala	Sun Sep 12 00:06:44 2010 +0200
     2.2 +++ b/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala	Tue Sep 14 08:56:13 2010 +0200
     2.3 @@ -1,29 +1,20 @@
     2.4  /*
     2.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.6 + * Quoridor server and related libraries
     2.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     2.8   *
     2.9 - * The contents of this file are subject to the terms of either the GNU
    2.10 - * General Public License Version 2 only ("GPL") or the Common
    2.11 - * Development and Distribution License("CDDL") (collectively, the
    2.12 - * "License"). You may not use this file except in compliance with the
    2.13 - * License. You can obtain a copy of the License at
    2.14 - * http://www.netbeans.org/cddl-gplv2.html
    2.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.16 - * specific language governing permissions and limitations under the
    2.17 - * License.  When distributing the software, include this License Header
    2.18 - * Notice in each file and include the License file at
    2.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.20 - * particular file as subject to the "Classpath" exception as provided
    2.21 - * by Sun in the GPL Version 2 section of the License file that
    2.22 - * accompanied this code. If applicable, add the following below the
    2.23 - * License Header, with the fields enclosed by brackets [] replaced by
    2.24 - * your own identifying information:
    2.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    2.26 + * This program is free software: you can redistribute it and/or modify
    2.27 + * it under the terms of the GNU General Public License as published by
    2.28 + * the Free Software Foundation, either version 3 of the License.
    2.29   *
    2.30 - * Contributor(s):
    2.31 + * This program is distributed in the hope that it will be useful,
    2.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.34 + * GNU General Public License for more details.
    2.35   *
    2.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    2.37 + * You should have received a copy of the GNU General Public License
    2.38 + * along with this program. Look for COPYING file in the top folder.
    2.39 + * If not, see http://www.gnu.org/licenses/.
    2.40   */
    2.41 -
    2.42  package cz.xelfi.quoridor.emailer
    2.43  
    2.44  import java.net.URL
     3.1 --- a/emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala	Sun Sep 12 00:06:44 2010 +0200
     3.2 +++ b/emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala	Tue Sep 14 08:56:13 2010 +0200
     3.3 @@ -1,29 +1,20 @@
     3.4  /*
     3.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.6 + * Quoridor server and related libraries
     3.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     3.8   *
     3.9 - * The contents of this file are subject to the terms of either the GNU
    3.10 - * General Public License Version 2 only ("GPL") or the Common
    3.11 - * Development and Distribution License("CDDL") (collectively, the
    3.12 - * "License"). You may not use this file except in compliance with the
    3.13 - * License. You can obtain a copy of the License at
    3.14 - * http://www.netbeans.org/cddl-gplv2.html
    3.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.16 - * specific language governing permissions and limitations under the
    3.17 - * License.  When distributing the software, include this License Header
    3.18 - * Notice in each file and include the License file at
    3.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    3.20 - * particular file as subject to the "Classpath" exception as provided
    3.21 - * by Sun in the GPL Version 2 section of the License file that
    3.22 - * accompanied this code. If applicable, add the following below the
    3.23 - * License Header, with the fields enclosed by brackets [] replaced by
    3.24 - * your own identifying information:
    3.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    3.26 + * This program is free software: you can redistribute it and/or modify
    3.27 + * it under the terms of the GNU General Public License as published by
    3.28 + * the Free Software Foundation, either version 3 of the License.
    3.29   *
    3.30 - * Contributor(s):
    3.31 + * This program is distributed in the hope that it will be useful,
    3.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.34 + * GNU General Public License for more details.
    3.35   *
    3.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    3.37 + * You should have received a copy of the GNU General Public License
    3.38 + * along with this program. Look for COPYING file in the top folder.
    3.39 + * If not, see http://www.gnu.org/licenses/.
    3.40   */
    3.41 -
    3.42  package cz.xelfi.quoridor.emailer
    3.43  
    3.44  import org.junit._
     4.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/BoardImage.java	Sun Sep 12 00:06:44 2010 +0200
     4.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/BoardImage.java	Tue Sep 14 08:56:13 2010 +0200
     4.3 @@ -1,27 +1,19 @@
     4.4  /*
     4.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6 + * Quoridor server and related libraries
     4.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     4.8   *
     4.9 - * The contents of this file are subject to the terms of either the GNU
    4.10 - * General Public License Version 2 only ("GPL") or the Common
    4.11 - * Development and Distribution License("CDDL") (collectively, the
    4.12 - * "License"). You may not use this file except in compliance with the
    4.13 - * License. You can obtain a copy of the License at
    4.14 - * http://www.netbeans.org/cddl-gplv2.html
    4.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.16 - * specific language governing permissions and limitations under the
    4.17 - * License.  When distributing the software, include this License Header
    4.18 - * Notice in each file and include the License file at
    4.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    4.20 - * particular file as subject to the "Classpath" exception as provided
    4.21 - * by Sun in the GPL Version 2 section of the License file that
    4.22 - * accompanied this code. If applicable, add the following below the
    4.23 - * License Header, with the fields enclosed by brackets [] replaced by
    4.24 - * your own identifying information:
    4.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    4.26 + * This program is free software: you can redistribute it and/or modify
    4.27 + * it under the terms of the GNU General Public License as published by
    4.28 + * the Free Software Foundation, either version 3 of the License.
    4.29   *
    4.30 - * Contributor(s):
    4.31 + * This program is distributed in the hope that it will be useful,
    4.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.34 + * GNU General Public License for more details.
    4.35   *
    4.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    4.37 + * You should have received a copy of the GNU General Public License
    4.38 + * along with this program. Look for COPYING file in the top folder.
    4.39 + * If not, see http://www.gnu.org/licenses/.
    4.40   */
    4.41  
    4.42  package cz.xelfi.quoridor.freemarkerdor;
     5.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/EmailService.java	Sun Sep 12 00:06:44 2010 +0200
     5.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/EmailService.java	Tue Sep 14 08:56:13 2010 +0200
     5.3 @@ -1,27 +1,19 @@
     5.4  /*
     5.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6 + * Quoridor server and related libraries
     5.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     5.8   *
     5.9 - * The contents of this file are subject to the terms of either the GNU
    5.10 - * General Public License Version 2 only ("GPL") or the Common
    5.11 - * Development and Distribution License("CDDL") (collectively, the
    5.12 - * "License"). You may not use this file except in compliance with the
    5.13 - * License. You can obtain a copy of the License at
    5.14 - * http://www.netbeans.org/cddl-gplv2.html
    5.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.16 - * specific language governing permissions and limitations under the
    5.17 - * License.  When distributing the software, include this License Header
    5.18 - * Notice in each file and include the License file at
    5.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    5.20 - * particular file as subject to the "Classpath" exception as provided
    5.21 - * by Sun in the GPL Version 2 section of the License file that
    5.22 - * accompanied this code. If applicable, add the following below the
    5.23 - * License Header, with the fields enclosed by brackets [] replaced by
    5.24 - * your own identifying information:
    5.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    5.26 + * This program is free software: you can redistribute it and/or modify
    5.27 + * it under the terms of the GNU General Public License as published by
    5.28 + * the Free Software Foundation, either version 3 of the License.
    5.29   *
    5.30 - * Contributor(s):
    5.31 + * This program is distributed in the hope that it will be useful,
    5.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.34 + * GNU General Public License for more details.
    5.35   *
    5.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    5.37 + * You should have received a copy of the GNU General Public License
    5.38 + * along with this program. Look for COPYING file in the top folder.
    5.39 + * If not, see http://www.gnu.org/licenses/.
    5.40   */
    5.41  
    5.42  package cz.xelfi.quoridor.freemarkerdor;
     6.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/FreemarkerProcessor.java	Sun Sep 12 00:06:44 2010 +0200
     6.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/FreemarkerProcessor.java	Tue Sep 14 08:56:13 2010 +0200
     6.3 @@ -1,27 +1,19 @@
     6.4  /*
     6.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.6 + * Quoridor server and related libraries
     6.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6.8   *
     6.9 - * The contents of this file are subject to the terms of either the GNU
    6.10 - * General Public License Version 2 only ("GPL") or the Common
    6.11 - * Development and Distribution License("CDDL") (collectively, the
    6.12 - * "License"). You may not use this file except in compliance with the
    6.13 - * License. You can obtain a copy of the License at
    6.14 - * http://www.netbeans.org/cddl-gplv2.html
    6.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.16 - * specific language governing permissions and limitations under the
    6.17 - * License.  When distributing the software, include this License Header
    6.18 - * Notice in each file and include the License file at
    6.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    6.20 - * particular file as subject to the "Classpath" exception as provided
    6.21 - * by Sun in the GPL Version 2 section of the License file that
    6.22 - * accompanied this code. If applicable, add the following below the
    6.23 - * License Header, with the fields enclosed by brackets [] replaced by
    6.24 - * your own identifying information:
    6.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    6.26 + * This program is free software: you can redistribute it and/or modify
    6.27 + * it under the terms of the GNU General Public License as published by
    6.28 + * the Free Software Foundation, either version 3 of the License.
    6.29   *
    6.30 - * Contributor(s):
    6.31 + * This program is distributed in the hope that it will be useful,
    6.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.34 + * GNU General Public License for more details.
    6.35   *
    6.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    6.37 + * You should have received a copy of the GNU General Public License
    6.38 + * along with this program. Look for COPYING file in the top folder.
    6.39 + * If not, see http://www.gnu.org/licenses/.
    6.40   */
    6.41  
    6.42  package cz.xelfi.quoridor.freemarkerdor;
     7.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/Requests.java	Sun Sep 12 00:06:44 2010 +0200
     7.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/Requests.java	Tue Sep 14 08:56:13 2010 +0200
     7.3 @@ -1,29 +1,20 @@
     7.4  /*
     7.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.6 + * Quoridor server and related libraries
     7.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     7.8   *
     7.9 - * The contents of this file are subject to the terms of either the GNU
    7.10 - * General Public License Version 2 only ("GPL") or the Common
    7.11 - * Development and Distribution License("CDDL") (collectively, the
    7.12 - * "License"). You may not use this file except in compliance with the
    7.13 - * License. You can obtain a copy of the License at
    7.14 - * http://www.netbeans.org/cddl-gplv2.html
    7.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.16 - * specific language governing permissions and limitations under the
    7.17 - * License.  When distributing the software, include this License Header
    7.18 - * Notice in each file and include the License file at
    7.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    7.20 - * particular file as subject to the "Classpath" exception as provided
    7.21 - * by Sun in the GPL Version 2 section of the License file that
    7.22 - * accompanied this code. If applicable, add the following below the
    7.23 - * License Header, with the fields enclosed by brackets [] replaced by
    7.24 - * your own identifying information:
    7.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    7.26 + * This program is free software: you can redistribute it and/or modify
    7.27 + * it under the terms of the GNU General Public License as published by
    7.28 + * the Free Software Foundation, either version 3 of the License.
    7.29   *
    7.30 - * Contributor(s):
    7.31 + * This program is distributed in the hope that it will be useful,
    7.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    7.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    7.34 + * GNU General Public License for more details.
    7.35   *
    7.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    7.37 + * You should have received a copy of the GNU General Public License
    7.38 + * along with this program. Look for COPYING file in the top folder.
    7.39 + * If not, see http://www.gnu.org/licenses/.
    7.40   */
    7.41 -
    7.42  package cz.xelfi.quoridor.freemarkerdor;
    7.43  
    7.44  import com.sun.jersey.api.client.WebResource;
     8.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Sun Sep 12 00:06:44 2010 +0200
     8.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Tue Sep 14 08:56:13 2010 +0200
     8.3 @@ -1,29 +1,20 @@
     8.4  /*
     8.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.6 + * Quoridor server and related libraries
     8.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     8.8   *
     8.9 - * The contents of this file are subject to the terms of either the GNU
    8.10 - * General Public License Version 2 only ("GPL") or the Common
    8.11 - * Development and Distribution License("CDDL") (collectively, the
    8.12 - * "License"). You may not use this file except in compliance with the
    8.13 - * License. You can obtain a copy of the License at
    8.14 - * http://www.netbeans.org/cddl-gplv2.html
    8.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.16 - * specific language governing permissions and limitations under the
    8.17 - * License.  When distributing the software, include this License Header
    8.18 - * Notice in each file and include the License file at
    8.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    8.20 - * particular file as subject to the "Classpath" exception as provided
    8.21 - * by Sun in the GPL Version 2 section of the License file that
    8.22 - * accompanied this code. If applicable, add the following below the
    8.23 - * License Header, with the fields enclosed by brackets [] replaced by
    8.24 - * your own identifying information:
    8.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    8.26 + * This program is free software: you can redistribute it and/or modify
    8.27 + * it under the terms of the GNU General Public License as published by
    8.28 + * the Free Software Foundation, either version 3 of the License.
    8.29   *
    8.30 - * Contributor(s):
    8.31 + * This program is distributed in the hope that it will be useful,
    8.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.34 + * GNU General Public License for more details.
    8.35   *
    8.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    8.37 + * You should have received a copy of the GNU General Public License
    8.38 + * along with this program. Look for COPYING file in the top folder.
    8.39 + * If not, see http://www.gnu.org/licenses/.
    8.40   */
    8.41 -
    8.42  package cz.xelfi.quoridor.freemarkerdor;
    8.43  
    8.44  import com.sun.jersey.api.client.Client;
     9.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UserInfo.java	Sun Sep 12 00:06:44 2010 +0200
     9.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UserInfo.java	Tue Sep 14 08:56:13 2010 +0200
     9.3 @@ -1,29 +1,20 @@
     9.4  /*
     9.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.6 + * Quoridor server and related libraries
     9.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     9.8   *
     9.9 - * The contents of this file are subject to the terms of either the GNU
    9.10 - * General Public License Version 2 only ("GPL") or the Common
    9.11 - * Development and Distribution License("CDDL") (collectively, the
    9.12 - * "License"). You may not use this file except in compliance with the
    9.13 - * License. You can obtain a copy of the License at
    9.14 - * http://www.netbeans.org/cddl-gplv2.html
    9.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.16 - * specific language governing permissions and limitations under the
    9.17 - * License.  When distributing the software, include this License Header
    9.18 - * Notice in each file and include the License file at
    9.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    9.20 - * particular file as subject to the "Classpath" exception as provided
    9.21 - * by Sun in the GPL Version 2 section of the License file that
    9.22 - * accompanied this code. If applicable, add the following below the
    9.23 - * License Header, with the fields enclosed by brackets [] replaced by
    9.24 - * your own identifying information:
    9.25 - * "Portions Copyrighted [year] [name of copyright owner]"
    9.26 + * This program is free software: you can redistribute it and/or modify
    9.27 + * it under the terms of the GNU General Public License as published by
    9.28 + * the Free Software Foundation, either version 3 of the License.
    9.29   *
    9.30 - * Contributor(s):
    9.31 + * This program is distributed in the hope that it will be useful,
    9.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    9.34 + * GNU General Public License for more details.
    9.35   *
    9.36 - * Portions Copyrighted 2009 Jaroslav Tulach
    9.37 + * You should have received a copy of the GNU General Public License
    9.38 + * along with this program. Look for COPYING file in the top folder.
    9.39 + * If not, see http://www.gnu.org/licenses/.
    9.40   */
    9.41 -
    9.42  package cz.xelfi.quoridor.freemarkerdor;
    9.43  
    9.44  import java.util.List;
    10.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/W3CDocumentReader.java	Sun Sep 12 00:06:44 2010 +0200
    10.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/W3CDocumentReader.java	Tue Sep 14 08:56:13 2010 +0200
    10.3 @@ -1,29 +1,20 @@
    10.4  /*
    10.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.6 + * Quoridor server and related libraries
    10.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    10.8   *
    10.9 - * The contents of this file are subject to the terms of either the GNU
   10.10 - * General Public License Version 2 only ("GPL") or the Common
   10.11 - * Development and Distribution License("CDDL") (collectively, the
   10.12 - * "License"). You may not use this file except in compliance with the
   10.13 - * License. You can obtain a copy of the License at
   10.14 - * http://www.netbeans.org/cddl-gplv2.html
   10.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.16 - * specific language governing permissions and limitations under the
   10.17 - * License.  When distributing the software, include this License Header
   10.18 - * Notice in each file and include the License file at
   10.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   10.20 - * particular file as subject to the "Classpath" exception as provided
   10.21 - * by Sun in the GPL Version 2 section of the License file that
   10.22 - * accompanied this code. If applicable, add the following below the
   10.23 - * License Header, with the fields enclosed by brackets [] replaced by
   10.24 - * your own identifying information:
   10.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   10.26 + * This program is free software: you can redistribute it and/or modify
   10.27 + * it under the terms of the GNU General Public License as published by
   10.28 + * the Free Software Foundation, either version 3 of the License.
   10.29   *
   10.30 - * Contributor(s):
   10.31 + * This program is distributed in the hope that it will be useful,
   10.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   10.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10.34 + * GNU General Public License for more details.
   10.35   *
   10.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   10.37 + * You should have received a copy of the GNU General Public License
   10.38 + * along with this program. Look for COPYING file in the top folder.
   10.39 + * If not, see http://www.gnu.org/licenses/.
   10.40   */
   10.41 -
   10.42  package cz.xelfi.quoridor.freemarkerdor;
   10.43  
   10.44  import java.io.IOException;
    11.1 --- a/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java	Sun Sep 12 00:06:44 2010 +0200
    11.2 +++ b/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java	Tue Sep 14 08:56:13 2010 +0200
    11.3 @@ -1,29 +1,20 @@
    11.4  /*
    11.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.6 + * Quoridor server and related libraries
    11.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    11.8   *
    11.9 - * The contents of this file are subject to the terms of either the GNU
   11.10 - * General Public License Version 2 only ("GPL") or the Common
   11.11 - * Development and Distribution License("CDDL") (collectively, the
   11.12 - * "License"). You may not use this file except in compliance with the
   11.13 - * License. You can obtain a copy of the License at
   11.14 - * http://www.netbeans.org/cddl-gplv2.html
   11.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.16 - * specific language governing permissions and limitations under the
   11.17 - * License.  When distributing the software, include this License Header
   11.18 - * Notice in each file and include the License file at
   11.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   11.20 - * particular file as subject to the "Classpath" exception as provided
   11.21 - * by Sun in the GPL Version 2 section of the License file that
   11.22 - * accompanied this code. If applicable, add the following below the
   11.23 - * License Header, with the fields enclosed by brackets [] replaced by
   11.24 - * your own identifying information:
   11.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   11.26 + * This program is free software: you can redistribute it and/or modify
   11.27 + * it under the terms of the GNU General Public License as published by
   11.28 + * the Free Software Foundation, either version 3 of the License.
   11.29   *
   11.30 - * Contributor(s):
   11.31 + * This program is distributed in the hope that it will be useful,
   11.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   11.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   11.34 + * GNU General Public License for more details.
   11.35   *
   11.36 - * Portions Copyrighted 2010 Jaroslav Tulach
   11.37 + * You should have received a copy of the GNU General Public License
   11.38 + * along with this program. Look for COPYING file in the top folder.
   11.39 + * If not, see http://www.gnu.org/licenses/.
   11.40   */
   11.41 -
   11.42  package cz.xelfi.quoridor.freemarkerdor;
   11.43  
   11.44  import com.sun.jersey.api.client.Client;
    12.1 --- a/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Sun Sep 12 00:06:44 2010 +0200
    12.2 +++ b/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Tue Sep 14 08:56:13 2010 +0200
    12.3 @@ -1,29 +1,20 @@
    12.4  /*
    12.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.6 + * Quoridor server and related libraries
    12.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    12.8   *
    12.9 - * The contents of this file are subject to the terms of either the GNU
   12.10 - * General Public License Version 2 only ("GPL") or the Common
   12.11 - * Development and Distribution License("CDDL") (collectively, the
   12.12 - * "License"). You may not use this file except in compliance with the
   12.13 - * License. You can obtain a copy of the License at
   12.14 - * http://www.netbeans.org/cddl-gplv2.html
   12.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.16 - * specific language governing permissions and limitations under the
   12.17 - * License.  When distributing the software, include this License Header
   12.18 - * Notice in each file and include the License file at
   12.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   12.20 - * particular file as subject to the "Classpath" exception as provided
   12.21 - * by Sun in the GPL Version 2 section of the License file that
   12.22 - * accompanied this code. If applicable, add the following below the
   12.23 - * License Header, with the fields enclosed by brackets [] replaced by
   12.24 - * your own identifying information:
   12.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   12.26 + * This program is free software: you can redistribute it and/or modify
   12.27 + * it under the terms of the GNU General Public License as published by
   12.28 + * the Free Software Foundation, either version 3 of the License.
   12.29   *
   12.30 - * Contributor(s):
   12.31 + * This program is distributed in the hope that it will be useful,
   12.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   12.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12.34 + * GNU General Public License for more details.
   12.35   *
   12.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   12.37 + * You should have received a copy of the GNU General Public License
   12.38 + * along with this program. Look for COPYING file in the top folder.
   12.39 + * If not, see http://www.gnu.org/licenses/.
   12.40   */
   12.41 -
   12.42  package cz.xelfi.quoridor.freemarkerdor;
   12.43  
   12.44  import com.sun.jersey.api.client.Client;
    13.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Sun Sep 12 00:06:44 2010 +0200
    13.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Tue Sep 14 08:56:13 2010 +0200
    13.3 @@ -1,27 +1,19 @@
    13.4  /*
    13.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6 + * Quoridor server and related libraries
    13.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    13.8   *
    13.9 - * The contents of this file are subject to the terms of either the GNU
   13.10 - * General Public License Version 2 only ("GPL") or the Common
   13.11 - * Development and Distribution License("CDDL") (collectively, the
   13.12 - * "License"). You may not use this file except in compliance with the
   13.13 - * License. You can obtain a copy of the License at
   13.14 - * http://www.netbeans.org/cddl-gplv2.html
   13.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.16 - * specific language governing permissions and limitations under the
   13.17 - * License.  When distributing the software, include this License Header
   13.18 - * Notice in each file and include the License file at
   13.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   13.20 - * particular file as subject to the "Classpath" exception as provided
   13.21 - * by Sun in the GPL Version 2 section of the License file that
   13.22 - * accompanied this code. If applicable, add the following below the
   13.23 - * License Header, with the fields enclosed by brackets [] replaced by
   13.24 - * your own identifying information:
   13.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   13.26 + * This program is free software: you can redistribute it and/or modify
   13.27 + * it under the terms of the GNU General Public License as published by
   13.28 + * the Free Software Foundation, either version 3 of the License.
   13.29   *
   13.30 - * Contributor(s):
   13.31 + * This program is distributed in the hope that it will be useful,
   13.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   13.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13.34 + * GNU General Public License for more details.
   13.35   *
   13.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   13.37 + * You should have received a copy of the GNU General Public License
   13.38 + * along with this program. Look for COPYING file in the top folder.
   13.39 + * If not, see http://www.gnu.org/licenses/.
   13.40   */
   13.41  
   13.42  package cz.xelfi.quoridor;
    14.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Fence.java	Sun Sep 12 00:06:44 2010 +0200
    14.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Fence.java	Tue Sep 14 08:56:13 2010 +0200
    14.3 @@ -1,27 +1,19 @@
    14.4  /*
    14.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.6 + * Quoridor server and related libraries
    14.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    14.8   *
    14.9 - * The contents of this file are subject to the terms of either the GNU
   14.10 - * General Public License Version 2 only ("GPL") or the Common
   14.11 - * Development and Distribution License("CDDL") (collectively, the
   14.12 - * "License"). You may not use this file except in compliance with the
   14.13 - * License. You can obtain a copy of the License at
   14.14 - * http://www.netbeans.org/cddl-gplv2.html
   14.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.16 - * specific language governing permissions and limitations under the
   14.17 - * License.  When distributing the software, include this License Header
   14.18 - * Notice in each file and include the License file at
   14.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   14.20 - * particular file as subject to the "Classpath" exception as provided
   14.21 - * by Sun in the GPL Version 2 section of the License file that
   14.22 - * accompanied this code. If applicable, add the following below the
   14.23 - * License Header, with the fields enclosed by brackets [] replaced by
   14.24 - * your own identifying information:
   14.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   14.26 + * This program is free software: you can redistribute it and/or modify
   14.27 + * it under the terms of the GNU General Public License as published by
   14.28 + * the Free Software Foundation, either version 3 of the License.
   14.29   *
   14.30 - * Contributor(s):
   14.31 + * This program is distributed in the hope that it will be useful,
   14.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   14.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14.34 + * GNU General Public License for more details.
   14.35   *
   14.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   14.37 + * You should have received a copy of the GNU General Public License
   14.38 + * along with this program. Look for COPYING file in the top folder.
   14.39 + * If not, see http://www.gnu.org/licenses/.
   14.40   */
   14.41  package cz.xelfi.quoridor;
   14.42  
    15.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/IllegalPositionException.java	Sun Sep 12 00:06:44 2010 +0200
    15.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/IllegalPositionException.java	Tue Sep 14 08:56:13 2010 +0200
    15.3 @@ -1,27 +1,19 @@
    15.4  /*
    15.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.6 + * Quoridor server and related libraries
    15.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    15.8   *
    15.9 - * The contents of this file are subject to the terms of either the GNU
   15.10 - * General Public License Version 2 only ("GPL") or the Common
   15.11 - * Development and Distribution License("CDDL") (collectively, the
   15.12 - * "License"). You may not use this file except in compliance with the
   15.13 - * License. You can obtain a copy of the License at
   15.14 - * http://www.netbeans.org/cddl-gplv2.html
   15.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.16 - * specific language governing permissions and limitations under the
   15.17 - * License.  When distributing the software, include this License Header
   15.18 - * Notice in each file and include the License file at
   15.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   15.20 - * particular file as subject to the "Classpath" exception as provided
   15.21 - * by Sun in the GPL Version 2 section of the License file that
   15.22 - * accompanied this code. If applicable, add the following below the
   15.23 - * License Header, with the fields enclosed by brackets [] replaced by
   15.24 - * your own identifying information:
   15.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   15.26 + * This program is free software: you can redistribute it and/or modify
   15.27 + * it under the terms of the GNU General Public License as published by
   15.28 + * the Free Software Foundation, either version 3 of the License.
   15.29   *
   15.30 - * Contributor(s):
   15.31 + * This program is distributed in the hope that it will be useful,
   15.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   15.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   15.34 + * GNU General Public License for more details.
   15.35   *
   15.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   15.37 + * You should have received a copy of the GNU General Public License
   15.38 + * along with this program. Look for COPYING file in the top folder.
   15.39 + * If not, see http://www.gnu.org/licenses/.
   15.40   */
   15.41  
   15.42  package cz.xelfi.quoridor;
    16.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Move.java	Sun Sep 12 00:06:44 2010 +0200
    16.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Move.java	Tue Sep 14 08:56:13 2010 +0200
    16.3 @@ -1,29 +1,20 @@
    16.4  /*
    16.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.6 + * Quoridor server and related libraries
    16.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    16.8   *
    16.9 - * The contents of this file are subject to the terms of either the GNU
   16.10 - * General Public License Version 2 only ("GPL") or the Common
   16.11 - * Development and Distribution License("CDDL") (collectively, the
   16.12 - * "License"). You may not use this file except in compliance with the
   16.13 - * License. You can obtain a copy of the License at
   16.14 - * http://www.netbeans.org/cddl-gplv2.html
   16.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.16 - * specific language governing permissions and limitations under the
   16.17 - * License.  When distributing the software, include this License Header
   16.18 - * Notice in each file and include the License file at
   16.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   16.20 - * particular file as subject to the "Classpath" exception as provided
   16.21 - * by Sun in the GPL Version 2 section of the License file that
   16.22 - * accompanied this code. If applicable, add the following below the
   16.23 - * License Header, with the fields enclosed by brackets [] replaced by
   16.24 - * your own identifying information:
   16.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   16.26 + * This program is free software: you can redistribute it and/or modify
   16.27 + * it under the terms of the GNU General Public License as published by
   16.28 + * the Free Software Foundation, either version 3 of the License.
   16.29   *
   16.30 - * Contributor(s):
   16.31 + * This program is distributed in the hope that it will be useful,
   16.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   16.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   16.34 + * GNU General Public License for more details.
   16.35   *
   16.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   16.37 + * You should have received a copy of the GNU General Public License
   16.38 + * along with this program. Look for COPYING file in the top folder.
   16.39 + * If not, see http://www.gnu.org/licenses/.
   16.40   */
   16.41 -
   16.42  package cz.xelfi.quoridor;
   16.43  
   16.44  import cz.xelfi.quoridor.Player.Direction;
    17.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Player.java	Sun Sep 12 00:06:44 2010 +0200
    17.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Player.java	Tue Sep 14 08:56:13 2010 +0200
    17.3 @@ -1,27 +1,19 @@
    17.4  /*
    17.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.6 + * Quoridor server and related libraries
    17.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    17.8   *
    17.9 - * The contents of this file are subject to the terms of either the GNU
   17.10 - * General Public License Version 2 only ("GPL") or the Common
   17.11 - * Development and Distribution License("CDDL") (collectively, the
   17.12 - * "License"). You may not use this file except in compliance with the
   17.13 - * License. You can obtain a copy of the License at
   17.14 - * http://www.netbeans.org/cddl-gplv2.html
   17.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   17.16 - * specific language governing permissions and limitations under the
   17.17 - * License.  When distributing the software, include this License Header
   17.18 - * Notice in each file and include the License file at
   17.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   17.20 - * particular file as subject to the "Classpath" exception as provided
   17.21 - * by Sun in the GPL Version 2 section of the License file that
   17.22 - * accompanied this code. If applicable, add the following below the
   17.23 - * License Header, with the fields enclosed by brackets [] replaced by
   17.24 - * your own identifying information:
   17.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   17.26 + * This program is free software: you can redistribute it and/or modify
   17.27 + * it under the terms of the GNU General Public License as published by
   17.28 + * the Free Software Foundation, either version 3 of the License.
   17.29   *
   17.30 - * Contributor(s):
   17.31 + * This program is distributed in the hope that it will be useful,
   17.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   17.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   17.34 + * GNU General Public License for more details.
   17.35   *
   17.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   17.37 + * You should have received a copy of the GNU General Public License
   17.38 + * along with this program. Look for COPYING file in the top folder.
   17.39 + * If not, see http://www.gnu.org/licenses/.
   17.40   */
   17.41  package cz.xelfi.quoridor;
   17.42  
    18.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java	Sun Sep 12 00:06:44 2010 +0200
    18.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java	Tue Sep 14 08:56:13 2010 +0200
    18.3 @@ -1,27 +1,19 @@
    18.4  /*
    18.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.6 + * Quoridor server and related libraries
    18.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    18.8   *
    18.9 - * The contents of this file are subject to the terms of either the GNU
   18.10 - * General Public License Version 2 only ("GPL") or the Common
   18.11 - * Development and Distribution License("CDDL") (collectively, the
   18.12 - * "License"). You may not use this file except in compliance with the
   18.13 - * License. You can obtain a copy of the License at
   18.14 - * http://www.netbeans.org/cddl-gplv2.html
   18.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.16 - * specific language governing permissions and limitations under the
   18.17 - * License.  When distributing the software, include this License Header
   18.18 - * Notice in each file and include the License file at
   18.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   18.20 - * particular file as subject to the "Classpath" exception as provided
   18.21 - * by Sun in the GPL Version 2 section of the License file that
   18.22 - * accompanied this code. If applicable, add the following below the
   18.23 - * License Header, with the fields enclosed by brackets [] replaced by
   18.24 - * your own identifying information:
   18.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   18.26 + * This program is free software: you can redistribute it and/or modify
   18.27 + * it under the terms of the GNU General Public License as published by
   18.28 + * the Free Software Foundation, either version 3 of the License.
   18.29   *
   18.30 - * Contributor(s):
   18.31 + * This program is distributed in the hope that it will be useful,
   18.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   18.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   18.34 + * GNU General Public License for more details.
   18.35   *
   18.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   18.37 + * You should have received a copy of the GNU General Public License
   18.38 + * along with this program. Look for COPYING file in the top folder.
   18.39 + * If not, see http://www.gnu.org/licenses/.
   18.40   */
   18.41  package cz.xelfi.quoridor;
   18.42  
    19.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java	Sun Sep 12 00:06:44 2010 +0200
    19.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java	Tue Sep 14 08:56:13 2010 +0200
    19.3 @@ -1,27 +1,19 @@
    19.4  /*
    19.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.6 + * Quoridor server and related libraries
    19.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    19.8   *
    19.9 - * The contents of this file are subject to the terms of either the GNU
   19.10 - * General Public License Version 2 only ("GPL") or the Common
   19.11 - * Development and Distribution License("CDDL") (collectively, the
   19.12 - * "License"). You may not use this file except in compliance with the
   19.13 - * License. You can obtain a copy of the License at
   19.14 - * http://www.netbeans.org/cddl-gplv2.html
   19.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.16 - * specific language governing permissions and limitations under the
   19.17 - * License.  When distributing the software, include this License Header
   19.18 - * Notice in each file and include the License file at
   19.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   19.20 - * particular file as subject to the "Classpath" exception as provided
   19.21 - * by Sun in the GPL Version 2 section of the License file that
   19.22 - * accompanied this code. If applicable, add the following below the
   19.23 - * License Header, with the fields enclosed by brackets [] replaced by
   19.24 - * your own identifying information:
   19.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   19.26 + * This program is free software: you can redistribute it and/or modify
   19.27 + * it under the terms of the GNU General Public License as published by
   19.28 + * the Free Software Foundation, either version 3 of the License.
   19.29   *
   19.30 - * Contributor(s):
   19.31 + * This program is distributed in the hope that it will be useful,
   19.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   19.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   19.34 + * GNU General Public License for more details.
   19.35   *
   19.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   19.37 + * You should have received a copy of the GNU General Public License
   19.38 + * along with this program. Look for COPYING file in the top folder.
   19.39 + * If not, see http://www.gnu.org/licenses/.
   19.40   */
   19.41  
   19.42  package cz.xelfi.quoridor;
    20.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/MoveTest.java	Sun Sep 12 00:06:44 2010 +0200
    20.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/MoveTest.java	Tue Sep 14 08:56:13 2010 +0200
    20.3 @@ -1,29 +1,20 @@
    20.4  /*
    20.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.6 + * Quoridor server and related libraries
    20.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    20.8   *
    20.9 - * The contents of this file are subject to the terms of either the GNU
   20.10 - * General Public License Version 2 only ("GPL") or the Common
   20.11 - * Development and Distribution License("CDDL") (collectively, the
   20.12 - * "License"). You may not use this file except in compliance with the
   20.13 - * License. You can obtain a copy of the License at
   20.14 - * http://www.netbeans.org/cddl-gplv2.html
   20.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.16 - * specific language governing permissions and limitations under the
   20.17 - * License.  When distributing the software, include this License Header
   20.18 - * Notice in each file and include the License file at
   20.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   20.20 - * particular file as subject to the "Classpath" exception as provided
   20.21 - * by Sun in the GPL Version 2 section of the License file that
   20.22 - * accompanied this code. If applicable, add the following below the
   20.23 - * License Header, with the fields enclosed by brackets [] replaced by
   20.24 - * your own identifying information:
   20.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   20.26 + * This program is free software: you can redistribute it and/or modify
   20.27 + * it under the terms of the GNU General Public License as published by
   20.28 + * the Free Software Foundation, either version 3 of the License.
   20.29   *
   20.30 - * Contributor(s):
   20.31 + * This program is distributed in the hope that it will be useful,
   20.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   20.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   20.34 + * GNU General Public License for more details.
   20.35   *
   20.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   20.37 + * You should have received a copy of the GNU General Public License
   20.38 + * along with this program. Look for COPYING file in the top folder.
   20.39 + * If not, see http://www.gnu.org/licenses/.
   20.40   */
   20.41 -
   20.42  package cz.xelfi.quoridor;
   20.43  
   20.44  import cz.xelfi.quoridor.Fence.Orientation;
    21.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/SerializeCodeTest.java	Sun Sep 12 00:06:44 2010 +0200
    21.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/SerializeCodeTest.java	Tue Sep 14 08:56:13 2010 +0200
    21.3 @@ -1,27 +1,19 @@
    21.4  /*
    21.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.6 + * Quoridor server and related libraries
    21.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    21.8   *
    21.9 - * The contents of this file are subject to the terms of either the GNU
   21.10 - * General Public License Version 2 only ("GPL") or the Common
   21.11 - * Development and Distribution License("CDDL") (collectively, the
   21.12 - * "License"). You may not use this file except in compliance with the
   21.13 - * License. You can obtain a copy of the License at
   21.14 - * http://www.netbeans.org/cddl-gplv2.html
   21.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.16 - * specific language governing permissions and limitations under the
   21.17 - * License.  When distributing the software, include this License Header
   21.18 - * Notice in each file and include the License file at
   21.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   21.20 - * particular file as subject to the "Classpath" exception as provided
   21.21 - * by Sun in the GPL Version 2 section of the License file that
   21.22 - * accompanied this code. If applicable, add the following below the
   21.23 - * License Header, with the fields enclosed by brackets [] replaced by
   21.24 - * your own identifying information:
   21.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   21.26 + * This program is free software: you can redistribute it and/or modify
   21.27 + * it under the terms of the GNU General Public License as published by
   21.28 + * the Free Software Foundation, either version 3 of the License.
   21.29   *
   21.30 - * Contributor(s):
   21.31 + * This program is distributed in the hope that it will be useful,
   21.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   21.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21.34 + * GNU General Public License for more details.
   21.35   *
   21.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   21.37 + * You should have received a copy of the GNU General Public License
   21.38 + * along with this program. Look for COPYING file in the top folder.
   21.39 + * If not, see http://www.gnu.org/licenses/.
   21.40   */
   21.41  package cz.xelfi.quoridor;
   21.42  
    22.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/SerializeTest.java	Sun Sep 12 00:06:44 2010 +0200
    22.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/SerializeTest.java	Tue Sep 14 08:56:13 2010 +0200
    22.3 @@ -1,27 +1,19 @@
    22.4  /*
    22.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.6 + * Quoridor server and related libraries
    22.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    22.8   *
    22.9 - * The contents of this file are subject to the terms of either the GNU
   22.10 - * General Public License Version 2 only ("GPL") or the Common
   22.11 - * Development and Distribution License("CDDL") (collectively, the
   22.12 - * "License"). You may not use this file except in compliance with the
   22.13 - * License. You can obtain a copy of the License at
   22.14 - * http://www.netbeans.org/cddl-gplv2.html
   22.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   22.16 - * specific language governing permissions and limitations under the
   22.17 - * License.  When distributing the software, include this License Header
   22.18 - * Notice in each file and include the License file at
   22.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   22.20 - * particular file as subject to the "Classpath" exception as provided
   22.21 - * by Sun in the GPL Version 2 section of the License file that
   22.22 - * accompanied this code. If applicable, add the following below the
   22.23 - * License Header, with the fields enclosed by brackets [] replaced by
   22.24 - * your own identifying information:
   22.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   22.26 + * This program is free software: you can redistribute it and/or modify
   22.27 + * it under the terms of the GNU General Public License as published by
   22.28 + * the Free Software Foundation, either version 3 of the License.
   22.29   *
   22.30 - * Contributor(s):
   22.31 + * This program is distributed in the hope that it will be useful,
   22.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   22.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22.34 + * GNU General Public License for more details.
   22.35   *
   22.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   22.37 + * You should have received a copy of the GNU General Public License
   22.38 + * along with this program. Look for COPYING file in the top folder.
   22.39 + * If not, see http://www.gnu.org/licenses/.
   22.40   */
   22.41  package cz.xelfi.quoridor;
   22.42  
    23.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/EloEntry.java	Sun Sep 12 00:06:44 2010 +0200
    23.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/EloEntry.java	Tue Sep 14 08:56:13 2010 +0200
    23.3 @@ -1,29 +1,20 @@
    23.4  /*
    23.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.6 + * Quoridor server and related libraries
    23.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    23.8   *
    23.9 - * The contents of this file are subject to the terms of either the GNU
   23.10 - * General Public License Version 2 only ("GPL") or the Common
   23.11 - * Development and Distribution License("CDDL") (collectively, the
   23.12 - * "License"). You may not use this file except in compliance with the
   23.13 - * License. You can obtain a copy of the License at
   23.14 - * http://www.netbeans.org/cddl-gplv2.html
   23.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   23.16 - * specific language governing permissions and limitations under the
   23.17 - * License.  When distributing the software, include this License Header
   23.18 - * Notice in each file and include the License file at
   23.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   23.20 - * particular file as subject to the "Classpath" exception as provided
   23.21 - * by Sun in the GPL Version 2 section of the License file that
   23.22 - * accompanied this code. If applicable, add the following below the
   23.23 - * License Header, with the fields enclosed by brackets [] replaced by
   23.24 - * your own identifying information:
   23.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   23.26 + * This program is free software: you can redistribute it and/or modify
   23.27 + * it under the terms of the GNU General Public License as published by
   23.28 + * the Free Software Foundation, either version 3 of the License.
   23.29   *
   23.30 - * Contributor(s):
   23.31 + * This program is distributed in the hope that it will be useful,
   23.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   23.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   23.34 + * GNU General Public License for more details.
   23.35   *
   23.36 - * Portions Copyrighted 2010 Martin Rexa
   23.37 + * You should have received a copy of the GNU General Public License
   23.38 + * along with this program. Look for COPYING file in the top folder.
   23.39 + * If not, see http://www.gnu.org/licenses/.
   23.40   */
   23.41 -
   23.42  package cz.xelfi.quoridor.statistics;
   23.43  
   23.44  import javax.xml.bind.annotation.XmlAttribute;
    24.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/EloList.java	Sun Sep 12 00:06:44 2010 +0200
    24.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/EloList.java	Tue Sep 14 08:56:13 2010 +0200
    24.3 @@ -1,27 +1,19 @@
    24.4  /*
    24.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.6 + * Quoridor server and related libraries
    24.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    24.8   *
    24.9 - * The contents of this file are subject to the terms of either the GNU
   24.10 - * General Public License Version 2 only ("GPL") or the Common
   24.11 - * Development and Distribution License("CDDL") (collectively, the
   24.12 - * "License"). You may not use this file except in compliance with the
   24.13 - * License. You can obtain a copy of the License at
   24.14 - * http://www.netbeans.org/cddl-gplv2.html
   24.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   24.16 - * specific language governing permissions and limitations under the
   24.17 - * License.  When distributing the software, include this License Header
   24.18 - * Notice in each file and include the License file at
   24.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   24.20 - * particular file as subject to the "Classpath" exception as provided
   24.21 - * by Sun in the GPL Version 2 section of the License file that
   24.22 - * accompanied this code. If applicable, add the following below the
   24.23 - * License Header, with the fields enclosed by brackets [] replaced by
   24.24 - * your own identifying information:
   24.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   24.26 + * This program is free software: you can redistribute it and/or modify
   24.27 + * it under the terms of the GNU General Public License as published by
   24.28 + * the Free Software Foundation, either version 3 of the License.
   24.29   *
   24.30 - * Contributor(s):
   24.31 + * This program is distributed in the hope that it will be useful,
   24.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   24.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   24.34 + * GNU General Public License for more details.
   24.35   *
   24.36 - * Portions Copyrighted 2010 Martin Rexa
   24.37 + * You should have received a copy of the GNU General Public License
   24.38 + * along with this program. Look for COPYING file in the top folder.
   24.39 + * If not, see http://www.gnu.org/licenses/.
   24.40   */
   24.41  
   24.42  package cz.xelfi.quoridor.statistics;
    25.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/JAXBContextResolver.java	Sun Sep 12 00:06:44 2010 +0200
    25.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/JAXBContextResolver.java	Tue Sep 14 08:56:13 2010 +0200
    25.3 @@ -1,27 +1,19 @@
    25.4  /*
    25.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.6 + * Quoridor server and related libraries
    25.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    25.8   *
    25.9 - * The contents of this file are subject to the terms of either the GNU
   25.10 - * General Public License Version 2 only ("GPL") or the Common
   25.11 - * Development and Distribution License("CDDL") (collectively, the
   25.12 - * "License"). You may not use this file except in compliance with the
   25.13 - * License. You can obtain a copy of the License at
   25.14 - * http://www.netbeans.org/cddl-gplv2.html
   25.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   25.16 - * specific language governing permissions and limitations under the
   25.17 - * License.  When distributing the software, include this License Header
   25.18 - * Notice in each file and include the License file at
   25.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   25.20 - * particular file as subject to the "Classpath" exception as provided
   25.21 - * by Sun in the GPL Version 2 section of the License file that
   25.22 - * accompanied this code. If applicable, add the following below the
   25.23 - * License Header, with the fields enclosed by brackets [] replaced by
   25.24 - * your own identifying information:
   25.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   25.26 + * This program is free software: you can redistribute it and/or modify
   25.27 + * it under the terms of the GNU General Public License as published by
   25.28 + * the Free Software Foundation, either version 3 of the License.
   25.29   *
   25.30 - * Contributor(s):
   25.31 + * This program is distributed in the hope that it will be useful,
   25.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   25.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   25.34 + * GNU General Public License for more details.
   25.35   *
   25.36 - * Portions Copyrighted 2010 Martin Rexa
   25.37 + * You should have received a copy of the GNU General Public License
   25.38 + * along with this program. Look for COPYING file in the top folder.
   25.39 + * If not, see http://www.gnu.org/licenses/.
   25.40   */
   25.41  package cz.xelfi.quoridor.statistics;
   25.42  
    26.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeView.java	Sun Sep 12 00:06:44 2010 +0200
    26.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeView.java	Tue Sep 14 08:56:13 2010 +0200
    26.3 @@ -1,29 +1,20 @@
    26.4  /*
    26.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.6 + * Quoridor server and related libraries
    26.7 + * Copyright (C) 2009-2010 Martin Rexa
    26.8   *
    26.9 - * The contents of this file are subject to the terms of either the GNU
   26.10 - * General Public License Version 2 only ("GPL") or the Common
   26.11 - * Development and Distribution License("CDDL") (collectively, the
   26.12 - * "License"). You may not use this file except in compliance with the
   26.13 - * License. You can obtain a copy of the License at
   26.14 - * http://www.netbeans.org/cddl-gplv2.html
   26.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   26.16 - * specific language governing permissions and limitations under the
   26.17 - * License.  When distributing the software, include this License Header
   26.18 - * Notice in each file and include the License file at
   26.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   26.20 - * particular file as subject to the "Classpath" exception as provided
   26.21 - * by Sun in the GPL Version 2 section of the License file that
   26.22 - * accompanied this code. If applicable, add the following below the
   26.23 - * License Header, with the fields enclosed by brackets [] replaced by
   26.24 - * your own identifying information:
   26.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   26.26 + * This program is free software: you can redistribute it and/or modify
   26.27 + * it under the terms of the GNU General Public License as published by
   26.28 + * the Free Software Foundation, either version 3 of the License.
   26.29   *
   26.30 - * Contributor(s):
   26.31 + * This program is distributed in the hope that it will be useful,
   26.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   26.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   26.34 + * GNU General Public License for more details.
   26.35   *
   26.36 - * Portions Copyrighted 2010 Martin Rexa
   26.37 + * You should have received a copy of the GNU General Public License
   26.38 + * along with this program. Look for COPYING file in the top folder.
   26.39 + * If not, see http://www.gnu.org/licenses/.
   26.40   */
   26.41 -
   26.42  package cz.xelfi.quoridor.statistics;
   26.43  
   26.44  import cz.xelfi.quoridor.webidor.GameId;
    27.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeViewEntry.java	Sun Sep 12 00:06:44 2010 +0200
    27.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeViewEntry.java	Tue Sep 14 08:56:13 2010 +0200
    27.3 @@ -1,29 +1,20 @@
    27.4  /*
    27.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.6 + * Quoridor server and related libraries
    27.7 + * Copyright (C) 2009-2010 Martin Rexa
    27.8   *
    27.9 - * The contents of this file are subject to the terms of either the GNU
   27.10 - * General Public License Version 2 only ("GPL") or the Common
   27.11 - * Development and Distribution License("CDDL") (collectively, the
   27.12 - * "License"). You may not use this file except in compliance with the
   27.13 - * License. You can obtain a copy of the License at
   27.14 - * http://www.netbeans.org/cddl-gplv2.html
   27.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   27.16 - * specific language governing permissions and limitations under the
   27.17 - * License.  When distributing the software, include this License Header
   27.18 - * Notice in each file and include the License file at
   27.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   27.20 - * particular file as subject to the "Classpath" exception as provided
   27.21 - * by Sun in the GPL Version 2 section of the License file that
   27.22 - * accompanied this code. If applicable, add the following below the
   27.23 - * License Header, with the fields enclosed by brackets [] replaced by
   27.24 - * your own identifying information:
   27.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   27.26 + * This program is free software: you can redistribute it and/or modify
   27.27 + * it under the terms of the GNU General Public License as published by
   27.28 + * the Free Software Foundation, either version 3 of the License.
   27.29   *
   27.30 - * Contributor(s):
   27.31 + * This program is distributed in the hope that it will be useful,
   27.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   27.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   27.34 + * GNU General Public License for more details.
   27.35   *
   27.36 - * Portions Copyrighted 2010 Martin Rexa
   27.37 + * You should have received a copy of the GNU General Public License
   27.38 + * along with this program. Look for COPYING file in the top folder.
   27.39 + * If not, see http://www.gnu.org/licenses/.
   27.40   */
   27.41 -
   27.42  package cz.xelfi.quoridor.statistics;
   27.43  
   27.44  import cz.xelfi.quoridor.Move;
    28.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTree.java	Sun Sep 12 00:06:44 2010 +0200
    28.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTree.java	Tue Sep 14 08:56:13 2010 +0200
    28.3 @@ -1,29 +1,20 @@
    28.4  /*
    28.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.6 + * Quoridor server and related libraries
    28.7 + * Copyright (C) 2009-2010 Martin Rexa
    28.8   *
    28.9 - * The contents of this file are subject to the terms of either the GNU
   28.10 - * General Public License Version 2 only ("GPL") or the Common
   28.11 - * Development and Distribution License("CDDL") (collectively, the
   28.12 - * "License"). You may not use this file except in compliance with the
   28.13 - * License. You can obtain a copy of the License at
   28.14 - * http://www.netbeans.org/cddl-gplv2.html
   28.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   28.16 - * specific language governing permissions and limitations under the
   28.17 - * License.  When distributing the software, include this License Header
   28.18 - * Notice in each file and include the License file at
   28.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   28.20 - * particular file as subject to the "Classpath" exception as provided
   28.21 - * by Sun in the GPL Version 2 section of the License file that
   28.22 - * accompanied this code. If applicable, add the following below the
   28.23 - * License Header, with the fields enclosed by brackets [] replaced by
   28.24 - * your own identifying information:
   28.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   28.26 + * This program is free software: you can redistribute it and/or modify
   28.27 + * it under the terms of the GNU General Public License as published by
   28.28 + * the Free Software Foundation, either version 3 of the License.
   28.29   *
   28.30 - * Contributor(s):
   28.31 + * This program is distributed in the hope that it will be useful,
   28.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   28.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   28.34 + * GNU General Public License for more details.
   28.35   *
   28.36 - * Portions Copyrighted 2010 Martin Rexa
   28.37 + * You should have received a copy of the GNU General Public License
   28.38 + * along with this program. Look for COPYING file in the top folder.
   28.39 + * If not, see http://www.gnu.org/licenses/.
   28.40   */
   28.41 -
   28.42  package cz.xelfi.quoridor.statistics;
   28.43  
   28.44  import cz.xelfi.quoridor.Board;
    29.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Sun Sep 12 00:06:44 2010 +0200
    29.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Tue Sep 14 08:56:13 2010 +0200
    29.3 @@ -1,29 +1,20 @@
    29.4  /*
    29.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.6 + * Quoridor server and related libraries
    29.7 + * Copyright (C) 2009-2010 Martin Rexa
    29.8   *
    29.9 - * The contents of this file are subject to the terms of either the GNU
   29.10 - * General Public License Version 2 only ("GPL") or the Common
   29.11 - * Development and Distribution License("CDDL") (collectively, the
   29.12 - * "License"). You may not use this file except in compliance with the
   29.13 - * License. You can obtain a copy of the License at
   29.14 - * http://www.netbeans.org/cddl-gplv2.html
   29.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   29.16 - * specific language governing permissions and limitations under the
   29.17 - * License.  When distributing the software, include this License Header
   29.18 - * Notice in each file and include the License file at
   29.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   29.20 - * particular file as subject to the "Classpath" exception as provided
   29.21 - * by Sun in the GPL Version 2 section of the License file that
   29.22 - * accompanied this code. If applicable, add the following below the
   29.23 - * License Header, with the fields enclosed by brackets [] replaced by
   29.24 - * your own identifying information:
   29.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   29.26 + * This program is free software: you can redistribute it and/or modify
   29.27 + * it under the terms of the GNU General Public License as published by
   29.28 + * the Free Software Foundation, either version 3 of the License.
   29.29   *
   29.30 - * Contributor(s):
   29.31 + * This program is distributed in the hope that it will be useful,
   29.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   29.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   29.34 + * GNU General Public License for more details.
   29.35   *
   29.36 - * Portions Copyrighted 2010 Martin Rexa
   29.37 + * You should have received a copy of the GNU General Public License
   29.38 + * along with this program. Look for COPYING file in the top folder.
   29.39 + * If not, see http://www.gnu.org/licenses/.
   29.40   */
   29.41 -
   29.42  package cz.xelfi.quoridor.statistics;
   29.43  
   29.44  import cz.xelfi.quoridor.webidor.Game;
    30.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Elo.java	Sun Sep 12 00:06:44 2010 +0200
    30.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Elo.java	Tue Sep 14 08:56:13 2010 +0200
    30.3 @@ -1,27 +1,19 @@
    30.4  /*
    30.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.6 + * Quoridor server and related libraries
    30.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    30.8   *
    30.9 - * The contents of this file are subject to the terms of either the GNU
   30.10 - * General Public License Version 2 only ("GPL") or the Common
   30.11 - * Development and Distribution License("CDDL") (collectively, the
   30.12 - * "License"). You may not use this file except in compliance with the
   30.13 - * License. You can obtain a copy of the License at
   30.14 - * http://www.netbeans.org/cddl-gplv2.html
   30.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   30.16 - * specific language governing permissions and limitations under the
   30.17 - * License.  When distributing the software, include this License Header
   30.18 - * Notice in each file and include the License file at
   30.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   30.20 - * particular file as subject to the "Classpath" exception as provided
   30.21 - * by Sun in the GPL Version 2 section of the License file that
   30.22 - * accompanied this code. If applicable, add the following below the
   30.23 - * License Header, with the fields enclosed by brackets [] replaced by
   30.24 - * your own identifying information:
   30.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   30.26 + * This program is free software: you can redistribute it and/or modify
   30.27 + * it under the terms of the GNU General Public License as published by
   30.28 + * the Free Software Foundation, either version 3 of the License.
   30.29   *
   30.30 - * Contributor(s):
   30.31 + * This program is distributed in the hope that it will be useful,
   30.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   30.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   30.34 + * GNU General Public License for more details.
   30.35   *
   30.36 - * Portions Copyrighted 2010 Martin Rexa
   30.37 + * You should have received a copy of the GNU General Public License
   30.38 + * along with this program. Look for COPYING file in the top folder.
   30.39 + * If not, see http://www.gnu.org/licenses/.
   30.40   */
   30.41  
   30.42  package cz.xelfi.quoridor.statistics.resources;
    31.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Openings.java	Sun Sep 12 00:06:44 2010 +0200
    31.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Openings.java	Tue Sep 14 08:56:13 2010 +0200
    31.3 @@ -1,29 +1,20 @@
    31.4  /*
    31.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.6 + * Quoridor server and related libraries
    31.7 + * Copyright (C) 2009-2010 Martin Rexa
    31.8   *
    31.9 - * The contents of this file are subject to the terms of either the GNU
   31.10 - * General Public License Version 2 only ("GPL") or the Common
   31.11 - * Development and Distribution License("CDDL") (collectively, the
   31.12 - * "License"). You may not use this file except in compliance with the
   31.13 - * License. You can obtain a copy of the License at
   31.14 - * http://www.netbeans.org/cddl-gplv2.html
   31.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   31.16 - * specific language governing permissions and limitations under the
   31.17 - * License.  When distributing the software, include this License Header
   31.18 - * Notice in each file and include the License file at
   31.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   31.20 - * particular file as subject to the "Classpath" exception as provided
   31.21 - * by Sun in the GPL Version 2 section of the License file that
   31.22 - * accompanied this code. If applicable, add the following below the
   31.23 - * License Header, with the fields enclosed by brackets [] replaced by
   31.24 - * your own identifying information:
   31.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   31.26 + * This program is free software: you can redistribute it and/or modify
   31.27 + * it under the terms of the GNU General Public License as published by
   31.28 + * the Free Software Foundation, either version 3 of the License.
   31.29   *
   31.30 - * Contributor(s):
   31.31 + * This program is distributed in the hope that it will be useful,
   31.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   31.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   31.34 + * GNU General Public License for more details.
   31.35   *
   31.36 - * Portions Copyrighted 2010 Martin Rexa
   31.37 + * You should have received a copy of the GNU General Public License
   31.38 + * along with this program. Look for COPYING file in the top folder.
   31.39 + * If not, see http://www.gnu.org/licenses/.
   31.40   */
   31.41 -
   31.42  package cz.xelfi.quoridor.statistics.resources;
   31.43  
   31.44  import cz.xelfi.quoridor.IllegalPositionException;
    32.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Sun Sep 12 00:06:44 2010 +0200
    32.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Tue Sep 14 08:56:13 2010 +0200
    32.3 @@ -1,29 +1,20 @@
    32.4  /*
    32.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.6 + * Quoridor server and related libraries
    32.7 + * Copyright (C) 2009-2010 Martin
    32.8   *
    32.9 - * The contents of this file are subject to the terms of either the GNU
   32.10 - * General Public License Version 2 only ("GPL") or the Common
   32.11 - * Development and Distribution License("CDDL") (collectively, the
   32.12 - * "License"). You may not use this file except in compliance with the
   32.13 - * License. You can obtain a copy of the License at
   32.14 - * http://www.netbeans.org/cddl-gplv2.html
   32.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   32.16 - * specific language governing permissions and limitations under the
   32.17 - * License.  When distributing the software, include this License Header
   32.18 - * Notice in each file and include the License file at
   32.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   32.20 - * particular file as subject to the "Classpath" exception as provided
   32.21 - * by Sun in the GPL Version 2 section of the License file that
   32.22 - * accompanied this code. If applicable, add the following below the
   32.23 - * License Header, with the fields enclosed by brackets [] replaced by
   32.24 - * your own identifying information:
   32.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   32.26 + * This program is free software: you can redistribute it and/or modify
   32.27 + * it under the terms of the GNU General Public License as published by
   32.28 + * the Free Software Foundation, either version 3 of the License.
   32.29   *
   32.30 - * Contributor(s):
   32.31 + * This program is distributed in the hope that it will be useful,
   32.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   32.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   32.34 + * GNU General Public License for more details.
   32.35   *
   32.36 - * Portions Copyrighted 2010 Martin Rexa
   32.37 + * You should have received a copy of the GNU General Public License
   32.38 + * along with this program. Look for COPYING file in the top folder.
   32.39 + * If not, see http://www.gnu.org/licenses/.
   32.40   */
   32.41 -
   32.42  package cz.xelfi.quoridor.statistics.resources;
   32.43  
   32.44  import com.sun.jersey.api.container.httpserver.HttpServerFactory;
    33.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/EloTest.java	Sun Sep 12 00:06:44 2010 +0200
    33.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/EloTest.java	Tue Sep 14 08:56:13 2010 +0200
    33.3 @@ -1,27 +1,19 @@
    33.4  /*
    33.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.6 + * Quoridor server and related libraries
    33.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    33.8   *
    33.9 - * The contents of this file are subject to the terms of either the GNU
   33.10 - * General Public License Version 2 only ("GPL") or the Common
   33.11 - * Development and Distribution License("CDDL") (collectively, the
   33.12 - * "License"). You may not use this file except in compliance with the
   33.13 - * License. You can obtain a copy of the License at
   33.14 - * http://www.netbeans.org/cddl-gplv2.html
   33.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   33.16 - * specific language governing permissions and limitations under the
   33.17 - * License.  When distributing the software, include this License Header
   33.18 - * Notice in each file and include the License file at
   33.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   33.20 - * particular file as subject to the "Classpath" exception as provided
   33.21 - * by Sun in the GPL Version 2 section of the License file that
   33.22 - * accompanied this code. If applicable, add the following below the
   33.23 - * License Header, with the fields enclosed by brackets [] replaced by
   33.24 - * your own identifying information:
   33.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   33.26 + * This program is free software: you can redistribute it and/or modify
   33.27 + * it under the terms of the GNU General Public License as published by
   33.28 + * the Free Software Foundation, either version 3 of the License.
   33.29   *
   33.30 - * Contributor(s):
   33.31 + * This program is distributed in the hope that it will be useful,
   33.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   33.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   33.34 + * GNU General Public License for more details.
   33.35   *
   33.36 - * Portions Copyrighted 2010 Martin Rexa
   33.37 + * You should have received a copy of the GNU General Public License
   33.38 + * along with this program. Look for COPYING file in the top folder.
   33.39 + * If not, see http://www.gnu.org/licenses/.
   33.40   */
   33.41  
   33.42  package cz.xelfi.quoridor.statistics;
    34.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Sun Sep 12 00:06:44 2010 +0200
    34.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Tue Sep 14 08:56:13 2010 +0200
    34.3 @@ -1,29 +1,20 @@
    34.4  /*
    34.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.6 + * Quoridor server and related libraries
    34.7 + * Copyright (C) 2009-2010 Martin Rexa
    34.8   *
    34.9 - * The contents of this file are subject to the terms of either the GNU
   34.10 - * General Public License Version 2 only ("GPL") or the Common
   34.11 - * Development and Distribution License("CDDL") (collectively, the
   34.12 - * "License"). You may not use this file except in compliance with the
   34.13 - * License. You can obtain a copy of the License at
   34.14 - * http://www.netbeans.org/cddl-gplv2.html
   34.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   34.16 - * specific language governing permissions and limitations under the
   34.17 - * License.  When distributing the software, include this License Header
   34.18 - * Notice in each file and include the License file at
   34.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   34.20 - * particular file as subject to the "Classpath" exception as provided
   34.21 - * by Sun in the GPL Version 2 section of the License file that
   34.22 - * accompanied this code. If applicable, add the following below the
   34.23 - * License Header, with the fields enclosed by brackets [] replaced by
   34.24 - * your own identifying information:
   34.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   34.26 + * This program is free software: you can redistribute it and/or modify
   34.27 + * it under the terms of the GNU General Public License as published by
   34.28 + * the Free Software Foundation, either version 3 of the License.
   34.29   *
   34.30 - * Contributor(s):
   34.31 + * This program is distributed in the hope that it will be useful,
   34.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   34.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   34.34 + * GNU General Public License for more details.
   34.35   *
   34.36 - * Portions Copyrighted 2010 Martin Rexa
   34.37 + * You should have received a copy of the GNU General Public License
   34.38 + * along with this program. Look for COPYING file in the top folder.
   34.39 + * If not, see http://www.gnu.org/licenses/.
   34.40   */
   34.41 -
   34.42  package cz.xelfi.quoridor.statistics;
   34.43  
   34.44  import cz.xelfi.quoridor.Fence.Orientation;
    35.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java	Sun Sep 12 00:06:44 2010 +0200
    35.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java	Tue Sep 14 08:56:13 2010 +0200
    35.3 @@ -1,29 +1,20 @@
    35.4  /*
    35.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.6 + * Quoridor server and related libraries
    35.7 + * Copyright (C) 2009-2010 Martin Rexa
    35.8   *
    35.9 - * The contents of this file are subject to the terms of either the GNU
   35.10 - * General Public License Version 2 only ("GPL") or the Common
   35.11 - * Development and Distribution License("CDDL") (collectively, the
   35.12 - * "License"). You may not use this file except in compliance with the
   35.13 - * License. You can obtain a copy of the License at
   35.14 - * http://www.netbeans.org/cddl-gplv2.html
   35.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   35.16 - * specific language governing permissions and limitations under the
   35.17 - * License.  When distributing the software, include this License Header
   35.18 - * Notice in each file and include the License file at
   35.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   35.20 - * particular file as subject to the "Classpath" exception as provided
   35.21 - * by Sun in the GPL Version 2 section of the License file that
   35.22 - * accompanied this code. If applicable, add the following below the
   35.23 - * License Header, with the fields enclosed by brackets [] replaced by
   35.24 - * your own identifying information:
   35.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   35.26 + * This program is free software: you can redistribute it and/or modify
   35.27 + * it under the terms of the GNU General Public License as published by
   35.28 + * the Free Software Foundation, either version 3 of the License.
   35.29   *
   35.30 - * Contributor(s):
   35.31 + * This program is distributed in the hope that it will be useful,
   35.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   35.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   35.34 + * GNU General Public License for more details.
   35.35   *
   35.36 - * Portions Copyrighted 2010 Martin Rexa
   35.37 + * You should have received a copy of the GNU General Public License
   35.38 + * along with this program. Look for COPYING file in the top folder.
   35.39 + * If not, see http://www.gnu.org/licenses/.
   35.40   */
   35.41 -
   35.42  package cz.xelfi.quoridor.statistics.resources;
   35.43  
   35.44  import com.sun.jersey.api.client.Client;
    36.1 --- a/visidor/src/main/java/cz/xelfi/quoridor/visidor/Viewer.java	Sun Sep 12 00:06:44 2010 +0200
    36.2 +++ b/visidor/src/main/java/cz/xelfi/quoridor/visidor/Viewer.java	Tue Sep 14 08:56:13 2010 +0200
    36.3 @@ -1,27 +1,19 @@
    36.4  /*
    36.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.6 + * Quoridor server and related libraries
    36.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    36.8   *
    36.9 - * The contents of this file are subject to the terms of either the GNU
   36.10 - * General Public License Version 2 only ("GPL") or the Common
   36.11 - * Development and Distribution License("CDDL") (collectively, the
   36.12 - * "License"). You may not use this file except in compliance with the
   36.13 - * License. You can obtain a copy of the License at
   36.14 - * http://www.netbeans.org/cddl-gplv2.html
   36.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   36.16 - * specific language governing permissions and limitations under the
   36.17 - * License.  When distributing the software, include this License Header
   36.18 - * Notice in each file and include the License file at
   36.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   36.20 - * particular file as subject to the "Classpath" exception as provided
   36.21 - * by Sun in the GPL Version 2 section of the License file that
   36.22 - * accompanied this code. If applicable, add the following below the
   36.23 - * License Header, with the fields enclosed by brackets [] replaced by
   36.24 - * your own identifying information:
   36.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   36.26 + * This program is free software: you can redistribute it and/or modify
   36.27 + * it under the terms of the GNU General Public License as published by
   36.28 + * the Free Software Foundation, either version 3 of the License.
   36.29   *
   36.30 - * Contributor(s):
   36.31 + * This program is distributed in the hope that it will be useful,
   36.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   36.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   36.34 + * GNU General Public License for more details.
   36.35   *
   36.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   36.37 + * You should have received a copy of the GNU General Public License
   36.38 + * along with this program. Look for COPYING file in the top folder.
   36.39 + * If not, see http://www.gnu.org/licenses/.
   36.40   */
   36.41  package cz.xelfi.quoridor.visidor;
   36.42  
    37.1 --- a/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java	Sun Sep 12 00:06:44 2010 +0200
    37.2 +++ b/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java	Tue Sep 14 08:56:13 2010 +0200
    37.3 @@ -1,27 +1,19 @@
    37.4  /*
    37.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.6 + * Quoridor server and related libraries
    37.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    37.8   *
    37.9 - * The contents of this file are subject to the terms of either the GNU
   37.10 - * General Public License Version 2 only ("GPL") or the Common
   37.11 - * Development and Distribution License("CDDL") (collectively, the
   37.12 - * "License"). You may not use this file except in compliance with the
   37.13 - * License. You can obtain a copy of the License at
   37.14 - * http://www.netbeans.org/cddl-gplv2.html
   37.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   37.16 - * specific language governing permissions and limitations under the
   37.17 - * License.  When distributing the software, include this License Header
   37.18 - * Notice in each file and include the License file at
   37.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   37.20 - * particular file as subject to the "Classpath" exception as provided
   37.21 - * by Sun in the GPL Version 2 section of the License file that
   37.22 - * accompanied this code. If applicable, add the following below the
   37.23 - * License Header, with the fields enclosed by brackets [] replaced by
   37.24 - * your own identifying information:
   37.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   37.26 + * This program is free software: you can redistribute it and/or modify
   37.27 + * it under the terms of the GNU General Public License as published by
   37.28 + * the Free Software Foundation, either version 3 of the License.
   37.29   *
   37.30 - * Contributor(s):
   37.31 + * This program is distributed in the hope that it will be useful,
   37.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   37.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   37.34 + * GNU General Public License for more details.
   37.35   *
   37.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   37.37 + * You should have received a copy of the GNU General Public License
   37.38 + * along with this program. Look for COPYING file in the top folder.
   37.39 + * If not, see http://www.gnu.org/licenses/.
   37.40   */
   37.41  
   37.42  package cz.xelfi.quoridor.webidor.resources;
    38.1 --- a/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Quoridor.java	Sun Sep 12 00:06:44 2010 +0200
    38.2 +++ b/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Quoridor.java	Tue Sep 14 08:56:13 2010 +0200
    38.3 @@ -1,27 +1,19 @@
    38.4  /*
    38.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.6 + * Quoridor server and related libraries
    38.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    38.8   *
    38.9 - * The contents of this file are subject to the terms of either the GNU
   38.10 - * General Public License Version 2 only ("GPL") or the Common
   38.11 - * Development and Distribution License("CDDL") (collectively, the
   38.12 - * "License"). You may not use this file except in compliance with the
   38.13 - * License. You can obtain a copy of the License at
   38.14 - * http://www.netbeans.org/cddl-gplv2.html
   38.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   38.16 - * specific language governing permissions and limitations under the
   38.17 - * License.  When distributing the software, include this License Header
   38.18 - * Notice in each file and include the License file at
   38.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   38.20 - * particular file as subject to the "Classpath" exception as provided
   38.21 - * by Sun in the GPL Version 2 section of the License file that
   38.22 - * accompanied this code. If applicable, add the following below the
   38.23 - * License Header, with the fields enclosed by brackets [] replaced by
   38.24 - * your own identifying information:
   38.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   38.26 + * This program is free software: you can redistribute it and/or modify
   38.27 + * it under the terms of the GNU General Public License as published by
   38.28 + * the Free Software Foundation, either version 3 of the License.
   38.29   *
   38.30 - * Contributor(s):
   38.31 + * This program is distributed in the hope that it will be useful,
   38.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   38.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   38.34 + * GNU General Public License for more details.
   38.35   *
   38.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   38.37 + * You should have received a copy of the GNU General Public License
   38.38 + * along with this program. Look for COPYING file in the top folder.
   38.39 + * If not, see http://www.gnu.org/licenses/.
   38.40   */
   38.41  
   38.42  package cz.xelfi.quoridor.webidor.resources;
    39.1 --- a/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Users.java	Sun Sep 12 00:06:44 2010 +0200
    39.2 +++ b/webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Users.java	Tue Sep 14 08:56:13 2010 +0200
    39.3 @@ -1,29 +1,20 @@
    39.4  /*
    39.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.6 + * Quoridor server and related libraries
    39.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    39.8   *
    39.9 - * The contents of this file are subject to the terms of either the GNU
   39.10 - * General Public License Version 2 only ("GPL") or the Common
   39.11 - * Development and Distribution License("CDDL") (collectively, the
   39.12 - * "License"). You may not use this file except in compliance with the
   39.13 - * License. You can obtain a copy of the License at
   39.14 - * http://www.netbeans.org/cddl-gplv2.html
   39.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   39.16 - * specific language governing permissions and limitations under the
   39.17 - * License.  When distributing the software, include this License Header
   39.18 - * Notice in each file and include the License file at
   39.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   39.20 - * particular file as subject to the "Classpath" exception as provided
   39.21 - * by Sun in the GPL Version 2 section of the License file that
   39.22 - * accompanied this code. If applicable, add the following below the
   39.23 - * License Header, with the fields enclosed by brackets [] replaced by
   39.24 - * your own identifying information:
   39.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   39.26 + * This program is free software: you can redistribute it and/or modify
   39.27 + * it under the terms of the GNU General Public License as published by
   39.28 + * the Free Software Foundation, either version 3 of the License.
   39.29   *
   39.30 - * Contributor(s):
   39.31 + * This program is distributed in the hope that it will be useful,
   39.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   39.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   39.34 + * GNU General Public License for more details.
   39.35   *
   39.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   39.37 + * You should have received a copy of the GNU General Public License
   39.38 + * along with this program. Look for COPYING file in the top folder.
   39.39 + * If not, see http://www.gnu.org/licenses/.
   39.40   */
   39.41 -
   39.42  package cz.xelfi.quoridor.webidor.resources;
   39.43  
   39.44  import com.sun.jersey.api.json.JSONWithPadding;
    40.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/AllGamesTest.java	Sun Sep 12 00:06:44 2010 +0200
    40.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/AllGamesTest.java	Tue Sep 14 08:56:13 2010 +0200
    40.3 @@ -1,27 +1,19 @@
    40.4  /*
    40.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.6 + * Quoridor server and related libraries
    40.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    40.8   *
    40.9 - * The contents of this file are subject to the terms of either the GNU
   40.10 - * General Public License Version 2 only ("GPL") or the Common
   40.11 - * Development and Distribution License("CDDL") (collectively, the
   40.12 - * "License"). You may not use this file except in compliance with the
   40.13 - * License. You can obtain a copy of the License at
   40.14 - * http://www.netbeans.org/cddl-gplv2.html
   40.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   40.16 - * specific language governing permissions and limitations under the
   40.17 - * License.  When distributing the software, include this License Header
   40.18 - * Notice in each file and include the License file at
   40.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   40.20 - * particular file as subject to the "Classpath" exception as provided
   40.21 - * by Sun in the GPL Version 2 section of the License file that
   40.22 - * accompanied this code. If applicable, add the following below the
   40.23 - * License Header, with the fields enclosed by brackets [] replaced by
   40.24 - * your own identifying information:
   40.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   40.26 + * This program is free software: you can redistribute it and/or modify
   40.27 + * it under the terms of the GNU General Public License as published by
   40.28 + * the Free Software Foundation, either version 3 of the License.
   40.29   *
   40.30 - * Contributor(s):
   40.31 + * This program is distributed in the hope that it will be useful,
   40.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   40.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   40.34 + * GNU General Public License for more details.
   40.35   *
   40.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   40.37 + * You should have received a copy of the GNU General Public License
   40.38 + * along with this program. Look for COPYING file in the top folder.
   40.39 + * If not, see http://www.gnu.org/licenses/.
   40.40   */
   40.41  
   40.42  package cz.xelfi.quoridor.webidor;
    41.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/FinishedGameTest.java	Sun Sep 12 00:06:44 2010 +0200
    41.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/FinishedGameTest.java	Tue Sep 14 08:56:13 2010 +0200
    41.3 @@ -1,27 +1,19 @@
    41.4  /*
    41.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.6 + * Quoridor server and related libraries
    41.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    41.8   *
    41.9 - * The contents of this file are subject to the terms of either the GNU
   41.10 - * General Public License Version 2 only ("GPL") or the Common
   41.11 - * Development and Distribution License("CDDL") (collectively, the
   41.12 - * "License"). You may not use this file except in compliance with the
   41.13 - * License. You can obtain a copy of the License at
   41.14 - * http://www.netbeans.org/cddl-gplv2.html
   41.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   41.16 - * specific language governing permissions and limitations under the
   41.17 - * License.  When distributing the software, include this License Header
   41.18 - * Notice in each file and include the License file at
   41.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   41.20 - * particular file as subject to the "Classpath" exception as provided
   41.21 - * by Sun in the GPL Version 2 section of the License file that
   41.22 - * accompanied this code. If applicable, add the following below the
   41.23 - * License Header, with the fields enclosed by brackets [] replaced by
   41.24 - * your own identifying information:
   41.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   41.26 + * This program is free software: you can redistribute it and/or modify
   41.27 + * it under the terms of the GNU General Public License as published by
   41.28 + * the Free Software Foundation, either version 3 of the License.
   41.29   *
   41.30 - * Contributor(s):
   41.31 + * This program is distributed in the hope that it will be useful,
   41.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   41.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   41.34 + * GNU General Public License for more details.
   41.35   *
   41.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   41.37 + * You should have received a copy of the GNU General Public License
   41.38 + * along with this program. Look for COPYING file in the top folder.
   41.39 + * If not, see http://www.gnu.org/licenses/.
   41.40   */
   41.41  
   41.42  package cz.xelfi.quoridor.webidor;
    42.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java	Sun Sep 12 00:06:44 2010 +0200
    42.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java	Tue Sep 14 08:56:13 2010 +0200
    42.3 @@ -1,27 +1,19 @@
    42.4  /*
    42.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.6 + * Quoridor server and related libraries
    42.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    42.8   *
    42.9 - * The contents of this file are subject to the terms of either the GNU
   42.10 - * General Public License Version 2 only ("GPL") or the Common
   42.11 - * Development and Distribution License("CDDL") (collectively, the
   42.12 - * "License"). You may not use this file except in compliance with the
   42.13 - * License. You can obtain a copy of the License at
   42.14 - * http://www.netbeans.org/cddl-gplv2.html
   42.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   42.16 - * specific language governing permissions and limitations under the
   42.17 - * License.  When distributing the software, include this License Header
   42.18 - * Notice in each file and include the License file at
   42.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   42.20 - * particular file as subject to the "Classpath" exception as provided
   42.21 - * by Sun in the GPL Version 2 section of the License file that
   42.22 - * accompanied this code. If applicable, add the following below the
   42.23 - * License Header, with the fields enclosed by brackets [] replaced by
   42.24 - * your own identifying information:
   42.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   42.26 + * This program is free software: you can redistribute it and/or modify
   42.27 + * it under the terms of the GNU General Public License as published by
   42.28 + * the Free Software Foundation, either version 3 of the License.
   42.29   *
   42.30 - * Contributor(s):
   42.31 + * This program is distributed in the hope that it will be useful,
   42.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   42.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   42.34 + * GNU General Public License for more details.
   42.35   *
   42.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   42.37 + * You should have received a copy of the GNU General Public License
   42.38 + * along with this program. Look for COPYING file in the top folder.
   42.39 + * If not, see http://www.gnu.org/licenses/.
   42.40   */
   42.41  
   42.42  package cz.xelfi.quoridor.webidor;
    43.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java	Sun Sep 12 00:06:44 2010 +0200
    43.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java	Tue Sep 14 08:56:13 2010 +0200
    43.3 @@ -1,29 +1,20 @@
    43.4  /*
    43.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    43.6 + * Quoridor server and related libraries
    43.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    43.8   *
    43.9 - * The contents of this file are subject to the terms of either the GNU
   43.10 - * General Public License Version 2 only ("GPL") or the Common
   43.11 - * Development and Distribution License("CDDL") (collectively, the
   43.12 - * "License"). You may not use this file except in compliance with the
   43.13 - * License. You can obtain a copy of the License at
   43.14 - * http://www.netbeans.org/cddl-gplv2.html
   43.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   43.16 - * specific language governing permissions and limitations under the
   43.17 - * License.  When distributing the software, include this License Header
   43.18 - * Notice in each file and include the License file at
   43.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   43.20 - * particular file as subject to the "Classpath" exception as provided
   43.21 - * by Sun in the GPL Version 2 section of the License file that
   43.22 - * accompanied this code. If applicable, add the following below the
   43.23 - * License Header, with the fields enclosed by brackets [] replaced by
   43.24 - * your own identifying information:
   43.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   43.26 + * This program is free software: you can redistribute it and/or modify
   43.27 + * it under the terms of the GNU General Public License as published by
   43.28 + * the Free Software Foundation, either version 3 of the License.
   43.29   *
   43.30 - * Contributor(s):
   43.31 + * This program is distributed in the hope that it will be useful,
   43.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   43.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   43.34 + * GNU General Public License for more details.
   43.35   *
   43.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   43.37 + * You should have received a copy of the GNU General Public License
   43.38 + * along with this program. Look for COPYING file in the top folder.
   43.39 + * If not, see http://www.gnu.org/licenses/.
   43.40   */
   43.41 -
   43.42  package cz.xelfi.quoridor.webidor;
   43.43  
   43.44  import com.sun.jersey.test.framework.AppDescriptor;
    44.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/UsersTest.java	Sun Sep 12 00:06:44 2010 +0200
    44.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/UsersTest.java	Tue Sep 14 08:56:13 2010 +0200
    44.3 @@ -1,29 +1,20 @@
    44.4  /*
    44.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.6 + * Quoridor server and related libraries
    44.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    44.8   *
    44.9 - * The contents of this file are subject to the terms of either the GNU
   44.10 - * General Public License Version 2 only ("GPL") or the Common
   44.11 - * Development and Distribution License("CDDL") (collectively, the
   44.12 - * "License"). You may not use this file except in compliance with the
   44.13 - * License. You can obtain a copy of the License at
   44.14 - * http://www.netbeans.org/cddl-gplv2.html
   44.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   44.16 - * specific language governing permissions and limitations under the
   44.17 - * License.  When distributing the software, include this License Header
   44.18 - * Notice in each file and include the License file at
   44.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   44.20 - * particular file as subject to the "Classpath" exception as provided
   44.21 - * by Sun in the GPL Version 2 section of the License file that
   44.22 - * accompanied this code. If applicable, add the following below the
   44.23 - * License Header, with the fields enclosed by brackets [] replaced by
   44.24 - * your own identifying information:
   44.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   44.26 + * This program is free software: you can redistribute it and/or modify
   44.27 + * it under the terms of the GNU General Public License as published by
   44.28 + * the Free Software Foundation, either version 3 of the License.
   44.29   *
   44.30 - * Contributor(s):
   44.31 + * This program is distributed in the hope that it will be useful,
   44.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   44.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   44.34 + * GNU General Public License for more details.
   44.35   *
   44.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   44.37 + * You should have received a copy of the GNU General Public License
   44.38 + * along with this program. Look for COPYING file in the top folder.
   44.39 + * If not, see http://www.gnu.org/licenses/.
   44.40   */
   44.41 -
   44.42  package cz.xelfi.quoridor.webidor;
   44.43  
   44.44  import com.sun.jersey.test.framework.WebAppDescriptor;
    45.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/resources/ChatTest.java	Sun Sep 12 00:06:44 2010 +0200
    45.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/resources/ChatTest.java	Tue Sep 14 08:56:13 2010 +0200
    45.3 @@ -1,27 +1,19 @@
    45.4  /*
    45.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.6 + * Quoridor server and related libraries
    45.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    45.8   *
    45.9 - * The contents of this file are subject to the terms of either the GNU
   45.10 - * General Public License Version 2 only ("GPL") or the Common
   45.11 - * Development and Distribution License("CDDL") (collectively, the
   45.12 - * "License"). You may not use this file except in compliance with the
   45.13 - * License. You can obtain a copy of the License at
   45.14 - * http://www.netbeans.org/cddl-gplv2.html
   45.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   45.16 - * specific language governing permissions and limitations under the
   45.17 - * License.  When distributing the software, include this License Header
   45.18 - * Notice in each file and include the License file at
   45.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   45.20 - * particular file as subject to the "Classpath" exception as provided
   45.21 - * by Sun in the GPL Version 2 section of the License file that
   45.22 - * accompanied this code. If applicable, add the following below the
   45.23 - * License Header, with the fields enclosed by brackets [] replaced by
   45.24 - * your own identifying information:
   45.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   45.26 + * This program is free software: you can redistribute it and/or modify
   45.27 + * it under the terms of the GNU General Public License as published by
   45.28 + * the Free Software Foundation, either version 3 of the License.
   45.29   *
   45.30 - * Contributor(s):
   45.31 + * This program is distributed in the hope that it will be useful,
   45.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   45.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   45.34 + * GNU General Public License for more details.
   45.35   *
   45.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   45.37 + * You should have received a copy of the GNU General Public License
   45.38 + * along with this program. Look for COPYING file in the top folder.
   45.39 + * If not, see http://www.gnu.org/licenses/.
   45.40   */
   45.41  
   45.42  package cz.xelfi.quoridor.webidor.resources;
    46.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/Game.java	Sun Sep 12 00:06:44 2010 +0200
    46.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/Game.java	Tue Sep 14 08:56:13 2010 +0200
    46.3 @@ -1,27 +1,19 @@
    46.4  /*
    46.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.6 + * Quoridor server and related libraries
    46.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    46.8   *
    46.9 - * The contents of this file are subject to the terms of either the GNU
   46.10 - * General Public License Version 2 only ("GPL") or the Common
   46.11 - * Development and Distribution License("CDDL") (collectively, the
   46.12 - * "License"). You may not use this file except in compliance with the
   46.13 - * License. You can obtain a copy of the License at
   46.14 - * http://www.netbeans.org/cddl-gplv2.html
   46.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   46.16 - * specific language governing permissions and limitations under the
   46.17 - * License.  When distributing the software, include this License Header
   46.18 - * Notice in each file and include the License file at
   46.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   46.20 - * particular file as subject to the "Classpath" exception as provided
   46.21 - * by Sun in the GPL Version 2 section of the License file that
   46.22 - * accompanied this code. If applicable, add the following below the
   46.23 - * License Header, with the fields enclosed by brackets [] replaced by
   46.24 - * your own identifying information:
   46.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   46.26 + * This program is free software: you can redistribute it and/or modify
   46.27 + * it under the terms of the GNU General Public License as published by
   46.28 + * the Free Software Foundation, either version 3 of the License.
   46.29   *
   46.30 - * Contributor(s):
   46.31 + * This program is distributed in the hope that it will be useful,
   46.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   46.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   46.34 + * GNU General Public License for more details.
   46.35   *
   46.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   46.37 + * You should have received a copy of the GNU General Public License
   46.38 + * along with this program. Look for COPYING file in the top folder.
   46.39 + * If not, see http://www.gnu.org/licenses/.
   46.40   */
   46.41  
   46.42  package cz.xelfi.quoridor.webidor;
    47.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameId.java	Sun Sep 12 00:06:44 2010 +0200
    47.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameId.java	Tue Sep 14 08:56:13 2010 +0200
    47.3 @@ -1,27 +1,19 @@
    47.4  /*
    47.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.6 + * Quoridor server and related libraries
    47.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    47.8   *
    47.9 - * The contents of this file are subject to the terms of either the GNU
   47.10 - * General Public License Version 2 only ("GPL") or the Common
   47.11 - * Development and Distribution License("CDDL") (collectively, the
   47.12 - * "License"). You may not use this file except in compliance with the
   47.13 - * License. You can obtain a copy of the License at
   47.14 - * http://www.netbeans.org/cddl-gplv2.html
   47.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   47.16 - * specific language governing permissions and limitations under the
   47.17 - * License.  When distributing the software, include this License Header
   47.18 - * Notice in each file and include the License file at
   47.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   47.20 - * particular file as subject to the "Classpath" exception as provided
   47.21 - * by Sun in the GPL Version 2 section of the License file that
   47.22 - * accompanied this code. If applicable, add the following below the
   47.23 - * License Header, with the fields enclosed by brackets [] replaced by
   47.24 - * your own identifying information:
   47.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   47.26 + * This program is free software: you can redistribute it and/or modify
   47.27 + * it under the terms of the GNU General Public License as published by
   47.28 + * the Free Software Foundation, either version 3 of the License.
   47.29   *
   47.30 - * Contributor(s):
   47.31 + * This program is distributed in the hope that it will be useful,
   47.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   47.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   47.34 + * GNU General Public License for more details.
   47.35   *
   47.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   47.37 + * You should have received a copy of the GNU General Public License
   47.38 + * along with this program. Look for COPYING file in the top folder.
   47.39 + * If not, see http://www.gnu.org/licenses/.
   47.40   */
   47.41  
   47.42  package cz.xelfi.quoridor.webidor;
    48.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameStatus.java	Sun Sep 12 00:06:44 2010 +0200
    48.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/GameStatus.java	Tue Sep 14 08:56:13 2010 +0200
    48.3 @@ -1,27 +1,19 @@
    48.4  /*
    48.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.6 + * Quoridor server and related libraries
    48.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    48.8   *
    48.9 - * The contents of this file are subject to the terms of either the GNU
   48.10 - * General Public License Version 2 only ("GPL") or the Common
   48.11 - * Development and Distribution License("CDDL") (collectively, the
   48.12 - * "License"). You may not use this file except in compliance with the
   48.13 - * License. You can obtain a copy of the License at
   48.14 - * http://www.netbeans.org/cddl-gplv2.html
   48.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   48.16 - * specific language governing permissions and limitations under the
   48.17 - * License.  When distributing the software, include this License Header
   48.18 - * Notice in each file and include the License file at
   48.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   48.20 - * particular file as subject to the "Classpath" exception as provided
   48.21 - * by Sun in the GPL Version 2 section of the License file that
   48.22 - * accompanied this code. If applicable, add the following below the
   48.23 - * License Header, with the fields enclosed by brackets [] replaced by
   48.24 - * your own identifying information:
   48.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   48.26 + * This program is free software: you can redistribute it and/or modify
   48.27 + * it under the terms of the GNU General Public License as published by
   48.28 + * the Free Software Foundation, either version 3 of the License.
   48.29   *
   48.30 - * Contributor(s):
   48.31 + * This program is distributed in the hope that it will be useful,
   48.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   48.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   48.34 + * GNU General Public License for more details.
   48.35   *
   48.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   48.37 + * You should have received a copy of the GNU General Public License
   48.38 + * along with this program. Look for COPYING file in the top folder.
   48.39 + * If not, see http://www.gnu.org/licenses/.
   48.40   */
   48.41  
   48.42  package cz.xelfi.quoridor.webidor;
    49.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java	Sun Sep 12 00:06:44 2010 +0200
    49.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java	Tue Sep 14 08:56:13 2010 +0200
    49.3 @@ -1,38 +1,19 @@
    49.4  /*
    49.5 + * Quoridor server and related libraries
    49.6 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    49.7   *
    49.8 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.9 - * 
   49.10 - * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   49.11 - * 
   49.12 - * The contents of this file are subject to the terms of either the GNU
   49.13 - * General Public License Version 2 only ("GPL") or the Common Development
   49.14 - * and Distribution License("CDDL") (collectively, the "License").  You
   49.15 - * may not use this file except in compliance with the License. You can obtain
   49.16 - * a copy of the License at https://jersey.dev.java.net/CDDL+GPL.html
   49.17 - * or jersey/legal/LICENSE.txt.  See the License for the specific
   49.18 - * language governing permissions and limitations under the License.
   49.19 - * 
   49.20 - * When distributing the software, include this License Header Notice in each
   49.21 - * file and include the License file at jersey/legal/LICENSE.txt.
   49.22 - * Sun designates this particular file as subject to the "Classpath" exception
   49.23 - * as provided by Sun in the GPL Version 2 section of the License file that
   49.24 - * accompanied this code.  If applicable, add the following below the License
   49.25 - * Header, with the fields enclosed by brackets [] replaced by your own
   49.26 - * identifying information: "Portions Copyrighted [year]
   49.27 - * [name of copyright owner]"
   49.28 - * 
   49.29 - * Contributor(s):
   49.30 - * 
   49.31 - * If you wish your version of this file to be governed by only the CDDL or
   49.32 - * only the GPL Version 2, indicate your decision by adding "[Contributor]
   49.33 - * elects to include this software in this distribution under the [CDDL or GPL
   49.34 - * Version 2] license."  If you don't indicate a single choice of license, a
   49.35 - * recipient has the option to distribute your version of this file under
   49.36 - * either the CDDL, the GPL Version 2 or to extend the choice of license to
   49.37 - * its licensees as provided above.  However, if you add GPL Version 2 code
   49.38 - * and therefore, elected the GPL Version 2 license, then the option applies
   49.39 - * only if the new code is made subject to such option by the copyright
   49.40 - * holder.
   49.41 + * This program is free software: you can redistribute it and/or modify
   49.42 + * it under the terms of the GNU General Public License as published by
   49.43 + * the Free Software Foundation, either version 3 of the License.
   49.44 + *
   49.45 + * This program is distributed in the hope that it will be useful,
   49.46 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   49.47 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   49.48 + * GNU General Public License for more details.
   49.49 + *
   49.50 + * You should have received a copy of the GNU General Public License
   49.51 + * along with this program. Look for COPYING file in the top folder.
   49.52 + * If not, see http://www.gnu.org/licenses/.
   49.53   */
   49.54  
   49.55  package cz.xelfi.quoridor.webidor;
    50.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/User.java	Sun Sep 12 00:06:44 2010 +0200
    50.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/User.java	Tue Sep 14 08:56:13 2010 +0200
    50.3 @@ -1,29 +1,20 @@
    50.4  /*
    50.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.6 + * Quoridor server and related libraries
    50.7 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    50.8   *
    50.9 - * The contents of this file are subject to the terms of either the GNU
   50.10 - * General Public License Version 2 only ("GPL") or the Common
   50.11 - * Development and Distribution License("CDDL") (collectively, the
   50.12 - * "License"). You may not use this file except in compliance with the
   50.13 - * License. You can obtain a copy of the License at
   50.14 - * http://www.netbeans.org/cddl-gplv2.html
   50.15 - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   50.16 - * specific language governing permissions and limitations under the
   50.17 - * License.  When distributing the software, include this License Header
   50.18 - * Notice in each file and include the License file at
   50.19 - * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   50.20 - * particular file as subject to the "Classpath" exception as provided
   50.21 - * by Sun in the GPL Version 2 section of the License file that
   50.22 - * accompanied this code. If applicable, add the following below the
   50.23 - * License Header, with the fields enclosed by brackets [] replaced by
   50.24 - * your own identifying information:
   50.25 - * "Portions Copyrighted [year] [name of copyright owner]"
   50.26 + * This program is free software: you can redistribute it and/or modify
   50.27 + * it under the terms of the GNU General Public License as published by
   50.28 + * the Free Software Foundation, either version 3 of the License.
   50.29   *
   50.30 - * Contributor(s):
   50.31 + * This program is distributed in the hope that it will be useful,
   50.32 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   50.33 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   50.34 + * GNU General Public License for more details.
   50.35   *
   50.36 - * Portions Copyrighted 2009 Jaroslav Tulach
   50.37 + * You should have received a copy of the GNU General Public License
   50.38 + * along with this program. Look for COPYING file in the top folder.
   50.39 + * If not, see http://www.gnu.org/licenses/.
   50.40   */
   50.41 -
   50.42  package cz.xelfi.quoridor.webidor;
   50.43  
   50.44  import java.util.ArrayList;