Fixing license headers for HTML files
authorJan Lahoda <jlahoda@netbeans.org>
Sun, 08 Jan 2017 20:10:35 +0100
changeset 10322a4a93551a0f
parent 1031 44e9c0d31754
child 1033 5c7934df6d80
Fixing license headers for HTML files
language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-search.html
language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-snippet.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/BuildWrapperImpl/help-hardcodedHintsEnabled.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-cacheDir.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-ignorePatterns.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-indexSubDirectory.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-projectName.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help.html
remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/JackpotIndexBuilder/help.html
remoting/server/hudson/src/main/webapp/help-globalConfig.html
remoting/server/web/web.ui.frontend/public_html/index/ui/index.html
remoting/server/web/web.ui.frontend/public_html/index/ui/script.js
remoting/server/web/web.ui.frontend/public_html/index/ui/search.html
remoting/server/web/web.ui.frontend/public_html/index/ui/showCode.html
remoting/server/web/web.ui.frontend/public_html/index/ui/usages.html
remoting/server/web/web.ui.frontend/test/unit/index/ui/script-test.js
     1.1 --- a/language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-search.html	Sun Jan 08 20:10:28 2017 +0100
     1.2 +++ b/language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-search.html	Sun Jan 08 20:10:35 2017 +0100
     1.3 @@ -1,3 +1,46 @@
     1.4 +<!--
     1.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 +
     1.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     1.8 +
     1.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.10 +Other names may be trademarks of their respective owners.
    1.11 +
    1.12 +The contents of this file are subject to the terms of either the GNU
    1.13 +General Public License Version 2 only ("GPL") or the Common
    1.14 +Development and Distribution License("CDDL") (collectively, the
    1.15 +"License"). You may not use this file except in compliance with the
    1.16 +License. You can obtain a copy of the License at
    1.17 +http://www.netbeans.org/cddl-gplv2.html
    1.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.19 +specific language governing permissions and limitations under the
    1.20 +License.  When distributing the software, include this License Header
    1.21 +Notice in each file and include the License file at
    1.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    1.23 +particular file as subject to the "Classpath" exception as provided
    1.24 +by Oracle in the GPL Version 2 section of the License file that
    1.25 +accompanied this code. If applicable, add the following below the
    1.26 +License Header, with the fields enclosed by brackets [] replaced by
    1.27 +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 is Sun Microsystems, Inc. Portions Copyright 2009-2010 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
    1.37 +or only the GPL Version 2, indicate your decision by adding
    1.38 +"[Contributor] elects to include this software in this distribution
    1.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.40 +single choice of license, a recipient has the option to distribute
    1.41 +your version of this file under either the CDDL, the GPL Version 2 or
    1.42 +to extend the choice of license to its licensees as provided above.
    1.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    1.44 +Version 2 license, then the option applies only if the new code is
    1.45 +made subject to such option by the copyright holder.
    1.46 +-->
    1.47  <html>
    1.48  <head>
    1.49      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
     2.1 --- a/language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-snippet.html	Sun Jan 08 20:10:28 2017 +0100
     2.2 +++ b/language/server/web/language.web.api/src/org/netbeans/modules/jackpot30/backend/language/api/ui-snippet.html	Sun Jan 08 20:10:35 2017 +0100
     2.3 @@ -1,3 +1,47 @@
     2.4 +<!--
     2.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.6 +
     2.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     2.8 +
     2.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    2.10 +Other names may be trademarks of their respective owners.
    2.11 +
    2.12 +The contents of this file are subject to the terms of either the GNU
    2.13 +General Public License Version 2 only ("GPL") or the Common
    2.14 +Development and Distribution License("CDDL") (collectively, the
    2.15 +"License"). You may not use this file except in compliance with the
    2.16 +License. You can obtain a copy of the License at
    2.17 +http://www.netbeans.org/cddl-gplv2.html
    2.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.19 +specific language governing permissions and limitations under the
    2.20 +License.  When distributing the software, include this License Header
    2.21 +Notice in each file and include the License file at
    2.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    2.23 +particular file as subject to the "Classpath" exception as provided
    2.24 +by Oracle in the GPL Version 2 section of the License file that
    2.25 +accompanied this code. If applicable, add the following below the
    2.26 +License Header, with the fields enclosed by brackets [] replaced by
    2.27 +your own identifying information:
    2.28 +"Portions Copyrighted [year] [name of copyright owner]"
    2.29 +
    2.30 +Contributor(s):
    2.31 +
    2.32 +The Original Software is NetBeans. The Initial Developer of the Original
    2.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    2.34 +Microsystems, Inc. All Rights Reserved.
    2.35 +
    2.36 +If you wish your version of this file to be governed by only the CDDL
    2.37 +or only the GPL Version 2, indicate your decision by adding
    2.38 +"[Contributor] elects to include this software in this distribution
    2.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.40 +single choice of license, a recipient has the option to distribute
    2.41 +your version of this file under either the CDDL, the GPL Version 2 or
    2.42 +to extend the choice of license to its licensees as provided above.
    2.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    2.44 +Version 2 license, then the option applies only if the new code is
    2.45 +made subject to such option by the copyright holder.
    2.46 +-->
    2.47 +
    2.48  <#if snippets??>
    2.49      <#list snippets as snippet>
    2.50          <pre>${snippet.prefix}<span class="occurrence">${snippet.occurrence}</span>${snippet.suffix}</pre><br>
     3.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/BuildWrapperImpl/help-hardcodedHintsEnabled.html	Sun Jan 08 20:10:28 2017 +0100
     3.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/BuildWrapperImpl/help-hardcodedHintsEnabled.html	Sun Jan 08 20:10:35 2017 +0100
     3.3 @@ -1,3 +1,46 @@
     3.4 +<!--
     3.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.6 +
     3.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     3.8 +
     3.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    3.10 +Other names may be trademarks of their respective owners.
    3.11 +
    3.12 +The contents of this file are subject to the terms of either the GNU
    3.13 +General Public License Version 2 only ("GPL") or the Common
    3.14 +Development and Distribution License("CDDL") (collectively, the
    3.15 +"License"). You may not use this file except in compliance with the
    3.16 +License. You can obtain a copy of the License at
    3.17 +http://www.netbeans.org/cddl-gplv2.html
    3.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.19 +specific language governing permissions and limitations under the
    3.20 +License.  When distributing the software, include this License Header
    3.21 +Notice in each file and include the License file at
    3.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    3.23 +particular file as subject to the "Classpath" exception as provided
    3.24 +by Oracle in the GPL Version 2 section of the License file that
    3.25 +accompanied this code. If applicable, add the following below the
    3.26 +License Header, with the fields enclosed by brackets [] replaced by
    3.27 +your own identifying information:
    3.28 +"Portions Copyrighted [year] [name of copyright owner]"
    3.29 +
    3.30 +Contributor(s):
    3.31 +
    3.32 +The Original Software is NetBeans. The Initial Developer of the Original
    3.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    3.34 +Microsystems, Inc. All Rights Reserved.
    3.35 +
    3.36 +If you wish your version of this file to be governed by only the CDDL
    3.37 +or only the GPL Version 2, indicate your decision by adding
    3.38 +"[Contributor] elects to include this software in this distribution
    3.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.40 +single choice of license, a recipient has the option to distribute
    3.41 +your version of this file under either the CDDL, the GPL Version 2 or
    3.42 +to extend the choice of license to its licensees as provided above.
    3.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    3.44 +Version 2 license, then the option applies only if the new code is
    3.45 +made subject to such option by the copyright holder.
    3.46 +-->
    3.47  <div>
    3.48      Whether the standard NetBeans hints should be run during the build.
    3.49  </div>
    3.50 \ No newline at end of file
     4.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-cacheDir.html	Sun Jan 08 20:10:28 2017 +0100
     4.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-cacheDir.html	Sun Jan 08 20:10:35 2017 +0100
     4.3 @@ -1,3 +1,46 @@
     4.4 +<!--
     4.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6 +
     4.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     4.8 +
     4.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    4.10 +Other names may be trademarks of their respective owners.
    4.11 +
    4.12 +The contents of this file are subject to the terms of either the GNU
    4.13 +General Public License Version 2 only ("GPL") or the Common
    4.14 +Development and Distribution License("CDDL") (collectively, the
    4.15 +"License"). You may not use this file except in compliance with the
    4.16 +License. You can obtain a copy of the License at
    4.17 +http://www.netbeans.org/cddl-gplv2.html
    4.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.19 +specific language governing permissions and limitations under the
    4.20 +License.  When distributing the software, include this License Header
    4.21 +Notice in each file and include the License file at
    4.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    4.23 +particular file as subject to the "Classpath" exception as provided
    4.24 +by Oracle in the GPL Version 2 section of the License file that
    4.25 +accompanied this code. If applicable, add the following below the
    4.26 +License Header, with the fields enclosed by brackets [] replaced by
    4.27 +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 is Sun Microsystems, Inc. Portions Copyright 2009-2010 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
    4.37 +or only the GPL Version 2, indicate your decision by adding
    4.38 +"[Contributor] elects to include this software in this distribution
    4.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.40 +single choice of license, a recipient has the option to distribute
    4.41 +your version of this file under either the CDDL, the GPL Version 2 or
    4.42 +to extend the choice of license to its licensees as provided above.
    4.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    4.44 +Version 2 license, then the option applies only if the new code is
    4.45 +made subject to such option by the copyright holder.
    4.46 +-->
    4.47  <div>
    4.48      Target cache directory.
    4.49  </div>
    4.50 \ No newline at end of file
     5.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-ignorePatterns.html	Sun Jan 08 20:10:28 2017 +0100
     5.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-ignorePatterns.html	Sun Jan 08 20:10:35 2017 +0100
     5.3 @@ -1,3 +1,46 @@
     5.4 +<!--
     5.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6 +
     5.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     5.8 +
     5.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    5.10 +Other names may be trademarks of their respective owners.
    5.11 +
    5.12 +The contents of this file are subject to the terms of either the GNU
    5.13 +General Public License Version 2 only ("GPL") or the Common
    5.14 +Development and Distribution License("CDDL") (collectively, the
    5.15 +"License"). You may not use this file except in compliance with the
    5.16 +License. You can obtain a copy of the License at
    5.17 +http://www.netbeans.org/cddl-gplv2.html
    5.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.19 +specific language governing permissions and limitations under the
    5.20 +License.  When distributing the software, include this License Header
    5.21 +Notice in each file and include the License file at
    5.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    5.23 +particular file as subject to the "Classpath" exception as provided
    5.24 +by Oracle in the GPL Version 2 section of the License file that
    5.25 +accompanied this code. If applicable, add the following below the
    5.26 +License Header, with the fields enclosed by brackets [] replaced by
    5.27 +your own identifying information:
    5.28 +"Portions Copyrighted [year] [name of copyright owner]"
    5.29 +
    5.30 +Contributor(s):
    5.31 +
    5.32 +The Original Software is NetBeans. The Initial Developer of the Original
    5.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    5.34 +Microsystems, Inc. All Rights Reserved.
    5.35 +
    5.36 +If you wish your version of this file to be governed by only the CDDL
    5.37 +or only the GPL Version 2, indicate your decision by adding
    5.38 +"[Contributor] elects to include this software in this distribution
    5.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.40 +single choice of license, a recipient has the option to distribute
    5.41 +your version of this file under either the CDDL, the GPL Version 2 or
    5.42 +to extend the choice of license to its licensees as provided above.
    5.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    5.44 +Version 2 license, then the option applies only if the new code is
    5.45 +made subject to such option by the copyright holder.
    5.46 +-->
    5.47  <div>
    5.48      Regular expression pattern for projects that should not be indexed.
    5.49  </div>
    5.50 \ No newline at end of file
     6.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-indexSubDirectory.html	Sun Jan 08 20:10:28 2017 +0100
     6.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-indexSubDirectory.html	Sun Jan 08 20:10:35 2017 +0100
     6.3 @@ -1,3 +1,46 @@
     6.4 +<!--
     6.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.6 +
     6.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     6.8 +
     6.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    6.10 +Other names may be trademarks of their respective owners.
    6.11 +
    6.12 +The contents of this file are subject to the terms of either the GNU
    6.13 +General Public License Version 2 only ("GPL") or the Common
    6.14 +Development and Distribution License("CDDL") (collectively, the
    6.15 +"License"). You may not use this file except in compliance with the
    6.16 +License. You can obtain a copy of the License at
    6.17 +http://www.netbeans.org/cddl-gplv2.html
    6.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.19 +specific language governing permissions and limitations under the
    6.20 +License.  When distributing the software, include this License Header
    6.21 +Notice in each file and include the License file at
    6.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    6.23 +particular file as subject to the "Classpath" exception as provided
    6.24 +by Oracle in the GPL Version 2 section of the License file that
    6.25 +accompanied this code. If applicable, add the following below the
    6.26 +License Header, with the fields enclosed by brackets [] replaced by
    6.27 +your own identifying information:
    6.28 +"Portions Copyrighted [year] [name of copyright owner]"
    6.29 +
    6.30 +Contributor(s):
    6.31 +
    6.32 +The Original Software is NetBeans. The Initial Developer of the Original
    6.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    6.34 +Microsystems, Inc. All Rights Reserved.
    6.35 +
    6.36 +If you wish your version of this file to be governed by only the CDDL
    6.37 +or only the GPL Version 2, indicate your decision by adding
    6.38 +"[Contributor] elects to include this software in this distribution
    6.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.40 +single choice of license, a recipient has the option to distribute
    6.41 +your version of this file under either the CDDL, the GPL Version 2 or
    6.42 +to extend the choice of license to its licensees as provided above.
    6.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    6.44 +Version 2 license, then the option applies only if the new code is
    6.45 +made subject to such option by the copyright holder.
    6.46 +-->
    6.47  <div>
    6.48      When non-empty, interpreted as a relative path to a directory inside workspace that should be indexed.
    6.49  </div>
    6.50 \ No newline at end of file
     7.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-projectName.html	Sun Jan 08 20:10:28 2017 +0100
     7.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help-projectName.html	Sun Jan 08 20:10:35 2017 +0100
     7.3 @@ -1,3 +1,46 @@
     7.4 +<!--
     7.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.6 +
     7.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     7.8 +
     7.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    7.10 +Other names may be trademarks of their respective owners.
    7.11 +
    7.12 +The contents of this file are subject to the terms of either the GNU
    7.13 +General Public License Version 2 only ("GPL") or the Common
    7.14 +Development and Distribution License("CDDL") (collectively, the
    7.15 +"License"). You may not use this file except in compliance with the
    7.16 +License. You can obtain a copy of the License at
    7.17 +http://www.netbeans.org/cddl-gplv2.html
    7.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.19 +specific language governing permissions and limitations under the
    7.20 +License.  When distributing the software, include this License Header
    7.21 +Notice in each file and include the License file at
    7.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    7.23 +particular file as subject to the "Classpath" exception as provided
    7.24 +by Oracle in the GPL Version 2 section of the License file that
    7.25 +accompanied this code. If applicable, add the following below the
    7.26 +License Header, with the fields enclosed by brackets [] replaced by
    7.27 +your own identifying information:
    7.28 +"Portions Copyrighted [year] [name of copyright owner]"
    7.29 +
    7.30 +Contributor(s):
    7.31 +
    7.32 +The Original Software is NetBeans. The Initial Developer of the Original
    7.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    7.34 +Microsystems, Inc. All Rights Reserved.
    7.35 +
    7.36 +If you wish your version of this file to be governed by only the CDDL
    7.37 +or only the GPL Version 2, indicate your decision by adding
    7.38 +"[Contributor] elects to include this software in this distribution
    7.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    7.40 +single choice of license, a recipient has the option to distribute
    7.41 +your version of this file under either the CDDL, the GPL Version 2 or
    7.42 +to extend the choice of license to its licensees as provided above.
    7.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    7.44 +Version 2 license, then the option applies only if the new code is
    7.45 +made subject to such option by the copyright holder.
    7.46 +-->
    7.47  <div>
    7.48      A name of the index. Will be shown to the user when selecting indexes to operate on.
    7.49  </div>
    7.50 \ No newline at end of file
     8.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help.html	Sun Jan 08 20:10:28 2017 +0100
     8.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/IndexingBuilder/help.html	Sun Jan 08 20:10:35 2017 +0100
     8.3 @@ -1,3 +1,46 @@
     8.4 +<!--
     8.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.6 +
     8.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     8.8 +
     8.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    8.10 +Other names may be trademarks of their respective owners.
    8.11 +
    8.12 +The contents of this file are subject to the terms of either the GNU
    8.13 +General Public License Version 2 only ("GPL") or the Common
    8.14 +Development and Distribution License("CDDL") (collectively, the
    8.15 +"License"). You may not use this file except in compliance with the
    8.16 +License. You can obtain a copy of the License at
    8.17 +http://www.netbeans.org/cddl-gplv2.html
    8.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.19 +specific language governing permissions and limitations under the
    8.20 +License.  When distributing the software, include this License Header
    8.21 +Notice in each file and include the License file at
    8.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    8.23 +particular file as subject to the "Classpath" exception as provided
    8.24 +by Oracle in the GPL Version 2 section of the License file that
    8.25 +accompanied this code. If applicable, add the following below the
    8.26 +License Header, with the fields enclosed by brackets [] replaced by
    8.27 +your own identifying information:
    8.28 +"Portions Copyrighted [year] [name of copyright owner]"
    8.29 +
    8.30 +Contributor(s):
    8.31 +
    8.32 +The Original Software is NetBeans. The Initial Developer of the Original
    8.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    8.34 +Microsystems, Inc. All Rights Reserved.
    8.35 +
    8.36 +If you wish your version of this file to be governed by only the CDDL
    8.37 +or only the GPL Version 2, indicate your decision by adding
    8.38 +"[Contributor] elects to include this software in this distribution
    8.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.40 +single choice of license, a recipient has the option to distribute
    8.41 +your version of this file under either the CDDL, the GPL Version 2 or
    8.42 +to extend the choice of license to its licensees as provided above.
    8.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    8.44 +Version 2 license, then the option applies only if the new code is
    8.45 +made subject to such option by the copyright holder.
    8.46 +-->
    8.47  <div>
    8.48      Run indexers.
    8.49  </div>
    8.50 \ No newline at end of file
     9.1 --- a/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/JackpotIndexBuilder/help.html	Sun Jan 08 20:10:28 2017 +0100
     9.2 +++ b/remoting/server/hudson/src/main/resources/org/netbeans/modules/jackpot30/hudson/JackpotIndexBuilder/help.html	Sun Jan 08 20:10:35 2017 +0100
     9.3 @@ -1,3 +1,46 @@
     9.4 +<!--
     9.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.6 +
     9.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     9.8 +
     9.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    9.10 +Other names may be trademarks of their respective owners.
    9.11 +
    9.12 +The contents of this file are subject to the terms of either the GNU
    9.13 +General Public License Version 2 only ("GPL") or the Common
    9.14 +Development and Distribution License("CDDL") (collectively, the
    9.15 +"License"). You may not use this file except in compliance with the
    9.16 +License. You can obtain a copy of the License at
    9.17 +http://www.netbeans.org/cddl-gplv2.html
    9.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.19 +specific language governing permissions and limitations under the
    9.20 +License.  When distributing the software, include this License Header
    9.21 +Notice in each file and include the License file at
    9.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    9.23 +particular file as subject to the "Classpath" exception as provided
    9.24 +by Oracle in the GPL Version 2 section of the License file that
    9.25 +accompanied this code. If applicable, add the following below the
    9.26 +License Header, with the fields enclosed by brackets [] replaced by
    9.27 +your own identifying information:
    9.28 +"Portions Copyrighted [year] [name of copyright owner]"
    9.29 +
    9.30 +Contributor(s):
    9.31 +
    9.32 +The Original Software is NetBeans. The Initial Developer of the Original
    9.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    9.34 +Microsystems, Inc. All Rights Reserved.
    9.35 +
    9.36 +If you wish your version of this file to be governed by only the CDDL
    9.37 +or only the GPL Version 2, indicate your decision by adding
    9.38 +"[Contributor] elects to include this software in this distribution
    9.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    9.40 +single choice of license, a recipient has the option to distribute
    9.41 +your version of this file under either the CDDL, the GPL Version 2 or
    9.42 +to extend the choice of license to its licensees as provided above.
    9.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
    9.44 +Version 2 license, then the option applies only if the new code is
    9.45 +made subject to such option by the copyright holder.
    9.46 +-->
    9.47  <div>
    9.48      Run Jackpot 3.0 indexer.
    9.49  </div>
    9.50 \ No newline at end of file
    10.1 --- a/remoting/server/hudson/src/main/webapp/help-globalConfig.html	Sun Jan 08 20:10:28 2017 +0100
    10.2 +++ b/remoting/server/hudson/src/main/webapp/help-globalConfig.html	Sun Jan 08 20:10:35 2017 +0100
    10.3 @@ -1,5 +1,48 @@
    10.4 +<!--
    10.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.6 +
    10.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    10.8 +
    10.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   10.10 +Other names may be trademarks of their respective owners.
   10.11 +
   10.12 +The contents of this file are subject to the terms of either the GNU
   10.13 +General Public License Version 2 only ("GPL") or the Common
   10.14 +Development and Distribution License("CDDL") (collectively, the
   10.15 +"License"). You may not use this file except in compliance with the
   10.16 +License. You can obtain a copy of the License at
   10.17 +http://www.netbeans.org/cddl-gplv2.html
   10.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.19 +specific language governing permissions and limitations under the
   10.20 +License.  When distributing the software, include this License Header
   10.21 +Notice in each file and include the License file at
   10.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   10.23 +particular file as subject to the "Classpath" exception as provided
   10.24 +by Oracle in the GPL Version 2 section of the License file that
   10.25 +accompanied this code. If applicable, add the following below the
   10.26 +License Header, with the fields enclosed by brackets [] replaced by
   10.27 +your own identifying information:
   10.28 +"Portions Copyrighted [year] [name of copyright owner]"
   10.29 +
   10.30 +Contributor(s):
   10.31 +
   10.32 +The Original Software is NetBeans. The Initial Developer of the Original
   10.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   10.34 +Microsystems, Inc. All Rights Reserved.
   10.35 +
   10.36 +If you wish your version of this file to be governed by only the CDDL
   10.37 +or only the GPL Version 2, indicate your decision by adding
   10.38 +"[Contributor] elects to include this software in this distribution
   10.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   10.40 +single choice of license, a recipient has the option to distribute
   10.41 +your version of this file under either the CDDL, the GPL Version 2 or
   10.42 +to extend the choice of license to its licensees as provided above.
   10.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
   10.44 +Version 2 license, then the option applies only if the new code is
   10.45 +made subject to such option by the copyright holder.
   10.46 +-->
   10.47  <div>
   10.48    <p>
   10.49 -    See help-projectConfig.html for more about what these HTMLs do.
   10.50 +    Configure indexers.
   10.51    </p>
   10.52  </div>
   10.53 \ No newline at end of file
    11.1 --- a/remoting/server/web/web.ui.frontend/public_html/index/ui/index.html	Sun Jan 08 20:10:28 2017 +0100
    11.2 +++ b/remoting/server/web/web.ui.frontend/public_html/index/ui/index.html	Sun Jan 08 20:10:35 2017 +0100
    11.3 @@ -1,4 +1,47 @@
    11.4  <!DOCTYPE html>
    11.5 +<!--
    11.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.7 +
    11.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    11.9 +
   11.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   11.11 +Other names may be trademarks of their respective owners.
   11.12 +
   11.13 +The contents of this file are subject to the terms of either the GNU
   11.14 +General Public License Version 2 only ("GPL") or the Common
   11.15 +Development and Distribution License("CDDL") (collectively, the
   11.16 +"License"). You may not use this file except in compliance with the
   11.17 +License. You can obtain a copy of the License at
   11.18 +http://www.netbeans.org/cddl-gplv2.html
   11.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.20 +specific language governing permissions and limitations under the
   11.21 +License.  When distributing the software, include this License Header
   11.22 +Notice in each file and include the License file at
   11.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   11.24 +particular file as subject to the "Classpath" exception as provided
   11.25 +by Oracle in the GPL Version 2 section of the License file that
   11.26 +accompanied this code. If applicable, add the following below the
   11.27 +License Header, with the fields enclosed by brackets [] replaced by
   11.28 +your own identifying information:
   11.29 +"Portions Copyrighted [year] [name of copyright owner]"
   11.30 +
   11.31 +Contributor(s):
   11.32 +
   11.33 +The Original Software is NetBeans. The Initial Developer of the Original
   11.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   11.35 +Microsystems, Inc. All Rights Reserved.
   11.36 +
   11.37 +If you wish your version of this file to be governed by only the CDDL
   11.38 +or only the GPL Version 2, indicate your decision by adding
   11.39 +"[Contributor] elects to include this software in this distribution
   11.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   11.41 +single choice of license, a recipient has the option to distribute
   11.42 +your version of this file under either the CDDL, the GPL Version 2 or
   11.43 +to extend the choice of license to its licensees as provided above.
   11.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   11.45 +Version 2 license, then the option applies only if the new code is
   11.46 +made subject to such option by the copyright holder.
   11.47 +-->
   11.48  <html xmlns:ng="http://angularjs.org" ng-app="ngView">
   11.49  <head>
   11.50      <script type="text/javascript" src="/index/lib/jquery-1.7.1.min.js"></script>
    12.1 --- a/remoting/server/web/web.ui.frontend/public_html/index/ui/script.js	Sun Jan 08 20:10:28 2017 +0100
    12.2 +++ b/remoting/server/web/web.ui.frontend/public_html/index/ui/script.js	Sun Jan 08 20:10:35 2017 +0100
    12.3 @@ -1,3 +1,47 @@
    12.4 +/*
    12.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.6 + *
    12.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    12.8 + *
    12.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   12.10 + * Other names may be trademarks of their respective owners.
   12.11 + *
   12.12 + * The contents of this file are subject to the terms of either the GNU
   12.13 + * General Public License Version 2 only ("GPL") or the Common
   12.14 + * Development and Distribution License("CDDL") (collectively, the
   12.15 + * "License"). You may not use this file except in compliance with the
   12.16 + * License. You can obtain a copy of the License at
   12.17 + * http://www.netbeans.org/cddl-gplv2.html
   12.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.19 + * specific language governing permissions and limitations under the
   12.20 + * License.  When distributing the software, include this License Header
   12.21 + * Notice in each file and include the License file at
   12.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   12.23 + * particular file as subject to the "Classpath" exception as provided
   12.24 + * by Oracle in the GPL Version 2 section of the License file that
   12.25 + * accompanied this code. If applicable, add the following below the
   12.26 + * License Header, with the fields enclosed by brackets [] replaced by
   12.27 + * your own identifying information:
   12.28 + * "Portions Copyrighted [year] [name of copyright owner]"
   12.29 + *
   12.30 + * Contributor(s):
   12.31 + *
   12.32 + * The Original Software is NetBeans. The Initial Developer of the Original
   12.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   12.34 + * Microsystems, Inc. All Rights Reserved.
   12.35 + *
   12.36 + * If you wish your version of this file to be governed by only the CDDL
   12.37 + * or only the GPL Version 2, indicate your decision by adding
   12.38 + * "[Contributor] elects to include this software in this distribution
   12.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   12.40 + * single choice of license, a recipient has the option to distribute
   12.41 + * your version of this file under either the CDDL, the GPL Version 2 or
   12.42 + * to extend the choice of license to its licensees as provided above.
   12.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   12.44 + * Version 2 license, then the option applies only if the new code is
   12.45 + * made subject to such option by the copyright holder.
   12.46 + */
   12.47 +
   12.48  function IndexDeclarationSearch($scope, $location, $http, $routeParams, $route) {
   12.49      DeclarationSearch($scope, $location, $http, $routeParams, $route);
   12.50      $scope.performQuery = function() {
    13.1 --- a/remoting/server/web/web.ui.frontend/public_html/index/ui/search.html	Sun Jan 08 20:10:28 2017 +0100
    13.2 +++ b/remoting/server/web/web.ui.frontend/public_html/index/ui/search.html	Sun Jan 08 20:10:35 2017 +0100
    13.3 @@ -1,3 +1,46 @@
    13.4 +<!--
    13.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6 +
    13.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    13.8 +
    13.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   13.10 +Other names may be trademarks of their respective owners.
   13.11 +
   13.12 +The contents of this file are subject to the terms of either the GNU
   13.13 +General Public License Version 2 only ("GPL") or the Common
   13.14 +Development and Distribution License("CDDL") (collectively, the
   13.15 +"License"). You may not use this file except in compliance with the
   13.16 +License. You can obtain a copy of the License at
   13.17 +http://www.netbeans.org/cddl-gplv2.html
   13.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.19 +specific language governing permissions and limitations under the
   13.20 +License.  When distributing the software, include this License Header
   13.21 +Notice in each file and include the License file at
   13.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   13.23 +particular file as subject to the "Classpath" exception as provided
   13.24 +by Oracle in the GPL Version 2 section of the License file that
   13.25 +accompanied this code. If applicable, add the following below the
   13.26 +License Header, with the fields enclosed by brackets [] replaced by
   13.27 +your own identifying information:
   13.28 +"Portions Copyrighted [year] [name of copyright owner]"
   13.29 +
   13.30 +Contributor(s):
   13.31 +
   13.32 +The Original Software is NetBeans. The Initial Developer of the Original
   13.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   13.34 +Microsystems, Inc. All Rights Reserved.
   13.35 +
   13.36 +If you wish your version of this file to be governed by only the CDDL
   13.37 +or only the GPL Version 2, indicate your decision by adding
   13.38 +"[Contributor] elects to include this software in this distribution
   13.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.40 +single choice of license, a recipient has the option to distribute
   13.41 +your version of this file under either the CDDL, the GPL Version 2 or
   13.42 +to extend the choice of license to its licensees as provided above.
   13.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
   13.44 +Version 2 license, then the option applies only if the new code is
   13.45 +made subject to such option by the copyright holder.
   13.46 +-->
   13.47  <form ng-submit="performQuery()">
   13.48      <input class="search-query" ng-model="prefix" type="text" name="prefix" placeholder="Search" id="search-input"/><!--ng-change="performQueryDelayed()" -->
   13.49      <button class="btn" type="submit">Search</button>
    14.1 --- a/remoting/server/web/web.ui.frontend/public_html/index/ui/showCode.html	Sun Jan 08 20:10:28 2017 +0100
    14.2 +++ b/remoting/server/web/web.ui.frontend/public_html/index/ui/showCode.html	Sun Jan 08 20:10:35 2017 +0100
    14.3 @@ -1,3 +1,46 @@
    14.4 +<!--
    14.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.6 +
    14.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    14.8 +
    14.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   14.10 +Other names may be trademarks of their respective owners.
   14.11 +
   14.12 +The contents of this file are subject to the terms of either the GNU
   14.13 +General Public License Version 2 only ("GPL") or the Common
   14.14 +Development and Distribution License("CDDL") (collectively, the
   14.15 +"License"). You may not use this file except in compliance with the
   14.16 +License. You can obtain a copy of the License at
   14.17 +http://www.netbeans.org/cddl-gplv2.html
   14.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.19 +specific language governing permissions and limitations under the
   14.20 +License.  When distributing the software, include this License Header
   14.21 +Notice in each file and include the License file at
   14.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   14.23 +particular file as subject to the "Classpath" exception as provided
   14.24 +by Oracle in the GPL Version 2 section of the License file that
   14.25 +accompanied this code. If applicable, add the following below the
   14.26 +License Header, with the fields enclosed by brackets [] replaced by
   14.27 +your own identifying information:
   14.28 +"Portions Copyrighted [year] [name of copyright owner]"
   14.29 +
   14.30 +Contributor(s):
   14.31 +
   14.32 +The Original Software is NetBeans. The Initial Developer of the Original
   14.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   14.34 +Microsystems, Inc. All Rights Reserved.
   14.35 +
   14.36 +If you wish your version of this file to be governed by only the CDDL
   14.37 +or only the GPL Version 2, indicate your decision by adding
   14.38 +"[Contributor] elects to include this software in this distribution
   14.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.40 +single choice of license, a recipient has the option to distribute
   14.41 +your version of this file under either the CDDL, the GPL Version 2 or
   14.42 +to extend the choice of license to its licensees as provided above.
   14.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
   14.44 +Version 2 license, then the option applies only if the new code is
   14.45 +made subject to such option by the copyright holder.
   14.46 +-->
   14.47  <pre id="code" ng-bind-html-unsafe="sourceCode" ng-click="gotoAction($event)" ng-dblclick="markOccurrencesAction($event)">
   14.48  </pre>
   14.49  <div class="navbar navbar-fixed-bottom">
    15.1 --- a/remoting/server/web/web.ui.frontend/public_html/index/ui/usages.html	Sun Jan 08 20:10:28 2017 +0100
    15.2 +++ b/remoting/server/web/web.ui.frontend/public_html/index/ui/usages.html	Sun Jan 08 20:10:35 2017 +0100
    15.3 @@ -1,3 +1,46 @@
    15.4 +<!--
    15.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.6 +
    15.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    15.8 +
    15.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   15.10 +Other names may be trademarks of their respective owners.
   15.11 +
   15.12 +The contents of this file are subject to the terms of either the GNU
   15.13 +General Public License Version 2 only ("GPL") or the Common
   15.14 +Development and Distribution License("CDDL") (collectively, the
   15.15 +"License"). You may not use this file except in compliance with the
   15.16 +License. You can obtain a copy of the License at
   15.17 +http://www.netbeans.org/cddl-gplv2.html
   15.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.19 +specific language governing permissions and limitations under the
   15.20 +License.  When distributing the software, include this License Header
   15.21 +Notice in each file and include the License file at
   15.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   15.23 +particular file as subject to the "Classpath" exception as provided
   15.24 +by Oracle in the GPL Version 2 section of the License file that
   15.25 +accompanied this code. If applicable, add the following below the
   15.26 +License Header, with the fields enclosed by brackets [] replaced by
   15.27 +your own identifying information:
   15.28 +"Portions Copyrighted [year] [name of copyright owner]"
   15.29 +
   15.30 +Contributor(s):
   15.31 +
   15.32 +The Original Software is NetBeans. The Initial Developer of the Original
   15.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   15.34 +Microsystems, Inc. All Rights Reserved.
   15.35 +
   15.36 +If you wish your version of this file to be governed by only the CDDL
   15.37 +or only the GPL Version 2, indicate your decision by adding
   15.38 +"[Contributor] elects to include this software in this distribution
   15.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   15.40 +single choice of license, a recipient has the option to distribute
   15.41 +your version of this file under either the CDDL, the GPL Version 2 or
   15.42 +to extend the choice of license to its licensees as provided above.
   15.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
   15.44 +Version 2 license, then the option applies only if the new code is
   15.45 +made subject to such option by the copyright holder.
   15.46 +-->
   15.47  References to {{symbolDisplayName}} found in the following files:
   15.48  <br>
   15.49  <label>Projects:</label>
    16.1 --- a/remoting/server/web/web.ui.frontend/test/unit/index/ui/script-test.js	Sun Jan 08 20:10:28 2017 +0100
    16.2 +++ b/remoting/server/web/web.ui.frontend/test/unit/index/ui/script-test.js	Sun Jan 08 20:10:35 2017 +0100
    16.3 @@ -1,3 +1,47 @@
    16.4 +/*
    16.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.6 + *
    16.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    16.8 + *
    16.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   16.10 + * Other names may be trademarks of their respective owners.
   16.11 + *
   16.12 + * The contents of this file are subject to the terms of either the GNU
   16.13 + * General Public License Version 2 only ("GPL") or the Common
   16.14 + * Development and Distribution License("CDDL") (collectively, the
   16.15 + * "License"). You may not use this file except in compliance with the
   16.16 + * License. You can obtain a copy of the License at
   16.17 + * http://www.netbeans.org/cddl-gplv2.html
   16.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.19 + * specific language governing permissions and limitations under the
   16.20 + * License.  When distributing the software, include this License Header
   16.21 + * Notice in each file and include the License file at
   16.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   16.23 + * particular file as subject to the "Classpath" exception as provided
   16.24 + * by Oracle in the GPL Version 2 section of the License file that
   16.25 + * accompanied this code. If applicable, add the following below the
   16.26 + * License Header, with the fields enclosed by brackets [] replaced by
   16.27 + * your own identifying information:
   16.28 + * "Portions Copyrighted [year] [name of copyright owner]"
   16.29 + *
   16.30 + * Contributor(s):
   16.31 + *
   16.32 + * The Original Software is NetBeans. The Initial Developer of the Original
   16.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   16.34 + * Microsystems, Inc. All Rights Reserved.
   16.35 + *
   16.36 + * If you wish your version of this file to be governed by only the CDDL
   16.37 + * or only the GPL Version 2, indicate your decision by adding
   16.38 + * "[Contributor] elects to include this software in this distribution
   16.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.40 + * single choice of license, a recipient has the option to distribute
   16.41 + * your version of this file under either the CDDL, the GPL Version 2 or
   16.42 + * to extend the choice of license to its licensees as provided above.
   16.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   16.44 + * Version 2 license, then the option applies only if the new code is
   16.45 + * made subject to such option by the copyright holder.
   16.46 + */
   16.47 +
   16.48  HighlightingTest = TestCase("HighlightingTest");
   16.49  
   16.50  HighlightingTest.prototype.testHighlighting = function() {