Licenses
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 11 May 2009 09:21:54 +0200
changeset 8d646ee3ce41b
parent 7 0e90bb2444de
child 9 db37c60e9a72
Licenses
quoridor/src/main/java/cz/xelfi/quoridor/Board.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/View.java
quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java
quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java
     1.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Mon May 11 09:13:14 2009 +0200
     1.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Mon May 11 09:21:54 2009 +0200
     1.3 @@ -1,4 +1,27 @@
     1.4  /*
     1.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 + *
     1.7 + * The contents of this file are subject to the terms of either the GNU
     1.8 + * General Public License Version 2 only ("GPL") or the Common
     1.9 + * Development and Distribution License("CDDL") (collectively, the
    1.10 + * "License"). You may not use this file except in compliance with the
    1.11 + * License. You can obtain a copy of the License at
    1.12 + * http://www.netbeans.org/cddl-gplv2.html
    1.13 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.14 + * specific language governing permissions and limitations under the
    1.15 + * License.  When distributing the software, include this License Header
    1.16 + * Notice in each file and include the License file at
    1.17 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.18 + * particular file as subject to the "Classpath" exception as provided
    1.19 + * by Sun in the GPL Version 2 section of the License file that
    1.20 + * accompanied this code. If applicable, add the following below the
    1.21 + * License Header, with the fields enclosed by brackets [] replaced by
    1.22 + * your own identifying information:
    1.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    1.24 + *
    1.25 + * Contributor(s):
    1.26 + *
    1.27 + * Portions Copyrighted 2009 Jaroslav Tulach
    1.28   */
    1.29  
    1.30  package cz.xelfi.quoridor;
     2.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/IllegalPositionException.java	Mon May 11 09:13:14 2009 +0200
     2.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/IllegalPositionException.java	Mon May 11 09:21:54 2009 +0200
     2.3 @@ -1,4 +1,27 @@
     2.4  /*
     2.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.6 + *
     2.7 + * The contents of this file are subject to the terms of either the GNU
     2.8 + * General Public License Version 2 only ("GPL") or the Common
     2.9 + * Development and Distribution License("CDDL") (collectively, the
    2.10 + * "License"). You may not use this file except in compliance with the
    2.11 + * License. You can obtain a copy of the License at
    2.12 + * http://www.netbeans.org/cddl-gplv2.html
    2.13 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.14 + * specific language governing permissions and limitations under the
    2.15 + * License.  When distributing the software, include this License Header
    2.16 + * Notice in each file and include the License file at
    2.17 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.18 + * particular file as subject to the "Classpath" exception as provided
    2.19 + * by Sun in the GPL Version 2 section of the License file that
    2.20 + * accompanied this code. If applicable, add the following below the
    2.21 + * License Header, with the fields enclosed by brackets [] replaced by
    2.22 + * your own identifying information:
    2.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    2.24 + *
    2.25 + * Contributor(s):
    2.26 + *
    2.27 + * Portions Copyrighted 2009 Jaroslav Tulach
    2.28   */
    2.29  
    2.30  package cz.xelfi.quoridor;
     3.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Move.java	Mon May 11 09:13:14 2009 +0200
     3.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Move.java	Mon May 11 09:21:54 2009 +0200
     3.3 @@ -1,6 +1,27 @@
     3.4  /*
     3.5 - * To change this template, choose Tools | Templates
     3.6 - * and open the template in the editor.
     3.7 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     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 + *
    3.27 + * Contributor(s):
    3.28 + *
    3.29 + * Portions Copyrighted 2009 Jaroslav Tulach
    3.30   */
    3.31  
    3.32  package cz.xelfi.quoridor;
     4.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/View.java	Mon May 11 09:13:14 2009 +0200
     4.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/View.java	Mon May 11 09:21:54 2009 +0200
     4.3 @@ -1,4 +1,27 @@
     4.4  /*
     4.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6 + *
     4.7 + * The contents of this file are subject to the terms of either the GNU
     4.8 + * General Public License Version 2 only ("GPL") or the Common
     4.9 + * Development and Distribution License("CDDL") (collectively, the
    4.10 + * "License"). You may not use this file except in compliance with the
    4.11 + * License. You can obtain a copy of the License at
    4.12 + * http://www.netbeans.org/cddl-gplv2.html
    4.13 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.14 + * specific language governing permissions and limitations under the
    4.15 + * License.  When distributing the software, include this License Header
    4.16 + * Notice in each file and include the License file at
    4.17 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    4.18 + * particular file as subject to the "Classpath" exception as provided
    4.19 + * by Sun in the GPL Version 2 section of the License file that
    4.20 + * accompanied this code. If applicable, add the following below the
    4.21 + * License Header, with the fields enclosed by brackets [] replaced by
    4.22 + * your own identifying information:
    4.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    4.24 + *
    4.25 + * Contributor(s):
    4.26 + *
    4.27 + * Portions Copyrighted 2009 Jaroslav Tulach
    4.28   */
    4.29  
    4.30  package cz.xelfi.quoridor;
    4.31 @@ -10,9 +33,7 @@
    4.32  import java.awt.event.MouseEvent;
    4.33  import java.awt.event.MouseListener;
    4.34  import java.awt.event.MouseMotionListener;
    4.35 -import java.awt.geom.Rectangle2D;
    4.36  import javax.swing.JComponent;
    4.37 -import javax.swing.border.EmptyBorder;
    4.38  
    4.39  /**
    4.40   *
     5.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java	Mon May 11 09:13:14 2009 +0200
     5.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/BoardCase.java	Mon May 11 09:21:54 2009 +0200
     5.3 @@ -1,3 +1,28 @@
     5.4 +/*
     5.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6 + *
     5.7 + * The contents of this file are subject to the terms of either the GNU
     5.8 + * General Public License Version 2 only ("GPL") or the Common
     5.9 + * Development and Distribution License("CDDL") (collectively, the
    5.10 + * "License"). You may not use this file except in compliance with the
    5.11 + * License. You can obtain a copy of the License at
    5.12 + * http://www.netbeans.org/cddl-gplv2.html
    5.13 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.14 + * specific language governing permissions and limitations under the
    5.15 + * License.  When distributing the software, include this License Header
    5.16 + * Notice in each file and include the License file at
    5.17 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    5.18 + * particular file as subject to the "Classpath" exception as provided
    5.19 + * by Sun in the GPL Version 2 section of the License file that
    5.20 + * accompanied this code. If applicable, add the following below the
    5.21 + * License Header, with the fields enclosed by brackets [] replaced by
    5.22 + * your own identifying information:
    5.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    5.24 + *
    5.25 + * Contributor(s):
    5.26 + *
    5.27 + * Portions Copyrighted 2009 Jaroslav Tulach
    5.28 + */
    5.29  package cz.xelfi.quoridor;
    5.30  
    5.31  import java.util.List;
     6.1 --- a/quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java	Mon May 11 09:13:14 2009 +0200
     6.2 +++ b/quoridor/src/test/java/cz/xelfi/quoridor/BoardTest.java	Mon May 11 09:21:54 2009 +0200
     6.3 @@ -1,8 +1,27 @@
     6.4  /*
     6.5 - * BoardTest.java
     6.6 - * JUnit based test
     6.7 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.8   *
     6.9 - * Created on 19. b�ezen 2005, 20:34
    6.10 + * The contents of this file are subject to the terms of either the GNU
    6.11 + * General Public License Version 2 only ("GPL") or the Common
    6.12 + * Development and Distribution License("CDDL") (collectively, the
    6.13 + * "License"). You may not use this file except in compliance with the
    6.14 + * License. You can obtain a copy of the License at
    6.15 + * http://www.netbeans.org/cddl-gplv2.html
    6.16 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.17 + * specific language governing permissions and limitations under the
    6.18 + * License.  When distributing the software, include this License Header
    6.19 + * Notice in each file and include the License file at
    6.20 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    6.21 + * particular file as subject to the "Classpath" exception as provided
    6.22 + * by Sun in the GPL Version 2 section of the License file that
    6.23 + * accompanied this code. If applicable, add the following below the
    6.24 + * License Header, with the fields enclosed by brackets [] replaced by
    6.25 + * your own identifying information:
    6.26 + * "Portions Copyrighted [year] [name of copyright owner]"
    6.27 + *
    6.28 + * Contributor(s):
    6.29 + *
    6.30 + * Portions Copyrighted 2009 Jaroslav Tulach
    6.31   */
    6.32  
    6.33  package cz.xelfi.quoridor;