Using maven-license-plugin and updating all missing headers
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 09:46:43 +0200
changeset 26615fcdfc4cd4a
parent 265 74cbccff0375
child 267 d52fcec12bec
child 271 aa1c63b58149
Using maven-license-plugin and updating all missing headers
emailer/all-zip.xml
emailer/src/main/resources/cz/xelfi/quoridor/emailer/Bundle.properties
freemarkerdor/all-zip.xml
freemarkerdor/nbactions.xml
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle_cs.properties
pom.xml
src/header.txt
statistics/all-zip.xml
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/Openings.java
statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java
statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java
statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java
visidor/nbactions.xml
visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardEvent.java
visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardListener.java
visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardPane.java
visidor/src/test/java/cz/xelfi/quoridor/visidor/ViewerTest.java
webidor/all-zip.xml
webidor/nb-configuration.xml
webidor/nbactions.xml
webidor/src/test/resources/cz/xelfi/quoridor/webidor/TestBundle.properties
wsdor/src/main/java/cz/xelfi/quoridor/webidor/CommentedMove.java
wsdor/src/main/java/cz/xelfi/quoridor/webidor/Note.java
     1.1 --- a/emailer/all-zip.xml	Tue Sep 14 08:56:35 2010 +0200
     1.2 +++ b/emailer/all-zip.xml	Tue Sep 14 09:46:43 2010 +0200
     1.3 @@ -1,4 +1,24 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +
     1.7 +    Quoridor server and related libraries
     1.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.9 +
    1.10 +    This program is free software: you can redistribute it and/or modify
    1.11 +    it under the terms of the GNU General Public License as published by
    1.12 +    the Free Software Foundation, either version 3 of the License.
    1.13 +
    1.14 +    This program is distributed in the hope that it will be useful,
    1.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.17 +    GNU General Public License for more details.
    1.18 +
    1.19 +    You should have received a copy of the GNU General Public License
    1.20 +    along with this program. Look for COPYING file in the top folder.
    1.21 +    If not, see http://www.gnu.org/licenses/.
    1.22 +
    1.23 +-->
    1.24 +
    1.25  <assembly>
    1.26   <id>all</id>
    1.27    <formats>
     2.1 --- a/emailer/src/main/resources/cz/xelfi/quoridor/emailer/Bundle.properties	Tue Sep 14 08:56:35 2010 +0200
     2.2 +++ b/emailer/src/main/resources/cz/xelfi/quoridor/emailer/Bundle.properties	Tue Sep 14 09:46:43 2010 +0200
     2.3 @@ -1,3 +1,20 @@
     2.4 +#
     2.5 +# Quoridor server and related libraries
     2.6 +# Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     2.7 +#
     2.8 +# This program is free software: you can redistribute it and/or modify
     2.9 +# it under the terms of the GNU General Public License as published by
    2.10 +# the Free Software Foundation, either version 3 of the License.
    2.11 +#
    2.12 +# This program is distributed in the hope that it will be useful,
    2.13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.15 +# GNU General Public License for more details.
    2.16 +#
    2.17 +# You should have received a copy of the GNU General Public License
    2.18 +# along with this program. Look for COPYING file in the top folder.
    2.19 +# If not, see http://www.gnu.org/licenses/.
    2.20 +#
    2.21  
    2.22  
    2.23  MSG_SUBJECT=Play Quoridor!
     3.1 --- a/freemarkerdor/all-zip.xml	Tue Sep 14 08:56:35 2010 +0200
     3.2 +++ b/freemarkerdor/all-zip.xml	Tue Sep 14 09:46:43 2010 +0200
     3.3 @@ -1,4 +1,24 @@
     3.4  <?xml version="1.0" encoding="UTF-8"?>
     3.5 +<!--
     3.6 +
     3.7 +    Quoridor server and related libraries
     3.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     3.9 +
    3.10 +    This program is free software: you can redistribute it and/or modify
    3.11 +    it under the terms of the GNU General Public License as published by
    3.12 +    the Free Software Foundation, either version 3 of the License.
    3.13 +
    3.14 +    This program is distributed in the hope that it will be useful,
    3.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.17 +    GNU General Public License for more details.
    3.18 +
    3.19 +    You should have received a copy of the GNU General Public License
    3.20 +    along with this program. Look for COPYING file in the top folder.
    3.21 +    If not, see http://www.gnu.org/licenses/.
    3.22 +
    3.23 +-->
    3.24 +
    3.25  <assembly>
    3.26   <id>all</id>
    3.27    <formats>
     4.1 --- a/freemarkerdor/nbactions.xml	Tue Sep 14 08:56:35 2010 +0200
     4.2 +++ b/freemarkerdor/nbactions.xml	Tue Sep 14 09:46:43 2010 +0200
     4.3 @@ -1,4 +1,24 @@
     4.4  <?xml version="1.0" encoding="UTF-8"?>
     4.5 +<!--
     4.6 +
     4.7 +    Quoridor server and related libraries
     4.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     4.9 +
    4.10 +    This program is free software: you can redistribute it and/or modify
    4.11 +    it under the terms of the GNU General Public License as published by
    4.12 +    the Free Software Foundation, either version 3 of the License.
    4.13 +
    4.14 +    This program is distributed in the hope that it will be useful,
    4.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.17 +    GNU General Public License for more details.
    4.18 +
    4.19 +    You should have received a copy of the GNU General Public License
    4.20 +    along with this program. Look for COPYING file in the top folder.
    4.21 +    If not, see http://www.gnu.org/licenses/.
    4.22 +
    4.23 +-->
    4.24 +
    4.25  <actions>
    4.26          <action>
    4.27              <actionName>run</actionName>
     5.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties	Tue Sep 14 08:56:35 2010 +0200
     5.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties	Tue Sep 14 09:46:43 2010 +0200
     5.3 @@ -1,3 +1,21 @@
     5.4 +#
     5.5 +# Quoridor server and related libraries
     5.6 +# Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     5.7 +#
     5.8 +# This program is free software: you can redistribute it and/or modify
     5.9 +# it under the terms of the GNU General Public License as published by
    5.10 +# the Free Software Foundation, either version 3 of the License.
    5.11 +#
    5.12 +# This program is distributed in the hope that it will be useful,
    5.13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.15 +# GNU General Public License for more details.
    5.16 +#
    5.17 +# You should have received a copy of the GNU General Public License
    5.18 +# along with this program. Look for COPYING file in the top folder.
    5.19 +# If not, see http://www.gnu.org/licenses/.
    5.20 +#
    5.21 +
    5.22  TITLE=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line
    5.23  TITLE_PLAIN=Quoridor On-line
    5.24  copyright=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line, Version {0}, (c) Jaroslav Tulach, Martin Rexa 2009-2010
     6.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle_cs.properties	Tue Sep 14 08:56:35 2010 +0200
     6.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle_cs.properties	Tue Sep 14 09:46:43 2010 +0200
     6.3 @@ -1,3 +1,21 @@
     6.4 +#
     6.5 +# Quoridor server and related libraries
     6.6 +# Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6.7 +#
     6.8 +# This program is free software: you can redistribute it and/or modify
     6.9 +# it under the terms of the GNU General Public License as published by
    6.10 +# the Free Software Foundation, either version 3 of the License.
    6.11 +#
    6.12 +# This program is distributed in the hope that it will be useful,
    6.13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.15 +# GNU General Public License for more details.
    6.16 +#
    6.17 +# You should have received a copy of the GNU General Public License
    6.18 +# along with this program. Look for COPYING file in the top folder.
    6.19 +# If not, see http://www.gnu.org/licenses/.
    6.20 +#
    6.21 +
    6.22  TITLE=<a href="http://cs.wikipedia.org/wiki/Quoridor">Quoridor</a> pro V\u00E1s
    6.23  TITLE_PLAIN=Quoridor pro V\u00E1s
    6.24  copyright=<a href="http://cs.wikipedia.org/wiki/Quoridor">Quoridor</a> pro V\u00E1s, Verze {0}, napsal Jaroslav Tulach a Martin Rexa v letech 2009 a 2010
     7.1 --- a/pom.xml	Tue Sep 14 08:56:35 2010 +0200
     7.2 +++ b/pom.xml	Tue Sep 14 09:46:43 2010 +0200
     7.3 @@ -17,12 +17,23 @@
     7.4          <layout>default</layout>
     7.5      </repository>
     7.6    </repositories>
     7.7 -  <!--
     7.8 +  <pluginRepositories>
     7.9 +    <pluginRepository>
    7.10 +        <id>mc-release</id>
    7.11 +        <name>Local Maven repository of releases</name>
    7.12 +        <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
    7.13 +        <snapshots>
    7.14 +            <enabled>false</enabled>
    7.15 +        </snapshots>
    7.16 +        <releases>
    7.17 +            <enabled>true</enabled>
    7.18 +        </releases>
    7.19 +    </pluginRepository>
    7.20 +  </pluginRepositories>
    7.21    <scm>
    7.22 -      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
    7.23 -      <url>http://source.apidesign.org/hg/lookup</url>
    7.24 +      <connection>scm:hg:http://source.apidesign.org/hg/quoridor</connection>
    7.25 +      <url>http://source.apidesign.org/hg/quoridor</url>
    7.26    </scm>
    7.27 -  -->
    7.28    <licenses>
    7.29      <license>
    7.30          <name>gpl-3.0</name>
    7.31 @@ -56,4 +67,15 @@
    7.32      <name>Quoridor related projects</name>
    7.33      <description>Master project that agregates all quoridor related functionality.
    7.34      </description>
    7.35 +    <build>
    7.36 +        <plugins>
    7.37 +            <plugin>
    7.38 +                <groupId>com.mycila.maven-license-plugin</groupId>
    7.39 +                <artifactId>maven-license-plugin</artifactId>
    7.40 +                <configuration>
    7.41 +                    <header>src/header.txt</header>
    7.42 +                </configuration>
    7.43 +            </plugin>
    7.44 +        </plugins>
    7.45 +    </build>
    7.46  </project>
    7.47 \ No newline at end of file
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/src/header.txt	Tue Sep 14 09:46:43 2010 +0200
     8.3 @@ -0,0 +1,15 @@
     8.4 +Quoridor server and related libraries
     8.5 +Copyright (C) 2009-${year} ${user.name} <${email}>
     8.6 +
     8.7 +This program is free software: you can redistribute it and/or modify
     8.8 +it under the terms of the GNU General Public License as published by
     8.9 +the Free Software Foundation, either version 3 of the License.
    8.10 +
    8.11 +This program is distributed in the hope that it will be useful,
    8.12 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.13 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.14 +GNU General Public License for more details.
    8.15 +
    8.16 +You should have received a copy of the GNU General Public License
    8.17 +along with this program. Look for COPYING file in the top folder.
    8.18 +If not, see http://www.gnu.org/licenses/.
     9.1 --- a/statistics/all-zip.xml	Tue Sep 14 08:56:35 2010 +0200
     9.2 +++ b/statistics/all-zip.xml	Tue Sep 14 09:46:43 2010 +0200
     9.3 @@ -1,4 +1,24 @@
     9.4  <?xml version="1.0" encoding="UTF-8"?>
     9.5 +<!--
     9.6 +
     9.7 +    Quoridor server and related libraries
     9.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     9.9 +
    9.10 +    This program is free software: you can redistribute it and/or modify
    9.11 +    it under the terms of the GNU General Public License as published by
    9.12 +    the Free Software Foundation, either version 3 of the License.
    9.13 +
    9.14 +    This program is distributed in the hope that it will be useful,
    9.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    9.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    9.17 +    GNU General Public License for more details.
    9.18 +
    9.19 +    You should have received a copy of the GNU General Public License
    9.20 +    along with this program. Look for COPYING file in the top folder.
    9.21 +    If not, see http://www.gnu.org/licenses/.
    9.22 +
    9.23 +-->
    9.24 +
    9.25  <assembly>
    9.26   <id>all</id>
    9.27    <formats>
    10.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeView.java	Tue Sep 14 08:56:35 2010 +0200
    10.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeView.java	Tue Sep 14 09:46:43 2010 +0200
    10.3 @@ -1,4 +1,4 @@
    10.4 -/*
    10.5 +/**
    10.6   * Quoridor server and related libraries
    10.7   * Copyright (C) 2009-2010 Martin Rexa
    10.8   *
    10.9 @@ -15,6 +15,7 @@
   10.10   * along with this program. Look for COPYING file in the top folder.
   10.11   * If not, see http://www.gnu.org/licenses/.
   10.12   */
   10.13 +
   10.14  package cz.xelfi.quoridor.statistics;
   10.15  
   10.16  import cz.xelfi.quoridor.webidor.GameId;
    11.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeViewEntry.java	Tue Sep 14 08:56:35 2010 +0200
    11.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningNodeViewEntry.java	Tue Sep 14 09:46:43 2010 +0200
    11.3 @@ -1,4 +1,4 @@
    11.4 -/*
    11.5 +/**
    11.6   * Quoridor server and related libraries
    11.7   * Copyright (C) 2009-2010 Martin Rexa
    11.8   *
    11.9 @@ -15,6 +15,7 @@
   11.10   * along with this program. Look for COPYING file in the top folder.
   11.11   * If not, see http://www.gnu.org/licenses/.
   11.12   */
   11.13 +
   11.14  package cz.xelfi.quoridor.statistics;
   11.15  
   11.16  import cz.xelfi.quoridor.Move;
    12.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTree.java	Tue Sep 14 08:56:35 2010 +0200
    12.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTree.java	Tue Sep 14 09:46:43 2010 +0200
    12.3 @@ -1,4 +1,4 @@
    12.4 -/*
    12.5 +/**
    12.6   * Quoridor server and related libraries
    12.7   * Copyright (C) 2009-2010 Martin Rexa
    12.8   *
    12.9 @@ -15,6 +15,7 @@
   12.10   * along with this program. Look for COPYING file in the top folder.
   12.11   * If not, see http://www.gnu.org/licenses/.
   12.12   */
   12.13 +
   12.14  package cz.xelfi.quoridor.statistics;
   12.15  
   12.16  import cz.xelfi.quoridor.Board;
    13.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Tue Sep 14 08:56:35 2010 +0200
    13.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Tue Sep 14 09:46:43 2010 +0200
    13.3 @@ -1,4 +1,4 @@
    13.4 -/*
    13.5 +/**
    13.6   * Quoridor server and related libraries
    13.7   * Copyright (C) 2009-2010 Martin Rexa
    13.8   *
    13.9 @@ -15,6 +15,7 @@
   13.10   * along with this program. Look for COPYING file in the top folder.
   13.11   * If not, see http://www.gnu.org/licenses/.
   13.12   */
   13.13 +
   13.14  package cz.xelfi.quoridor.statistics;
   13.15  
   13.16  import cz.xelfi.quoridor.webidor.Game;
    14.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Openings.java	Tue Sep 14 08:56:35 2010 +0200
    14.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Openings.java	Tue Sep 14 09:46:43 2010 +0200
    14.3 @@ -1,4 +1,4 @@
    14.4 -/*
    14.5 +/**
    14.6   * Quoridor server and related libraries
    14.7   * Copyright (C) 2009-2010 Martin Rexa
    14.8   *
    14.9 @@ -15,6 +15,7 @@
   14.10   * along with this program. Look for COPYING file in the top folder.
   14.11   * If not, see http://www.gnu.org/licenses/.
   14.12   */
   14.13 +
   14.14  package cz.xelfi.quoridor.statistics.resources;
   14.15  
   14.16  import cz.xelfi.quoridor.IllegalPositionException;
    15.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Tue Sep 14 08:56:35 2010 +0200
    15.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Tue Sep 14 09:46:43 2010 +0200
    15.3 @@ -1,6 +1,6 @@
    15.4 -/*
    15.5 +/**
    15.6   * Quoridor server and related libraries
    15.7 - * Copyright (C) 2009-2010 Martin
    15.8 + * Copyright (C) 2009-2010 Martin Rexa
    15.9   *
   15.10   * This program is free software: you can redistribute it and/or modify
   15.11   * it under the terms of the GNU General Public License as published by
   15.12 @@ -15,6 +15,7 @@
   15.13   * along with this program. Look for COPYING file in the top folder.
   15.14   * If not, see http://www.gnu.org/licenses/.
   15.15   */
   15.16 +
   15.17  package cz.xelfi.quoridor.statistics.resources;
   15.18  
   15.19  import com.sun.jersey.api.container.httpserver.HttpServerFactory;
    16.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Tue Sep 14 08:56:35 2010 +0200
    16.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/OpeningsTest.java	Tue Sep 14 09:46:43 2010 +0200
    16.3 @@ -1,4 +1,4 @@
    16.4 -/*
    16.5 +/**
    16.6   * Quoridor server and related libraries
    16.7   * Copyright (C) 2009-2010 Martin Rexa
    16.8   *
    16.9 @@ -15,6 +15,7 @@
   16.10   * along with this program. Look for COPYING file in the top folder.
   16.11   * If not, see http://www.gnu.org/licenses/.
   16.12   */
   16.13 +
   16.14  package cz.xelfi.quoridor.statistics;
   16.15  
   16.16  import cz.xelfi.quoridor.Fence.Orientation;
    17.1 --- a/statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java	Tue Sep 14 08:56:35 2010 +0200
    17.2 +++ b/statistics/src/test/java/cz/xelfi/quoridor/statistics/resources/StatisticsTest.java	Tue Sep 14 09:46:43 2010 +0200
    17.3 @@ -1,4 +1,4 @@
    17.4 -/*
    17.5 +/**
    17.6   * Quoridor server and related libraries
    17.7   * Copyright (C) 2009-2010 Martin Rexa
    17.8   *
    17.9 @@ -15,6 +15,7 @@
   17.10   * along with this program. Look for COPYING file in the top folder.
   17.11   * If not, see http://www.gnu.org/licenses/.
   17.12   */
   17.13 +
   17.14  package cz.xelfi.quoridor.statistics.resources;
   17.15  
   17.16  import com.sun.jersey.api.client.Client;
    18.1 --- a/visidor/nbactions.xml	Tue Sep 14 08:56:35 2010 +0200
    18.2 +++ b/visidor/nbactions.xml	Tue Sep 14 09:46:43 2010 +0200
    18.3 @@ -1,4 +1,24 @@
    18.4  <?xml version="1.0" encoding="UTF-8"?>
    18.5 +<!--
    18.6 +
    18.7 +    Quoridor server and related libraries
    18.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    18.9 +
   18.10 +    This program is free software: you can redistribute it and/or modify
   18.11 +    it under the terms of the GNU General Public License as published by
   18.12 +    the Free Software Foundation, either version 3 of the License.
   18.13 +
   18.14 +    This program is distributed in the hope that it will be useful,
   18.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
   18.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   18.17 +    GNU General Public License for more details.
   18.18 +
   18.19 +    You should have received a copy of the GNU General Public License
   18.20 +    along with this program. Look for COPYING file in the top folder.
   18.21 +    If not, see http://www.gnu.org/licenses/.
   18.22 +
   18.23 +-->
   18.24 +
   18.25  <actions>
   18.26          <action>
   18.27              <actionName>run</actionName>
    19.1 --- a/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardEvent.java	Tue Sep 14 08:56:35 2010 +0200
    19.2 +++ b/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardEvent.java	Tue Sep 14 09:46:43 2010 +0200
    19.3 @@ -1,6 +1,19 @@
    19.4 -/*
    19.5 - * To change this template, choose Tools | Templates
    19.6 - * and open the template in the editor.
    19.7 +/**
    19.8 + * Quoridor server and related libraries
    19.9 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
   19.10 + *
   19.11 + * This program is free software: you can redistribute it and/or modify
   19.12 + * it under the terms of the GNU General Public License as published by
   19.13 + * the Free Software Foundation, either version 3 of the License.
   19.14 + *
   19.15 + * This program is distributed in the hope that it will be useful,
   19.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   19.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   19.18 + * GNU General Public License for more details.
   19.19 + *
   19.20 + * You should have received a copy of the GNU General Public License
   19.21 + * along with this program. Look for COPYING file in the top folder.
   19.22 + * If not, see http://www.gnu.org/licenses/.
   19.23   */
   19.24  
   19.25  package cz.xelfi.quoridor.visidor;
    20.1 --- a/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardListener.java	Tue Sep 14 08:56:35 2010 +0200
    20.2 +++ b/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardListener.java	Tue Sep 14 09:46:43 2010 +0200
    20.3 @@ -1,8 +1,22 @@
    20.4 -/*
    20.5 - * To change this template, choose Tools | Templates
    20.6 - * and open the template in the editor.
    20.7 +/**
    20.8 + * Quoridor server and related libraries
    20.9 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
   20.10 + *
   20.11 + * This program is free software: you can redistribute it and/or modify
   20.12 + * it under the terms of the GNU General Public License as published by
   20.13 + * the Free Software Foundation, either version 3 of the License.
   20.14 + *
   20.15 + * This program is distributed in the hope that it will be useful,
   20.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   20.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   20.18 + * GNU General Public License for more details.
   20.19 + *
   20.20 + * You should have received a copy of the GNU General Public License
   20.21 + * along with this program. Look for COPYING file in the top folder.
   20.22 + * If not, see http://www.gnu.org/licenses/.
   20.23   */
   20.24  
   20.25 +
   20.26  package cz.xelfi.quoridor.visidor;
   20.27  
   20.28  import java.util.EventListener;
    21.1 --- a/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardPane.java	Tue Sep 14 08:56:35 2010 +0200
    21.2 +++ b/visidor/src/main/java/cz/xelfi/quoridor/visidor/BoardPane.java	Tue Sep 14 09:46:43 2010 +0200
    21.3 @@ -1,8 +1,22 @@
    21.4 -/*
    21.5 - * To change this template, choose Tools | Templates
    21.6 - * and open the template in the editor.
    21.7 +/**
    21.8 + * Quoridor server and related libraries
    21.9 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
   21.10 + *
   21.11 + * This program is free software: you can redistribute it and/or modify
   21.12 + * it under the terms of the GNU General Public License as published by
   21.13 + * the Free Software Foundation, either version 3 of the License.
   21.14 + *
   21.15 + * This program is distributed in the hope that it will be useful,
   21.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   21.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21.18 + * GNU General Public License for more details.
   21.19 + *
   21.20 + * You should have received a copy of the GNU General Public License
   21.21 + * along with this program. Look for COPYING file in the top folder.
   21.22 + * If not, see http://www.gnu.org/licenses/.
   21.23   */
   21.24  
   21.25 +
   21.26  package cz.xelfi.quoridor.visidor;
   21.27  
   21.28  import cz.xelfi.quoridor.Board;
    22.1 --- a/visidor/src/test/java/cz/xelfi/quoridor/visidor/ViewerTest.java	Tue Sep 14 08:56:35 2010 +0200
    22.2 +++ b/visidor/src/test/java/cz/xelfi/quoridor/visidor/ViewerTest.java	Tue Sep 14 09:46:43 2010 +0200
    22.3 @@ -1,3 +1,21 @@
    22.4 +/**
    22.5 + * Quoridor server and related libraries
    22.6 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    22.7 + *
    22.8 + * This program is free software: you can redistribute it and/or modify
    22.9 + * it under the terms of the GNU General Public License as published by
   22.10 + * the Free Software Foundation, either version 3 of the License.
   22.11 + *
   22.12 + * This program is distributed in the hope that it will be useful,
   22.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   22.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22.15 + * GNU General Public License for more details.
   22.16 + *
   22.17 + * You should have received a copy of the GNU General Public License
   22.18 + * along with this program. Look for COPYING file in the top folder.
   22.19 + * If not, see http://www.gnu.org/licenses/.
   22.20 + */
   22.21 +
   22.22  package cz.xelfi.quoridor.visidor;
   22.23  
   22.24  import junit.framework.Test;
    23.1 --- a/webidor/all-zip.xml	Tue Sep 14 08:56:35 2010 +0200
    23.2 +++ b/webidor/all-zip.xml	Tue Sep 14 09:46:43 2010 +0200
    23.3 @@ -1,4 +1,24 @@
    23.4  <?xml version="1.0" encoding="UTF-8"?>
    23.5 +<!--
    23.6 +
    23.7 +    Quoridor server and related libraries
    23.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    23.9 +
   23.10 +    This program is free software: you can redistribute it and/or modify
   23.11 +    it under the terms of the GNU General Public License as published by
   23.12 +    the Free Software Foundation, either version 3 of the License.
   23.13 +
   23.14 +    This program is distributed in the hope that it will be useful,
   23.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
   23.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   23.17 +    GNU General Public License for more details.
   23.18 +
   23.19 +    You should have received a copy of the GNU General Public License
   23.20 +    along with this program. Look for COPYING file in the top folder.
   23.21 +    If not, see http://www.gnu.org/licenses/.
   23.22 +
   23.23 +-->
   23.24 +
   23.25  <assembly>
   23.26   <id>all</id>
   23.27    <formats>
    24.1 --- a/webidor/nb-configuration.xml	Tue Sep 14 08:56:35 2010 +0200
    24.2 +++ b/webidor/nb-configuration.xml	Tue Sep 14 09:46:43 2010 +0200
    24.3 @@ -1,4 +1,24 @@
    24.4  <?xml version="1.0" encoding="UTF-8"?>
    24.5 +<!--
    24.6 +
    24.7 +    Quoridor server and related libraries
    24.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    24.9 +
   24.10 +    This program is free software: you can redistribute it and/or modify
   24.11 +    it under the terms of the GNU General Public License as published by
   24.12 +    the Free Software Foundation, either version 3 of the License.
   24.13 +
   24.14 +    This program is distributed in the hope that it will be useful,
   24.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
   24.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   24.17 +    GNU General Public License for more details.
   24.18 +
   24.19 +    You should have received a copy of the GNU General Public License
   24.20 +    along with this program. Look for COPYING file in the top folder.
   24.21 +    If not, see http://www.gnu.org/licenses/.
   24.22 +
   24.23 +-->
   24.24 +
   24.25  <project-shared-configuration>
   24.26      <!--
   24.27  This file contains additional configuration written by modules in the NetBeans IDE.
    25.1 --- a/webidor/nbactions.xml	Tue Sep 14 08:56:35 2010 +0200
    25.2 +++ b/webidor/nbactions.xml	Tue Sep 14 09:46:43 2010 +0200
    25.3 @@ -1,4 +1,24 @@
    25.4  <?xml version="1.0" encoding="UTF-8"?>
    25.5 +<!--
    25.6 +
    25.7 +    Quoridor server and related libraries
    25.8 +    Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    25.9 +
   25.10 +    This program is free software: you can redistribute it and/or modify
   25.11 +    it under the terms of the GNU General Public License as published by
   25.12 +    the Free Software Foundation, either version 3 of the License.
   25.13 +
   25.14 +    This program is distributed in the hope that it will be useful,
   25.15 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
   25.16 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   25.17 +    GNU General Public License for more details.
   25.18 +
   25.19 +    You should have received a copy of the GNU General Public License
   25.20 +    along with this program. Look for COPYING file in the top folder.
   25.21 +    If not, see http://www.gnu.org/licenses/.
   25.22 +
   25.23 +-->
   25.24 +
   25.25  <actions>
   25.26          <action>
   25.27              <actionName>run</actionName>
    26.1 --- a/webidor/src/test/resources/cz/xelfi/quoridor/webidor/TestBundle.properties	Tue Sep 14 08:56:35 2010 +0200
    26.2 +++ b/webidor/src/test/resources/cz/xelfi/quoridor/webidor/TestBundle.properties	Tue Sep 14 09:46:43 2010 +0200
    26.3 @@ -1,3 +1,21 @@
    26.4 +#
    26.5 +# Quoridor server and related libraries
    26.6 +# Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    26.7 +#
    26.8 +# This program is free software: you can redistribute it and/or modify
    26.9 +# it under the terms of the GNU General Public License as published by
   26.10 +# the Free Software Foundation, either version 3 of the License.
   26.11 +#
   26.12 +# This program is distributed in the hope that it will be useful,
   26.13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   26.14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   26.15 +# GNU General Public License for more details.
   26.16 +#
   26.17 +# You should have received a copy of the GNU General Public License
   26.18 +# along with this program. Look for COPYING file in the top folder.
   26.19 +# If not, see http://www.gnu.org/licenses/.
   26.20 +#
   26.21 +
   26.22  
   26.23  
   26.24  COMMENT=\u017Dlu\u0165ou\u010Dk\u00FD k\u016F\u0148 \u010Dm\u00E1ral po \u0161p\u00EDn\u011B
    27.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/CommentedMove.java	Tue Sep 14 08:56:35 2010 +0200
    27.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/CommentedMove.java	Tue Sep 14 09:46:43 2010 +0200
    27.3 @@ -1,3 +1,21 @@
    27.4 +/**
    27.5 + * Quoridor server and related libraries
    27.6 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    27.7 + *
    27.8 + * This program is free software: you can redistribute it and/or modify
    27.9 + * it under the terms of the GNU General Public License as published by
   27.10 + * the Free Software Foundation, either version 3 of the License.
   27.11 + *
   27.12 + * This program is distributed in the hope that it will be useful,
   27.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   27.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   27.15 + * GNU General Public License for more details.
   27.16 + *
   27.17 + * You should have received a copy of the GNU General Public License
   27.18 + * along with this program. Look for COPYING file in the top folder.
   27.19 + * If not, see http://www.gnu.org/licenses/.
   27.20 + */
   27.21 +
   27.22  package cz.xelfi.quoridor.webidor;
   27.23  
   27.24  import cz.xelfi.quoridor.IllegalPositionException;
    28.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/Note.java	Tue Sep 14 08:56:35 2010 +0200
    28.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/Note.java	Tue Sep 14 09:46:43 2010 +0200
    28.3 @@ -1,3 +1,21 @@
    28.4 +/**
    28.5 + * Quoridor server and related libraries
    28.6 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    28.7 + *
    28.8 + * This program is free software: you can redistribute it and/or modify
    28.9 + * it under the terms of the GNU General Public License as published by
   28.10 + * the Free Software Foundation, either version 3 of the License.
   28.11 + *
   28.12 + * This program is distributed in the hope that it will be useful,
   28.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
   28.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   28.15 + * GNU General Public License for more details.
   28.16 + *
   28.17 + * You should have received a copy of the GNU General Public License
   28.18 + * along with this program. Look for COPYING file in the top folder.
   28.19 + * If not, see http://www.gnu.org/licenses/.
   28.20 + */
   28.21 +
   28.22  package cz.xelfi.quoridor.webidor;
   28.23  
   28.24  import java.util.Date;