license update
authorLukas Jungmann <jungi@netbeans.org>
Sun, 15 May 2011 19:12:27 +0200
changeset 17425b1e0c5c7b1e2
parent 17424 6d48c76346dd
child 17426 175da3b711bf
license update
testng.ant/build.xml
testng.ant/manifest.mf
testng.ant/nbproject/project.properties
testng.ant/nbproject/project.xml
testng.ant/src/org/netbeans/modules/contrib/testng/ant/AntTestNGSupport.java
testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties
testng.ant/src/org/netbeans/modules/contrib/testng/ant/testng-build.xml
testng.maven/build.xml
testng.maven/manifest.mf
testng.maven/nbproject/project.properties
testng.maven/nbproject/project.xml
testng.maven/src/org/netbeans/modules/contrib/testng/maven/Bundle.properties
testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java
testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenTestNGSupport.java
testng.maven/src/org/netbeans/modules/contrib/testng/maven/TestNGActionsProvider.java
testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml
testng.maven/test/unit/data/pom.xml
testng.maven/test/unit/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtilsTest.java
testng/build.xml
testng/manifest.mf
testng/nbproject/project.properties
testng/nbproject/project.xml
testng/src/org/netbeans/modules/contrib/testng/Bundle.properties
testng/src/org/netbeans/modules/contrib/testng/NewTestWizardIterator.java
testng/src/org/netbeans/modules/contrib/testng/actions/Bundle.properties
testng/src/org/netbeans/modules/contrib/testng/actions/CreateTestAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestClassAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestMethodAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/DummyUI.java
testng/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/RunTestClassAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodAction.java
testng/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTask.java
testng/src/org/netbeans/modules/contrib/testng/actions/TestConfigAccessor.java
testng/src/org/netbeans/modules/contrib/testng/api/TestNGSupport.java
testng/src/org/netbeans/modules/contrib/testng/output/AntSessionInfo.java
testng/src/org/netbeans/modules/contrib/testng/output/Bundle.properties
testng/src/org/netbeans/modules/contrib/testng/output/CallstackFrameNode.java
testng/src/org/netbeans/modules/contrib/testng/output/JumpAction.java
testng/src/org/netbeans/modules/contrib/testng/output/OutputUtils.java
testng/src/org/netbeans/modules/contrib/testng/output/RegexpPatterns.java
testng/src/org/netbeans/modules/contrib/testng/output/RegexpUtils.java
testng/src/org/netbeans/modules/contrib/testng/output/TestClassScanner.java
testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNode.java
testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNodeAction.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGAntLogger.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGExecutionManager.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGOutputReader.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGSuite.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGTest.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestNodeFactory.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSession.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSuite.java
testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestcase.java
testng/src/org/netbeans/modules/contrib/testng/output/TestsuiteNode.java
testng/src/org/netbeans/modules/contrib/testng/output/XmlOutputParser.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/AntProject.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/BatchTest.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSet.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSetScanner.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileUtils.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/PatternSet.java
testng/src/org/netbeans/modules/contrib/testng/output/antutils/TestCounter.java
testng/src/org/netbeans/modules/contrib/testng/resources/TestNG-lib.xml
testng/src/org/netbeans/modules/contrib/testng/resources/layer.xml
testng/src/org/netbeans/modules/contrib/testng/resources/newTest.html
testng/src/org/netbeans/modules/contrib/testng/resources/testng-1.0.mdd
testng/src/org/netbeans/modules/contrib/testng/spi/TestConfig.java
testng/src/org/netbeans/modules/contrib/testng/spi/TestNGSupportImplementation.java
testng/src/org/netbeans/modules/contrib/testng/spi/XMLSuiteSupport.java
testng/test/unit/data/projects/tngTestProject/build.xml
testng/test/unit/data/projects/tngTestProject/manifest.mf
testng/test/unit/data/projects/tngTestProject/nbproject/project.xml
testng/test/unit/data/projects/tngTestProject/src/tngtestproject/Main.java
testng/test/unit/data/projects/tngTestProject/test/test/CleanUpTest.java
testng/test/unit/data/projects/tngTestProject/test/test/FailPassSkipTest.java
testng/test/unit/data/projects/tngTestProject/test/test/FailingTest.java
testng/test/unit/data/projects/tngTestProject/test/test/NewTestNGTest.java
testng/test/unit/data/projects/tngTestProject/test/test/PassSkipTest.java
testng/test/unit/data/projects/tngTestProject/test/test/SetUpTest.java
testng/test/unit/data/results/testng-results.xml
testng/test/unit/data/results/testng-results_1.xml
testng/test/unit/data/results/testng-results_2.xml
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/CreateTestActionTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsActionTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RetoucheTestBase.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestClassActionTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodActionTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestActionT.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTaskTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/ProjectImpl.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/TestNGImpl.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/output/RegexpUtilsTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/output/TestClassScannerTest.java
testng/test/unit/src/org/netbeans/modules/contrib/testng/output/XmlOutputParserTest.java
     1.1 --- a/testng.ant/build.xml	Fri May 06 07:39:01 2011 +0200
     1.2 +++ b/testng.ant/build.xml	Sun May 15 19:12:27 2011 +0200
     1.3 @@ -1,4 +1,53 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7 +
     1.8 +Copyright © 2011 Oracle and/or its affiliates. All rights reserved.
     1.9 +
    1.10 +Oracle and Java are registered trademarks of Oracle and/or its
    1.11 +affiliates. Other names may be trademarks of their respective owners.
    1.12 +
    1.13 +The contents of this file are subject to the terms of either the GNU
    1.14 +General Public License Version 2 only ("GPL") or the Common
    1.15 +Development and Distribution License("CDDL") (collectively, the
    1.16 +"License"). You may not use this file except in compliance with the
    1.17 +License. You can obtain a copy of the License at
    1.18 +http://www.netbeans.org/cddl-gplv2.html or
    1.19 +nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
    1.20 +language governing permissions and limitations under the License.
    1.21 +When distributing the software, include this License Header
    1.22 +Notice in each file and include the License file at
    1.23 +nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
    1.24 +as subject to the "Classpath" exception as provided by Oracle in the
    1.25 +GPL Version 2 section of the License file that accompanied this code. If
    1.26 +applicable, add the following below the License Header, with the fields
    1.27 +enclosed by brackets [] replaced by your own identifying information:
    1.28 +"Portions Copyrighted [year] [name of copyright owner]"
    1.29 +
    1.30 +Contributor(s):
    1.31 +
    1.32 +The original software is NetBeans. The initial developer of the original
    1.33 +software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
    1.34 +Microsystems, Inc. All rights reserved.
    1.35 +
    1.36 +If you wish your version of this file to be governed by only the CDDL or
    1.37 +only the GPL Version 2, indicate your decision by adding "[Contributor]
    1.38 +elects to include this software in this distribution under the [CDDL or
    1.39 +GPL Version 2] license." If you do not indicate a single choice of license, 
    1.40 +a recipient has the option to distribute your version of this file under 
    1.41 +either the CDDL, the GPL Version 2 or to extend the choice of license to 
    1.42 +its licensees as provided above. However, if you add GPL Version 2 code 
    1.43 +and therefore, elected the GPL Version 2 license, then the option applies 
    1.44 +only if the new code is made subject to such option by the copyright holder.
    1.45 +
    1.46 +Oracle is not responsible for the availability of third-party Web sites
    1.47 +mentioned in this document. Oracle does not endorse and is not
    1.48 +responsible or liable for any content, advertising, products, or other
    1.49 +materials on or available from such sites or resources. Oracle will not be
    1.50 +responsible or liable for any damage or loss caused or alleged to be
    1.51 +caused by or in connection with use of or reliance on any such content,
    1.52 +goods, or services available on or through any such sites or resources.
    1.53 +-->
    1.54  <project basedir="." default="netbeans" name="contrib/testng.ant">
    1.55      <description>Builds, tests, and runs the project org.netbeans.modules.testng.ant</description>
    1.56      <import file="../../nbbuild/templates/projectized.xml"/>
     2.1 --- a/testng.ant/manifest.mf	Fri May 06 07:39:01 2011 +0200
     2.2 +++ b/testng.ant/manifest.mf	Sun May 15 19:12:27 2011 +0200
     2.3 @@ -3,4 +3,3 @@
     2.4  OpenIDE-Module: org.netbeans.modules.testng.ant
     2.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/contrib/testng/ant/Bundle.properties
     2.6  OpenIDE-Module-Specification-Version: 1.0
     2.7 -
     3.1 --- a/testng.ant/nbproject/project.properties	Fri May 06 07:39:01 2011 +0200
     3.2 +++ b/testng.ant/nbproject/project.properties	Sun May 15 19:12:27 2011 +0200
     3.3 @@ -1,3 +1,50 @@
     3.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.5 +#
     3.6 +# Copyright \u00a9 2011 Oracle and/or its affiliates. All rights reserved.
     3.7 +#
     3.8 +# Oracle and Java are registered trademarks of Oracle and/or its
     3.9 +# affiliates. Other names may be trademarks of their respective owners.
    3.10 +#
    3.11 +# The contents of this file are subject to the terms of either the GNU
    3.12 +# General Public License Version 2 only ("GPL") or the Common
    3.13 +# Development and Distribution License("CDDL") (collectively, the
    3.14 +# "License"). You may not use this file except in compliance with the
    3.15 +# License. You can obtain a copy of the License at
    3.16 +# http://www.netbeans.org/cddl-gplv2.html or
    3.17 +# nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
    3.18 +# language governing permissions and limitations under the License.
    3.19 +# When distributing the software, include this License Header
    3.20 +# Notice in each file and include the License file at
    3.21 +# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
    3.22 +# as subject to the "Classpath" exception as provided by Oracle in the
    3.23 +# GPL Version 2 section of the License file that accompanied this code. If
    3.24 +# applicable, add the following below the License Header, with the fields
    3.25 +# enclosed by brackets [] replaced by your own identifying information:
    3.26 +# "Portions Copyrighted [year] [name of copyright owner]"
    3.27 +#
    3.28 +# Contributor(s):
    3.29 +#
    3.30 +# The original software is NetBeans. The initial developer of the original
    3.31 +# software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
    3.32 +# Microsystems, Inc. All rights reserved.
    3.33 +#
    3.34 +# If you wish your version of this file to be governed by only the CDDL or
    3.35 +# only the GPL Version 2, indicate your decision by adding "[Contributor]
    3.36 +# elects to include this software in this distribution under the [CDDL or
    3.37 +# GPL Version 2] license." If you do not indicate a single choice of license, 
    3.38 +# a recipient has the option to distribute your version of this file under 
    3.39 +# either the CDDL, the GPL Version 2 or to extend the choice of license to 
    3.40 +# its licensees as provided above. However, if you add GPL Version 2 code 
    3.41 +# and therefore, elected the GPL Version 2 license, then the option applies 
    3.42 +# only if the new code is made subject to such option by the copyright holder.
    3.43 +#
    3.44 +# Oracle is not responsible for the availability of third-party Web sites
    3.45 +# mentioned in this document. Oracle does not endorse and is not
    3.46 +# responsible or liable for any content, advertising, products, or other
    3.47 +# materials on or available from such sites or resources. Oracle will not be
    3.48 +# responsible or liable for any damage or loss caused or alleged to be
    3.49 +# caused by or in connection with use of or reliance on any such content,
    3.50 +# goods, or services available on or through any such sites or resources.
    3.51  javac.source=1.6
    3.52  javac.compilerargs=-Xlint -Xlint:-serial
    3.53  nbm.homepage=http://wiki.netbeans.org/TestNG
     4.1 --- a/testng.ant/nbproject/project.xml	Fri May 06 07:39:01 2011 +0200
     4.2 +++ b/testng.ant/nbproject/project.xml	Sun May 15 19:12:27 2011 +0200
     4.3 @@ -1,4 +1,53 @@
     4.4  <?xml version="1.0" encoding="UTF-8"?>
     4.5 +<!--
     4.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.7 +
     4.8 +Copyright © 2011 Oracle and/or its affiliates. All rights reserved.
     4.9 +
    4.10 +Oracle and Java are registered trademarks of Oracle and/or its
    4.11 +affiliates. Other names may be trademarks of their respective owners.
    4.12 +
    4.13 +The contents of this file are subject to the terms of either the GNU
    4.14 +General Public License Version 2 only ("GPL") or the Common
    4.15 +Development and Distribution License("CDDL") (collectively, the
    4.16 +"License"). You may not use this file except in compliance with the
    4.17 +License. You can obtain a copy of the License at
    4.18 +http://www.netbeans.org/cddl-gplv2.html or
    4.19 +nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
    4.20 +language governing permissions and limitations under the License.
    4.21 +When distributing the software, include this License Header
    4.22 +Notice in each file and include the License file at
    4.23 +nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
    4.24 +as subject to the "Classpath" exception as provided by Oracle in the
    4.25 +GPL Version 2 section of the License file that accompanied this code. If
    4.26 +applicable, add the following below the License Header, with the fields
    4.27 +enclosed by brackets [] replaced by your own identifying information:
    4.28 +"Portions Copyrighted [year] [name of copyright owner]"
    4.29 +
    4.30 +Contributor(s):
    4.31 +
    4.32 +The original software is NetBeans. The initial developer of the original
    4.33 +software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
    4.34 +Microsystems, Inc. All rights reserved.
    4.35 +
    4.36 +If you wish your version of this file to be governed by only the CDDL or
    4.37 +only the GPL Version 2, indicate your decision by adding "[Contributor]
    4.38 +elects to include this software in this distribution under the [CDDL or
    4.39 +GPL Version 2] license." If you do not indicate a single choice of license, 
    4.40 +a recipient has the option to distribute your version of this file under 
    4.41 +either the CDDL, the GPL Version 2 or to extend the choice of license to 
    4.42 +its licensees as provided above. However, if you add GPL Version 2 code 
    4.43 +and therefore, elected the GPL Version 2 license, then the option applies 
    4.44 +only if the new code is made subject to such option by the copyright holder.
    4.45 +
    4.46 +Oracle is not responsible for the availability of third-party Web sites
    4.47 +mentioned in this document. Oracle does not endorse and is not
    4.48 +responsible or liable for any content, advertising, products, or other
    4.49 +materials on or available from such sites or resources. Oracle will not be
    4.50 +responsible or liable for any damage or loss caused or alleged to be
    4.51 +caused by or in connection with use of or reliance on any such content,
    4.52 +goods, or services available on or through any such sites or resources.
    4.53 +-->
    4.54  <project xmlns="http://www.netbeans.org/ns/project/1">
    4.55      <type>org.netbeans.modules.apisupport.project</type>
    4.56      <configuration>
     5.1 --- a/testng.ant/src/org/netbeans/modules/contrib/testng/ant/AntTestNGSupport.java	Fri May 06 07:39:01 2011 +0200
     5.2 +++ b/testng.ant/src/org/netbeans/modules/contrib/testng/ant/AntTestNGSupport.java	Sun May 15 19:12:27 2011 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  /*
     5.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6   *
     5.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
     5.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
     5.9   *
    5.10   * The contents of this file are subject to the terms of either the GNU
    5.11   * General Public License Version 2 only ("GPL") or the Common
     6.1 --- a/testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties	Fri May 06 07:39:01 2011 +0200
     6.2 +++ b/testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties	Sun May 15 19:12:27 2011 +0200
     6.3 @@ -1,3 +1,50 @@
     6.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.5 +#
     6.6 +# Copyright \u00a9 2011 Oracle and/or its affiliates. All rights reserved.
     6.7 +#
     6.8 +# Oracle and Java are registered trademarks of Oracle and/or its
     6.9 +# affiliates. Other names may be trademarks of their respective owners.
    6.10 +#
    6.11 +# The contents of this file are subject to the terms of either the GNU
    6.12 +# General Public License Version 2 only ("GPL") or the Common
    6.13 +# Development and Distribution License("CDDL") (collectively, the
    6.14 +# "License"). You may not use this file except in compliance with the
    6.15 +# License. You can obtain a copy of the License at
    6.16 +# http://www.netbeans.org/cddl-gplv2.html or
    6.17 +# nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
    6.18 +# language governing permissions and limitations under the License.
    6.19 +# When distributing the software, include this License Header
    6.20 +# Notice in each file and include the License file at
    6.21 +# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
    6.22 +# as subject to the "Classpath" exception as provided by Oracle in the
    6.23 +# GPL Version 2 section of the License file that accompanied this code. If
    6.24 +# applicable, add the following below the License Header, with the fields
    6.25 +# enclosed by brackets [] replaced by your own identifying information:
    6.26 +# "Portions Copyrighted [year] [name of copyright owner]"
    6.27 +#
    6.28 +# Contributor(s):
    6.29 +#
    6.30 +# The original software is NetBeans. The initial developer of the original
    6.31 +# software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
    6.32 +# Microsystems, Inc. All rights reserved.
    6.33 +#
    6.34 +# If you wish your version of this file to be governed by only the CDDL or
    6.35 +# only the GPL Version 2, indicate your decision by adding "[Contributor]
    6.36 +# elects to include this software in this distribution under the [CDDL or
    6.37 +# GPL Version 2] license." If you do not indicate a single choice of license, 
    6.38 +# a recipient has the option to distribute your version of this file under 
    6.39 +# either the CDDL, the GPL Version 2 or to extend the choice of license to 
    6.40 +# its licensees as provided above. However, if you add GPL Version 2 code 
    6.41 +# and therefore, elected the GPL Version 2 license, then the option applies 
    6.42 +# only if the new code is made subject to such option by the copyright holder.
    6.43 +#
    6.44 +# Oracle is not responsible for the availability of third-party Web sites
    6.45 +# mentioned in this document. Oracle does not endorse and is not
    6.46 +# responsible or liable for any content, advertising, products, or other
    6.47 +# materials on or available from such sites or resources. Oracle will not be
    6.48 +# responsible or liable for any damage or loss caused or alleged to be
    6.49 +# caused by or in connection with use of or reliance on any such content,
    6.50 +# goods, or services available on or through any such sites or resources.
    6.51  OpenIDE-Module-Display-Category=Testing Tools
    6.52  OpenIDE-Module-Long-Description=\
    6.53      Integrates TestNG actions into Ant based projects.
     7.1 --- a/testng.ant/src/org/netbeans/modules/contrib/testng/ant/testng-build.xml	Fri May 06 07:39:01 2011 +0200
     7.2 +++ b/testng.ant/src/org/netbeans/modules/contrib/testng/ant/testng-build.xml	Sun May 15 19:12:27 2011 +0200
     7.3 @@ -2,7 +2,7 @@
     7.4  <!--
     7.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.6  
     7.7 -Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
     7.8 +Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
     7.9  
    7.10  
    7.11  The contents of this file are subject to the terms of either the GNU
     8.1 --- a/testng.maven/build.xml	Fri May 06 07:39:01 2011 +0200
     8.2 +++ b/testng.maven/build.xml	Sun May 15 19:12:27 2011 +0200
     8.3 @@ -2,7 +2,7 @@
     8.4  <!--
     8.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.6  
     8.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
     8.8 +Copyright © 2008-2011 Oracle. All rights reserved.
     8.9  
    8.10  
    8.11  The contents of this file are subject to the terms of either the GNU
     9.1 --- a/testng.maven/manifest.mf	Fri May 06 07:39:01 2011 +0200
     9.2 +++ b/testng.maven/manifest.mf	Sun May 15 19:12:27 2011 +0200
     9.3 @@ -3,4 +3,3 @@
     9.4  OpenIDE-Module: org.netbeans.modules.testng.maven
     9.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/contrib/testng/maven/Bundle.properties
     9.6  OpenIDE-Module-Specification-Version: 1.6
     9.7 -
    10.1 --- a/testng.maven/nbproject/project.properties	Fri May 06 07:39:01 2011 +0200
    10.2 +++ b/testng.maven/nbproject/project.properties	Sun May 15 19:12:27 2011 +0200
    10.3 @@ -1,3 +1,50 @@
    10.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.5 +#
    10.6 +# Copyright \u00a9 2011 Oracle and/or its affiliates. All rights reserved.
    10.7 +#
    10.8 +# Oracle and Java are registered trademarks of Oracle and/or its
    10.9 +# affiliates. Other names may be trademarks of their respective owners.
   10.10 +#
   10.11 +# The contents of this file are subject to the terms of either the GNU
   10.12 +# General Public License Version 2 only ("GPL") or the Common
   10.13 +# Development and Distribution License("CDDL") (collectively, the
   10.14 +# "License"). You may not use this file except in compliance with the
   10.15 +# License. You can obtain a copy of the License at
   10.16 +# http://www.netbeans.org/cddl-gplv2.html or
   10.17 +# nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
   10.18 +# language governing permissions and limitations under the License.
   10.19 +# When distributing the software, include this License Header
   10.20 +# Notice in each file and include the License file at
   10.21 +# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
   10.22 +# as subject to the "Classpath" exception as provided by Oracle in the
   10.23 +# GPL Version 2 section of the License file that accompanied this code. If
   10.24 +# applicable, add the following below the License Header, with the fields
   10.25 +# enclosed by brackets [] replaced by your own identifying information:
   10.26 +# "Portions Copyrighted [year] [name of copyright owner]"
   10.27 +#
   10.28 +# Contributor(s):
   10.29 +#
   10.30 +# The original software is NetBeans. The initial developer of the original
   10.31 +# software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
   10.32 +# Microsystems, Inc. All rights reserved.
   10.33 +#
   10.34 +# If you wish your version of this file to be governed by only the CDDL or
   10.35 +# only the GPL Version 2, indicate your decision by adding "[Contributor]
   10.36 +# elects to include this software in this distribution under the [CDDL or
   10.37 +# GPL Version 2] license." If you do not indicate a single choice of license, 
   10.38 +# a recipient has the option to distribute your version of this file under 
   10.39 +# either the CDDL, the GPL Version 2 or to extend the choice of license to 
   10.40 +# its licensees as provided above. However, if you add GPL Version 2 code 
   10.41 +# and therefore, elected the GPL Version 2 license, then the option applies 
   10.42 +# only if the new code is made subject to such option by the copyright holder.
   10.43 +#
   10.44 +# Oracle is not responsible for the availability of third-party Web sites
   10.45 +# mentioned in this document. Oracle does not endorse and is not
   10.46 +# responsible or liable for any content, advertising, products, or other
   10.47 +# materials on or available from such sites or resources. Oracle will not be
   10.48 +# responsible or liable for any damage or loss caused or alleged to be
   10.49 +# caused by or in connection with use of or reliance on any such content,
   10.50 +# goods, or services available on or through any such sites or resources.
   10.51  javac.source=1.5
   10.52  javac.compilerargs=-Xlint -Xlint:-serial
   10.53  nbm.homepage=http://wiki.netbeans.org/TestNG
    11.1 --- a/testng.maven/nbproject/project.xml	Fri May 06 07:39:01 2011 +0200
    11.2 +++ b/testng.maven/nbproject/project.xml	Sun May 15 19:12:27 2011 +0200
    11.3 @@ -2,7 +2,7 @@
    11.4  <!--
    11.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.6  
    11.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    11.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    11.9  
   11.10  
   11.11  The contents of this file are subject to the terms of either the GNU
    12.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/Bundle.properties	Fri May 06 07:39:01 2011 +0200
    12.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/Bundle.properties	Sun May 15 19:12:27 2011 +0200
    12.3 @@ -1,6 +1,6 @@
    12.4  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.5  #
    12.6 -# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    12.7 +# Copyright \u00a9 1997-2011 Oracle and/or its affiliates. All rights reserved.
    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
    13.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java	Fri May 06 07:39:01 2011 +0200
    13.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java	Sun May 15 19:12:27 2011 +0200
    13.3 @@ -1,7 +1,7 @@
    13.4  /*
    13.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6   *
    13.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    13.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    13.9   *
   13.10   * The contents of this file are subject to the terms of either the GNU
   13.11   * General Public License Version 2 only ("GPL") or the Common
    14.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenTestNGSupport.java	Fri May 06 07:39:01 2011 +0200
    14.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenTestNGSupport.java	Sun May 15 19:12:27 2011 +0200
    14.3 @@ -1,7 +1,7 @@
    14.4  /*
    14.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.6   *
    14.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    14.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    14.9   *
   14.10   * The contents of this file are subject to the terms of either the GNU
   14.11   * General Public License Version 2 only ("GPL") or the Common
    15.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/TestNGActionsProvider.java	Fri May 06 07:39:01 2011 +0200
    15.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/TestNGActionsProvider.java	Sun May 15 19:12:27 2011 +0200
    15.3 @@ -1,7 +1,7 @@
    15.4  /*
    15.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.6   *
    15.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    15.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    15.9   *
   15.10   * The contents of this file are subject to the terms of either the GNU
   15.11   * General Public License Version 2 only ("GPL") or the Common
    16.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml	Fri May 06 07:39:01 2011 +0200
    16.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml	Sun May 15 19:12:27 2011 +0200
    16.3 @@ -2,7 +2,7 @@
    16.4  <!--
    16.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.6  
    16.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    16.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    16.9  
   16.10  
   16.11  The contents of this file are subject to the terms of either the GNU
   16.12 @@ -40,7 +40,6 @@
   16.13  Version 2 license, then the option applies only if the new code is
   16.14  made subject to such option by the copyright holder.
   16.15  -->
   16.16 -
   16.17  <actions>
   16.18      <action>
   16.19          <actionName>testng.test</actionName>
    17.1 --- a/testng.maven/test/unit/data/pom.xml	Fri May 06 07:39:01 2011 +0200
    17.2 +++ b/testng.maven/test/unit/data/pom.xml	Sun May 15 19:12:27 2011 +0200
    17.3 @@ -1,4 +1,45 @@
    17.4  <?xml version="1.0" encoding="UTF-8"?>
    17.5 +<!--
    17.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.7 +
    17.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    17.9 +
   17.10 +
   17.11 +The contents of this file are subject to the terms of either the GNU
   17.12 +General Public License Version 2 only ("GPL") or the Common
   17.13 +Development and Distribution License("CDDL") (collectively, the
   17.14 +"License"). You may not use this file except in compliance with the
   17.15 +License. You can obtain a copy of the License at
   17.16 +http://www.netbeans.org/cddl-gplv2.html
   17.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   17.18 +specific language governing permissions and limitations under the
   17.19 +License.  When distributing the software, include this License Header
   17.20 +Notice in each file and include the License file at
   17.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   17.22 +particular file as subject to the "Classpath" exception as provided
   17.23 +by Sun in the GPL Version 2 section of the License file that
   17.24 +accompanied this code. If applicable, add the following below the
   17.25 +License Header, with the fields enclosed by brackets [] replaced by
   17.26 +your own identifying information:
   17.27 +"Portions Copyrighted [year] [name of copyright owner]"
   17.28 +
   17.29 +Contributor(s):
   17.30 +
   17.31 +The Original Software is NetBeans. The Initial Developer of the Original
   17.32 +Software is Sun Microsystems, Inc. Portions Copyright 2008 Sun
   17.33 +Microsystems, Inc. All Rights Reserved.
   17.34 +
   17.35 +If you wish your version of this file to be governed by only the CDDL
   17.36 +or only the GPL Version 2, indicate your decision by adding
   17.37 +"[Contributor] elects to include this software in this distribution
   17.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   17.39 +single choice of license, a recipient has the option to distribute
   17.40 +your version of this file under either the CDDL, the GPL Version 2 or
   17.41 +to extend the choice of license to its licensees as provided above.
   17.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   17.43 +Version 2 license, then the option applies only if the new code is
   17.44 +made subject to such option by the copyright holder.
   17.45 +-->
   17.46  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   17.47      <modelVersion>4.0.0</modelVersion>
   17.48      <groupId>com.mycompany</groupId>
    18.1 --- a/testng.maven/test/unit/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtilsTest.java	Fri May 06 07:39:01 2011 +0200
    18.2 +++ b/testng.maven/test/unit/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtilsTest.java	Sun May 15 19:12:27 2011 +0200
    18.3 @@ -1,7 +1,7 @@
    18.4  /*
    18.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.6   *
    18.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    18.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    18.9   *
   18.10   * The contents of this file are subject to the terms of either the GNU
   18.11   * General Public License Version 2 only ("GPL") or the Common
    19.1 --- a/testng/build.xml	Fri May 06 07:39:01 2011 +0200
    19.2 +++ b/testng/build.xml	Sun May 15 19:12:27 2011 +0200
    19.3 @@ -2,7 +2,7 @@
    19.4  <!--
    19.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.6  
    19.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    19.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    19.9  
   19.10  
   19.11  The contents of this file are subject to the terms of either the GNU
    20.1 --- a/testng/manifest.mf	Fri May 06 07:39:01 2011 +0200
    20.2 +++ b/testng/manifest.mf	Sun May 15 19:12:27 2011 +0200
    20.3 @@ -4,4 +4,3 @@
    20.4  OpenIDE-Module-Layer: org/netbeans/modules/contrib/testng/resources/layer.xml
    20.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/contrib/testng/Bundle.properties
    20.6  OpenIDE-Module-Specification-Version: 1.6
    20.7 -
    21.1 --- a/testng/nbproject/project.properties	Fri May 06 07:39:01 2011 +0200
    21.2 +++ b/testng/nbproject/project.properties	Sun May 15 19:12:27 2011 +0200
    21.3 @@ -1,6 +1,6 @@
    21.4  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.5  #
    21.6 -# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    21.7 +# Copyright \u00a9 1997-2011 Oracle and/or its affiliates. All rights reserved.
    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
    22.1 --- a/testng/nbproject/project.xml	Fri May 06 07:39:01 2011 +0200
    22.2 +++ b/testng/nbproject/project.xml	Sun May 15 19:12:27 2011 +0200
    22.3 @@ -2,7 +2,7 @@
    22.4  <!--
    22.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.6  
    22.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    22.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    22.9  
   22.10  
   22.11  The contents of this file are subject to the terms of either the GNU
    23.1 --- a/testng/src/org/netbeans/modules/contrib/testng/Bundle.properties	Fri May 06 07:39:01 2011 +0200
    23.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/Bundle.properties	Sun May 15 19:12:27 2011 +0200
    23.3 @@ -1,6 +1,6 @@
    23.4  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.5  #
    23.6 -# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    23.7 +# Copyright \u00a9 1997-2011 Oracle and/or its affiliates. All rights reserved.
    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
    24.1 --- a/testng/src/org/netbeans/modules/contrib/testng/NewTestWizardIterator.java	Fri May 06 07:39:01 2011 +0200
    24.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/NewTestWizardIterator.java	Sun May 15 19:12:27 2011 +0200
    24.3 @@ -1,7 +1,7 @@
    24.4  /*
    24.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.6   *
    24.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    24.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    24.9   *
   24.10   * The contents of this file are subject to the terms of either the GNU
   24.11   * General Public License Version 2 only ("GPL") or the Common
    25.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/Bundle.properties	Fri May 06 07:39:01 2011 +0200
    25.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/Bundle.properties	Sun May 15 19:12:27 2011 +0200
    25.3 @@ -1,6 +1,6 @@
    25.4  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.5  #
    25.6 -# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    25.7 +# Copyright \u00a9 1997-2011 Oracle and/or its affiliates. All rights reserved.
    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
    26.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/CreateTestAction.java	Fri May 06 07:39:01 2011 +0200
    26.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/CreateTestAction.java	Sun May 15 19:12:27 2011 +0200
    26.3 @@ -1,7 +1,7 @@
    26.4  /*
    26.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.6   * 
    26.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    26.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    26.9   * 
   26.10   * The contents of this file are subject to the terms of either the GNU
   26.11   * General Public License Version 2 only ("GPL") or the Common
    27.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestClassAction.java	Fri May 06 07:39:01 2011 +0200
    27.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestClassAction.java	Sun May 15 19:12:27 2011 +0200
    27.3 @@ -1,7 +1,7 @@
    27.4  /*
    27.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.6   *
    27.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    27.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    27.9   *
   27.10   * The contents of this file are subject to the terms of either the GNU
   27.11   * General Public License Version 2 only ("GPL") or the Common
    28.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestMethodAction.java	Fri May 06 07:39:01 2011 +0200
    28.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/DebugTestMethodAction.java	Sun May 15 19:12:27 2011 +0200
    28.3 @@ -1,7 +1,7 @@
    28.4  /*
    28.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.6   *
    28.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    28.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    28.9   *
   28.10   * The contents of this file are subject to the terms of either the GNU
   28.11   * General Public License Version 2 only ("GPL") or the Common
    29.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/DummyUI.java	Fri May 06 07:39:01 2011 +0200
    29.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/DummyUI.java	Sun May 15 19:12:27 2011 +0200
    29.3 @@ -1,7 +1,7 @@
    29.4  /*
    29.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.6   *
    29.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    29.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    29.9   *
   29.10   * The contents of this file are subject to the terms of either the GNU
   29.11   * General Public License Version 2 only ("GPL") or the Common
    30.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsAction.java	Fri May 06 07:39:01 2011 +0200
    30.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsAction.java	Sun May 15 19:12:27 2011 +0200
    30.3 @@ -1,7 +1,7 @@
    30.4  /*
    30.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.6   *
    30.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    30.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    30.9   *
   30.10   * The contents of this file are subject to the terms of either the GNU
   30.11   * General Public License Version 2 only ("GPL") or the Common
    31.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/RunTestClassAction.java	Fri May 06 07:39:01 2011 +0200
    31.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/RunTestClassAction.java	Sun May 15 19:12:27 2011 +0200
    31.3 @@ -1,7 +1,7 @@
    31.4  /*
    31.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.6   *
    31.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    31.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    31.9   *
   31.10   * The contents of this file are subject to the terms of either the GNU
   31.11   * General Public License Version 2 only ("GPL") or the Common
    32.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodAction.java	Fri May 06 07:39:01 2011 +0200
    32.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodAction.java	Sun May 15 19:12:27 2011 +0200
    32.3 @@ -1,7 +1,7 @@
    32.4  /*
    32.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.6   *
    32.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    32.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    32.9   *
   32.10   * The contents of this file are subject to the terms of either the GNU
   32.11   * General Public License Version 2 only ("GPL") or the Common
    33.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTask.java	Fri May 06 07:39:01 2011 +0200
    33.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTask.java	Sun May 15 19:12:27 2011 +0200
    33.3 @@ -1,7 +1,7 @@
    33.4  /*
    33.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.6   * 
    33.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    33.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    33.9   * 
   33.10   * The contents of this file are subject to the terms of either the GNU
   33.11   * General Public License Version 2 only ("GPL") or the Common
    34.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/TestConfigAccessor.java	Fri May 06 07:39:01 2011 +0200
    34.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/TestConfigAccessor.java	Sun May 15 19:12:27 2011 +0200
    34.3 @@ -1,7 +1,7 @@
    34.4  /*
    34.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.6   *
    34.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    34.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    34.9   *
   34.10   * The contents of this file are subject to the terms of either the GNU
   34.11   * General Public License Version 2 only ("GPL") or the Common
    35.1 --- a/testng/src/org/netbeans/modules/contrib/testng/api/TestNGSupport.java	Fri May 06 07:39:01 2011 +0200
    35.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/api/TestNGSupport.java	Sun May 15 19:12:27 2011 +0200
    35.3 @@ -1,7 +1,7 @@
    35.4  /*
    35.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.6   *
    35.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    35.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    35.9   *
   35.10   * The contents of this file are subject to the terms of either the GNU
   35.11   * General Public License Version 2 only ("GPL") or the Common
    36.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/AntSessionInfo.java	Fri May 06 07:39:01 2011 +0200
    36.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/AntSessionInfo.java	Sun May 15 19:12:27 2011 +0200
    36.3 @@ -1,7 +1,7 @@
    36.4  /*
    36.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.6   *
    36.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    36.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    36.9   *
   36.10   * The contents of this file are subject to the terms of either the GNU
   36.11   * General Public License Version 2 only ("GPL") or the Common
    37.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/Bundle.properties	Fri May 06 07:39:01 2011 +0200
    37.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/Bundle.properties	Sun May 15 19:12:27 2011 +0200
    37.3 @@ -1,6 +1,6 @@
    37.4  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.5  #
    37.6 -# Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.
    37.7 +# Copyright \u00a9 1997-2011 Oracle and/or its affiliates. All rights reserved.
    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
    38.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/CallstackFrameNode.java	Fri May 06 07:39:01 2011 +0200
    38.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/CallstackFrameNode.java	Sun May 15 19:12:27 2011 +0200
    38.3 @@ -1,7 +1,7 @@
    38.4  /*
    38.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.6   *
    38.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    38.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    38.9   *
   38.10   * The contents of this file are subject to the terms of either the GNU
   38.11   * General Public License Version 2 only ("GPL") or the Common
    39.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/JumpAction.java	Fri May 06 07:39:01 2011 +0200
    39.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/JumpAction.java	Sun May 15 19:12:27 2011 +0200
    39.3 @@ -1,7 +1,7 @@
    39.4  /*
    39.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.6   *
    39.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    39.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    39.9   *
   39.10   * The contents of this file are subject to the terms of either the GNU
   39.11   * General Public License Version 2 only ("GPL") or the Common
    40.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/OutputUtils.java	Fri May 06 07:39:01 2011 +0200
    40.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/OutputUtils.java	Sun May 15 19:12:27 2011 +0200
    40.3 @@ -1,7 +1,7 @@
    40.4  /*
    40.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.6   *
    40.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    40.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    40.9   *
   40.10   * The contents of this file are subject to the terms of either the GNU
   40.11   * General Public License Version 2 only ("GPL") or the Common
    41.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/RegexpPatterns.java	Fri May 06 07:39:01 2011 +0200
    41.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/RegexpPatterns.java	Sun May 15 19:12:27 2011 +0200
    41.3 @@ -1,7 +1,7 @@
    41.4  /*
    41.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.6   *
    41.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    41.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. Inc. All rights reserved.
    41.9   *
   41.10   * The contents of this file are subject to the terms of either the GNU
   41.11   * General Public License Version 2 only ("GPL") or the Common
    42.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/RegexpUtils.java	Fri May 06 07:39:01 2011 +0200
    42.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/RegexpUtils.java	Sun May 15 19:12:27 2011 +0200
    42.3 @@ -1,7 +1,7 @@
    42.4  /*
    42.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.6   *
    42.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    42.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    42.9   *
   42.10   * The contents of this file are subject to the terms of either the GNU
   42.11   * General Public License Version 2 only ("GPL") or the Common
    43.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestClassScanner.java	Fri May 06 07:39:01 2011 +0200
    43.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestClassScanner.java	Sun May 15 19:12:27 2011 +0200
    43.3 @@ -1,7 +1,7 @@
    43.4  /*
    43.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    43.6   *
    43.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    43.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    43.9   *
   43.10   * The contents of this file are subject to the terms of either the GNU
   43.11   * General Public License Version 2 only ("GPL") or the Common
    44.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNode.java	Fri May 06 07:39:01 2011 +0200
    44.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNode.java	Sun May 15 19:12:27 2011 +0200
    44.3 @@ -1,7 +1,7 @@
    44.4  /*
    44.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.6   *
    44.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    44.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    44.9   *
   44.10   * The contents of this file are subject to the terms of either the GNU
   44.11   * General Public License Version 2 only ("GPL") or the Common
    45.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNodeAction.java	Fri May 06 07:39:01 2011 +0200
    45.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestMethodNodeAction.java	Sun May 15 19:12:27 2011 +0200
    45.3 @@ -1,7 +1,7 @@
    45.4  /*
    45.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.6   * 
    45.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    45.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    45.9   * 
   45.10   * The contents of this file are subject to the terms of either the GNU
   45.11   * General Public License Version 2 only ("GPL") or the Common
    46.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGAntLogger.java	Fri May 06 07:39:01 2011 +0200
    46.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGAntLogger.java	Sun May 15 19:12:27 2011 +0200
    46.3 @@ -1,7 +1,7 @@
    46.4  /*
    46.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.6   *
    46.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    46.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    46.9   *
   46.10   * The contents of this file are subject to the terms of either the GNU
   46.11   * General Public License Version 2 only ("GPL") or the Common
    47.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGExecutionManager.java	Fri May 06 07:39:01 2011 +0200
    47.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGExecutionManager.java	Sun May 15 19:12:27 2011 +0200
    47.3 @@ -1,7 +1,7 @@
    47.4  /*
    47.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.6   *
    47.7 - * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    47.8 + * Copyright © 2009-2011 Oracle and/or its affiliates. All rights reserved.
    47.9   *
   47.10   * The contents of this file are subject to the terms of either the GNU
   47.11   * General Public License Version 2 only ("GPL") or the Common
    48.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGOutputReader.java	Fri May 06 07:39:01 2011 +0200
    48.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGOutputReader.java	Sun May 15 19:12:27 2011 +0200
    48.3 @@ -1,7 +1,7 @@
    48.4  /*
    48.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.6   *
    48.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    48.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    48.9   *
   48.10   * The contents of this file are subject to the terms of either the GNU
   48.11   * General Public License Version 2 only ("GPL") or the Common
    49.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGSuite.java	Fri May 06 07:39:01 2011 +0200
    49.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGSuite.java	Sun May 15 19:12:27 2011 +0200
    49.3 @@ -1,7 +1,7 @@
    49.4  /*
    49.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.6   *
    49.7 - * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    49.8 + * Copyright © 2010-2011 Oracle and/or its affiliates. All rights reserved.
    49.9   *
   49.10   * The contents of this file are subject to the terms of either the GNU
   49.11   * General Public License Version 2 only ("GPL") or the Common
    50.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTest.java	Fri May 06 07:39:01 2011 +0200
    50.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTest.java	Sun May 15 19:12:27 2011 +0200
    50.3 @@ -1,7 +1,7 @@
    50.4  /*
    50.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.6   *
    50.7 - * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    50.8 + * Copyright © 2010-2011 Oracle and/or its affiliates. All rights reserved.
    50.9   *
   50.10   * The contents of this file are subject to the terms of either the GNU
   50.11   * General Public License Version 2 only ("GPL") or the Common
    51.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestNodeFactory.java	Fri May 06 07:39:01 2011 +0200
    51.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestNodeFactory.java	Sun May 15 19:12:27 2011 +0200
    51.3 @@ -1,7 +1,7 @@
    51.4  /*
    51.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    51.6   *
    51.7 - * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    51.8 + * Copyright © 2009-2011 Oracle and/or its affiliates. All rights reserved.
    51.9   *
   51.10   * The contents of this file are subject to the terms of either the GNU
   51.11   * General Public License Version 2 only ("GPL") or the Common
    52.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSession.java	Fri May 06 07:39:01 2011 +0200
    52.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSession.java	Sun May 15 19:12:27 2011 +0200
    52.3 @@ -1,7 +1,7 @@
    52.4  /*
    52.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    52.6   *
    52.7 - * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    52.8 + * Copyright © 2009-2011 Oracle and/or its affiliates. All rights reserved.
    52.9   *
   52.10   * The contents of this file are subject to the terms of either the GNU
   52.11   * General Public License Version 2 only ("GPL") or the Common
    53.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSuite.java	Fri May 06 07:39:01 2011 +0200
    53.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestSuite.java	Sun May 15 19:12:27 2011 +0200
    53.3 @@ -1,7 +1,7 @@
    53.4  /*
    53.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    53.6   *
    53.7 - * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    53.8 + * Copyright © 2009-2011 Oracle and/or its affiliates. All rights reserved.
    53.9   *
   53.10   * The contents of this file are subject to the terms of either the GNU
   53.11   * General Public License Version 2 only ("GPL") or the Common
    54.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestcase.java	Fri May 06 07:39:01 2011 +0200
    54.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestNGTestcase.java	Sun May 15 19:12:27 2011 +0200
    54.3 @@ -1,7 +1,7 @@
    54.4  /*
    54.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    54.6   *
    54.7 - * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    54.8 + * Copyright © 2009-2011 Oracle and/or its affiliates. All rights reserved.
    54.9   *
   54.10   * The contents of this file are subject to the terms of either the GNU
   54.11   * General Public License Version 2 only ("GPL") or the Common
    55.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/TestsuiteNode.java	Fri May 06 07:39:01 2011 +0200
    55.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/TestsuiteNode.java	Sun May 15 19:12:27 2011 +0200
    55.3 @@ -1,7 +1,7 @@
    55.4  /*
    55.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    55.6   *
    55.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    55.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    55.9   *
   55.10   * The contents of this file are subject to the terms of either the GNU
   55.11   * General Public License Version 2 only ("GPL") or the Common
    56.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/XmlOutputParser.java	Fri May 06 07:39:01 2011 +0200
    56.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/XmlOutputParser.java	Sun May 15 19:12:27 2011 +0200
    56.3 @@ -1,7 +1,7 @@
    56.4  /*
    56.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    56.6   *
    56.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    56.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    56.9   *
   56.10   * The contents of this file are subject to the terms of either the GNU
   56.11   * General Public License Version 2 only ("GPL") or the Common
    57.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/AntProject.java	Fri May 06 07:39:01 2011 +0200
    57.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/AntProject.java	Sun May 15 19:12:27 2011 +0200
    57.3 @@ -1,7 +1,7 @@
    57.4  /*
    57.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    57.6   *
    57.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    57.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    57.9   *
   57.10   * The contents of this file are subject to the terms of either the GNU
   57.11   * General Public License Version 2 only ("GPL") or the Common
    58.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/BatchTest.java	Fri May 06 07:39:01 2011 +0200
    58.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/BatchTest.java	Sun May 15 19:12:27 2011 +0200
    58.3 @@ -1,7 +1,7 @@
    58.4  /*
    58.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    58.6   *
    58.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    58.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    58.9   *
   58.10   * The contents of this file are subject to the terms of either the GNU
   58.11   * General Public License Version 2 only ("GPL") or the Common
    59.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSet.java	Fri May 06 07:39:01 2011 +0200
    59.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSet.java	Sun May 15 19:12:27 2011 +0200
    59.3 @@ -1,7 +1,7 @@
    59.4  /*
    59.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    59.6   *
    59.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    59.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    59.9   *
   59.10   * The contents of this file are subject to the terms of either the GNU
   59.11   * General Public License Version 2 only ("GPL") or the Common
    60.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSetScanner.java	Fri May 06 07:39:01 2011 +0200
    60.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileSetScanner.java	Sun May 15 19:12:27 2011 +0200
    60.3 @@ -1,7 +1,7 @@
    60.4  /*
    60.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    60.6   *
    60.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    60.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    60.9   *
   60.10   * The contents of this file are subject to the terms of either the GNU
   60.11   * General Public License Version 2 only ("GPL") or the Common
    61.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileUtils.java	Fri May 06 07:39:01 2011 +0200
    61.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/FileUtils.java	Sun May 15 19:12:27 2011 +0200
    61.3 @@ -1,7 +1,7 @@
    61.4  /*
    61.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    61.6   *
    61.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    61.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    61.9   *
   61.10   * The contents of this file are subject to the terms of either the GNU
   61.11   * General Public License Version 2 only ("GPL") or the Common
    62.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/PatternSet.java	Fri May 06 07:39:01 2011 +0200
    62.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/PatternSet.java	Sun May 15 19:12:27 2011 +0200
    62.3 @@ -1,7 +1,7 @@
    62.4  /*
    62.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    62.6   *
    62.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    62.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    62.9   *
   62.10   * The contents of this file are subject to the terms of either the GNU
   62.11   * General Public License Version 2 only ("GPL") or the Common
    63.1 --- a/testng/src/org/netbeans/modules/contrib/testng/output/antutils/TestCounter.java	Fri May 06 07:39:01 2011 +0200
    63.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/output/antutils/TestCounter.java	Sun May 15 19:12:27 2011 +0200
    63.3 @@ -1,7 +1,7 @@
    63.4  /*
    63.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.6   *
    63.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    63.8 + * Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    63.9   *
   63.10   * The contents of this file are subject to the terms of either the GNU
   63.11   * General Public License Version 2 only ("GPL") or the Common
    64.1 --- a/testng/src/org/netbeans/modules/contrib/testng/resources/TestNG-lib.xml	Fri May 06 07:39:01 2011 +0200
    64.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/resources/TestNG-lib.xml	Sun May 15 19:12:27 2011 +0200
    64.3 @@ -2,7 +2,7 @@
    64.4  <!--
    64.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.6  
    64.7 -Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    64.8 +Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    64.9  
   64.10  
   64.11  The contents of this file are subject to the terms of either the GNU
    65.1 --- a/testng/src/org/netbeans/modules/contrib/testng/resources/layer.xml	Fri May 06 07:39:01 2011 +0200
    65.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/resources/layer.xml	Sun May 15 19:12:27 2011 +0200
    65.3 @@ -2,7 +2,7 @@
    65.4  <!--
    65.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    65.6  
    65.7 -Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    65.8 +Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    65.9  
   65.10  
   65.11  The contents of this file are subject to the terms of either the GNU
    66.1 --- a/testng/src/org/netbeans/modules/contrib/testng/resources/newTest.html	Fri May 06 07:39:01 2011 +0200
    66.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/resources/newTest.html	Sun May 15 19:12:27 2011 +0200
    66.3 @@ -1,7 +1,7 @@
    66.4  <!--
    66.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    66.6  
    66.7 -Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    66.8 +Copyright © 1997-2011 Oracle and/or its affiliates. All rights reserved.
    66.9  
   66.10  
   66.11  The contents of this file are subject to the terms of either the GNU
    67.1 --- a/testng/src/org/netbeans/modules/contrib/testng/resources/testng-1.0.mdd	Fri May 06 07:39:01 2011 +0200
    67.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/resources/testng-1.0.mdd	Sun May 15 19:12:27 2011 +0200
    67.3 @@ -1,4 +1,45 @@
    67.4  <?xml version='1.0' encoding='UTF-8' ?>
    67.5 +<!--
    67.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.7 +
    67.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    67.9 +
   67.10 +
   67.11 +The contents of this file are subject to the terms of either the GNU
   67.12 +General Public License Version 2 only ("GPL") or the Common
   67.13 +Development and Distribution License("CDDL") (collectively, the
   67.14 +"License"). You may not use this file except in compliance with the
   67.15 +License. You can obtain a copy of the License at
   67.16 +http://www.netbeans.org/cddl-gplv2.html
   67.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   67.18 +specific language governing permissions and limitations under the
   67.19 +License.  When distributing the software, include this License Header
   67.20 +Notice in each file and include the License file at
   67.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   67.22 +particular file as subject to the "Classpath" exception as provided
   67.23 +by Sun in the GPL Version 2 section of the License file that
   67.24 +accompanied this code. If applicable, add the following below the
   67.25 +License Header, with the fields enclosed by brackets [] replaced by
   67.26 +your own identifying information:
   67.27 +"Portions Copyrighted [year] [name of copyright owner]"
   67.28 +
   67.29 +Contributor(s):
   67.30 +
   67.31 +The Original Software is NetBeans. The Initial Developer of the Original
   67.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
   67.33 +Microsystems, Inc. All Rights Reserved.
   67.34 +
   67.35 +If you wish your version of this file to be governed by only the CDDL
   67.36 +or only the GPL Version 2, indicate your decision by adding
   67.37 +"[Contributor] elects to include this software in this distribution
   67.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   67.39 +single choice of license, a recipient has the option to distribute
   67.40 +your version of this file under either the CDDL, the GPL Version 2 or
   67.41 +to extend the choice of license to its licensees as provided above.
   67.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   67.43 +Version 2 license, then the option applies only if the new code is
   67.44 +made subject to such option by the copyright holder.
   67.45 +-->
   67.46  <metaDD>
   67.47  	<meta-element>
   67.48  		<dtd-name>suite</dtd-name>
    68.1 --- a/testng/src/org/netbeans/modules/contrib/testng/spi/TestConfig.java	Fri May 06 07:39:01 2011 +0200
    68.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/spi/TestConfig.java	Sun May 15 19:12:27 2011 +0200
    68.3 @@ -1,7 +1,7 @@
    68.4  /*
    68.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.6   *
    68.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    68.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    68.9   *
   68.10   * The contents of this file are subject to the terms of either the GNU
   68.11   * General Public License Version 2 only ("GPL") or the Common
    69.1 --- a/testng/src/org/netbeans/modules/contrib/testng/spi/TestNGSupportImplementation.java	Fri May 06 07:39:01 2011 +0200
    69.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/spi/TestNGSupportImplementation.java	Sun May 15 19:12:27 2011 +0200
    69.3 @@ -1,7 +1,7 @@
    69.4  /*
    69.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    69.6   *
    69.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    69.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    69.9   *
   69.10   * The contents of this file are subject to the terms of either the GNU
   69.11   * General Public License Version 2 only ("GPL") or the Common
    70.1 --- a/testng/src/org/netbeans/modules/contrib/testng/spi/XMLSuiteSupport.java	Fri May 06 07:39:01 2011 +0200
    70.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/spi/XMLSuiteSupport.java	Sun May 15 19:12:27 2011 +0200
    70.3 @@ -1,7 +1,7 @@
    70.4  /*
    70.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    70.6   * 
    70.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    70.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    70.9   * 
   70.10   * The contents of this file are subject to the terms of either the GNU
   70.11   * General Public License Version 2 only ("GPL") or the Common
    71.1 --- a/testng/test/unit/data/projects/tngTestProject/build.xml	Fri May 06 07:39:01 2011 +0200
    71.2 +++ b/testng/test/unit/data/projects/tngTestProject/build.xml	Sun May 15 19:12:27 2011 +0200
    71.3 @@ -1,7 +1,7 @@
    71.4  <!--
    71.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    71.6  
    71.7 -Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    71.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    71.9  
   71.10  
   71.11  The contents of this file are subject to the terms of either the GNU
    72.1 --- a/testng/test/unit/data/projects/tngTestProject/manifest.mf	Fri May 06 07:39:01 2011 +0200
    72.2 +++ b/testng/test/unit/data/projects/tngTestProject/manifest.mf	Sun May 15 19:12:27 2011 +0200
    72.3 @@ -1,3 +1,50 @@
    72.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    72.5 +#
    72.6 +# Copyright © 2011 Oracle and/or its affiliates. All rights reserved.
    72.7 +#
    72.8 +# Oracle and Java are registered trademarks of Oracle and/or its
    72.9 +# affiliates. Other names may be trademarks of their respective owners.
   72.10 +#
   72.11 +# The contents of this file are subject to the terms of either the GNU
   72.12 +# General Public License Version 2 only ("GPL") or the Common
   72.13 +# Development and Distribution License("CDDL") (collectively, the
   72.14 +# "License"). You may not use this file except in compliance with the
   72.15 +# License. You can obtain a copy of the License at
   72.16 +# http://www.netbeans.org/cddl-gplv2.html or
   72.17 +# nbbuild/licenses/CDDL-GPL-2-CP. See the License for the specific
   72.18 +# language governing permissions and limitations under the License.
   72.19 +# When distributing the software, include this License Header
   72.20 +# Notice in each file and include the License file at
   72.21 +# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this particular file
   72.22 +# as subject to the "Classpath" exception as provided by Oracle in the
   72.23 +# GPL Version 2 section of the License file that accompanied this code. If
   72.24 +# applicable, add the following below the License Header, with the fields
   72.25 +# enclosed by brackets [] replaced by your own identifying information:
   72.26 +# "Portions Copyrighted [year] [name of copyright owner]"
   72.27 +#
   72.28 +# Contributor(s):
   72.29 +#
   72.30 +# The original software is NetBeans. The initial developer of the original
   72.31 +# software was Sun Microsystems, Inc.; portions copyright 1997-2006 Sun
   72.32 +# Microsystems, Inc. All rights reserved.
   72.33 +#
   72.34 +# If you wish your version of this file to be governed by only the CDDL or
   72.35 +# only the GPL Version 2, indicate your decision by adding "[Contributor]
   72.36 +# elects to include this software in this distribution under the [CDDL or
   72.37 +# GPL Version 2] license." If you do not indicate a single choice of license, 
   72.38 +# a recipient has the option to distribute your version of this file under 
   72.39 +# either the CDDL, the GPL Version 2 or to extend the choice of license to 
   72.40 +# its licensees as provided above. However, if you add GPL Version 2 code 
   72.41 +# and therefore, elected the GPL Version 2 license, then the option applies 
   72.42 +# only if the new code is made subject to such option by the copyright holder.
   72.43 +#
   72.44 +# Oracle is not responsible for the availability of third-party Web sites
   72.45 +# mentioned in this document. Oracle does not endorse and is not
   72.46 +# responsible or liable for any content, advertising, products, or other
   72.47 +# materials on or available from such sites or resources. Oracle will not be
   72.48 +# responsible or liable for any damage or loss caused or alleged to be
   72.49 +# caused by or in connection with use of or reliance on any such content,
   72.50 +# goods, or services available on or through any such sites or resources.
   72.51  Manifest-Version: 1.0
   72.52  X-COMMENT: Main-Class will be added automatically by build
   72.53  
    73.1 --- a/testng/test/unit/data/projects/tngTestProject/nbproject/project.xml	Fri May 06 07:39:01 2011 +0200
    73.2 +++ b/testng/test/unit/data/projects/tngTestProject/nbproject/project.xml	Sun May 15 19:12:27 2011 +0200
    73.3 @@ -1,4 +1,45 @@
    73.4  <?xml version="1.0" encoding="UTF-8"?>
    73.5 +<!--
    73.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    73.7 +
    73.8 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    73.9 +
   73.10 +
   73.11 +The contents of this file are subject to the terms of either the GNU
   73.12 +General Public License Version 2 only ("GPL") or the Common
   73.13 +Development and Distribution License("CDDL") (collectively, the
   73.14 +"License"). You may not use this file except in compliance with the
   73.15 +License. You can obtain a copy of the License at
   73.16 +http://www.netbeans.org/cddl-gplv2.html
   73.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   73.18 +specific language governing permissions and limitations under the
   73.19 +License.  When distributing the software, include this License Header
   73.20 +Notice in each file and include the License file at
   73.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   73.22 +particular file as subject to the "Classpath" exception as provided
   73.23 +by Sun in the GPL Version 2 section of the License file that
   73.24 +accompanied this code. If applicable, add the following below the
   73.25 +License Header, with the fields enclosed by brackets [] replaced by
   73.26 +your own identifying information:
   73.27 +"Portions Copyrighted [year] [name of copyright owner]"
   73.28 +
   73.29 +Contributor(s):
   73.30 +
   73.31 +The Original Software is NetBeans. The Initial Developer of the Original
   73.32 +Software is Sun Microsystems, Inc. Portions Copyright 2008 Sun
   73.33 +Microsystems, Inc. All Rights Reserved.
   73.34 +
   73.35 +If you wish your version of this file to be governed by only the CDDL
   73.36 +or only the GPL Version 2, indicate your decision by adding
   73.37 +"[Contributor] elects to include this software in this distribution
   73.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   73.39 +single choice of license, a recipient has the option to distribute
   73.40 +your version of this file under either the CDDL, the GPL Version 2 or
   73.41 +to extend the choice of license to its licensees as provided above.
   73.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   73.43 +Version 2 license, then the option applies only if the new code is
   73.44 +made subject to such option by the copyright holder.
   73.45 +-->
   73.46  <project xmlns="http://www.netbeans.org/ns/project/1">
   73.47      <type>org.netbeans.modules.java.j2seproject</type>
   73.48      <configuration>
    74.1 --- a/testng/test/unit/data/projects/tngTestProject/src/tngtestproject/Main.java	Fri May 06 07:39:01 2011 +0200
    74.2 +++ b/testng/test/unit/data/projects/tngTestProject/src/tngtestproject/Main.java	Sun May 15 19:12:27 2011 +0200
    74.3 @@ -1,7 +1,7 @@
    74.4  /*
    74.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    74.6   *
    74.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    74.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    74.9   *
   74.10   * The contents of this file are subject to the terms of either the GNU
   74.11   * General Public License Version 2 only ("GPL") or the Common
    75.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/CleanUpTest.java	Fri May 06 07:39:01 2011 +0200
    75.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/CleanUpTest.java	Sun May 15 19:12:27 2011 +0200
    75.3 @@ -1,7 +1,7 @@
    75.4  /*
    75.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    75.6   *
    75.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    75.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    75.9   *
   75.10   * The contents of this file are subject to the terms of either the GNU
   75.11   * General Public License Version 2 only ("GPL") or the Common
    76.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/FailPassSkipTest.java	Fri May 06 07:39:01 2011 +0200
    76.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/FailPassSkipTest.java	Sun May 15 19:12:27 2011 +0200
    76.3 @@ -1,7 +1,7 @@
    76.4  /*
    76.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    76.6   *
    76.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    76.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    76.9   *
   76.10   * The contents of this file are subject to the terms of either the GNU
   76.11   * General Public License Version 2 only ("GPL") or the Common
    77.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/FailingTest.java	Fri May 06 07:39:01 2011 +0200
    77.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/FailingTest.java	Sun May 15 19:12:27 2011 +0200
    77.3 @@ -1,7 +1,7 @@
    77.4  /*
    77.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    77.6   *
    77.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    77.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    77.9   *
   77.10   * The contents of this file are subject to the terms of either the GNU
   77.11   * General Public License Version 2 only ("GPL") or the Common
    78.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/NewTestNGTest.java	Fri May 06 07:39:01 2011 +0200
    78.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/NewTestNGTest.java	Sun May 15 19:12:27 2011 +0200
    78.3 @@ -1,7 +1,7 @@
    78.4  /*
    78.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    78.6   *
    78.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    78.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    78.9   *
   78.10   * The contents of this file are subject to the terms of either the GNU
   78.11   * General Public License Version 2 only ("GPL") or the Common
    79.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/PassSkipTest.java	Fri May 06 07:39:01 2011 +0200
    79.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/PassSkipTest.java	Sun May 15 19:12:27 2011 +0200
    79.3 @@ -1,7 +1,7 @@
    79.4  /*
    79.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    79.6   *
    79.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    79.8 + * Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    79.9   *
   79.10   * The contents of this file are subject to the terms of either the GNU
   79.11   * General Public License Version 2 only ("GPL") or the Common
    80.1 --- a/testng/test/unit/data/projects/tngTestProject/test/test/SetUpTest.java	Fri May 06 07:39:01 2011 +0200
    80.2 +++ b/testng/test/unit/data/projects/tngTestProject/test/test/SetUpTest.java	Sun May 15 19:12:27 2011 +0200
    80.3 @@ -1,7 +1,7 @@
    80.4  /*
    80.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    80.6   *
    80.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    80.8 + * # Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    80.9   *
   80.10   * The contents of this file are subject to the terms of either the GNU
   80.11   * General Public License Version 2 only ("GPL") or the Common
    81.1 --- a/testng/test/unit/data/results/testng-results.xml	Fri May 06 07:39:01 2011 +0200
    81.2 +++ b/testng/test/unit/data/results/testng-results.xml	Sun May 15 19:12:27 2011 +0200
    81.3 @@ -1,3 +1,44 @@
    81.4 +<!--
    81.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    81.6 +
    81.7 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    81.8 +
    81.9 +
   81.10 +The contents of this file are subject to the terms of either the GNU
   81.11 +General Public License Version 2 only ("GPL") or the Common
   81.12 +Development and Distribution License("CDDL") (collectively, the
   81.13 +"License"). You may not use this file except in compliance with the
   81.14 +License. You can obtain a copy of the License at
   81.15 +http://www.netbeans.org/cddl-gplv2.html
   81.16 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   81.17 +specific language governing permissions and limitations under the
   81.18 +License.  When distributing the software, include this License Header
   81.19 +Notice in each file and include the License file at
   81.20 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   81.21 +particular file as subject to the "Classpath" exception as provided
   81.22 +by Sun in the GPL Version 2 section of the License file that
   81.23 +accompanied this code. If applicable, add the following below the
   81.24 +License Header, with the fields enclosed by brackets [] replaced by
   81.25 +your own identifying information:
   81.26 +"Portions Copyrighted [year] [name of copyright owner]"
   81.27 +
   81.28 +Contributor(s):
   81.29 +
   81.30 +The Original Software is NetBeans. The Initial Developer of the Original
   81.31 +Software is Sun Microsystems, Inc. Portions Copyright 2008 Sun
   81.32 +Microsystems, Inc. All Rights Reserved.
   81.33 +
   81.34 +If you wish your version of this file to be governed by only the CDDL
   81.35 +or only the GPL Version 2, indicate your decision by adding
   81.36 +"[Contributor] elects to include this software in this distribution
   81.37 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   81.38 +single choice of license, a recipient has the option to distribute
   81.39 +your version of this file under either the CDDL, the GPL Version 2 or
   81.40 +to extend the choice of license to its licensees as provided above.
   81.41 +However, if you add GPL Version 2 code and therefore, elected the GPL
   81.42 +Version 2 license, then the option applies only if the new code is
   81.43 +made subject to such option by the copyright holder.
   81.44 +-->
   81.45  <testng-results>
   81.46    <reporter-output>
   81.47    </reporter-output>
    82.1 --- a/testng/test/unit/data/results/testng-results_1.xml	Fri May 06 07:39:01 2011 +0200
    82.2 +++ b/testng/test/unit/data/results/testng-results_1.xml	Sun May 15 19:12:27 2011 +0200
    82.3 @@ -1,3 +1,44 @@
    82.4 +<!--
    82.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    82.6 +
    82.7 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    82.8 +
    82.9 +
   82.10 +The contents of this file are subject to the terms of either the GNU
   82.11 +General Public License Version 2 only ("GPL") or the Common
   82.12 +Development and Distribution License("CDDL") (collectively, the
   82.13 +"License"). You may not use this file except in compliance with the
   82.14 +License. You can obtain a copy of the License at
   82.15 +http://www.netbeans.org/cddl-gplv2.html
   82.16 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   82.17 +specific language governing permissions and limitations under the
   82.18 +License.  When distributing the software, include this License Header
   82.19 +Notice in each file and include the License file at
   82.20 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   82.21 +particular file as subject to the "Classpath" exception as provided
   82.22 +by Sun in the GPL Version 2 section of the License file that
   82.23 +accompanied this code. If applicable, add the following below the
   82.24 +License Header, with the fields enclosed by brackets [] replaced by
   82.25 +your own identifying information:
   82.26 +"Portions Copyrighted [year] [name of copyright owner]"
   82.27 +
   82.28 +Contributor(s):
   82.29 +
   82.30 +The Original Software is NetBeans. The Initial Developer of the Original
   82.31 +Software is Sun Microsystems, Inc. Portions Copyright 2008 Sun
   82.32 +Microsystems, Inc. All Rights Reserved.
   82.33 +
   82.34 +If you wish your version of this file to be governed by only the CDDL
   82.35 +or only the GPL Version 2, indicate your decision by adding
   82.36 +"[Contributor] elects to include this software in this distribution
   82.37 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   82.38 +single choice of license, a recipient has the option to distribute
   82.39 +your version of this file under either the CDDL, the GPL Version 2 or
   82.40 +to extend the choice of license to its licensees as provided above.
   82.41 +However, if you add GPL Version 2 code and therefore, elected the GPL
   82.42 +Version 2 license, then the option applies only if the new code is
   82.43 +made subject to such option by the copyright holder.
   82.44 +-->
   82.45  <testng-results>
   82.46    <reporter-output>
   82.47    </reporter-output>
    83.1 --- a/testng/test/unit/data/results/testng-results_2.xml	Fri May 06 07:39:01 2011 +0200
    83.2 +++ b/testng/test/unit/data/results/testng-results_2.xml	Sun May 15 19:12:27 2011 +0200
    83.3 @@ -1,3 +1,44 @@
    83.4 +<!--
    83.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    83.6 +
    83.7 +Copyright © 2008-2011 Oracle and/or its affiliates. All rights reserved.
    83.8 +
    83.9 +
   83.10 +The contents of this file are subject to the terms of either the GNU
   83.11 +General Public License Version 2 only ("GPL") or the Common
   83.12 +Development and Distribution License("CDDL") (collectively, the
   83.13 +"License"). You may not use this file except in compliance with the
   83.14 +License. You can obtain a copy of the License at
   83.15 +http://www.netbeans.org/cddl-gplv2.html
   83.16 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   83.17 +specific language governing permissions and limitations under the
   83.18 +License.  When distributing the software, include this License Header
   83.19 +Notice in each file and include the License file at
   83.20 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   83.21 +particular file as subject to the "Classpath" exception as provided
   83.22 +by Sun in the GPL Version 2 section of the License file that
   83.23 +accompanied this code. If applicable, add the following below the
   83.24 +License Header, with the fields enclosed by brackets [] replaced by
   83.25 +your own identifying information:
   83.26 +"Portions Copyrighted [year] [name of copyright owner]"
   83.27 +
   83.28 +Contributor(s):
   83.29 +
   83.30 +The Original Software is NetBeans. The Initial Developer of the Original
   83.31 +Software is Sun Microsystems, Inc. Portions Copyright 2008 Sun
   83.32 +Microsystems, Inc. All Rights Reserved.
   83.33 +
   83.34 +If you wish your version of this file to be governed by only the CDDL
   83.35 +or only the GPL Version 2, indicate your decision by adding
   83.36 +"[Contributor] elects to include this software in this distribution
   83.37 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   83.38 +single choice of license, a recipient has the option to distribute
   83.39 +your version of this file under either the CDDL, the GPL Version 2 or
   83.40 +to extend the choice of license to its licensees as provided above.
   83.41 +However, if you add GPL Version 2 code and therefore, elected the GPL
   83.42 +Version 2 license, then the option applies only if the new code is
   83.43 +made subject to such option by the copyright holder.
   83.44 +-->
   83.45  <testng-results>
   83.46    <reporter-output>
   83.47    </reporter-output>
    84.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/CreateTestActionTest.java	Fri May 06 07:39:01 2011 +0200
    84.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/CreateTestActionTest.java	Sun May 15 19:12:27 2011 +0200
    84.3 @@ -1,7 +1,7 @@
    84.4  /*
    84.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    84.6   *
    84.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    84.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    84.9   *
   84.10   * The contents of this file are subject to the terms of either the GNU
   84.11   * General Public License Version 2 only ("GPL") or the Common
    85.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsActionTest.java	Fri May 06 07:39:01 2011 +0200
    85.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RerunFailedTestsActionTest.java	Sun May 15 19:12:27 2011 +0200
    85.3 @@ -1,7 +1,7 @@
    85.4  /*
    85.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    85.6   *
    85.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    85.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    85.9   *
   85.10   * The contents of this file are subject to the terms of either the GNU
   85.11   * General Public License Version 2 only ("GPL") or the Common
    86.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RetoucheTestBase.java	Fri May 06 07:39:01 2011 +0200
    86.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RetoucheTestBase.java	Sun May 15 19:12:27 2011 +0200
    86.3 @@ -1,7 +1,7 @@
    86.4  /*
    86.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    86.6   *
    86.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    86.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    86.9   *
   86.10   * The contents of this file are subject to the terms of either the GNU
   86.11   * General Public License Version 2 only ("GPL") or the Common
    87.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestClassActionTest.java	Fri May 06 07:39:01 2011 +0200
    87.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestClassActionTest.java	Sun May 15 19:12:27 2011 +0200
    87.3 @@ -1,7 +1,7 @@
    87.4  /*
    87.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    87.6   *
    87.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    87.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    87.9   *
   87.10   * The contents of this file are subject to the terms of either the GNU
   87.11   * General Public License Version 2 only ("GPL") or the Common
    88.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodActionTest.java	Fri May 06 07:39:01 2011 +0200
    88.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/RunTestMethodActionTest.java	Sun May 15 19:12:27 2011 +0200
    88.3 @@ -1,7 +1,7 @@
    88.4  /*
    88.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    88.6   *
    88.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    88.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    88.9   *
   88.10   * The contents of this file are subject to the terms of either the GNU
   88.11   * General Public License Version 2 only ("GPL") or the Common
    89.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestActionT.java	Fri May 06 07:39:01 2011 +0200
    89.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestActionT.java	Sun May 15 19:12:27 2011 +0200
    89.3 @@ -1,7 +1,7 @@
    89.4  /*
    89.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    89.6   *
    89.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    89.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    89.9   *
   89.10   * The contents of this file are subject to the terms of either the GNU
   89.11   * General Public License Version 2 only ("GPL") or the Common
    90.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTaskTest.java	Fri May 06 07:39:01 2011 +0200
    90.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/actions/TestClassInfoTaskTest.java	Sun May 15 19:12:27 2011 +0200
    90.3 @@ -1,7 +1,7 @@
    90.4  /*
    90.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    90.6   *
    90.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    90.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    90.9   *
   90.10   * The contents of this file are subject to the terms of either the GNU
   90.11   * General Public License Version 2 only ("GPL") or the Common
    91.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/ProjectImpl.java	Fri May 06 07:39:01 2011 +0200
    91.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/ProjectImpl.java	Sun May 15 19:12:27 2011 +0200
    91.3 @@ -1,7 +1,7 @@
    91.4  /*
    91.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    91.6   *
    91.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    91.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    91.9   *
   91.10   * The contents of this file are subject to the terms of either the GNU
   91.11   * General Public License Version 2 only ("GPL") or the Common
    92.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/TestNGImpl.java	Fri May 06 07:39:01 2011 +0200
    92.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/impl/TestNGImpl.java	Sun May 15 19:12:27 2011 +0200
    92.3 @@ -1,7 +1,7 @@
    92.4  /*
    92.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    92.6   *
    92.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    92.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    92.9   *
   92.10   * The contents of this file are subject to the terms of either the GNU
   92.11   * General Public License Version 2 only ("GPL") or the Common
    93.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/RegexpUtilsTest.java	Fri May 06 07:39:01 2011 +0200
    93.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/RegexpUtilsTest.java	Sun May 15 19:12:27 2011 +0200
    93.3 @@ -1,7 +1,7 @@
    93.4  /*
    93.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    93.6   *
    93.7 - * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
    93.8 + * Copyright 1997-2011 Oracle. All rights reserved.
    93.9   *
   93.10   * The contents of this file are subject to the terms of either the GNU
   93.11   * General Public License Version 2 only ("GPL") or the Common
    94.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/TestClassScannerTest.java	Fri May 06 07:39:01 2011 +0200
    94.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/TestClassScannerTest.java	Sun May 15 19:12:27 2011 +0200
    94.3 @@ -1,7 +1,7 @@
    94.4  /*
    94.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    94.6   *
    94.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    94.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    94.9   *
   94.10   * The contents of this file are subject to the terms of either the GNU
   94.11   * General Public License Version 2 only ("GPL") or the Common
    95.1 --- a/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/XmlOutputParserTest.java	Fri May 06 07:39:01 2011 +0200
    95.2 +++ b/testng/test/unit/src/org/netbeans/modules/contrib/testng/output/XmlOutputParserTest.java	Sun May 15 19:12:27 2011 +0200
    95.3 @@ -1,7 +1,7 @@
    95.4  /*
    95.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    95.6   *
    95.7 - * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    95.8 + * Copyright 2008-2011 Oracle. All rights reserved.
    95.9   *
   95.10   * The contents of this file are subject to the terms of either the GNU
   95.11   * General Public License Version 2 only ("GPL") or the Common