switching contrib to cddl
authorjtulach@netbeans.org
Thu, 29 Jun 2006 16:15:32 -0400
changeset 176378e7bf7621429
parent 17636 e60ee83dfcd3
child 17638 0d1971244160
switching contrib to cddl
xmlnavigation/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanel.java
xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java
     1.1 --- a/xmlnavigation/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanel.java	Fri May 12 17:49:54 2006 -0400
     1.2 +++ b/xmlnavigation/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanel.java	Thu Jun 29 16:15:32 2006 -0400
     1.3 @@ -1,13 +1,19 @@
     1.4  /*
     1.5 - *                 Sun Public License Notice
     1.6 + * The contents of this file are subject to the terms of the Common Development
     1.7 + * and Distribution License (the License). You may not use this file except in
     1.8 + * compliance with the License.
     1.9   *
    1.10 - * The contents of this file are subject to the Sun Public License
    1.11 - * Version 1.0 (the "License"). You may not use this file except in
    1.12 - * compliance with the License. A copy of the License is available at
    1.13 - * http://www.sun.com/
    1.14 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    1.15 + * or http://www.netbeans.org/cddl.txt.
    1.16   *
    1.17 - * The Original Code is NetBeans. The Initial Developer of the Original
    1.18 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    1.19 + * When distributing Covered Code, include this CDDL Header Notice in each file
    1.20 + * and include the License file at http://www.netbeans.org/cddl.txt.
    1.21 + * If applicable, add the following below the CDDL Header, with the fields
    1.22 + * enclosed by brackets [] replaced by your own identifying information:
    1.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    1.24 + *
    1.25 + * The Original Software is NetBeans. The Initial Developer of the Original
    1.26 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    1.27   * Microsystems, Inc. All Rights Reserved.
    1.28   */
    1.29  
     2.1 --- a/xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java	Fri May 12 17:49:54 2006 -0400
     2.2 +++ b/xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java	Thu Jun 29 16:15:32 2006 -0400
     2.3 @@ -1,13 +1,19 @@
     2.4  /*
     2.5 - *                 Sun Public License Notice
     2.6 + * The contents of this file are subject to the terms of the Common Development
     2.7 + * and Distribution License (the License). You may not use this file except in
     2.8 + * compliance with the License.
     2.9   *
    2.10 - * The contents of this file are subject to the Sun Public License
    2.11 - * Version 1.0 (the "License"). You may not use this file except in
    2.12 - * compliance with the License. A copy of the License is available at
    2.13 - * http://www.sun.com/
    2.14 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    2.15 + * or http://www.netbeans.org/cddl.txt.
    2.16   *
    2.17 - * The Original Code is NetBeans. The Initial Developer of the Original
    2.18 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.19 + * When distributing Covered Code, include this CDDL Header Notice in each file
    2.20 + * and include the License file at http://www.netbeans.org/cddl.txt.
    2.21 + * If applicable, add the following below the CDDL Header, with the fields
    2.22 + * enclosed by brackets [] replaced by your own identifying information:
    2.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    2.24 + *
    2.25 + * The Original Software is NetBeans. The Initial Developer of the Original
    2.26 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.27   * Microsystems, Inc. All Rights Reserved.
    2.28   */
    2.29  
    2.30 @@ -28,9 +34,9 @@
    2.31   * @author Jesse Glick
    2.32   */
    2.33  public class XMLNavigatorPanelTest extends NbTestCase {
    2.34 -    
    2.35 +
    2.36      public XMLNavigatorPanelTest(String name) {
    2.37 -        super(name);
    2.38 +       super(name);
    2.39      }
    2.40      
    2.41      protected void setUp() throws Exception {