Merged with default - added licenses donation_review
authorMilutin Kristofic <mkristofic@netbeans.org>
Wed, 22 Feb 2017 15:51:40 +0100
branchdonation_review
changeset 1586aef1c71000cb
parent 1582 11e4bd816e00
parent 1585 1f331b494c41
child 1587 1d09545927c4
Merged with default - added licenses
     1.1 --- a/build.xml	Mon Dec 19 11:28:54 2016 +0100
     1.2 +++ b/build.xml	Wed Feb 22 15:51:40 2017 +0100
     1.3 @@ -1,4 +1,47 @@
     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 2009-2017 Oracle and/or its affiliates. All rights reserved.
     1.9 +
    1.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.11 +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
    1.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.20 +specific language governing permissions and limitations under the
    1.21 +License.  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
    1.24 +particular file as subject to the "Classpath" exception as provided
    1.25 +by Oracle in the GPL Version 2 section of the License file that
    1.26 +accompanied this code. If applicable, add the following below the
    1.27 +License Header, with the fields enclosed by brackets [] replaced by
    1.28 +your own identifying information:
    1.29 +"Portions Copyrighted [year] [name of copyright owner]"
    1.30 +
    1.31 +Contributor(s):
    1.32 +
    1.33 +The Original Software is NetBeans. The Initial Developer of the Original
    1.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    1.35 +Microsystems, Inc. All Rights Reserved.
    1.36 +
    1.37 +If you wish your version of this file to be governed by only the CDDL
    1.38 +or only the GPL Version 2, indicate your decision by adding
    1.39 +"[Contributor] elects to include this software in this distribution
    1.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.41 +single choice of license, a recipient has the option to distribute
    1.42 +your version of this file under either the CDDL, the GPL Version 2 or
    1.43 +to extend the choice of license to its licensees as provided above.
    1.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
    1.45 +Version 2 license, then the option applies only if the new code is
    1.46 +made subject to such option by the copyright holder.
    1.47 +-->
    1.48  <project name="xml" basedir=".">
    1.49      <mkdir dir=".hg"/> <!-- just in case -->
    1.50      <get src="http://download.netbeans.org/netbeans/7.0/final/zip/netbeans-7.0-201104080000-ml-javase.zip" dest=".hg" skipexisting="true" verbose="true"/>
     2.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/build.xml	Mon Dec 19 11:28:54 2016 +0100
     2.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/build.xml	Wed Feb 22 15:51:40 2017 +0100
     2.3 @@ -1,4 +1,47 @@
     2.4  <?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!--
     2.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.7 +
     2.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     2.9 +
    2.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    2.11 +Other names may be trademarks of their respective owners.
    2.12 +
    2.13 +The contents of this file are subject to the terms of either the GNU
    2.14 +General Public License Version 2 only ("GPL") or the Common
    2.15 +Development and Distribution License("CDDL") (collectively, the
    2.16 +"License"). You may not use this file except in compliance with the
    2.17 +License. You can obtain a copy of the License at
    2.18 +http://www.netbeans.org/cddl-gplv2.html
    2.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.20 +specific language governing permissions and limitations under the
    2.21 +License.  When distributing the software, include this License Header
    2.22 +Notice in each file and include the License file at
    2.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    2.24 +particular file as subject to the "Classpath" exception as provided
    2.25 +by Oracle in the GPL Version 2 section of the License file that
    2.26 +accompanied this code. If applicable, add the following below the
    2.27 +License Header, with the fields enclosed by brackets [] replaced by
    2.28 +your own identifying information:
    2.29 +"Portions Copyrighted [year] [name of copyright owner]"
    2.30 +
    2.31 +Contributor(s):
    2.32 +
    2.33 +The Original Software is NetBeans. The Initial Developer of the Original
    2.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    2.35 +Microsystems, Inc. All Rights Reserved.
    2.36 +
    2.37 +If you wish your version of this file to be governed by only the CDDL
    2.38 +or only the GPL Version 2, indicate your decision by adding
    2.39 +"[Contributor] elects to include this software in this distribution
    2.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.41 +single choice of license, a recipient has the option to distribute
    2.42 +your version of this file under either the CDDL, the GPL Version 2 or
    2.43 +to extend the choice of license to its licensees as provided above.
    2.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
    2.45 +Version 2 license, then the option applies only if the new code is
    2.46 +made subject to such option by the copyright holder.
    2.47 +-->
    2.48  <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
    2.49  <!-- for some information on what you could do (e.g. targets to override). -->
    2.50  <!-- If you delete this file and reopen the project it will be recreated. -->
     3.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
     3.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
     3.3 @@ -1,5 +1,48 @@
     3.4  <?xml version="1.0" encoding="UTF-8"?>
     3.5  <!--
     3.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.7 +
     3.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     3.9 +
    3.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    3.11 +Other names may be trademarks of their respective owners.
    3.12 +
    3.13 +The contents of this file are subject to the terms of either the GNU
    3.14 +General Public License Version 2 only ("GPL") or the Common
    3.15 +Development and Distribution License("CDDL") (collectively, the
    3.16 +"License"). You may not use this file except in compliance with the
    3.17 +License. You can obtain a copy of the License at
    3.18 +http://www.netbeans.org/cddl-gplv2.html
    3.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.20 +specific language governing permissions and limitations under the
    3.21 +License.  When distributing the software, include this License Header
    3.22 +Notice in each file and include the License file at
    3.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    3.24 +particular file as subject to the "Classpath" exception as provided
    3.25 +by Oracle in the GPL Version 2 section of the License file that
    3.26 +accompanied this code. If applicable, add the following below the
    3.27 +License Header, with the fields enclosed by brackets [] replaced by
    3.28 +your own identifying information:
    3.29 +"Portions Copyrighted [year] [name of copyright owner]"
    3.30 +
    3.31 +Contributor(s):
    3.32 +
    3.33 +The Original Software is NetBeans. The Initial Developer of the Original
    3.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    3.35 +Microsystems, Inc. All Rights Reserved.
    3.36 +
    3.37 +If you wish your version of this file to be governed by only the CDDL
    3.38 +or only the GPL Version 2, indicate your decision by adding
    3.39 +"[Contributor] elects to include this software in this distribution
    3.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.41 +single choice of license, a recipient has the option to distribute
    3.42 +your version of this file under either the CDDL, the GPL Version 2 or
    3.43 +to extend the choice of license to its licensees as provided above.
    3.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
    3.45 +Version 2 license, then the option applies only if the new code is
    3.46 +made subject to such option by the copyright holder.
    3.47 +-->
    3.48 +<!--
    3.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
    3.50  ***         EDIT ../build.xml INSTEAD         ***
    3.51  -->
     4.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
     4.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
     4.3 @@ -1,3 +1,44 @@
     4.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.5 +
     4.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     4.7 +#
     4.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     4.9 +# Other names may be trademarks of their respective owners.
    4.10 +#
    4.11 +# The contents of this file are subject to the terms of either the GNU
    4.12 +# General Public License Version 2 only ("GPL") or the Common
    4.13 +# Development and Distribution License("CDDL") (collectively, the
    4.14 +# "License"). You may not use this file except in compliance with the
    4.15 +# License. You can obtain a copy of the License at
    4.16 +# http://www.netbeans.org/cddl-gplv2.html
    4.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.18 +# specific language governing permissions and limitations under the
    4.19 +# License.  When distributing the software, include this License Header
    4.20 +# Notice in each file and include the License file at
    4.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    4.22 +# particular file as subject to the "Classpath" exception as provided
    4.23 +# by Oracle in the GPL Version 2 section of the License file that
    4.24 +# accompanied this code. If applicable, add the following below the
    4.25 +# License Header, with the fields enclosed by brackets [] replaced by
    4.26 +# your own identifying information:
    4.27 +# "Portions Copyrighted [year] [name of copyright owner]"
    4.28 +#
    4.29 +# Contributor(s):
    4.30 +#
    4.31 +# The Original Software is NetBeans. The Initial Developer of the Original
    4.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    4.33 +# Microsystems, Inc. All Rights Reserved.
    4.34 +#
    4.35 +# If you wish your version of this file to be governed by only the CDDL
    4.36 +# or only the GPL Version 2, indicate your decision by adding
    4.37 +# "[Contributor] elects to include this software in this distribution
    4.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.39 +# single choice of license, a recipient has the option to distribute
    4.40 +# your version of this file under either the CDDL, the GPL Version 2 or
    4.41 +# to extend the choice of license to its licensees as provided above.
    4.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    4.43 +# Version 2 license, then the option applies only if the new code is
    4.44 +# made subject to such option by the copyright holder.
    4.45  build.xml.data.CRC32=4b9f9626
    4.46  build.xml.script.CRC32=be11818c
    4.47  build.xml.stylesheet.CRC32=79c3b980
     5.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/platform.properties	Mon Dec 19 11:28:54 2016 +0100
     5.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/platform.properties	Wed Feb 22 15:51:40 2017 +0100
     5.3 @@ -1,1 +1,42 @@
     5.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.5 +
     5.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     5.7 +#
     5.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     5.9 +# Other names may be trademarks of their respective owners.
    5.10 +#
    5.11 +# The contents of this file are subject to the terms of either the GNU
    5.12 +# General Public License Version 2 only ("GPL") or the Common
    5.13 +# Development and Distribution License("CDDL") (collectively, the
    5.14 +# "License"). You may not use this file except in compliance with the
    5.15 +# License. You can obtain a copy of the License at
    5.16 +# http://www.netbeans.org/cddl-gplv2.html
    5.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.18 +# specific language governing permissions and limitations under the
    5.19 +# License.  When distributing the software, include this License Header
    5.20 +# Notice in each file and include the License file at
    5.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    5.22 +# particular file as subject to the "Classpath" exception as provided
    5.23 +# by Oracle in the GPL Version 2 section of the License file that
    5.24 +# accompanied this code. If applicable, add the following below the
    5.25 +# License Header, with the fields enclosed by brackets [] replaced by
    5.26 +# your own identifying information:
    5.27 +# "Portions Copyrighted [year] [name of copyright owner]"
    5.28 +#
    5.29 +# Contributor(s):
    5.30 +#
    5.31 +# The Original Software is NetBeans. The Initial Developer of the Original
    5.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    5.33 +# Microsystems, Inc. All Rights Reserved.
    5.34 +#
    5.35 +# If you wish your version of this file to be governed by only the CDDL
    5.36 +# or only the GPL Version 2, indicate your decision by adding
    5.37 +# "[Contributor] elects to include this software in this distribution
    5.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.39 +# single choice of license, a recipient has the option to distribute
    5.40 +# your version of this file under either the CDDL, the GPL Version 2 or
    5.41 +# to extend the choice of license to its licensees as provided above.
    5.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    5.43 +# Version 2 license, then the option applies only if the new code is
    5.44 +# made subject to such option by the copyright holder.
    5.45  nbplatform.active=default
     6.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
     6.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
     6.3 @@ -1,3 +1,44 @@
     6.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.5 +
     6.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     6.7 +#
     6.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     6.9 +# 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
    6.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.18 +# specific language governing permissions and limitations under the
    6.19 +# License.  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
    6.22 +# particular file as subject to the "Classpath" exception as provided
    6.23 +# by Oracle in the GPL Version 2 section of the License file that
    6.24 +# accompanied this code. If applicable, add the following below the
    6.25 +# License Header, with the fields enclosed by brackets [] replaced by
    6.26 +# your own identifying information:
    6.27 +# "Portions Copyrighted [year] [name of copyright owner]"
    6.28 +#
    6.29 +# Contributor(s):
    6.30 +#
    6.31 +# The Original Software is NetBeans. The Initial Developer of the Original
    6.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    6.33 +# Microsystems, Inc. All Rights Reserved.
    6.34 +#
    6.35 +# If you wish your version of this file to be governed by only the CDDL
    6.36 +# or only the GPL Version 2, indicate your decision by adding
    6.37 +# "[Contributor] elects to include this software in this distribution
    6.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.39 +# single choice of license, a recipient has the option to distribute
    6.40 +# your version of this file under either the CDDL, the GPL Version 2 or
    6.41 +# to extend the choice of license to its licensees as provided above.
    6.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    6.43 +# Version 2 license, then the option applies only if the new code is
    6.44 +# made subject to such option by the copyright holder.
    6.45  nbm.homepage=http://www.netbeans.org
    6.46  nbm.module.author=cgallemore
    6.47  
     7.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
     7.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
     7.3 @@ -1,4 +1,47 @@
     7.4  <?xml version="1.0" encoding="UTF-8"?>
     7.5 +<!--
     7.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.7 +
     7.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     7.9 +
    7.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    7.11 +Other names may be trademarks of their respective owners.
    7.12 +
    7.13 +The contents of this file are subject to the terms of either the GNU
    7.14 +General Public License Version 2 only ("GPL") or the Common
    7.15 +Development and Distribution License("CDDL") (collectively, the
    7.16 +"License"). You may not use this file except in compliance with the
    7.17 +License. You can obtain a copy of the License at
    7.18 +http://www.netbeans.org/cddl-gplv2.html
    7.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.20 +specific language governing permissions and limitations under the
    7.21 +License.  When distributing the software, include this License Header
    7.22 +Notice in each file and include the License file at
    7.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    7.24 +particular file as subject to the "Classpath" exception as provided
    7.25 +by Oracle in the GPL Version 2 section of the License file that
    7.26 +accompanied this code. If applicable, add the following below the
    7.27 +License Header, with the fields enclosed by brackets [] replaced by
    7.28 +your own identifying information:
    7.29 +"Portions Copyrighted [year] [name of copyright owner]"
    7.30 +
    7.31 +Contributor(s):
    7.32 +
    7.33 +The Original Software is NetBeans. The Initial Developer of the Original
    7.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    7.35 +Microsystems, Inc. All Rights Reserved.
    7.36 +
    7.37 +If you wish your version of this file to be governed by only the CDDL
    7.38 +or only the GPL Version 2, indicate your decision by adding
    7.39 +"[Contributor] elects to include this software in this distribution
    7.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    7.41 +single choice of license, a recipient has the option to distribute
    7.42 +your version of this file under either the CDDL, the GPL Version 2 or
    7.43 +to extend the choice of license to its licensees as provided above.
    7.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
    7.45 +Version 2 license, then the option applies only if the new code is
    7.46 +made subject to such option by the copyright holder.
    7.47 +-->
    7.48  <project xmlns="http://www.netbeans.org/ns/project/1">
    7.49      <type>org.netbeans.modules.apisupport.project</type>
    7.50      <configuration>
     8.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
     8.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
     8.3 @@ -1,3 +1,44 @@
     8.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.5 +
     8.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     8.7 +#
     8.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     8.9 +# Other names may be trademarks of their respective owners.
    8.10 +#
    8.11 +# The contents of this file are subject to the terms of either the GNU
    8.12 +# General Public License Version 2 only ("GPL") or the Common
    8.13 +# Development and Distribution License("CDDL") (collectively, the
    8.14 +# "License"). You may not use this file except in compliance with the
    8.15 +# License. You can obtain a copy of the License at
    8.16 +# http://www.netbeans.org/cddl-gplv2.html
    8.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.18 +# specific language governing permissions and limitations under the
    8.19 +# License.  When distributing the software, include this License Header
    8.20 +# Notice in each file and include the License file at
    8.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    8.22 +# particular file as subject to the "Classpath" exception as provided
    8.23 +# by Oracle in the GPL Version 2 section of the License file that
    8.24 +# accompanied this code. If applicable, add the following below the
    8.25 +# License Header, with the fields enclosed by brackets [] replaced by
    8.26 +# your own identifying information:
    8.27 +# "Portions Copyrighted [year] [name of copyright owner]"
    8.28 +#
    8.29 +# Contributor(s):
    8.30 +#
    8.31 +# The Original Software is NetBeans. The Initial Developer of the Original
    8.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    8.33 +# Microsystems, Inc. All Rights Reserved.
    8.34 +#
    8.35 +# If you wish your version of this file to be governed by only the CDDL
    8.36 +# or only the GPL Version 2, indicate your decision by adding
    8.37 +# "[Contributor] elects to include this software in this distribution
    8.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.39 +# single choice of license, a recipient has the option to distribute
    8.40 +# your version of this file under either the CDDL, the GPL Version 2 or
    8.41 +# to extend the choice of license to its licensees as provided above.
    8.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    8.43 +# Version 2 license, then the option applies only if the new code is
    8.44 +# made subject to such option by the copyright holder.
    8.45  OpenIDE-Module-Name=RSS WSDL Extension
    8.46  OpenIDE-Module-Short-Description=Binding component deployment plugin for RSS
    8.47  OpenIDE-Module-Long-Description=Deployment plugin for adding wsdl extensions related to this binding component to the wsdl editor
     9.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/RSSWsdlExt.xsd	Mon Dec 19 11:28:54 2016 +0100
     9.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/RSSWsdlExt.xsd	Wed Feb 22 15:51:40 2017 +0100
     9.3 @@ -1,4 +1,47 @@
     9.4  <?xml version="1.0" encoding="UTF-8"?>
     9.5 +<!--
     9.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.7 +
     9.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     9.9 +
    9.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    9.11 +Other names may be trademarks of their respective owners.
    9.12 +
    9.13 +The contents of this file are subject to the terms of either the GNU
    9.14 +General Public License Version 2 only ("GPL") or the Common
    9.15 +Development and Distribution License("CDDL") (collectively, the
    9.16 +"License"). You may not use this file except in compliance with the
    9.17 +License. You can obtain a copy of the License at
    9.18 +http://www.netbeans.org/cddl-gplv2.html
    9.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.20 +specific language governing permissions and limitations under the
    9.21 +License.  When distributing the software, include this License Header
    9.22 +Notice in each file and include the License file at
    9.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    9.24 +particular file as subject to the "Classpath" exception as provided
    9.25 +by Oracle in the GPL Version 2 section of the License file that
    9.26 +accompanied this code. If applicable, add the following below the
    9.27 +License Header, with the fields enclosed by brackets [] replaced by
    9.28 +your own identifying information:
    9.29 +"Portions Copyrighted [year] [name of copyright owner]"
    9.30 +
    9.31 +Contributor(s):
    9.32 +
    9.33 +The Original Software is NetBeans. The Initial Developer of the Original
    9.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    9.35 +Microsystems, Inc. All Rights Reserved.
    9.36 +
    9.37 +If you wish your version of this file to be governed by only the CDDL
    9.38 +or only the GPL Version 2, indicate your decision by adding
    9.39 +"[Contributor] elects to include this software in this distribution
    9.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    9.41 +single choice of license, a recipient has the option to distribute
    9.42 +your version of this file under either the CDDL, the GPL Version 2 or
    9.43 +to extend the choice of license to its licensees as provided above.
    9.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
    9.45 +Version 2 license, then the option applies only if the new code is
    9.46 +made subject to such option by the copyright holder.
    9.47 +-->
    9.48  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
    9.49             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    9.50             xmlns:rss="http://schemas.sun.com/jbi/wsdl-extensions/rss/" 
    10.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/layer.xml	Mon Dec 19 11:28:54 2016 +0100
    10.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/layer.xml	Wed Feb 22 15:51:40 2017 +0100
    10.3 @@ -1,4 +1,47 @@
    10.4  <?xml version="1.0" encoding="UTF-8"?>
    10.5 +<!--
    10.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.7 +
    10.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    10.9 +
   10.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   10.11 +Other names may be trademarks of their respective owners.
   10.12 +
   10.13 +The contents of this file are subject to the terms of either the GNU
   10.14 +General Public License Version 2 only ("GPL") or the Common
   10.15 +Development and Distribution License("CDDL") (collectively, the
   10.16 +"License"). You may not use this file except in compliance with the
   10.17 +License. You can obtain a copy of the License at
   10.18 +http://www.netbeans.org/cddl-gplv2.html
   10.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.20 +specific language governing permissions and limitations under the
   10.21 +License.  When distributing the software, include this License Header
   10.22 +Notice in each file and include the License file at
   10.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   10.24 +particular file as subject to the "Classpath" exception as provided
   10.25 +by Oracle in the GPL Version 2 section of the License file that
   10.26 +accompanied this code. If applicable, add the following below the
   10.27 +License Header, with the fields enclosed by brackets [] replaced by
   10.28 +your own identifying information:
   10.29 +"Portions Copyrighted [year] [name of copyright owner]"
   10.30 +
   10.31 +Contributor(s):
   10.32 +
   10.33 +The Original Software is NetBeans. The Initial Developer of the Original
   10.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   10.35 +Microsystems, Inc. All Rights Reserved.
   10.36 +
   10.37 +If you wish your version of this file to be governed by only the CDDL
   10.38 +or only the GPL Version 2, indicate your decision by adding
   10.39 +"[Contributor] elects to include this software in this distribution
   10.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   10.41 +single choice of license, a recipient has the option to distribute
   10.42 +your version of this file under either the CDDL, the GPL Version 2 or
   10.43 +to extend the choice of license to its licensees as provided above.
   10.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   10.45 +Version 2 license, then the option applies only if the new code is
   10.46 +made subject to such option by the copyright holder.
   10.47 +-->
   10.48  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
   10.49  <filesystem>
   10.50      <folder name="WSDLEditor">
    11.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/build.xml	Mon Dec 19 11:28:54 2016 +0100
    11.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/build.xml	Wed Feb 22 15:51:40 2017 +0100
    11.3 @@ -1,4 +1,47 @@
    11.4  <?xml version="1.0" encoding="UTF-8"?>
    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  <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
   11.49  <!-- for some information on what you could do (e.g. targets to override). -->
   11.50  <!-- If you delete this file and reopen the project it will be recreated. -->
    12.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    12.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    12.3 @@ -1,5 +1,48 @@
    12.4  <?xml version="1.0" encoding="UTF-8"?>
    12.5  <!--
    12.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.7 +
    12.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    12.9 +
   12.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   12.11 +Other names may be trademarks of their respective owners.
   12.12 +
   12.13 +The contents of this file are subject to the terms of either the GNU
   12.14 +General Public License Version 2 only ("GPL") or the Common
   12.15 +Development and Distribution License("CDDL") (collectively, the
   12.16 +"License"). You may not use this file except in compliance with the
   12.17 +License. You can obtain a copy of the License at
   12.18 +http://www.netbeans.org/cddl-gplv2.html
   12.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.20 +specific language governing permissions and limitations under the
   12.21 +License.  When distributing the software, include this License Header
   12.22 +Notice in each file and include the License file at
   12.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   12.24 +particular file as subject to the "Classpath" exception as provided
   12.25 +by Oracle in the GPL Version 2 section of the License file that
   12.26 +accompanied this code. If applicable, add the following below the
   12.27 +License Header, with the fields enclosed by brackets [] replaced by
   12.28 +your own identifying information:
   12.29 +"Portions Copyrighted [year] [name of copyright owner]"
   12.30 +
   12.31 +Contributor(s):
   12.32 +
   12.33 +The Original Software is NetBeans. The Initial Developer of the Original
   12.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   12.35 +Microsystems, Inc. All Rights Reserved.
   12.36 +
   12.37 +If you wish your version of this file to be governed by only the CDDL
   12.38 +or only the GPL Version 2, indicate your decision by adding
   12.39 +"[Contributor] elects to include this software in this distribution
   12.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   12.41 +single choice of license, a recipient has the option to distribute
   12.42 +your version of this file under either the CDDL, the GPL Version 2 or
   12.43 +to extend the choice of license to its licensees as provided above.
   12.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   12.45 +Version 2 license, then the option applies only if the new code is
   12.46 +made subject to such option by the copyright holder.
   12.47 +-->
   12.48 +<!--
   12.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   12.50  ***         EDIT ../build.xml INSTEAD         ***
   12.51  -->
    13.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    13.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    13.3 @@ -1,3 +1,44 @@
    13.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.5 +
    13.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    13.7 +#
    13.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    13.9 +# Other names may be trademarks of their respective owners.
   13.10 +#
   13.11 +# The contents of this file are subject to the terms of either the GNU
   13.12 +# General Public License Version 2 only ("GPL") or the Common
   13.13 +# Development and Distribution License("CDDL") (collectively, the
   13.14 +# "License"). You may not use this file except in compliance with the
   13.15 +# License. You can obtain a copy of the License at
   13.16 +# http://www.netbeans.org/cddl-gplv2.html
   13.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.18 +# specific language governing permissions and limitations under the
   13.19 +# License.  When distributing the software, include this License Header
   13.20 +# Notice in each file and include the License file at
   13.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   13.22 +# particular file as subject to the "Classpath" exception as provided
   13.23 +# by Oracle in the GPL Version 2 section of the License file that
   13.24 +# accompanied this code. If applicable, add the following below the
   13.25 +# License Header, with the fields enclosed by brackets [] replaced by
   13.26 +# your own identifying information:
   13.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   13.28 +#
   13.29 +# Contributor(s):
   13.30 +#
   13.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   13.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   13.33 +# Microsystems, Inc. All Rights Reserved.
   13.34 +#
   13.35 +# If you wish your version of this file to be governed by only the CDDL
   13.36 +# or only the GPL Version 2, indicate your decision by adding
   13.37 +# "[Contributor] elects to include this software in this distribution
   13.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.39 +# single choice of license, a recipient has the option to distribute
   13.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   13.41 +# to extend the choice of license to its licensees as provided above.
   13.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   13.43 +# Version 2 license, then the option applies only if the new code is
   13.44 +# made subject to such option by the copyright holder.
   13.45  build.xml.data.CRC32=d074fc44
   13.46  build.xml.script.CRC32=6d21079c
   13.47  build.xml.stylesheet.CRC32=79c3b980
    14.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/platform.properties	Mon Dec 19 11:28:54 2016 +0100
    14.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/platform.properties	Wed Feb 22 15:51:40 2017 +0100
    14.3 @@ -1,1 +1,42 @@
    14.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.5 +
    14.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    14.7 +#
    14.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    14.9 +# Other names may be trademarks of their respective owners.
   14.10 +#
   14.11 +# The contents of this file are subject to the terms of either the GNU
   14.12 +# General Public License Version 2 only ("GPL") or the Common
   14.13 +# Development and Distribution License("CDDL") (collectively, the
   14.14 +# "License"). You may not use this file except in compliance with the
   14.15 +# License. You can obtain a copy of the License at
   14.16 +# http://www.netbeans.org/cddl-gplv2.html
   14.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.18 +# specific language governing permissions and limitations under the
   14.19 +# License.  When distributing the software, include this License Header
   14.20 +# Notice in each file and include the License file at
   14.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   14.22 +# particular file as subject to the "Classpath" exception as provided
   14.23 +# by Oracle in the GPL Version 2 section of the License file that
   14.24 +# accompanied this code. If applicable, add the following below the
   14.25 +# License Header, with the fields enclosed by brackets [] replaced by
   14.26 +# your own identifying information:
   14.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   14.28 +#
   14.29 +# Contributor(s):
   14.30 +#
   14.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   14.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   14.33 +# Microsystems, Inc. All Rights Reserved.
   14.34 +#
   14.35 +# If you wish your version of this file to be governed by only the CDDL
   14.36 +# or only the GPL Version 2, indicate your decision by adding
   14.37 +# "[Contributor] elects to include this software in this distribution
   14.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.39 +# single choice of license, a recipient has the option to distribute
   14.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   14.41 +# to extend the choice of license to its licensees as provided above.
   14.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   14.43 +# Version 2 license, then the option applies only if the new code is
   14.44 +# made subject to such option by the copyright holder.
   14.45  nbplatform.active=default
    15.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
    15.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
    15.3 @@ -1,3 +1,44 @@
    15.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.5 +
    15.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    15.7 +#
    15.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    15.9 +# Other names may be trademarks of their respective owners.
   15.10 +#
   15.11 +# The contents of this file are subject to the terms of either the GNU
   15.12 +# General Public License Version 2 only ("GPL") or the Common
   15.13 +# Development and Distribution License("CDDL") (collectively, the
   15.14 +# "License"). You may not use this file except in compliance with the
   15.15 +# License. You can obtain a copy of the License at
   15.16 +# http://www.netbeans.org/cddl-gplv2.html
   15.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.18 +# specific language governing permissions and limitations under the
   15.19 +# License.  When distributing the software, include this License Header
   15.20 +# Notice in each file and include the License file at
   15.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   15.22 +# particular file as subject to the "Classpath" exception as provided
   15.23 +# by Oracle in the GPL Version 2 section of the License file that
   15.24 +# accompanied this code. If applicable, add the following below the
   15.25 +# License Header, with the fields enclosed by brackets [] replaced by
   15.26 +# your own identifying information:
   15.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   15.28 +#
   15.29 +# Contributor(s):
   15.30 +#
   15.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   15.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   15.33 +# Microsystems, Inc. All Rights Reserved.
   15.34 +#
   15.35 +# If you wish your version of this file to be governed by only the CDDL
   15.36 +# or only the GPL Version 2, indicate your decision by adding
   15.37 +# "[Contributor] elects to include this software in this distribution
   15.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   15.39 +# single choice of license, a recipient has the option to distribute
   15.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   15.41 +# to extend the choice of license to its licensees as provided above.
   15.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   15.43 +# Version 2 license, then the option applies only if the new code is
   15.44 +# made subject to such option by the copyright holder.
   15.45  nbm.homepage=http://www.netbeans.org
   15.46  nbm.module.author=cgallemore
   15.47  
    16.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
    16.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
    16.3 @@ -1,4 +1,47 @@
    16.4  <?xml version="1.0" encoding="UTF-8"?>
    16.5 +<!--
    16.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.7 +
    16.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    16.9 +
   16.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   16.11 +Other names may be trademarks of their respective owners.
   16.12 +
   16.13 +The contents of this file are subject to the terms of either the GNU
   16.14 +General Public License Version 2 only ("GPL") or the Common
   16.15 +Development and Distribution License("CDDL") (collectively, the
   16.16 +"License"). You may not use this file except in compliance with the
   16.17 +License. You can obtain a copy of the License at
   16.18 +http://www.netbeans.org/cddl-gplv2.html
   16.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.20 +specific language governing permissions and limitations under the
   16.21 +License.  When distributing the software, include this License Header
   16.22 +Notice in each file and include the License file at
   16.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   16.24 +particular file as subject to the "Classpath" exception as provided
   16.25 +by Oracle in the GPL Version 2 section of the License file that
   16.26 +accompanied this code. If applicable, add the following below the
   16.27 +License Header, with the fields enclosed by brackets [] replaced by
   16.28 +your own identifying information:
   16.29 +"Portions Copyrighted [year] [name of copyright owner]"
   16.30 +
   16.31 +Contributor(s):
   16.32 +
   16.33 +The Original Software is NetBeans. The Initial Developer of the Original
   16.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   16.35 +Microsystems, Inc. All Rights Reserved.
   16.36 +
   16.37 +If you wish your version of this file to be governed by only the CDDL
   16.38 +or only the GPL Version 2, indicate your decision by adding
   16.39 +"[Contributor] elects to include this software in this distribution
   16.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.41 +single choice of license, a recipient has the option to distribute
   16.42 +your version of this file under either the CDDL, the GPL Version 2 or
   16.43 +to extend the choice of license to its licensees as provided above.
   16.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   16.45 +Version 2 license, then the option applies only if the new code is
   16.46 +made subject to such option by the copyright holder.
   16.47 +-->
   16.48  <project xmlns="http://www.netbeans.org/ns/project/1">
   16.49      <type>org.netbeans.modules.apisupport.project</type>
   16.50      <configuration>
    17.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
    17.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
    17.3 @@ -1,3 +1,44 @@
    17.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.5 +
    17.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    17.7 +#
    17.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    17.9 +# Other names may be trademarks of their respective owners.
   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.  Oracle designates this
   17.22 +# particular file as subject to the "Classpath" exception as provided
   17.23 +# by Oracle 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 2009-2010 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  OpenIDE-Module-Name=SIP WSDL Extension
   17.46  OpenIDE-Module-Short-Description=Binding component deployment plugin for SIP
   17.47  OpenIDE-Module-Long-Description=Deployment plugin for adding wsdl extensions related to this binding component to the wsdl editor
    18.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/SIPWsdlExt.xsd	Mon Dec 19 11:28:54 2016 +0100
    18.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/SIPWsdlExt.xsd	Wed Feb 22 15:51:40 2017 +0100
    18.3 @@ -1,4 +1,47 @@
    18.4  <?xml version="1.0" encoding="UTF-8"?>
    18.5 +<!--
    18.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.7 +
    18.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    18.9 +
   18.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   18.11 +Other names may be trademarks of their respective owners.
   18.12 +
   18.13 +The contents of this file are subject to the terms of either the GNU
   18.14 +General Public License Version 2 only ("GPL") or the Common
   18.15 +Development and Distribution License("CDDL") (collectively, the
   18.16 +"License"). You may not use this file except in compliance with the
   18.17 +License. You can obtain a copy of the License at
   18.18 +http://www.netbeans.org/cddl-gplv2.html
   18.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.20 +specific language governing permissions and limitations under the
   18.21 +License.  When distributing the software, include this License Header
   18.22 +Notice in each file and include the License file at
   18.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   18.24 +particular file as subject to the "Classpath" exception as provided
   18.25 +by Oracle in the GPL Version 2 section of the License file that
   18.26 +accompanied this code. If applicable, add the following below the
   18.27 +License Header, with the fields enclosed by brackets [] replaced by
   18.28 +your own identifying information:
   18.29 +"Portions Copyrighted [year] [name of copyright owner]"
   18.30 +
   18.31 +Contributor(s):
   18.32 +
   18.33 +The Original Software is NetBeans. The Initial Developer of the Original
   18.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   18.35 +Microsystems, Inc. All Rights Reserved.
   18.36 +
   18.37 +If you wish your version of this file to be governed by only the CDDL
   18.38 +or only the GPL Version 2, indicate your decision by adding
   18.39 +"[Contributor] elects to include this software in this distribution
   18.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   18.41 +single choice of license, a recipient has the option to distribute
   18.42 +your version of this file under either the CDDL, the GPL Version 2 or
   18.43 +to extend the choice of license to its licensees as provided above.
   18.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   18.45 +Version 2 license, then the option applies only if the new code is
   18.46 +made subject to such option by the copyright holder.
   18.47 +-->
   18.48  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   18.49             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
   18.50             xmlns:sip="http://schemas.sun.com/jbi/wsdl-extensions/sip/" 
    19.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/layer.xml	Mon Dec 19 11:28:54 2016 +0100
    19.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/layer.xml	Wed Feb 22 15:51:40 2017 +0100
    19.3 @@ -1,4 +1,47 @@
    19.4  <?xml version="1.0" encoding="UTF-8"?>
    19.5 +<!--
    19.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.7 +
    19.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    19.9 +
   19.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   19.11 +Other names may be trademarks of their respective owners.
   19.12 +
   19.13 +The contents of this file are subject to the terms of either the GNU
   19.14 +General Public License Version 2 only ("GPL") or the Common
   19.15 +Development and Distribution License("CDDL") (collectively, the
   19.16 +"License"). You may not use this file except in compliance with the
   19.17 +License. You can obtain a copy of the License at
   19.18 +http://www.netbeans.org/cddl-gplv2.html
   19.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.20 +specific language governing permissions and limitations under the
   19.21 +License.  When distributing the software, include this License Header
   19.22 +Notice in each file and include the License file at
   19.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   19.24 +particular file as subject to the "Classpath" exception as provided
   19.25 +by Oracle in the GPL Version 2 section of the License file that
   19.26 +accompanied this code. If applicable, add the following below the
   19.27 +License Header, with the fields enclosed by brackets [] replaced by
   19.28 +your own identifying information:
   19.29 +"Portions Copyrighted [year] [name of copyright owner]"
   19.30 +
   19.31 +Contributor(s):
   19.32 +
   19.33 +The Original Software is NetBeans. The Initial Developer of the Original
   19.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   19.35 +Microsystems, Inc. All Rights Reserved.
   19.36 +
   19.37 +If you wish your version of this file to be governed by only the CDDL
   19.38 +or only the GPL Version 2, indicate your decision by adding
   19.39 +"[Contributor] elects to include this software in this distribution
   19.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   19.41 +single choice of license, a recipient has the option to distribute
   19.42 +your version of this file under either the CDDL, the GPL Version 2 or
   19.43 +to extend the choice of license to its licensees as provided above.
   19.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   19.45 +Version 2 license, then the option applies only if the new code is
   19.46 +made subject to such option by the copyright holder.
   19.47 +-->
   19.48  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
   19.49  <filesystem>
   19.50      <folder name="WSDLEditor">
    20.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/build.xml	Mon Dec 19 11:28:54 2016 +0100
    20.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/build.xml	Wed Feb 22 15:51:40 2017 +0100
    20.3 @@ -1,4 +1,47 @@
    20.4  <?xml version="1.0" encoding="UTF-8"?>
    20.5 +<!--
    20.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.7 +
    20.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    20.9 +
   20.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   20.11 +Other names may be trademarks of their respective owners.
   20.12 +
   20.13 +The contents of this file are subject to the terms of either the GNU
   20.14 +General Public License Version 2 only ("GPL") or the Common
   20.15 +Development and Distribution License("CDDL") (collectively, the
   20.16 +"License"). You may not use this file except in compliance with the
   20.17 +License. You can obtain a copy of the License at
   20.18 +http://www.netbeans.org/cddl-gplv2.html
   20.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.20 +specific language governing permissions and limitations under the
   20.21 +License.  When distributing the software, include this License Header
   20.22 +Notice in each file and include the License file at
   20.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   20.24 +particular file as subject to the "Classpath" exception as provided
   20.25 +by Oracle in the GPL Version 2 section of the License file that
   20.26 +accompanied this code. If applicable, add the following below the
   20.27 +License Header, with the fields enclosed by brackets [] replaced by
   20.28 +your own identifying information:
   20.29 +"Portions Copyrighted [year] [name of copyright owner]"
   20.30 +
   20.31 +Contributor(s):
   20.32 +
   20.33 +The Original Software is NetBeans. The Initial Developer of the Original
   20.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   20.35 +Microsystems, Inc. All Rights Reserved.
   20.36 +
   20.37 +If you wish your version of this file to be governed by only the CDDL
   20.38 +or only the GPL Version 2, indicate your decision by adding
   20.39 +"[Contributor] elects to include this software in this distribution
   20.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   20.41 +single choice of license, a recipient has the option to distribute
   20.42 +your version of this file under either the CDDL, the GPL Version 2 or
   20.43 +to extend the choice of license to its licensees as provided above.
   20.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   20.45 +Version 2 license, then the option applies only if the new code is
   20.46 +made subject to such option by the copyright holder.
   20.47 +-->
   20.48  <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
   20.49  <!-- for some information on what you could do (e.g. targets to override). -->
   20.50  <!-- If you delete this file and reopen the project it will be recreated. -->
    21.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    21.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    21.3 @@ -1,5 +1,48 @@
    21.4  <?xml version="1.0" encoding="UTF-8"?>
    21.5  <!--
    21.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.7 +
    21.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    21.9 +
   21.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   21.11 +Other names may be trademarks of their respective owners.
   21.12 +
   21.13 +The contents of this file are subject to the terms of either the GNU
   21.14 +General Public License Version 2 only ("GPL") or the Common
   21.15 +Development and Distribution License("CDDL") (collectively, the
   21.16 +"License"). You may not use this file except in compliance with the
   21.17 +License. You can obtain a copy of the License at
   21.18 +http://www.netbeans.org/cddl-gplv2.html
   21.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.20 +specific language governing permissions and limitations under the
   21.21 +License.  When distributing the software, include this License Header
   21.22 +Notice in each file and include the License file at
   21.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   21.24 +particular file as subject to the "Classpath" exception as provided
   21.25 +by Oracle in the GPL Version 2 section of the License file that
   21.26 +accompanied this code. If applicable, add the following below the
   21.27 +License Header, with the fields enclosed by brackets [] replaced by
   21.28 +your own identifying information:
   21.29 +"Portions Copyrighted [year] [name of copyright owner]"
   21.30 +
   21.31 +Contributor(s):
   21.32 +
   21.33 +The Original Software is NetBeans. The Initial Developer of the Original
   21.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   21.35 +Microsystems, Inc. All Rights Reserved.
   21.36 +
   21.37 +If you wish your version of this file to be governed by only the CDDL
   21.38 +or only the GPL Version 2, indicate your decision by adding
   21.39 +"[Contributor] elects to include this software in this distribution
   21.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   21.41 +single choice of license, a recipient has the option to distribute
   21.42 +your version of this file under either the CDDL, the GPL Version 2 or
   21.43 +to extend the choice of license to its licensees as provided above.
   21.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   21.45 +Version 2 license, then the option applies only if the new code is
   21.46 +made subject to such option by the copyright holder.
   21.47 +-->
   21.48 +<!--
   21.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   21.50  ***         EDIT ../build.xml INSTEAD         ***
   21.51  -->
    22.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    22.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    22.3 @@ -1,3 +1,44 @@
    22.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.5 +
    22.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    22.7 +#
    22.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    22.9 +# Other names may be trademarks of their respective owners.
   22.10 +#
   22.11 +# The contents of this file are subject to the terms of either the GNU
   22.12 +# General Public License Version 2 only ("GPL") or the Common
   22.13 +# Development and Distribution License("CDDL") (collectively, the
   22.14 +# "License"). You may not use this file except in compliance with the
   22.15 +# License. You can obtain a copy of the License at
   22.16 +# http://www.netbeans.org/cddl-gplv2.html
   22.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   22.18 +# specific language governing permissions and limitations under the
   22.19 +# License.  When distributing the software, include this License Header
   22.20 +# Notice in each file and include the License file at
   22.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   22.22 +# particular file as subject to the "Classpath" exception as provided
   22.23 +# by Oracle in the GPL Version 2 section of the License file that
   22.24 +# accompanied this code. If applicable, add the following below the
   22.25 +# License Header, with the fields enclosed by brackets [] replaced by
   22.26 +# your own identifying information:
   22.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   22.28 +#
   22.29 +# Contributor(s):
   22.30 +#
   22.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   22.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   22.33 +# Microsystems, Inc. All Rights Reserved.
   22.34 +#
   22.35 +# If you wish your version of this file to be governed by only the CDDL
   22.36 +# or only the GPL Version 2, indicate your decision by adding
   22.37 +# "[Contributor] elects to include this software in this distribution
   22.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   22.39 +# single choice of license, a recipient has the option to distribute
   22.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   22.41 +# to extend the choice of license to its licensees as provided above.
   22.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   22.43 +# Version 2 license, then the option applies only if the new code is
   22.44 +# made subject to such option by the copyright holder.
   22.45  build.xml.data.CRC32=426ad237
   22.46  build.xml.script.CRC32=d236e0c0
   22.47  build.xml.stylesheet.CRC32=79c3b980
    23.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/platform.properties	Mon Dec 19 11:28:54 2016 +0100
    23.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/platform.properties	Wed Feb 22 15:51:40 2017 +0100
    23.3 @@ -1,1 +1,42 @@
    23.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.5 +
    23.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    23.7 +#
    23.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    23.9 +# Other names may be trademarks of their respective owners.
   23.10 +#
   23.11 +# The contents of this file are subject to the terms of either the GNU
   23.12 +# General Public License Version 2 only ("GPL") or the Common
   23.13 +# Development and Distribution License("CDDL") (collectively, the
   23.14 +# "License"). You may not use this file except in compliance with the
   23.15 +# License. You can obtain a copy of the License at
   23.16 +# http://www.netbeans.org/cddl-gplv2.html
   23.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   23.18 +# specific language governing permissions and limitations under the
   23.19 +# License.  When distributing the software, include this License Header
   23.20 +# Notice in each file and include the License file at
   23.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   23.22 +# particular file as subject to the "Classpath" exception as provided
   23.23 +# by Oracle in the GPL Version 2 section of the License file that
   23.24 +# accompanied this code. If applicable, add the following below the
   23.25 +# License Header, with the fields enclosed by brackets [] replaced by
   23.26 +# your own identifying information:
   23.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   23.28 +#
   23.29 +# Contributor(s):
   23.30 +#
   23.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   23.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   23.33 +# Microsystems, Inc. All Rights Reserved.
   23.34 +#
   23.35 +# If you wish your version of this file to be governed by only the CDDL
   23.36 +# or only the GPL Version 2, indicate your decision by adding
   23.37 +# "[Contributor] elects to include this software in this distribution
   23.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   23.39 +# single choice of license, a recipient has the option to distribute
   23.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   23.41 +# to extend the choice of license to its licensees as provided above.
   23.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   23.43 +# Version 2 license, then the option applies only if the new code is
   23.44 +# made subject to such option by the copyright holder.
   23.45  nbplatform.active=default
    24.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
    24.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
    24.3 @@ -1,3 +1,44 @@
    24.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.5 +
    24.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    24.7 +#
    24.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    24.9 +# Other names may be trademarks of their respective owners.
   24.10 +#
   24.11 +# The contents of this file are subject to the terms of either the GNU
   24.12 +# General Public License Version 2 only ("GPL") or the Common
   24.13 +# Development and Distribution License("CDDL") (collectively, the
   24.14 +# "License"). You may not use this file except in compliance with the
   24.15 +# License. You can obtain a copy of the License at
   24.16 +# http://www.netbeans.org/cddl-gplv2.html
   24.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   24.18 +# specific language governing permissions and limitations under the
   24.19 +# License.  When distributing the software, include this License Header
   24.20 +# Notice in each file and include the License file at
   24.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   24.22 +# particular file as subject to the "Classpath" exception as provided
   24.23 +# by Oracle in the GPL Version 2 section of the License file that
   24.24 +# accompanied this code. If applicable, add the following below the
   24.25 +# License Header, with the fields enclosed by brackets [] replaced by
   24.26 +# your own identifying information:
   24.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   24.28 +#
   24.29 +# Contributor(s):
   24.30 +#
   24.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   24.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   24.33 +# Microsystems, Inc. All Rights Reserved.
   24.34 +#
   24.35 +# If you wish your version of this file to be governed by only the CDDL
   24.36 +# or only the GPL Version 2, indicate your decision by adding
   24.37 +# "[Contributor] elects to include this software in this distribution
   24.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   24.39 +# single choice of license, a recipient has the option to distribute
   24.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   24.41 +# to extend the choice of license to its licensees as provided above.
   24.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   24.43 +# Version 2 license, then the option applies only if the new code is
   24.44 +# made subject to such option by the copyright holder.
   24.45  nbm.homepage=http://www.netbeans.org
   24.46  nbm.module.author=cgallemore
   24.47  
    25.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
    25.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
    25.3 @@ -1,4 +1,47 @@
    25.4  <?xml version="1.0" encoding="UTF-8"?>
    25.5 +<!--
    25.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.7 +
    25.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    25.9 +
   25.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   25.11 +Other names may be trademarks of their respective owners.
   25.12 +
   25.13 +The contents of this file are subject to the terms of either the GNU
   25.14 +General Public License Version 2 only ("GPL") or the Common
   25.15 +Development and Distribution License("CDDL") (collectively, the
   25.16 +"License"). You may not use this file except in compliance with the
   25.17 +License. You can obtain a copy of the License at
   25.18 +http://www.netbeans.org/cddl-gplv2.html
   25.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   25.20 +specific language governing permissions and limitations under the
   25.21 +License.  When distributing the software, include this License Header
   25.22 +Notice in each file and include the License file at
   25.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   25.24 +particular file as subject to the "Classpath" exception as provided
   25.25 +by Oracle in the GPL Version 2 section of the License file that
   25.26 +accompanied this code. If applicable, add the following below the
   25.27 +License Header, with the fields enclosed by brackets [] replaced by
   25.28 +your own identifying information:
   25.29 +"Portions Copyrighted [year] [name of copyright owner]"
   25.30 +
   25.31 +Contributor(s):
   25.32 +
   25.33 +The Original Software is NetBeans. The Initial Developer of the Original
   25.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   25.35 +Microsystems, Inc. All Rights Reserved.
   25.36 +
   25.37 +If you wish your version of this file to be governed by only the CDDL
   25.38 +or only the GPL Version 2, indicate your decision by adding
   25.39 +"[Contributor] elects to include this software in this distribution
   25.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   25.41 +single choice of license, a recipient has the option to distribute
   25.42 +your version of this file under either the CDDL, the GPL Version 2 or
   25.43 +to extend the choice of license to its licensees as provided above.
   25.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   25.45 +Version 2 license, then the option applies only if the new code is
   25.46 +made subject to such option by the copyright holder.
   25.47 +-->
   25.48  <project xmlns="http://www.netbeans.org/ns/project/1">
   25.49      <type>org.netbeans.modules.apisupport.project</type>
   25.50      <configuration>
    26.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
    26.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
    26.3 @@ -1,3 +1,44 @@
    26.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.5 +
    26.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    26.7 +#
    26.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    26.9 +# Other names may be trademarks of their respective owners.
   26.10 +#
   26.11 +# The contents of this file are subject to the terms of either the GNU
   26.12 +# General Public License Version 2 only ("GPL") or the Common
   26.13 +# Development and Distribution License("CDDL") (collectively, the
   26.14 +# "License"). You may not use this file except in compliance with the
   26.15 +# License. You can obtain a copy of the License at
   26.16 +# http://www.netbeans.org/cddl-gplv2.html
   26.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   26.18 +# specific language governing permissions and limitations under the
   26.19 +# License.  When distributing the software, include this License Header
   26.20 +# Notice in each file and include the License file at
   26.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   26.22 +# particular file as subject to the "Classpath" exception as provided
   26.23 +# by Oracle in the GPL Version 2 section of the License file that
   26.24 +# accompanied this code. If applicable, add the following below the
   26.25 +# License Header, with the fields enclosed by brackets [] replaced by
   26.26 +# your own identifying information:
   26.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   26.28 +#
   26.29 +# Contributor(s):
   26.30 +#
   26.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   26.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   26.33 +# Microsystems, Inc. All Rights Reserved.
   26.34 +#
   26.35 +# If you wish your version of this file to be governed by only the CDDL
   26.36 +# or only the GPL Version 2, indicate your decision by adding
   26.37 +# "[Contributor] elects to include this software in this distribution
   26.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   26.39 +# single choice of license, a recipient has the option to distribute
   26.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   26.41 +# to extend the choice of license to its licensees as provided above.
   26.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   26.43 +# Version 2 license, then the option applies only if the new code is
   26.44 +# made subject to such option by the copyright holder.
   26.45  OpenIDE-Module-Name=UDDI WSDL Extension
   26.46  OpenIDE-Module-Short-Description=Binding component deployment plugin for UDDI
   26.47  OpenIDE-Module-Long-Description=Deployment plugin for adding wsdl extensions related to this binding component to the wsdl editor
    27.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/UDDIWsdlExt.xsd	Mon Dec 19 11:28:54 2016 +0100
    27.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/UDDIWsdlExt.xsd	Wed Feb 22 15:51:40 2017 +0100
    27.3 @@ -1,4 +1,47 @@
    27.4  <?xml version="1.0" encoding="UTF-8"?>
    27.5 +<!--
    27.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.7 +
    27.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    27.9 +
   27.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   27.11 +Other names may be trademarks of their respective owners.
   27.12 +
   27.13 +The contents of this file are subject to the terms of either the GNU
   27.14 +General Public License Version 2 only ("GPL") or the Common
   27.15 +Development and Distribution License("CDDL") (collectively, the
   27.16 +"License"). You may not use this file except in compliance with the
   27.17 +License. You can obtain a copy of the License at
   27.18 +http://www.netbeans.org/cddl-gplv2.html
   27.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   27.20 +specific language governing permissions and limitations under the
   27.21 +License.  When distributing the software, include this License Header
   27.22 +Notice in each file and include the License file at
   27.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   27.24 +particular file as subject to the "Classpath" exception as provided
   27.25 +by Oracle in the GPL Version 2 section of the License file that
   27.26 +accompanied this code. If applicable, add the following below the
   27.27 +License Header, with the fields enclosed by brackets [] replaced by
   27.28 +your own identifying information:
   27.29 +"Portions Copyrighted [year] [name of copyright owner]"
   27.30 +
   27.31 +Contributor(s):
   27.32 +
   27.33 +The Original Software is NetBeans. The Initial Developer of the Original
   27.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   27.35 +Microsystems, Inc. All Rights Reserved.
   27.36 +
   27.37 +If you wish your version of this file to be governed by only the CDDL
   27.38 +or only the GPL Version 2, indicate your decision by adding
   27.39 +"[Contributor] elects to include this software in this distribution
   27.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   27.41 +single choice of license, a recipient has the option to distribute
   27.42 +your version of this file under either the CDDL, the GPL Version 2 or
   27.43 +to extend the choice of license to its licensees as provided above.
   27.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   27.45 +Version 2 license, then the option applies only if the new code is
   27.46 +made subject to such option by the copyright holder.
   27.47 +-->
   27.48  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   27.49             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
   27.50             xmlns:uddi="http://schemas.sun.com/jbi/wsdl-extensions/uddi/" 
    28.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/layer.xml	Mon Dec 19 11:28:54 2016 +0100
    28.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/layer.xml	Wed Feb 22 15:51:40 2017 +0100
    28.3 @@ -1,4 +1,47 @@
    28.4  <?xml version="1.0" encoding="UTF-8"?>
    28.5 +<!--
    28.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.7 +
    28.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    28.9 +
   28.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   28.11 +Other names may be trademarks of their respective owners.
   28.12 +
   28.13 +The contents of this file are subject to the terms of either the GNU
   28.14 +General Public License Version 2 only ("GPL") or the Common
   28.15 +Development and Distribution License("CDDL") (collectively, the
   28.16 +"License"). You may not use this file except in compliance with the
   28.17 +License. You can obtain a copy of the License at
   28.18 +http://www.netbeans.org/cddl-gplv2.html
   28.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   28.20 +specific language governing permissions and limitations under the
   28.21 +License.  When distributing the software, include this License Header
   28.22 +Notice in each file and include the License file at
   28.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   28.24 +particular file as subject to the "Classpath" exception as provided
   28.25 +by Oracle in the GPL Version 2 section of the License file that
   28.26 +accompanied this code. If applicable, add the following below the
   28.27 +License Header, with the fields enclosed by brackets [] replaced by
   28.28 +your own identifying information:
   28.29 +"Portions Copyrighted [year] [name of copyright owner]"
   28.30 +
   28.31 +Contributor(s):
   28.32 +
   28.33 +The Original Software is NetBeans. The Initial Developer of the Original
   28.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   28.35 +Microsystems, Inc. All Rights Reserved.
   28.36 +
   28.37 +If you wish your version of this file to be governed by only the CDDL
   28.38 +or only the GPL Version 2, indicate your decision by adding
   28.39 +"[Contributor] elects to include this software in this distribution
   28.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   28.41 +single choice of license, a recipient has the option to distribute
   28.42 +your version of this file under either the CDDL, the GPL Version 2 or
   28.43 +to extend the choice of license to its licensees as provided above.
   28.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   28.45 +Version 2 license, then the option applies only if the new code is
   28.46 +made subject to such option by the copyright holder.
   28.47 +-->
   28.48  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
   28.49  <filesystem>
   28.50      <folder name="WSDLEditor">
    29.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/build.xml	Mon Dec 19 11:28:54 2016 +0100
    29.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/build.xml	Wed Feb 22 15:51:40 2017 +0100
    29.3 @@ -1,4 +1,47 @@
    29.4  <?xml version="1.0" encoding="UTF-8"?>
    29.5 +<!--
    29.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.7 +
    29.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    29.9 +
   29.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   29.11 +Other names may be trademarks of their respective owners.
   29.12 +
   29.13 +The contents of this file are subject to the terms of either the GNU
   29.14 +General Public License Version 2 only ("GPL") or the Common
   29.15 +Development and Distribution License("CDDL") (collectively, the
   29.16 +"License"). You may not use this file except in compliance with the
   29.17 +License. You can obtain a copy of the License at
   29.18 +http://www.netbeans.org/cddl-gplv2.html
   29.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   29.20 +specific language governing permissions and limitations under the
   29.21 +License.  When distributing the software, include this License Header
   29.22 +Notice in each file and include the License file at
   29.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   29.24 +particular file as subject to the "Classpath" exception as provided
   29.25 +by Oracle in the GPL Version 2 section of the License file that
   29.26 +accompanied this code. If applicable, add the following below the
   29.27 +License Header, with the fields enclosed by brackets [] replaced by
   29.28 +your own identifying information:
   29.29 +"Portions Copyrighted [year] [name of copyright owner]"
   29.30 +
   29.31 +Contributor(s):
   29.32 +
   29.33 +The Original Software is NetBeans. The Initial Developer of the Original
   29.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   29.35 +Microsystems, Inc. All Rights Reserved.
   29.36 +
   29.37 +If you wish your version of this file to be governed by only the CDDL
   29.38 +or only the GPL Version 2, indicate your decision by adding
   29.39 +"[Contributor] elects to include this software in this distribution
   29.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   29.41 +single choice of license, a recipient has the option to distribute
   29.42 +your version of this file under either the CDDL, the GPL Version 2 or
   29.43 +to extend the choice of license to its licensees as provided above.
   29.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   29.45 +Version 2 license, then the option applies only if the new code is
   29.46 +made subject to such option by the copyright holder.
   29.47 +-->
   29.48  <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
   29.49  <!-- for some information on what you could do (e.g. targets to override). -->
   29.50  <!-- If you delete this file and reopen the project it will be recreated. -->
    30.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    30.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    30.3 @@ -1,5 +1,48 @@
    30.4  <?xml version="1.0" encoding="UTF-8"?>
    30.5  <!--
    30.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.7 +
    30.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    30.9 +
   30.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   30.11 +Other names may be trademarks of their respective owners.
   30.12 +
   30.13 +The contents of this file are subject to the terms of either the GNU
   30.14 +General Public License Version 2 only ("GPL") or the Common
   30.15 +Development and Distribution License("CDDL") (collectively, the
   30.16 +"License"). You may not use this file except in compliance with the
   30.17 +License. You can obtain a copy of the License at
   30.18 +http://www.netbeans.org/cddl-gplv2.html
   30.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   30.20 +specific language governing permissions and limitations under the
   30.21 +License.  When distributing the software, include this License Header
   30.22 +Notice in each file and include the License file at
   30.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   30.24 +particular file as subject to the "Classpath" exception as provided
   30.25 +by Oracle in the GPL Version 2 section of the License file that
   30.26 +accompanied this code. If applicable, add the following below the
   30.27 +License Header, with the fields enclosed by brackets [] replaced by
   30.28 +your own identifying information:
   30.29 +"Portions Copyrighted [year] [name of copyright owner]"
   30.30 +
   30.31 +Contributor(s):
   30.32 +
   30.33 +The Original Software is NetBeans. The Initial Developer of the Original
   30.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   30.35 +Microsystems, Inc. All Rights Reserved.
   30.36 +
   30.37 +If you wish your version of this file to be governed by only the CDDL
   30.38 +or only the GPL Version 2, indicate your decision by adding
   30.39 +"[Contributor] elects to include this software in this distribution
   30.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   30.41 +single choice of license, a recipient has the option to distribute
   30.42 +your version of this file under either the CDDL, the GPL Version 2 or
   30.43 +to extend the choice of license to its licensees as provided above.
   30.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   30.45 +Version 2 license, then the option applies only if the new code is
   30.46 +made subject to such option by the copyright holder.
   30.47 +-->
   30.48 +<!--
   30.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   30.50  ***         EDIT ../build.xml INSTEAD         ***
   30.51  -->
    31.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    31.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    31.3 @@ -1,3 +1,44 @@
    31.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.5 +
    31.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    31.7 +#
    31.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    31.9 +# Other names may be trademarks of their respective owners.
   31.10 +#
   31.11 +# The contents of this file are subject to the terms of either the GNU
   31.12 +# General Public License Version 2 only ("GPL") or the Common
   31.13 +# Development and Distribution License("CDDL") (collectively, the
   31.14 +# "License"). You may not use this file except in compliance with the
   31.15 +# License. You can obtain a copy of the License at
   31.16 +# http://www.netbeans.org/cddl-gplv2.html
   31.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   31.18 +# specific language governing permissions and limitations under the
   31.19 +# License.  When distributing the software, include this License Header
   31.20 +# Notice in each file and include the License file at
   31.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   31.22 +# particular file as subject to the "Classpath" exception as provided
   31.23 +# by Oracle in the GPL Version 2 section of the License file that
   31.24 +# accompanied this code. If applicable, add the following below the
   31.25 +# License Header, with the fields enclosed by brackets [] replaced by
   31.26 +# your own identifying information:
   31.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   31.28 +#
   31.29 +# Contributor(s):
   31.30 +#
   31.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   31.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   31.33 +# Microsystems, Inc. All Rights Reserved.
   31.34 +#
   31.35 +# If you wish your version of this file to be governed by only the CDDL
   31.36 +# or only the GPL Version 2, indicate your decision by adding
   31.37 +# "[Contributor] elects to include this software in this distribution
   31.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   31.39 +# single choice of license, a recipient has the option to distribute
   31.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   31.41 +# to extend the choice of license to its licensees as provided above.
   31.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   31.43 +# Version 2 license, then the option applies only if the new code is
   31.44 +# made subject to such option by the copyright holder.
   31.45  build.xml.data.CRC32=8c31c8eb
   31.46  build.xml.script.CRC32=bde42464
   31.47  build.xml.stylesheet.CRC32=79c3b980
    32.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/platform.properties	Mon Dec 19 11:28:54 2016 +0100
    32.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/platform.properties	Wed Feb 22 15:51:40 2017 +0100
    32.3 @@ -1,1 +1,42 @@
    32.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.5 +
    32.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    32.7 +#
    32.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    32.9 +# Other names may be trademarks of their respective owners.
   32.10 +#
   32.11 +# The contents of this file are subject to the terms of either the GNU
   32.12 +# General Public License Version 2 only ("GPL") or the Common
   32.13 +# Development and Distribution License("CDDL") (collectively, the
   32.14 +# "License"). You may not use this file except in compliance with the
   32.15 +# License. You can obtain a copy of the License at
   32.16 +# http://www.netbeans.org/cddl-gplv2.html
   32.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   32.18 +# specific language governing permissions and limitations under the
   32.19 +# License.  When distributing the software, include this License Header
   32.20 +# Notice in each file and include the License file at
   32.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   32.22 +# particular file as subject to the "Classpath" exception as provided
   32.23 +# by Oracle in the GPL Version 2 section of the License file that
   32.24 +# accompanied this code. If applicable, add the following below the
   32.25 +# License Header, with the fields enclosed by brackets [] replaced by
   32.26 +# your own identifying information:
   32.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   32.28 +#
   32.29 +# Contributor(s):
   32.30 +#
   32.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   32.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   32.33 +# Microsystems, Inc. All Rights Reserved.
   32.34 +#
   32.35 +# If you wish your version of this file to be governed by only the CDDL
   32.36 +# or only the GPL Version 2, indicate your decision by adding
   32.37 +# "[Contributor] elects to include this software in this distribution
   32.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   32.39 +# single choice of license, a recipient has the option to distribute
   32.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   32.41 +# to extend the choice of license to its licensees as provided above.
   32.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   32.43 +# Version 2 license, then the option applies only if the new code is
   32.44 +# made subject to such option by the copyright holder.
   32.45  nbplatform.active=default
    33.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
    33.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
    33.3 @@ -1,3 +1,44 @@
    33.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.5 +
    33.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    33.7 +#
    33.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    33.9 +# Other names may be trademarks of their respective owners.
   33.10 +#
   33.11 +# The contents of this file are subject to the terms of either the GNU
   33.12 +# General Public License Version 2 only ("GPL") or the Common
   33.13 +# Development and Distribution License("CDDL") (collectively, the
   33.14 +# "License"). You may not use this file except in compliance with the
   33.15 +# License. You can obtain a copy of the License at
   33.16 +# http://www.netbeans.org/cddl-gplv2.html
   33.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   33.18 +# specific language governing permissions and limitations under the
   33.19 +# License.  When distributing the software, include this License Header
   33.20 +# Notice in each file and include the License file at
   33.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   33.22 +# particular file as subject to the "Classpath" exception as provided
   33.23 +# by Oracle in the GPL Version 2 section of the License file that
   33.24 +# accompanied this code. If applicable, add the following below the
   33.25 +# License Header, with the fields enclosed by brackets [] replaced by
   33.26 +# your own identifying information:
   33.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   33.28 +#
   33.29 +# Contributor(s):
   33.30 +#
   33.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   33.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   33.33 +# Microsystems, Inc. All Rights Reserved.
   33.34 +#
   33.35 +# If you wish your version of this file to be governed by only the CDDL
   33.36 +# or only the GPL Version 2, indicate your decision by adding
   33.37 +# "[Contributor] elects to include this software in this distribution
   33.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   33.39 +# single choice of license, a recipient has the option to distribute
   33.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   33.41 +# to extend the choice of license to its licensees as provided above.
   33.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   33.43 +# Version 2 license, then the option applies only if the new code is
   33.44 +# made subject to such option by the copyright holder.
   33.45  nbm.homepage=http://www.netbeans.org
   33.46  nbm.module.author=cgallemore
   33.47  
    34.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
    34.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
    34.3 @@ -1,4 +1,47 @@
    34.4  <?xml version="1.0" encoding="UTF-8"?>
    34.5 +<!--
    34.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.7 +
    34.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    34.9 +
   34.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   34.11 +Other names may be trademarks of their respective owners.
   34.12 +
   34.13 +The contents of this file are subject to the terms of either the GNU
   34.14 +General Public License Version 2 only ("GPL") or the Common
   34.15 +Development and Distribution License("CDDL") (collectively, the
   34.16 +"License"). You may not use this file except in compliance with the
   34.17 +License. You can obtain a copy of the License at
   34.18 +http://www.netbeans.org/cddl-gplv2.html
   34.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   34.20 +specific language governing permissions and limitations under the
   34.21 +License.  When distributing the software, include this License Header
   34.22 +Notice in each file and include the License file at
   34.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   34.24 +particular file as subject to the "Classpath" exception as provided
   34.25 +by Oracle in the GPL Version 2 section of the License file that
   34.26 +accompanied this code. If applicable, add the following below the
   34.27 +License Header, with the fields enclosed by brackets [] replaced by
   34.28 +your own identifying information:
   34.29 +"Portions Copyrighted [year] [name of copyright owner]"
   34.30 +
   34.31 +Contributor(s):
   34.32 +
   34.33 +The Original Software is NetBeans. The Initial Developer of the Original
   34.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   34.35 +Microsystems, Inc. All Rights Reserved.
   34.36 +
   34.37 +If you wish your version of this file to be governed by only the CDDL
   34.38 +or only the GPL Version 2, indicate your decision by adding
   34.39 +"[Contributor] elects to include this software in this distribution
   34.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   34.41 +single choice of license, a recipient has the option to distribute
   34.42 +your version of this file under either the CDDL, the GPL Version 2 or
   34.43 +to extend the choice of license to its licensees as provided above.
   34.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   34.45 +Version 2 license, then the option applies only if the new code is
   34.46 +made subject to such option by the copyright holder.
   34.47 +-->
   34.48  <project xmlns="http://www.netbeans.org/ns/project/1">
   34.49      <type>org.netbeans.modules.apisupport.project</type>
   34.50      <configuration>
    35.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
    35.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
    35.3 @@ -1,3 +1,44 @@
    35.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.5 +
    35.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    35.7 +#
    35.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    35.9 +# Other names may be trademarks of their respective owners.
   35.10 +#
   35.11 +# The contents of this file are subject to the terms of either the GNU
   35.12 +# General Public License Version 2 only ("GPL") or the Common
   35.13 +# Development and Distribution License("CDDL") (collectively, the
   35.14 +# "License"). You may not use this file except in compliance with the
   35.15 +# License. You can obtain a copy of the License at
   35.16 +# http://www.netbeans.org/cddl-gplv2.html
   35.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   35.18 +# specific language governing permissions and limitations under the
   35.19 +# License.  When distributing the software, include this License Header
   35.20 +# Notice in each file and include the License file at
   35.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   35.22 +# particular file as subject to the "Classpath" exception as provided
   35.23 +# by Oracle in the GPL Version 2 section of the License file that
   35.24 +# accompanied this code. If applicable, add the following below the
   35.25 +# License Header, with the fields enclosed by brackets [] replaced by
   35.26 +# your own identifying information:
   35.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   35.28 +#
   35.29 +# Contributor(s):
   35.30 +#
   35.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   35.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   35.33 +# Microsystems, Inc. All Rights Reserved.
   35.34 +#
   35.35 +# If you wish your version of this file to be governed by only the CDDL
   35.36 +# or only the GPL Version 2, indicate your decision by adding
   35.37 +# "[Contributor] elects to include this software in this distribution
   35.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   35.39 +# single choice of license, a recipient has the option to distribute
   35.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   35.41 +# to extend the choice of license to its licensees as provided above.
   35.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   35.43 +# Version 2 license, then the option applies only if the new code is
   35.44 +# made subject to such option by the copyright holder.
   35.45  OpenIDE-Module-Name=XMPP WSDL Extension
   35.46  OpenIDE-Module-Short-Description=Binding component deployment plugin for XMPP
   35.47  OpenIDE-Module-Long-Description=Deployment plugin for adding wsdl extensions related to this binding component to the wsdl editor
    36.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/XMPPWsdlExt.xsd	Mon Dec 19 11:28:54 2016 +0100
    36.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/XMPPWsdlExt.xsd	Wed Feb 22 15:51:40 2017 +0100
    36.3 @@ -1,4 +1,47 @@
    36.4  <?xml version="1.0" encoding="UTF-8"?>
    36.5 +<!--
    36.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.7 +
    36.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    36.9 +
   36.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   36.11 +Other names may be trademarks of their respective owners.
   36.12 +
   36.13 +The contents of this file are subject to the terms of either the GNU
   36.14 +General Public License Version 2 only ("GPL") or the Common
   36.15 +Development and Distribution License("CDDL") (collectively, the
   36.16 +"License"). You may not use this file except in compliance with the
   36.17 +License. You can obtain a copy of the License at
   36.18 +http://www.netbeans.org/cddl-gplv2.html
   36.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   36.20 +specific language governing permissions and limitations under the
   36.21 +License.  When distributing the software, include this License Header
   36.22 +Notice in each file and include the License file at
   36.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   36.24 +particular file as subject to the "Classpath" exception as provided
   36.25 +by Oracle in the GPL Version 2 section of the License file that
   36.26 +accompanied this code. If applicable, add the following below the
   36.27 +License Header, with the fields enclosed by brackets [] replaced by
   36.28 +your own identifying information:
   36.29 +"Portions Copyrighted [year] [name of copyright owner]"
   36.30 +
   36.31 +Contributor(s):
   36.32 +
   36.33 +The Original Software is NetBeans. The Initial Developer of the Original
   36.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   36.35 +Microsystems, Inc. All Rights Reserved.
   36.36 +
   36.37 +If you wish your version of this file to be governed by only the CDDL
   36.38 +or only the GPL Version 2, indicate your decision by adding
   36.39 +"[Contributor] elects to include this software in this distribution
   36.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   36.41 +single choice of license, a recipient has the option to distribute
   36.42 +your version of this file under either the CDDL, the GPL Version 2 or
   36.43 +to extend the choice of license to its licensees as provided above.
   36.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   36.45 +Version 2 license, then the option applies only if the new code is
   36.46 +made subject to such option by the copyright holder.
   36.47 +-->
   36.48  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   36.49             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
   36.50             xmlns:xmpp="http://schemas.sun.com/jbi/wsdl-extensions/xmpp/" 
    37.1 --- a/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/layer.xml	Mon Dec 19 11:28:54 2016 +0100
    37.2 +++ b/c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/layer.xml	Wed Feb 22 15:51:40 2017 +0100
    37.3 @@ -1,4 +1,47 @@
    37.4  <?xml version="1.0" encoding="UTF-8"?>
    37.5 +<!--
    37.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.7 +
    37.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    37.9 +
   37.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   37.11 +Other names may be trademarks of their respective owners.
   37.12 +
   37.13 +The contents of this file are subject to the terms of either the GNU
   37.14 +General Public License Version 2 only ("GPL") or the Common
   37.15 +Development and Distribution License("CDDL") (collectively, the
   37.16 +"License"). You may not use this file except in compliance with the
   37.17 +License. You can obtain a copy of the License at
   37.18 +http://www.netbeans.org/cddl-gplv2.html
   37.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   37.20 +specific language governing permissions and limitations under the
   37.21 +License.  When distributing the software, include this License Header
   37.22 +Notice in each file and include the License file at
   37.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   37.24 +particular file as subject to the "Classpath" exception as provided
   37.25 +by Oracle in the GPL Version 2 section of the License file that
   37.26 +accompanied this code. If applicable, add the following below the
   37.27 +License Header, with the fields enclosed by brackets [] replaced by
   37.28 +your own identifying information:
   37.29 +"Portions Copyrighted [year] [name of copyright owner]"
   37.30 +
   37.31 +Contributor(s):
   37.32 +
   37.33 +The Original Software is NetBeans. The Initial Developer of the Original
   37.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   37.35 +Microsystems, Inc. All Rights Reserved.
   37.36 +
   37.37 +If you wish your version of this file to be governed by only the CDDL
   37.38 +or only the GPL Version 2, indicate your decision by adding
   37.39 +"[Contributor] elects to include this software in this distribution
   37.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   37.41 +single choice of license, a recipient has the option to distribute
   37.42 +your version of this file under either the CDDL, the GPL Version 2 or
   37.43 +to extend the choice of license to its licensees as provided above.
   37.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   37.45 +Version 2 license, then the option applies only if the new code is
   37.46 +made subject to such option by the copyright holder.
   37.47 +-->
   37.48  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
   37.49  <filesystem>
   37.50      <folder name="WSDLEditor">
    38.1 --- a/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    38.2 +++ b/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    38.3 @@ -1,5 +1,48 @@
    38.4  <?xml version="1.0" encoding="UTF-8"?>
    38.5  <!--
    38.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.7 +
    38.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    38.9 +
   38.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   38.11 +Other names may be trademarks of their respective owners.
   38.12 +
   38.13 +The contents of this file are subject to the terms of either the GNU
   38.14 +General Public License Version 2 only ("GPL") or the Common
   38.15 +Development and Distribution License("CDDL") (collectively, the
   38.16 +"License"). You may not use this file except in compliance with the
   38.17 +License. You can obtain a copy of the License at
   38.18 +http://www.netbeans.org/cddl-gplv2.html
   38.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   38.20 +specific language governing permissions and limitations under the
   38.21 +License.  When distributing the software, include this License Header
   38.22 +Notice in each file and include the License file at
   38.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   38.24 +particular file as subject to the "Classpath" exception as provided
   38.25 +by Oracle in the GPL Version 2 section of the License file that
   38.26 +accompanied this code. If applicable, add the following below the
   38.27 +License Header, with the fields enclosed by brackets [] replaced by
   38.28 +your own identifying information:
   38.29 +"Portions Copyrighted [year] [name of copyright owner]"
   38.30 +
   38.31 +Contributor(s):
   38.32 +
   38.33 +The Original Software is NetBeans. The Initial Developer of the Original
   38.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   38.35 +Microsystems, Inc. All Rights Reserved.
   38.36 +
   38.37 +If you wish your version of this file to be governed by only the CDDL
   38.38 +or only the GPL Version 2, indicate your decision by adding
   38.39 +"[Contributor] elects to include this software in this distribution
   38.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   38.41 +single choice of license, a recipient has the option to distribute
   38.42 +your version of this file under either the CDDL, the GPL Version 2 or
   38.43 +to extend the choice of license to its licensees as provided above.
   38.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   38.45 +Version 2 license, then the option applies only if the new code is
   38.46 +made subject to such option by the copyright holder.
   38.47 +-->
   38.48 +<!--
   38.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   38.50  ***         EDIT ../build.xml INSTEAD         ***
   38.51  -->
    39.1 --- a/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    39.2 +++ b/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    39.3 @@ -1,3 +1,44 @@
    39.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.5 +
    39.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    39.7 +#
    39.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    39.9 +# Other names may be trademarks of their respective owners.
   39.10 +#
   39.11 +# The contents of this file are subject to the terms of either the GNU
   39.12 +# General Public License Version 2 only ("GPL") or the Common
   39.13 +# Development and Distribution License("CDDL") (collectively, the
   39.14 +# "License"). You may not use this file except in compliance with the
   39.15 +# License. You can obtain a copy of the License at
   39.16 +# http://www.netbeans.org/cddl-gplv2.html
   39.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   39.18 +# specific language governing permissions and limitations under the
   39.19 +# License.  When distributing the software, include this License Header
   39.20 +# Notice in each file and include the License file at
   39.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   39.22 +# particular file as subject to the "Classpath" exception as provided
   39.23 +# by Oracle in the GPL Version 2 section of the License file that
   39.24 +# accompanied this code. If applicable, add the following below the
   39.25 +# License Header, with the fields enclosed by brackets [] replaced by
   39.26 +# your own identifying information:
   39.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   39.28 +#
   39.29 +# Contributor(s):
   39.30 +#
   39.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   39.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   39.33 +# Microsystems, Inc. All Rights Reserved.
   39.34 +#
   39.35 +# If you wish your version of this file to be governed by only the CDDL
   39.36 +# or only the GPL Version 2, indicate your decision by adding
   39.37 +# "[Contributor] elects to include this software in this distribution
   39.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   39.39 +# single choice of license, a recipient has the option to distribute
   39.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   39.41 +# to extend the choice of license to its licensees as provided above.
   39.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   39.43 +# Version 2 license, then the option applies only if the new code is
   39.44 +# made subject to such option by the copyright holder.
   39.45  build.xml.data.CRC32=6ebe49dd
   39.46  build.xml.script.CRC32=449eb2d4
   39.47  build.xml.stylesheet.CRC32=eaf9f76a@1.45
    40.1 --- a/nbproject/platform.properties	Mon Dec 19 11:28:54 2016 +0100
    40.2 +++ b/nbproject/platform.properties	Wed Feb 22 15:51:40 2017 +0100
    40.3 @@ -1,3 +1,44 @@
    40.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.5 +
    40.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    40.7 +#
    40.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    40.9 +# Other names may be trademarks of their respective owners.
   40.10 +#
   40.11 +# The contents of this file are subject to the terms of either the GNU
   40.12 +# General Public License Version 2 only ("GPL") or the Common
   40.13 +# Development and Distribution License("CDDL") (collectively, the
   40.14 +# "License"). You may not use this file except in compliance with the
   40.15 +# License. You can obtain a copy of the License at
   40.16 +# http://www.netbeans.org/cddl-gplv2.html
   40.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   40.18 +# specific language governing permissions and limitations under the
   40.19 +# License.  When distributing the software, include this License Header
   40.20 +# Notice in each file and include the License file at
   40.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   40.22 +# particular file as subject to the "Classpath" exception as provided
   40.23 +# by Oracle in the GPL Version 2 section of the License file that
   40.24 +# accompanied this code. If applicable, add the following below the
   40.25 +# License Header, with the fields enclosed by brackets [] replaced by
   40.26 +# your own identifying information:
   40.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   40.28 +#
   40.29 +# Contributor(s):
   40.30 +#
   40.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   40.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   40.33 +# Microsystems, Inc. All Rights Reserved.
   40.34 +#
   40.35 +# If you wish your version of this file to be governed by only the CDDL
   40.36 +# or only the GPL Version 2, indicate your decision by adding
   40.37 +# "[Contributor] elects to include this software in this distribution
   40.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   40.39 +# single choice of license, a recipient has the option to distribute
   40.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   40.41 +# to extend the choice of license to its licensees as provided above.
   40.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   40.43 +# Version 2 license, then the option applies only if the new code is
   40.44 +# made subject to such option by the copyright holder.
   40.45  cluster.path=\
   40.46      ${nbplatform.active.dir}/platform:\
   40.47      ${nbplatform.active.dir}/harness:\
    41.1 --- a/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
    41.2 +++ b/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
    41.3 @@ -1,3 +1,44 @@
    41.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.5 +
    41.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    41.7 +#
    41.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    41.9 +# Other names may be trademarks of their respective owners.
   41.10 +#
   41.11 +# The contents of this file are subject to the terms of either the GNU
   41.12 +# General Public License Version 2 only ("GPL") or the Common
   41.13 +# Development and Distribution License("CDDL") (collectively, the
   41.14 +# "License"). You may not use this file except in compliance with the
   41.15 +# License. You can obtain a copy of the License at
   41.16 +# http://www.netbeans.org/cddl-gplv2.html
   41.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   41.18 +# specific language governing permissions and limitations under the
   41.19 +# License.  When distributing the software, include this License Header
   41.20 +# Notice in each file and include the License file at
   41.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   41.22 +# particular file as subject to the "Classpath" exception as provided
   41.23 +# by Oracle in the GPL Version 2 section of the License file that
   41.24 +# accompanied this code. If applicable, add the following below the
   41.25 +# License Header, with the fields enclosed by brackets [] replaced by
   41.26 +# your own identifying information:
   41.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   41.28 +#
   41.29 +# Contributor(s):
   41.30 +#
   41.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   41.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   41.33 +# Microsystems, Inc. All Rights Reserved.
   41.34 +#
   41.35 +# If you wish your version of this file to be governed by only the CDDL
   41.36 +# or only the GPL Version 2, indicate your decision by adding
   41.37 +# "[Contributor] elects to include this software in this distribution
   41.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   41.39 +# single choice of license, a recipient has the option to distribute
   41.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   41.41 +# to extend the choice of license to its licensees as provided above.
   41.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   41.43 +# Version 2 license, then the option applies only if the new code is
   41.44 +# made subject to such option by the copyright holder.
   41.45  app.title=NB XML
   41.46  modules=\
   41.47      ${project.org.netbeans.modules.xml.catalogsupport}:\
    42.1 --- a/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
    42.2 +++ b/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
    42.3 @@ -1,4 +1,47 @@
    42.4  <?xml version="1.0" encoding="UTF-8"?>
    42.5 +<!--
    42.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.7 +
    42.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    42.9 +
   42.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   42.11 +Other names may be trademarks of their respective owners.
   42.12 +
   42.13 +The contents of this file are subject to the terms of either the GNU
   42.14 +General Public License Version 2 only ("GPL") or the Common
   42.15 +Development and Distribution License("CDDL") (collectively, the
   42.16 +"License"). You may not use this file except in compliance with the
   42.17 +License. You can obtain a copy of the License at
   42.18 +http://www.netbeans.org/cddl-gplv2.html
   42.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   42.20 +specific language governing permissions and limitations under the
   42.21 +License.  When distributing the software, include this License Header
   42.22 +Notice in each file and include the License file at
   42.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   42.24 +particular file as subject to the "Classpath" exception as provided
   42.25 +by Oracle in the GPL Version 2 section of the License file that
   42.26 +accompanied this code. If applicable, add the following below the
   42.27 +License Header, with the fields enclosed by brackets [] replaced by
   42.28 +your own identifying information:
   42.29 +"Portions Copyrighted [year] [name of copyright owner]"
   42.30 +
   42.31 +Contributor(s):
   42.32 +
   42.33 +The Original Software is NetBeans. The Initial Developer of the Original
   42.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   42.35 +Microsystems, Inc. All Rights Reserved.
   42.36 +
   42.37 +If you wish your version of this file to be governed by only the CDDL
   42.38 +or only the GPL Version 2, indicate your decision by adding
   42.39 +"[Contributor] elects to include this software in this distribution
   42.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   42.41 +single choice of license, a recipient has the option to distribute
   42.42 +your version of this file under either the CDDL, the GPL Version 2 or
   42.43 +to extend the choice of license to its licensees as provided above.
   42.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   42.45 +Version 2 license, then the option applies only if the new code is
   42.46 +made subject to such option by the copyright holder.
   42.47 +-->
   42.48  <project xmlns="http://www.netbeans.org/ns/project/1">
   42.49      <type>org.netbeans.modules.apisupport.project.suite</type>
   42.50      <configuration>
    43.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.2 +++ b/otherlicenses	Wed Feb 22 15:51:40 2017 +0100
    43.3 @@ -0,0 +1,36 @@
    43.4 +#third-party, other licenses, these files should be ignored.
    43.5 +c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/wsdl.xsd
    43.6 +c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/wsdl.xsd
    43.7 +c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/wsdl.xsd
    43.8 +xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/resources/http/wsdl.xsd
    43.9 +xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/resources/soap/wsdl.xsd
   43.10 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/plnk/wsdl.xsd
   43.11 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/varprop/wsdl.xsd
   43.12 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/wsdl.xsd
   43.13 +xml.schema/src/org/netbeans/modules/xml/schema/wizard/templates/PurchaseOrder.xsd
   43.14 +xml.wsdl.extensions/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/schema/resources/ws-bpel_plnktype.xsd:
   43.15 +xml.wsdl.extensions/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/schema/resources/ws-bpel_varprop.xsd:
   43.16 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/plnk/ws-bpel_plnktype.xsd
   43.17 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/varprop/ws-bpel_varprop.xsd
   43.18 +File: xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/resources/http/http.xsd
   43.19 +xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/resources/soap/soap12.xsd
   43.20 +c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/template/template.xml
   43.21 +c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/template/template.xml
   43.22 +c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/template/template.xml
   43.23 +c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/template/template.xml
   43.24 +xml.schema.abe/src/org/netbeans/modules/xml/schema/abe/GradientShadePanel.java
   43.25 +xml.wsdl.extensions/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/BPELComponentFactory.java
   43.26 +xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/OTA_TravelItinerary.xsd
   43.27 +xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/OTA_TravelItinerary.xsd
   43.28 +xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/uddi.wsdl
   43.29 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/service-link.xsd
   43.30 +xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/service-reference.xsd
   43.31 +xml.xam.ui/src/org/netbeans/modules/xml/xam/ui/layout/JSplitterBar.java
   43.32 +xml.xam.ui/src/org/netbeans/modules/xml/xam/ui/layout/JSplitterSpace.java
   43.33 +xml.xam.ui/src/org/netbeans/modules/xml/xam/ui/layout/SplitterBarMouseListener.java
   43.34 +xml.xam.ui/src/org/netbeans/modules/xml/xam/ui/layout/SplitterBarMouseMotionListener.java
   43.35 +xml.xam.ui/src/org/netbeans/modules/xml/xam/ui/layout/SplitterLayout.java
   43.36 +c.gestalt.netbeans.modules.wsdlextensions.rss/src/com/gestalt/netbeans/modules/wsdlextensions/rss/template/RSSBCTemplateProvider.java
   43.37 +c.gestalt.netbeans.modules.wsdlextensions.sip/src/com/gestalt/netbeans/modules/wsdlextensions/sip/template/SIPBCTemplateProvider.java
   43.38 +c.gestalt.netbeans.modules.wsdlextensions.uddi/src/com/gestalt/netbeans/modules/wsdlextensions/uddi/template/UDDIBCTemplateProvider.java
   43.39 +c.gestalt.netbeans.modules.wsdlextensions.xmpp/src/com/gestalt/netbeans/modules/wsdlextensions/xmpp/template/XMPPBCTemplateProvider.java
    44.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-about.html	Mon Dec 19 11:28:54 2016 +0100
    44.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-about.html	Wed Feb 22 15:51:40 2017 +0100
    44.3 @@ -1,7 +1,46 @@
    44.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    44.5  <!--
    44.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    44.7 -* Use is subject to license terms.
    44.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.9 +
   44.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   44.11 +
   44.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   44.13 +Other names may be trademarks of their respective owners.
   44.14 +
   44.15 +The contents of this file are subject to the terms of either the GNU
   44.16 +General Public License Version 2 only ("GPL") or the Common
   44.17 +Development and Distribution License("CDDL") (collectively, the
   44.18 +"License"). You may not use this file except in compliance with the
   44.19 +License. You can obtain a copy of the License at
   44.20 +http://www.netbeans.org/cddl-gplv2.html
   44.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   44.22 +specific language governing permissions and limitations under the
   44.23 +License.  When distributing the software, include this License Header
   44.24 +Notice in each file and include the License file at
   44.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   44.26 +particular file as subject to the "Classpath" exception as provided
   44.27 +by Oracle in the GPL Version 2 section of the License file that
   44.28 +accompanied this code. If applicable, add the following below the
   44.29 +License Header, with the fields enclosed by brackets [] replaced by
   44.30 +your own identifying information:
   44.31 +"Portions Copyrighted [year] [name of copyright owner]"
   44.32 +
   44.33 +Contributor(s):
   44.34 +
   44.35 +The Original Software is NetBeans. The Initial Developer of the Original
   44.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   44.37 +Microsystems, Inc. All Rights Reserved.
   44.38 +
   44.39 +If you wish your version of this file to be governed by only the CDDL
   44.40 +or only the GPL Version 2, indicate your decision by adding
   44.41 +"[Contributor] elects to include this software in this distribution
   44.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   44.43 +single choice of license, a recipient has the option to distribute
   44.44 +your version of this file under either the CDDL, the GPL Version 2 or
   44.45 +to extend the choice of license to its licensees as provided above.
   44.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   44.47 +Version 2 license, then the option applies only if the new code is
   44.48 +made subject to such option by the copyright holder.
   44.49  -->
   44.50  <html>
   44.51  <head>
    45.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-help.hs	Mon Dec 19 11:28:54 2016 +0100
    45.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-help.hs	Wed Feb 22 15:51:40 2017 +0100
    45.3 @@ -1,4 +1,47 @@
    45.4  <?xml version="1.0" encoding="UTF-8"?>
    45.5 +<!--
    45.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.7 +
    45.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    45.9 +
   45.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   45.11 +Other names may be trademarks of their respective owners.
   45.12 +
   45.13 +The contents of this file are subject to the terms of either the GNU
   45.14 +General Public License Version 2 only ("GPL") or the Common
   45.15 +Development and Distribution License("CDDL") (collectively, the
   45.16 +"License"). You may not use this file except in compliance with the
   45.17 +License. You can obtain a copy of the License at
   45.18 +http://www.netbeans.org/cddl-gplv2.html
   45.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   45.20 +specific language governing permissions and limitations under the
   45.21 +License.  When distributing the software, include this License Header
   45.22 +Notice in each file and include the License file at
   45.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   45.24 +particular file as subject to the "Classpath" exception as provided
   45.25 +by Oracle in the GPL Version 2 section of the License file that
   45.26 +accompanied this code. If applicable, add the following below the
   45.27 +License Header, with the fields enclosed by brackets [] replaced by
   45.28 +your own identifying information:
   45.29 +"Portions Copyrighted [year] [name of copyright owner]"
   45.30 +
   45.31 +Contributor(s):
   45.32 +
   45.33 +The Original Software is NetBeans. The Initial Developer of the Original
   45.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   45.35 +Microsystems, Inc. All Rights Reserved.
   45.36 +
   45.37 +If you wish your version of this file to be governed by only the CDDL
   45.38 +or only the GPL Version 2, indicate your decision by adding
   45.39 +"[Contributor] elects to include this software in this distribution
   45.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   45.41 +single choice of license, a recipient has the option to distribute
   45.42 +your version of this file under either the CDDL, the GPL Version 2 or
   45.43 +to extend the choice of license to its licensees as provided above.
   45.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   45.45 +Version 2 license, then the option applies only if the new code is
   45.46 +made subject to such option by the copyright holder.
   45.47 +-->
   45.48  <!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
   45.49  <helpset version="2.0">
   45.50      <title>Cross-Project XML File References Help</title>
    46.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-map.jhm	Mon Dec 19 11:28:54 2016 +0100
    46.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-map.jhm	Wed Feb 22 15:51:40 2017 +0100
    46.3 @@ -1,4 +1,47 @@
    46.4  <?xml version='1.0' encoding='ISO-8859-1'?>
    46.5 +<!--
    46.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.7 +
    46.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    46.9 +
   46.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   46.11 +Other names may be trademarks of their respective owners.
   46.12 +
   46.13 +The contents of this file are subject to the terms of either the GNU
   46.14 +General Public License Version 2 only ("GPL") or the Common
   46.15 +Development and Distribution License("CDDL") (collectively, the
   46.16 +"License"). You may not use this file except in compliance with the
   46.17 +License. You can obtain a copy of the License at
   46.18 +http://www.netbeans.org/cddl-gplv2.html
   46.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   46.20 +specific language governing permissions and limitations under the
   46.21 +License.  When distributing the software, include this License Header
   46.22 +Notice in each file and include the License file at
   46.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   46.24 +particular file as subject to the "Classpath" exception as provided
   46.25 +by Oracle in the GPL Version 2 section of the License file that
   46.26 +accompanied this code. If applicable, add the following below the
   46.27 +License Header, with the fields enclosed by brackets [] replaced by
   46.28 +your own identifying information:
   46.29 +"Portions Copyrighted [year] [name of copyright owner]"
   46.30 +
   46.31 +Contributor(s):
   46.32 +
   46.33 +The Original Software is NetBeans. The Initial Developer of the Original
   46.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   46.35 +Microsystems, Inc. All Rights Reserved.
   46.36 +
   46.37 +If you wish your version of this file to be governed by only the CDDL
   46.38 +or only the GPL Version 2, indicate your decision by adding
   46.39 +"[Contributor] elects to include this software in this distribution
   46.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   46.41 +single choice of license, a recipient has the option to distribute
   46.42 +your version of this file under either the CDDL, the GPL Version 2 or
   46.43 +to extend the choice of license to its licensees as provided above.
   46.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   46.45 +Version 2 license, then the option applies only if the new code is
   46.46 +made subject to such option by the copyright holder.
   46.47 +-->
   46.48  <!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN"
   46.49                       "http://java.sun.com/products/javahelp/map_1_0.dtd">
   46.50  
    47.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-toc.xml	Mon Dec 19 11:28:54 2016 +0100
    47.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-toc.xml	Wed Feb 22 15:51:40 2017 +0100
    47.3 @@ -1,4 +1,47 @@
    47.4  <?xml version='1.0' encoding='ISO-8859-1'?>
    47.5 +<!--
    47.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.7 +
    47.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    47.9 +
   47.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   47.11 +Other names may be trademarks of their respective owners.
   47.12 +
   47.13 +The contents of this file are subject to the terms of either the GNU
   47.14 +General Public License Version 2 only ("GPL") or the Common
   47.15 +Development and Distribution License("CDDL") (collectively, the
   47.16 +"License"). You may not use this file except in compliance with the
   47.17 +License. You can obtain a copy of the License at
   47.18 +http://www.netbeans.org/cddl-gplv2.html
   47.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   47.20 +specific language governing permissions and limitations under the
   47.21 +License.  When distributing the software, include this License Header
   47.22 +Notice in each file and include the License file at
   47.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   47.24 +particular file as subject to the "Classpath" exception as provided
   47.25 +by Oracle in the GPL Version 2 section of the License file that
   47.26 +accompanied this code. If applicable, add the following below the
   47.27 +License Header, with the fields enclosed by brackets [] replaced by
   47.28 +your own identifying information:
   47.29 +"Portions Copyrighted [year] [name of copyright owner]"
   47.30 +
   47.31 +Contributor(s):
   47.32 +
   47.33 +The Original Software is NetBeans. The Initial Developer of the Original
   47.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   47.35 +Microsystems, Inc. All Rights Reserved.
   47.36 +
   47.37 +If you wish your version of this file to be governed by only the CDDL
   47.38 +or only the GPL Version 2, indicate your decision by adding
   47.39 +"[Contributor] elects to include this software in this distribution
   47.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   47.41 +single choice of license, a recipient has the option to distribute
   47.42 +your version of this file under either the CDDL, the GPL Version 2 or
   47.43 +to extend the choice of license to its licensees as provided above.
   47.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   47.45 +Version 2 license, then the option applies only if the new code is
   47.46 +made subject to such option by the copyright holder.
   47.47 +-->
   47.48  <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
   47.49                       "http://java.sun.com/products/javahelp/toc_2_0.dtd">
   47.50  
    48.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/refreshing-cached-refs.html	Mon Dec 19 11:28:54 2016 +0100
    48.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/refreshing-cached-refs.html	Wed Feb 22 15:51:40 2017 +0100
    48.3 @@ -1,7 +1,46 @@
    48.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    48.5  <!--
    48.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    48.7 -* Use is subject to license terms.
    48.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.9 +
   48.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   48.11 +
   48.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   48.13 +Other names may be trademarks of their respective owners.
   48.14 +
   48.15 +The contents of this file are subject to the terms of either the GNU
   48.16 +General Public License Version 2 only ("GPL") or the Common
   48.17 +Development and Distribution License("CDDL") (collectively, the
   48.18 +"License"). You may not use this file except in compliance with the
   48.19 +License. You can obtain a copy of the License at
   48.20 +http://www.netbeans.org/cddl-gplv2.html
   48.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   48.22 +specific language governing permissions and limitations under the
   48.23 +License.  When distributing the software, include this License Header
   48.24 +Notice in each file and include the License file at
   48.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   48.26 +particular file as subject to the "Classpath" exception as provided
   48.27 +by Oracle in the GPL Version 2 section of the License file that
   48.28 +accompanied this code. If applicable, add the following below the
   48.29 +License Header, with the fields enclosed by brackets [] replaced by
   48.30 +your own identifying information:
   48.31 +"Portions Copyrighted [year] [name of copyright owner]"
   48.32 +
   48.33 +Contributor(s):
   48.34 +
   48.35 +The Original Software is NetBeans. The Initial Developer of the Original
   48.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   48.37 +Microsystems, Inc. All Rights Reserved.
   48.38 +
   48.39 +If you wish your version of this file to be governed by only the CDDL
   48.40 +or only the GPL Version 2, indicate your decision by adding
   48.41 +"[Contributor] elects to include this software in this distribution
   48.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   48.43 +single choice of license, a recipient has the option to distribute
   48.44 +your version of this file under either the CDDL, the GPL Version 2 or
   48.45 +to extend the choice of license to its licensees as provided above.
   48.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   48.47 +Version 2 license, then the option applies only if the new code is
   48.48 +made subject to such option by the copyright holder.
   48.49  -->
   48.50  <html>
   48.51  <head>
    49.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/using-cpr.html	Mon Dec 19 11:28:54 2016 +0100
    49.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/using-cpr.html	Wed Feb 22 15:51:40 2017 +0100
    49.3 @@ -1,7 +1,46 @@
    49.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    49.5  <!--
    49.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    49.7 -* Use is subject to license terms.
    49.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.9 +
   49.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   49.11 +
   49.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   49.13 +Other names may be trademarks of their respective owners.
   49.14 +
   49.15 +The contents of this file are subject to the terms of either the GNU
   49.16 +General Public License Version 2 only ("GPL") or the Common
   49.17 +Development and Distribution License("CDDL") (collectively, the
   49.18 +"License"). You may not use this file except in compliance with the
   49.19 +License. You can obtain a copy of the License at
   49.20 +http://www.netbeans.org/cddl-gplv2.html
   49.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   49.22 +specific language governing permissions and limitations under the
   49.23 +License.  When distributing the software, include this License Header
   49.24 +Notice in each file and include the License file at
   49.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   49.26 +particular file as subject to the "Classpath" exception as provided
   49.27 +by Oracle in the GPL Version 2 section of the License file that
   49.28 +accompanied this code. If applicable, add the following below the
   49.29 +License Header, with the fields enclosed by brackets [] replaced by
   49.30 +your own identifying information:
   49.31 +"Portions Copyrighted [year] [name of copyright owner]"
   49.32 +
   49.33 +Contributor(s):
   49.34 +
   49.35 +The Original Software is NetBeans. The Initial Developer of the Original
   49.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   49.37 +Microsystems, Inc. All Rights Reserved.
   49.38 +
   49.39 +If you wish your version of this file to be governed by only the CDDL
   49.40 +or only the GPL Version 2, indicate your decision by adding
   49.41 +"[Contributor] elects to include this software in this distribution
   49.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   49.43 +single choice of license, a recipient has the option to distribute
   49.44 +your version of this file under either the CDDL, the GPL Version 2 or
   49.45 +to extend the choice of license to its licensees as provided above.
   49.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   49.47 +Version 2 license, then the option applies only if the new code is
   49.48 +made subject to such option by the copyright holder.
   49.49  -->
   49.50  <html>
   49.51  <head>
    50.1 --- a/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/ww-projectreferences.html	Mon Dec 19 11:28:54 2016 +0100
    50.2 +++ b/xml.catalogsupport/javahelp/org/netbeans/modules/xml/catalogsupport/docs/ww-projectreferences.html	Wed Feb 22 15:51:40 2017 +0100
    50.3 @@ -1,7 +1,46 @@
    50.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    50.5  <!--
    50.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    50.7 -* Use is subject to license terms.
    50.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.9 +
   50.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   50.11 +
   50.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   50.13 +Other names may be trademarks of their respective owners.
   50.14 +
   50.15 +The contents of this file are subject to the terms of either the GNU
   50.16 +General Public License Version 2 only ("GPL") or the Common
   50.17 +Development and Distribution License("CDDL") (collectively, the
   50.18 +"License"). You may not use this file except in compliance with the
   50.19 +License. You can obtain a copy of the License at
   50.20 +http://www.netbeans.org/cddl-gplv2.html
   50.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   50.22 +specific language governing permissions and limitations under the
   50.23 +License.  When distributing the software, include this License Header
   50.24 +Notice in each file and include the License file at
   50.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   50.26 +particular file as subject to the "Classpath" exception as provided
   50.27 +by Oracle in the GPL Version 2 section of the License file that
   50.28 +accompanied this code. If applicable, add the following below the
   50.29 +License Header, with the fields enclosed by brackets [] replaced by
   50.30 +your own identifying information:
   50.31 +"Portions Copyrighted [year] [name of copyright owner]"
   50.32 +
   50.33 +Contributor(s):
   50.34 +
   50.35 +The Original Software is NetBeans. The Initial Developer of the Original
   50.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   50.37 +Microsystems, Inc. All Rights Reserved.
   50.38 +
   50.39 +If you wish your version of this file to be governed by only the CDDL
   50.40 +or only the GPL Version 2, indicate your decision by adding
   50.41 +"[Contributor] elects to include this software in this distribution
   50.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   50.43 +single choice of license, a recipient has the option to distribute
   50.44 +your version of this file under either the CDDL, the GPL Version 2 or
   50.45 +to extend the choice of license to its licensees as provided above.
   50.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   50.47 +Version 2 license, then the option applies only if the new code is
   50.48 +made subject to such option by the copyright holder.
   50.49  -->
   50.50  <html>
   50.51  <head>
    51.1 --- a/xml.catalogsupport/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    51.2 +++ b/xml.catalogsupport/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    51.3 @@ -1,5 +1,48 @@
    51.4  <?xml version="1.0" encoding="UTF-8"?>
    51.5  <!--
    51.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    51.7 +
    51.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    51.9 +
   51.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   51.11 +Other names may be trademarks of their respective owners.
   51.12 +
   51.13 +The contents of this file are subject to the terms of either the GNU
   51.14 +General Public License Version 2 only ("GPL") or the Common
   51.15 +Development and Distribution License("CDDL") (collectively, the
   51.16 +"License"). You may not use this file except in compliance with the
   51.17 +License. You can obtain a copy of the License at
   51.18 +http://www.netbeans.org/cddl-gplv2.html
   51.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   51.20 +specific language governing permissions and limitations under the
   51.21 +License.  When distributing the software, include this License Header
   51.22 +Notice in each file and include the License file at
   51.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   51.24 +particular file as subject to the "Classpath" exception as provided
   51.25 +by Oracle in the GPL Version 2 section of the License file that
   51.26 +accompanied this code. If applicable, add the following below the
   51.27 +License Header, with the fields enclosed by brackets [] replaced by
   51.28 +your own identifying information:
   51.29 +"Portions Copyrighted [year] [name of copyright owner]"
   51.30 +
   51.31 +Contributor(s):
   51.32 +
   51.33 +The Original Software is NetBeans. The Initial Developer of the Original
   51.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   51.35 +Microsystems, Inc. All Rights Reserved.
   51.36 +
   51.37 +If you wish your version of this file to be governed by only the CDDL
   51.38 +or only the GPL Version 2, indicate your decision by adding
   51.39 +"[Contributor] elects to include this software in this distribution
   51.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   51.41 +single choice of license, a recipient has the option to distribute
   51.42 +your version of this file under either the CDDL, the GPL Version 2 or
   51.43 +to extend the choice of license to its licensees as provided above.
   51.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   51.45 +Version 2 license, then the option applies only if the new code is
   51.46 +made subject to such option by the copyright holder.
   51.47 +-->
   51.48 +<!--
   51.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   51.50  ***         EDIT ../build.xml INSTEAD         ***
   51.51  -->
    52.1 --- a/xml.catalogsupport/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    52.2 +++ b/xml.catalogsupport/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    52.3 @@ -1,3 +1,44 @@
    52.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    52.5 +
    52.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    52.7 +#
    52.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    52.9 +# Other names may be trademarks of their respective owners.
   52.10 +#
   52.11 +# The contents of this file are subject to the terms of either the GNU
   52.12 +# General Public License Version 2 only ("GPL") or the Common
   52.13 +# Development and Distribution License("CDDL") (collectively, the
   52.14 +# "License"). You may not use this file except in compliance with the
   52.15 +# License. You can obtain a copy of the License at
   52.16 +# http://www.netbeans.org/cddl-gplv2.html
   52.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   52.18 +# specific language governing permissions and limitations under the
   52.19 +# License.  When distributing the software, include this License Header
   52.20 +# Notice in each file and include the License file at
   52.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   52.22 +# particular file as subject to the "Classpath" exception as provided
   52.23 +# by Oracle in the GPL Version 2 section of the License file that
   52.24 +# accompanied this code. If applicable, add the following below the
   52.25 +# License Header, with the fields enclosed by brackets [] replaced by
   52.26 +# your own identifying information:
   52.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   52.28 +#
   52.29 +# Contributor(s):
   52.30 +#
   52.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   52.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   52.33 +# Microsystems, Inc. All Rights Reserved.
   52.34 +#
   52.35 +# If you wish your version of this file to be governed by only the CDDL
   52.36 +# or only the GPL Version 2, indicate your decision by adding
   52.37 +# "[Contributor] elects to include this software in this distribution
   52.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   52.39 +# single choice of license, a recipient has the option to distribute
   52.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   52.41 +# to extend the choice of license to its licensees as provided above.
   52.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   52.43 +# Version 2 license, then the option applies only if the new code is
   52.44 +# made subject to such option by the copyright holder.
   52.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   52.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   52.47  nbproject/build-impl.xml.data.CRC32=edae068d
    53.1 --- a/xml.catalogsupport/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    53.2 +++ b/xml.catalogsupport/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    53.3 @@ -1,1 +1,42 @@
    53.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    53.5 +
    53.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    53.7 +#
    53.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    53.9 +# Other names may be trademarks of their respective owners.
   53.10 +#
   53.11 +# The contents of this file are subject to the terms of either the GNU
   53.12 +# General Public License Version 2 only ("GPL") or the Common
   53.13 +# Development and Distribution License("CDDL") (collectively, the
   53.14 +# "License"). You may not use this file except in compliance with the
   53.15 +# License. You can obtain a copy of the License at
   53.16 +# http://www.netbeans.org/cddl-gplv2.html
   53.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   53.18 +# specific language governing permissions and limitations under the
   53.19 +# License.  When distributing the software, include this License Header
   53.20 +# Notice in each file and include the License file at
   53.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   53.22 +# particular file as subject to the "Classpath" exception as provided
   53.23 +# by Oracle in the GPL Version 2 section of the License file that
   53.24 +# accompanied this code. If applicable, add the following below the
   53.25 +# License Header, with the fields enclosed by brackets [] replaced by
   53.26 +# your own identifying information:
   53.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   53.28 +#
   53.29 +# Contributor(s):
   53.30 +#
   53.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   53.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   53.33 +# Microsystems, Inc. All Rights Reserved.
   53.34 +#
   53.35 +# If you wish your version of this file to be governed by only the CDDL
   53.36 +# or only the GPL Version 2, indicate your decision by adding
   53.37 +# "[Contributor] elects to include this software in this distribution
   53.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   53.39 +# single choice of license, a recipient has the option to distribute
   53.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   53.41 +# to extend the choice of license to its licensees as provided above.
   53.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   53.43 +# Version 2 license, then the option applies only if the new code is
   53.44 +# made subject to such option by the copyright holder.
   53.45  suite.dir=${basedir}/..
    54.1 --- a/xml.catalogsupport/src/org/netbeans/modules/xml/catalogsupport/resources/catalogsupport-helpset.xml	Mon Dec 19 11:28:54 2016 +0100
    54.2 +++ b/xml.catalogsupport/src/org/netbeans/modules/xml/catalogsupport/resources/catalogsupport-helpset.xml	Wed Feb 22 15:51:40 2017 +0100
    54.3 @@ -1,3 +1,46 @@
    54.4  <?xml version="1.0" encoding="UTF-8"?>
    54.5 +<!--
    54.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    54.7 +
    54.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    54.9 +
   54.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   54.11 +Other names may be trademarks of their respective owners.
   54.12 +
   54.13 +The contents of this file are subject to the terms of either the GNU
   54.14 +General Public License Version 2 only ("GPL") or the Common
   54.15 +Development and Distribution License("CDDL") (collectively, the
   54.16 +"License"). You may not use this file except in compliance with the
   54.17 +License. You can obtain a copy of the License at
   54.18 +http://www.netbeans.org/cddl-gplv2.html
   54.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   54.20 +specific language governing permissions and limitations under the
   54.21 +License.  When distributing the software, include this License Header
   54.22 +Notice in each file and include the License file at
   54.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   54.24 +particular file as subject to the "Classpath" exception as provided
   54.25 +by Oracle in the GPL Version 2 section of the License file that
   54.26 +accompanied this code. If applicable, add the following below the
   54.27 +License Header, with the fields enclosed by brackets [] replaced by
   54.28 +your own identifying information:
   54.29 +"Portions Copyrighted [year] [name of copyright owner]"
   54.30 +
   54.31 +Contributor(s):
   54.32 +
   54.33 +The Original Software is NetBeans. The Initial Developer of the Original
   54.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   54.35 +Microsystems, Inc. All Rights Reserved.
   54.36 +
   54.37 +If you wish your version of this file to be governed by only the CDDL
   54.38 +or only the GPL Version 2, indicate your decision by adding
   54.39 +"[Contributor] elects to include this software in this distribution
   54.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   54.41 +single choice of license, a recipient has the option to distribute
   54.42 +your version of this file under either the CDDL, the GPL Version 2 or
   54.43 +to extend the choice of license to its licensees as provided above.
   54.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   54.45 +Version 2 license, then the option applies only if the new code is
   54.46 +made subject to such option by the copyright holder.
   54.47 +-->
   54.48  <!DOCTYPE helpsetref PUBLIC "-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN" "http://www.netbeans.org/dtds/helpsetref-1_0.dtd">
   54.49  <helpsetref url="nbdocs:/org/netbeans/modules/xml/catalogsupport/docs/catalogsupport-help.hs"/>
    55.1 --- a/xml.kit/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    55.2 +++ b/xml.kit/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    55.3 @@ -1,5 +1,48 @@
    55.4  <?xml version="1.0" encoding="UTF-8"?>
    55.5  <!--
    55.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    55.7 +
    55.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    55.9 +
   55.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   55.11 +Other names may be trademarks of their respective owners.
   55.12 +
   55.13 +The contents of this file are subject to the terms of either the GNU
   55.14 +General Public License Version 2 only ("GPL") or the Common
   55.15 +Development and Distribution License("CDDL") (collectively, the
   55.16 +"License"). You may not use this file except in compliance with the
   55.17 +License. You can obtain a copy of the License at
   55.18 +http://www.netbeans.org/cddl-gplv2.html
   55.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   55.20 +specific language governing permissions and limitations under the
   55.21 +License.  When distributing the software, include this License Header
   55.22 +Notice in each file and include the License file at
   55.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   55.24 +particular file as subject to the "Classpath" exception as provided
   55.25 +by Oracle in the GPL Version 2 section of the License file that
   55.26 +accompanied this code. If applicable, add the following below the
   55.27 +License Header, with the fields enclosed by brackets [] replaced by
   55.28 +your own identifying information:
   55.29 +"Portions Copyrighted [year] [name of copyright owner]"
   55.30 +
   55.31 +Contributor(s):
   55.32 +
   55.33 +The Original Software is NetBeans. The Initial Developer of the Original
   55.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   55.35 +Microsystems, Inc. All Rights Reserved.
   55.36 +
   55.37 +If you wish your version of this file to be governed by only the CDDL
   55.38 +or only the GPL Version 2, indicate your decision by adding
   55.39 +"[Contributor] elects to include this software in this distribution
   55.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   55.41 +single choice of license, a recipient has the option to distribute
   55.42 +your version of this file under either the CDDL, the GPL Version 2 or
   55.43 +to extend the choice of license to its licensees as provided above.
   55.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   55.45 +Version 2 license, then the option applies only if the new code is
   55.46 +made subject to such option by the copyright holder.
   55.47 +-->
   55.48 +<!--
   55.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   55.50  ***         EDIT ../build.xml INSTEAD         ***
   55.51  -->
    56.1 --- a/xml.kit/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    56.2 +++ b/xml.kit/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    56.3 @@ -1,3 +1,44 @@
    56.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    56.5 +
    56.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    56.7 +#
    56.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    56.9 +# Other names may be trademarks of their respective owners.
   56.10 +#
   56.11 +# The contents of this file are subject to the terms of either the GNU
   56.12 +# General Public License Version 2 only ("GPL") or the Common
   56.13 +# Development and Distribution License("CDDL") (collectively, the
   56.14 +# "License"). You may not use this file except in compliance with the
   56.15 +# License. You can obtain a copy of the License at
   56.16 +# http://www.netbeans.org/cddl-gplv2.html
   56.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   56.18 +# specific language governing permissions and limitations under the
   56.19 +# License.  When distributing the software, include this License Header
   56.20 +# Notice in each file and include the License file at
   56.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   56.22 +# particular file as subject to the "Classpath" exception as provided
   56.23 +# by Oracle in the GPL Version 2 section of the License file that
   56.24 +# accompanied this code. If applicable, add the following below the
   56.25 +# License Header, with the fields enclosed by brackets [] replaced by
   56.26 +# your own identifying information:
   56.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   56.28 +#
   56.29 +# Contributor(s):
   56.30 +#
   56.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   56.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   56.33 +# Microsystems, Inc. All Rights Reserved.
   56.34 +#
   56.35 +# If you wish your version of this file to be governed by only the CDDL
   56.36 +# or only the GPL Version 2, indicate your decision by adding
   56.37 +# "[Contributor] elects to include this software in this distribution
   56.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   56.39 +# single choice of license, a recipient has the option to distribute
   56.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   56.41 +# to extend the choice of license to its licensees as provided above.
   56.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   56.43 +# Version 2 license, then the option applies only if the new code is
   56.44 +# made subject to such option by the copyright holder.
   56.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   56.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   56.47  nbproject/build-impl.xml.data.CRC32=8d2d1719
    57.1 --- a/xml.kit/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    57.2 +++ b/xml.kit/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    57.3 @@ -1,1 +1,42 @@
    57.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    57.5 +
    57.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    57.7 +#
    57.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    57.9 +# Other names may be trademarks of their respective owners.
   57.10 +#
   57.11 +# The contents of this file are subject to the terms of either the GNU
   57.12 +# General Public License Version 2 only ("GPL") or the Common
   57.13 +# Development and Distribution License("CDDL") (collectively, the
   57.14 +# "License"). You may not use this file except in compliance with the
   57.15 +# License. You can obtain a copy of the License at
   57.16 +# http://www.netbeans.org/cddl-gplv2.html
   57.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   57.18 +# specific language governing permissions and limitations under the
   57.19 +# License.  When distributing the software, include this License Header
   57.20 +# Notice in each file and include the License file at
   57.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   57.22 +# particular file as subject to the "Classpath" exception as provided
   57.23 +# by Oracle in the GPL Version 2 section of the License file that
   57.24 +# accompanied this code. If applicable, add the following below the
   57.25 +# License Header, with the fields enclosed by brackets [] replaced by
   57.26 +# your own identifying information:
   57.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   57.28 +#
   57.29 +# Contributor(s):
   57.30 +#
   57.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   57.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   57.33 +# Microsystems, Inc. All Rights Reserved.
   57.34 +#
   57.35 +# If you wish your version of this file to be governed by only the CDDL
   57.36 +# or only the GPL Version 2, indicate your decision by adding
   57.37 +# "[Contributor] elects to include this software in this distribution
   57.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   57.39 +# single choice of license, a recipient has the option to distribute
   57.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   57.41 +# to extend the choice of license to its licensees as provided above.
   57.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   57.43 +# Version 2 license, then the option applies only if the new code is
   57.44 +# made subject to such option by the copyright holder.
   57.45  suite.dir=${basedir}/..
    58.1 --- a/xml.libs.jxpath/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    58.2 +++ b/xml.libs.jxpath/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    58.3 @@ -1,5 +1,48 @@
    58.4  <?xml version="1.0" encoding="UTF-8"?>
    58.5  <!--
    58.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    58.7 +
    58.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    58.9 +
   58.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   58.11 +Other names may be trademarks of their respective owners.
   58.12 +
   58.13 +The contents of this file are subject to the terms of either the GNU
   58.14 +General Public License Version 2 only ("GPL") or the Common
   58.15 +Development and Distribution License("CDDL") (collectively, the
   58.16 +"License"). You may not use this file except in compliance with the
   58.17 +License. You can obtain a copy of the License at
   58.18 +http://www.netbeans.org/cddl-gplv2.html
   58.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   58.20 +specific language governing permissions and limitations under the
   58.21 +License.  When distributing the software, include this License Header
   58.22 +Notice in each file and include the License file at
   58.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   58.24 +particular file as subject to the "Classpath" exception as provided
   58.25 +by Oracle in the GPL Version 2 section of the License file that
   58.26 +accompanied this code. If applicable, add the following below the
   58.27 +License Header, with the fields enclosed by brackets [] replaced by
   58.28 +your own identifying information:
   58.29 +"Portions Copyrighted [year] [name of copyright owner]"
   58.30 +
   58.31 +Contributor(s):
   58.32 +
   58.33 +The Original Software is NetBeans. The Initial Developer of the Original
   58.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   58.35 +Microsystems, Inc. All Rights Reserved.
   58.36 +
   58.37 +If you wish your version of this file to be governed by only the CDDL
   58.38 +or only the GPL Version 2, indicate your decision by adding
   58.39 +"[Contributor] elects to include this software in this distribution
   58.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   58.41 +single choice of license, a recipient has the option to distribute
   58.42 +your version of this file under either the CDDL, the GPL Version 2 or
   58.43 +to extend the choice of license to its licensees as provided above.
   58.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   58.45 +Version 2 license, then the option applies only if the new code is
   58.46 +made subject to such option by the copyright holder.
   58.47 +-->
   58.48 +<!--
   58.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   58.50  ***         EDIT ../build.xml INSTEAD         ***
   58.51  -->
    59.1 --- a/xml.libs.jxpath/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    59.2 +++ b/xml.libs.jxpath/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    59.3 @@ -1,3 +1,44 @@
    59.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    59.5 +
    59.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    59.7 +#
    59.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    59.9 +# Other names may be trademarks of their respective owners.
   59.10 +#
   59.11 +# The contents of this file are subject to the terms of either the GNU
   59.12 +# General Public License Version 2 only ("GPL") or the Common
   59.13 +# Development and Distribution License("CDDL") (collectively, the
   59.14 +# "License"). You may not use this file except in compliance with the
   59.15 +# License. You can obtain a copy of the License at
   59.16 +# http://www.netbeans.org/cddl-gplv2.html
   59.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   59.18 +# specific language governing permissions and limitations under the
   59.19 +# License.  When distributing the software, include this License Header
   59.20 +# Notice in each file and include the License file at
   59.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   59.22 +# particular file as subject to the "Classpath" exception as provided
   59.23 +# by Oracle in the GPL Version 2 section of the License file that
   59.24 +# accompanied this code. If applicable, add the following below the
   59.25 +# License Header, with the fields enclosed by brackets [] replaced by
   59.26 +# your own identifying information:
   59.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   59.28 +#
   59.29 +# Contributor(s):
   59.30 +#
   59.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   59.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   59.33 +# Microsystems, Inc. All Rights Reserved.
   59.34 +#
   59.35 +# If you wish your version of this file to be governed by only the CDDL
   59.36 +# or only the GPL Version 2, indicate your decision by adding
   59.37 +# "[Contributor] elects to include this software in this distribution
   59.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   59.39 +# single choice of license, a recipient has the option to distribute
   59.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   59.41 +# to extend the choice of license to its licensees as provided above.
   59.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   59.43 +# Version 2 license, then the option applies only if the new code is
   59.44 +# made subject to such option by the copyright holder.
   59.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   59.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   59.47  nbproject/build-impl.xml.data.CRC32=b9b09c58
    60.1 --- a/xml.libs.jxpath/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    60.2 +++ b/xml.libs.jxpath/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    60.3 @@ -1,1 +1,42 @@
    60.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    60.5 +
    60.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    60.7 +#
    60.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    60.9 +# Other names may be trademarks of their respective owners.
   60.10 +#
   60.11 +# The contents of this file are subject to the terms of either the GNU
   60.12 +# General Public License Version 2 only ("GPL") or the Common
   60.13 +# Development and Distribution License("CDDL") (collectively, the
   60.14 +# "License"). You may not use this file except in compliance with the
   60.15 +# License. You can obtain a copy of the License at
   60.16 +# http://www.netbeans.org/cddl-gplv2.html
   60.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   60.18 +# specific language governing permissions and limitations under the
   60.19 +# License.  When distributing the software, include this License Header
   60.20 +# Notice in each file and include the License file at
   60.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   60.22 +# particular file as subject to the "Classpath" exception as provided
   60.23 +# by Oracle in the GPL Version 2 section of the License file that
   60.24 +# accompanied this code. If applicable, add the following below the
   60.25 +# License Header, with the fields enclosed by brackets [] replaced by
   60.26 +# your own identifying information:
   60.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   60.28 +#
   60.29 +# Contributor(s):
   60.30 +#
   60.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   60.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   60.33 +# Microsystems, Inc. All Rights Reserved.
   60.34 +#
   60.35 +# If you wish your version of this file to be governed by only the CDDL
   60.36 +# or only the GPL Version 2, indicate your decision by adding
   60.37 +# "[Contributor] elects to include this software in this distribution
   60.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   60.39 +# single choice of license, a recipient has the option to distribute
   60.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   60.41 +# to extend the choice of license to its licensees as provided above.
   60.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   60.43 +# Version 2 license, then the option applies only if the new code is
   60.44 +# made subject to such option by the copyright holder.
   60.45  suite.dir=${basedir}/..
    61.1 --- a/xml.libs.prefuse/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    61.2 +++ b/xml.libs.prefuse/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    61.3 @@ -1,5 +1,48 @@
    61.4  <?xml version="1.0" encoding="UTF-8"?>
    61.5  <!--
    61.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    61.7 +
    61.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    61.9 +
   61.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   61.11 +Other names may be trademarks of their respective owners.
   61.12 +
   61.13 +The contents of this file are subject to the terms of either the GNU
   61.14 +General Public License Version 2 only ("GPL") or the Common
   61.15 +Development and Distribution License("CDDL") (collectively, the
   61.16 +"License"). You may not use this file except in compliance with the
   61.17 +License. You can obtain a copy of the License at
   61.18 +http://www.netbeans.org/cddl-gplv2.html
   61.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   61.20 +specific language governing permissions and limitations under the
   61.21 +License.  When distributing the software, include this License Header
   61.22 +Notice in each file and include the License file at
   61.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   61.24 +particular file as subject to the "Classpath" exception as provided
   61.25 +by Oracle in the GPL Version 2 section of the License file that
   61.26 +accompanied this code. If applicable, add the following below the
   61.27 +License Header, with the fields enclosed by brackets [] replaced by
   61.28 +your own identifying information:
   61.29 +"Portions Copyrighted [year] [name of copyright owner]"
   61.30 +
   61.31 +Contributor(s):
   61.32 +
   61.33 +The Original Software is NetBeans. The Initial Developer of the Original
   61.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   61.35 +Microsystems, Inc. All Rights Reserved.
   61.36 +
   61.37 +If you wish your version of this file to be governed by only the CDDL
   61.38 +or only the GPL Version 2, indicate your decision by adding
   61.39 +"[Contributor] elects to include this software in this distribution
   61.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   61.41 +single choice of license, a recipient has the option to distribute
   61.42 +your version of this file under either the CDDL, the GPL Version 2 or
   61.43 +to extend the choice of license to its licensees as provided above.
   61.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   61.45 +Version 2 license, then the option applies only if the new code is
   61.46 +made subject to such option by the copyright holder.
   61.47 +-->
   61.48 +<!--
   61.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   61.50  ***         EDIT ../build.xml INSTEAD         ***
   61.51  -->
    62.1 --- a/xml.libs.prefuse/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    62.2 +++ b/xml.libs.prefuse/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    62.3 @@ -1,3 +1,44 @@
    62.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    62.5 +
    62.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    62.7 +#
    62.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    62.9 +# Other names may be trademarks of their respective owners.
   62.10 +#
   62.11 +# The contents of this file are subject to the terms of either the GNU
   62.12 +# General Public License Version 2 only ("GPL") or the Common
   62.13 +# Development and Distribution License("CDDL") (collectively, the
   62.14 +# "License"). You may not use this file except in compliance with the
   62.15 +# License. You can obtain a copy of the License at
   62.16 +# http://www.netbeans.org/cddl-gplv2.html
   62.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   62.18 +# specific language governing permissions and limitations under the
   62.19 +# License.  When distributing the software, include this License Header
   62.20 +# Notice in each file and include the License file at
   62.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   62.22 +# particular file as subject to the "Classpath" exception as provided
   62.23 +# by Oracle in the GPL Version 2 section of the License file that
   62.24 +# accompanied this code. If applicable, add the following below the
   62.25 +# License Header, with the fields enclosed by brackets [] replaced by
   62.26 +# your own identifying information:
   62.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   62.28 +#
   62.29 +# Contributor(s):
   62.30 +#
   62.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   62.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   62.33 +# Microsystems, Inc. All Rights Reserved.
   62.34 +#
   62.35 +# If you wish your version of this file to be governed by only the CDDL
   62.36 +# or only the GPL Version 2, indicate your decision by adding
   62.37 +# "[Contributor] elects to include this software in this distribution
   62.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   62.39 +# single choice of license, a recipient has the option to distribute
   62.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   62.41 +# to extend the choice of license to its licensees as provided above.
   62.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   62.43 +# Version 2 license, then the option applies only if the new code is
   62.44 +# made subject to such option by the copyright holder.
   62.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   62.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   62.47  nbproject/build-impl.xml.data.CRC32=f64a19f7
    63.1 --- a/xml.libs.prefuse/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    63.2 +++ b/xml.libs.prefuse/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    63.3 @@ -1,1 +1,42 @@
    63.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.5 +
    63.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    63.7 +#
    63.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    63.9 +# Other names may be trademarks of their respective owners.
   63.10 +#
   63.11 +# The contents of this file are subject to the terms of either the GNU
   63.12 +# General Public License Version 2 only ("GPL") or the Common
   63.13 +# Development and Distribution License("CDDL") (collectively, the
   63.14 +# "License"). You may not use this file except in compliance with the
   63.15 +# License. You can obtain a copy of the License at
   63.16 +# http://www.netbeans.org/cddl-gplv2.html
   63.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   63.18 +# specific language governing permissions and limitations under the
   63.19 +# License.  When distributing the software, include this License Header
   63.20 +# Notice in each file and include the License file at
   63.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   63.22 +# particular file as subject to the "Classpath" exception as provided
   63.23 +# by Oracle in the GPL Version 2 section of the License file that
   63.24 +# accompanied this code. If applicable, add the following below the
   63.25 +# License Header, with the fields enclosed by brackets [] replaced by
   63.26 +# your own identifying information:
   63.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   63.28 +#
   63.29 +# Contributor(s):
   63.30 +#
   63.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   63.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   63.33 +# Microsystems, Inc. All Rights Reserved.
   63.34 +#
   63.35 +# If you wish your version of this file to be governed by only the CDDL
   63.36 +# or only the GPL Version 2, indicate your decision by adding
   63.37 +# "[Contributor] elects to include this software in this distribution
   63.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   63.39 +# single choice of license, a recipient has the option to distribute
   63.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   63.41 +# to extend the choice of license to its licensees as provided above.
   63.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   63.43 +# Version 2 license, then the option applies only if the new code is
   63.44 +# made subject to such option by the copyright holder.
   63.45  suite.dir=${basedir}/..
    64.1 --- a/xml.misc/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    64.2 +++ b/xml.misc/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    64.3 @@ -1,5 +1,48 @@
    64.4  <?xml version="1.0" encoding="UTF-8"?>
    64.5  <!--
    64.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.7 +
    64.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    64.9 +
   64.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   64.11 +Other names may be trademarks of their respective owners.
   64.12 +
   64.13 +The contents of this file are subject to the terms of either the GNU
   64.14 +General Public License Version 2 only ("GPL") or the Common
   64.15 +Development and Distribution License("CDDL") (collectively, the
   64.16 +"License"). You may not use this file except in compliance with the
   64.17 +License. You can obtain a copy of the License at
   64.18 +http://www.netbeans.org/cddl-gplv2.html
   64.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   64.20 +specific language governing permissions and limitations under the
   64.21 +License.  When distributing the software, include this License Header
   64.22 +Notice in each file and include the License file at
   64.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   64.24 +particular file as subject to the "Classpath" exception as provided
   64.25 +by Oracle in the GPL Version 2 section of the License file that
   64.26 +accompanied this code. If applicable, add the following below the
   64.27 +License Header, with the fields enclosed by brackets [] replaced by
   64.28 +your own identifying information:
   64.29 +"Portions Copyrighted [year] [name of copyright owner]"
   64.30 +
   64.31 +Contributor(s):
   64.32 +
   64.33 +The Original Software is NetBeans. The Initial Developer of the Original
   64.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   64.35 +Microsystems, Inc. All Rights Reserved.
   64.36 +
   64.37 +If you wish your version of this file to be governed by only the CDDL
   64.38 +or only the GPL Version 2, indicate your decision by adding
   64.39 +"[Contributor] elects to include this software in this distribution
   64.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   64.41 +single choice of license, a recipient has the option to distribute
   64.42 +your version of this file under either the CDDL, the GPL Version 2 or
   64.43 +to extend the choice of license to its licensees as provided above.
   64.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   64.45 +Version 2 license, then the option applies only if the new code is
   64.46 +made subject to such option by the copyright holder.
   64.47 +-->
   64.48 +<!--
   64.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   64.50  ***         EDIT ../build.xml INSTEAD         ***
   64.51  -->
    65.1 --- a/xml.misc/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    65.2 +++ b/xml.misc/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    65.3 @@ -1,3 +1,44 @@
    65.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    65.5 +
    65.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    65.7 +#
    65.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    65.9 +# Other names may be trademarks of their respective owners.
   65.10 +#
   65.11 +# The contents of this file are subject to the terms of either the GNU
   65.12 +# General Public License Version 2 only ("GPL") or the Common
   65.13 +# Development and Distribution License("CDDL") (collectively, the
   65.14 +# "License"). You may not use this file except in compliance with the
   65.15 +# License. You can obtain a copy of the License at
   65.16 +# http://www.netbeans.org/cddl-gplv2.html
   65.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   65.18 +# specific language governing permissions and limitations under the
   65.19 +# License.  When distributing the software, include this License Header
   65.20 +# Notice in each file and include the License file at
   65.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   65.22 +# particular file as subject to the "Classpath" exception as provided
   65.23 +# by Oracle in the GPL Version 2 section of the License file that
   65.24 +# accompanied this code. If applicable, add the following below the
   65.25 +# License Header, with the fields enclosed by brackets [] replaced by
   65.26 +# your own identifying information:
   65.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   65.28 +#
   65.29 +# Contributor(s):
   65.30 +#
   65.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   65.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   65.33 +# Microsystems, Inc. All Rights Reserved.
   65.34 +#
   65.35 +# If you wish your version of this file to be governed by only the CDDL
   65.36 +# or only the GPL Version 2, indicate your decision by adding
   65.37 +# "[Contributor] elects to include this software in this distribution
   65.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   65.39 +# single choice of license, a recipient has the option to distribute
   65.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   65.41 +# to extend the choice of license to its licensees as provided above.
   65.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   65.43 +# Version 2 license, then the option applies only if the new code is
   65.44 +# made subject to such option by the copyright holder.
   65.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   65.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   65.47  nbproject/build-impl.xml.data.CRC32=3714b4b9
    66.1 --- a/xml.misc/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    66.2 +++ b/xml.misc/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    66.3 @@ -1,1 +1,42 @@
    66.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    66.5 +
    66.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    66.7 +#
    66.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    66.9 +# Other names may be trademarks of their respective owners.
   66.10 +#
   66.11 +# The contents of this file are subject to the terms of either the GNU
   66.12 +# General Public License Version 2 only ("GPL") or the Common
   66.13 +# Development and Distribution License("CDDL") (collectively, the
   66.14 +# "License"). You may not use this file except in compliance with the
   66.15 +# License. You can obtain a copy of the License at
   66.16 +# http://www.netbeans.org/cddl-gplv2.html
   66.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   66.18 +# specific language governing permissions and limitations under the
   66.19 +# License.  When distributing the software, include this License Header
   66.20 +# Notice in each file and include the License file at
   66.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   66.22 +# particular file as subject to the "Classpath" exception as provided
   66.23 +# by Oracle in the GPL Version 2 section of the License file that
   66.24 +# accompanied this code. If applicable, add the following below the
   66.25 +# License Header, with the fields enclosed by brackets [] replaced by
   66.26 +# your own identifying information:
   66.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   66.28 +#
   66.29 +# Contributor(s):
   66.30 +#
   66.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   66.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   66.33 +# Microsystems, Inc. All Rights Reserved.
   66.34 +#
   66.35 +# If you wish your version of this file to be governed by only the CDDL
   66.36 +# or only the GPL Version 2, indicate your decision by adding
   66.37 +# "[Contributor] elects to include this software in this distribution
   66.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   66.39 +# single choice of license, a recipient has the option to distribute
   66.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   66.41 +# to extend the choice of license to its licensees as provided above.
   66.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   66.43 +# Version 2 license, then the option applies only if the new code is
   66.44 +# made subject to such option by the copyright holder.
   66.45  suite.dir=${basedir}/..
    67.1 --- a/xml.misc/src/org/netbeans/modules/xml/misc/resources/category.html	Mon Dec 19 11:28:54 2016 +0100
    67.2 +++ b/xml.misc/src/org/netbeans/modules/xml/misc/resources/category.html	Wed Feb 22 15:51:40 2017 +0100
    67.3 @@ -1,3 +1,46 @@
    67.4 +<!--
    67.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.6 +
    67.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    67.8 +
    67.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   67.10 +Other names may be trademarks of their respective owners.
   67.11 +
   67.12 +The contents of this file are subject to the terms of either the GNU
   67.13 +General Public License Version 2 only ("GPL") or the Common
   67.14 +Development and Distribution License("CDDL") (collectively, the
   67.15 +"License"). You may not use this file except in compliance with the
   67.16 +License. You can obtain a copy of the License at
   67.17 +http://www.netbeans.org/cddl-gplv2.html
   67.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   67.19 +specific language governing permissions and limitations under the
   67.20 +License.  When distributing the software, include this License Header
   67.21 +Notice in each file and include the License file at
   67.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   67.23 +particular file as subject to the "Classpath" exception as provided
   67.24 +by Oracle in the GPL Version 2 section of the License file that
   67.25 +accompanied this code. If applicable, add the following below the
   67.26 +License Header, with the fields enclosed by brackets [] replaced by
   67.27 +your own identifying information:
   67.28 +"Portions Copyrighted [year] [name of copyright owner]"
   67.29 +
   67.30 +Contributor(s):
   67.31 +
   67.32 +The Original Software is NetBeans. The Initial Developer of the Original
   67.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   67.34 +Microsystems, Inc. All Rights Reserved.
   67.35 +
   67.36 +If you wish your version of this file to be governed by only the CDDL
   67.37 +or only the GPL Version 2, indicate your decision by adding
   67.38 +"[Contributor] elects to include this software in this distribution
   67.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   67.40 +single choice of license, a recipient has the option to distribute
   67.41 +your version of this file under either the CDDL, the GPL Version 2 or
   67.42 +to extend the choice of license to its licensees as provided above.
   67.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
   67.44 +Version 2 license, then the option applies only if the new code is
   67.45 +made subject to such option by the copyright holder.
   67.46 +-->
   67.47  <html>
   67.48  <head>
   67.49  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    68.1 --- a/xml.nbprefuse/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    68.2 +++ b/xml.nbprefuse/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    68.3 @@ -1,5 +1,48 @@
    68.4  <?xml version="1.0" encoding="UTF-8"?>
    68.5  <!--
    68.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.7 +
    68.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    68.9 +
   68.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   68.11 +Other names may be trademarks of their respective owners.
   68.12 +
   68.13 +The contents of this file are subject to the terms of either the GNU
   68.14 +General Public License Version 2 only ("GPL") or the Common
   68.15 +Development and Distribution License("CDDL") (collectively, the
   68.16 +"License"). You may not use this file except in compliance with the
   68.17 +License. You can obtain a copy of the License at
   68.18 +http://www.netbeans.org/cddl-gplv2.html
   68.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   68.20 +specific language governing permissions and limitations under the
   68.21 +License.  When distributing the software, include this License Header
   68.22 +Notice in each file and include the License file at
   68.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   68.24 +particular file as subject to the "Classpath" exception as provided
   68.25 +by Oracle in the GPL Version 2 section of the License file that
   68.26 +accompanied this code. If applicable, add the following below the
   68.27 +License Header, with the fields enclosed by brackets [] replaced by
   68.28 +your own identifying information:
   68.29 +"Portions Copyrighted [year] [name of copyright owner]"
   68.30 +
   68.31 +Contributor(s):
   68.32 +
   68.33 +The Original Software is NetBeans. The Initial Developer of the Original
   68.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   68.35 +Microsystems, Inc. All Rights Reserved.
   68.36 +
   68.37 +If you wish your version of this file to be governed by only the CDDL
   68.38 +or only the GPL Version 2, indicate your decision by adding
   68.39 +"[Contributor] elects to include this software in this distribution
   68.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   68.41 +single choice of license, a recipient has the option to distribute
   68.42 +your version of this file under either the CDDL, the GPL Version 2 or
   68.43 +to extend the choice of license to its licensees as provided above.
   68.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   68.45 +Version 2 license, then the option applies only if the new code is
   68.46 +made subject to such option by the copyright holder.
   68.47 +-->
   68.48 +<!--
   68.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   68.50  ***         EDIT ../build.xml INSTEAD         ***
   68.51  -->
    69.1 --- a/xml.nbprefuse/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    69.2 +++ b/xml.nbprefuse/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    69.3 @@ -1,3 +1,44 @@
    69.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    69.5 +
    69.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    69.7 +#
    69.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    69.9 +# Other names may be trademarks of their respective owners.
   69.10 +#
   69.11 +# The contents of this file are subject to the terms of either the GNU
   69.12 +# General Public License Version 2 only ("GPL") or the Common
   69.13 +# Development and Distribution License("CDDL") (collectively, the
   69.14 +# "License"). You may not use this file except in compliance with the
   69.15 +# License. You can obtain a copy of the License at
   69.16 +# http://www.netbeans.org/cddl-gplv2.html
   69.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   69.18 +# specific language governing permissions and limitations under the
   69.19 +# License.  When distributing the software, include this License Header
   69.20 +# Notice in each file and include the License file at
   69.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   69.22 +# particular file as subject to the "Classpath" exception as provided
   69.23 +# by Oracle in the GPL Version 2 section of the License file that
   69.24 +# accompanied this code. If applicable, add the following below the
   69.25 +# License Header, with the fields enclosed by brackets [] replaced by
   69.26 +# your own identifying information:
   69.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   69.28 +#
   69.29 +# Contributor(s):
   69.30 +#
   69.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   69.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   69.33 +# Microsystems, Inc. All Rights Reserved.
   69.34 +#
   69.35 +# If you wish your version of this file to be governed by only the CDDL
   69.36 +# or only the GPL Version 2, indicate your decision by adding
   69.37 +# "[Contributor] elects to include this software in this distribution
   69.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   69.39 +# single choice of license, a recipient has the option to distribute
   69.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   69.41 +# to extend the choice of license to its licensees as provided above.
   69.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   69.43 +# Version 2 license, then the option applies only if the new code is
   69.44 +# made subject to such option by the copyright holder.
   69.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   69.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   69.47  nbproject/build-impl.xml.data.CRC32=3fa7a5c0
    70.1 --- a/xml.nbprefuse/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    70.2 +++ b/xml.nbprefuse/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    70.3 @@ -1,1 +1,42 @@
    70.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    70.5 +
    70.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    70.7 +#
    70.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    70.9 +# Other names may be trademarks of their respective owners.
   70.10 +#
   70.11 +# The contents of this file are subject to the terms of either the GNU
   70.12 +# General Public License Version 2 only ("GPL") or the Common
   70.13 +# Development and Distribution License("CDDL") (collectively, the
   70.14 +# "License"). You may not use this file except in compliance with the
   70.15 +# License. You can obtain a copy of the License at
   70.16 +# http://www.netbeans.org/cddl-gplv2.html
   70.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   70.18 +# specific language governing permissions and limitations under the
   70.19 +# License.  When distributing the software, include this License Header
   70.20 +# Notice in each file and include the License file at
   70.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   70.22 +# particular file as subject to the "Classpath" exception as provided
   70.23 +# by Oracle in the GPL Version 2 section of the License file that
   70.24 +# accompanied this code. If applicable, add the following below the
   70.25 +# License Header, with the fields enclosed by brackets [] replaced by
   70.26 +# your own identifying information:
   70.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   70.28 +#
   70.29 +# Contributor(s):
   70.30 +#
   70.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   70.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   70.33 +# Microsystems, Inc. All Rights Reserved.
   70.34 +#
   70.35 +# If you wish your version of this file to be governed by only the CDDL
   70.36 +# or only the GPL Version 2, indicate your decision by adding
   70.37 +# "[Contributor] elects to include this software in this distribution
   70.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   70.39 +# single choice of license, a recipient has the option to distribute
   70.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   70.41 +# to extend the choice of license to its licensees as provided above.
   70.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   70.43 +# Version 2 license, then the option applies only if the new code is
   70.44 +# made subject to such option by the copyright holder.
   70.45  suite.dir=${basedir}/..
    71.1 --- a/xml.refactoring/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    71.2 +++ b/xml.refactoring/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    71.3 @@ -1,5 +1,48 @@
    71.4  <?xml version="1.0" encoding="UTF-8"?>
    71.5  <!--
    71.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    71.7 +
    71.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    71.9 +
   71.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   71.11 +Other names may be trademarks of their respective owners.
   71.12 +
   71.13 +The contents of this file are subject to the terms of either the GNU
   71.14 +General Public License Version 2 only ("GPL") or the Common
   71.15 +Development and Distribution License("CDDL") (collectively, the
   71.16 +"License"). You may not use this file except in compliance with the
   71.17 +License. You can obtain a copy of the License at
   71.18 +http://www.netbeans.org/cddl-gplv2.html
   71.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   71.20 +specific language governing permissions and limitations under the
   71.21 +License.  When distributing the software, include this License Header
   71.22 +Notice in each file and include the License file at
   71.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   71.24 +particular file as subject to the "Classpath" exception as provided
   71.25 +by Oracle in the GPL Version 2 section of the License file that
   71.26 +accompanied this code. If applicable, add the following below the
   71.27 +License Header, with the fields enclosed by brackets [] replaced by
   71.28 +your own identifying information:
   71.29 +"Portions Copyrighted [year] [name of copyright owner]"
   71.30 +
   71.31 +Contributor(s):
   71.32 +
   71.33 +The Original Software is NetBeans. The Initial Developer of the Original
   71.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   71.35 +Microsystems, Inc. All Rights Reserved.
   71.36 +
   71.37 +If you wish your version of this file to be governed by only the CDDL
   71.38 +or only the GPL Version 2, indicate your decision by adding
   71.39 +"[Contributor] elects to include this software in this distribution
   71.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   71.41 +single choice of license, a recipient has the option to distribute
   71.42 +your version of this file under either the CDDL, the GPL Version 2 or
   71.43 +to extend the choice of license to its licensees as provided above.
   71.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   71.45 +Version 2 license, then the option applies only if the new code is
   71.46 +made subject to such option by the copyright holder.
   71.47 +-->
   71.48 +<!--
   71.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   71.50  ***         EDIT ../build.xml INSTEAD         ***
   71.51  -->
    72.1 --- a/xml.refactoring/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    72.2 +++ b/xml.refactoring/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    72.3 @@ -1,3 +1,44 @@
    72.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    72.5 +
    72.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    72.7 +#
    72.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    72.9 +# 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
   72.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   72.18 +# specific language governing permissions and limitations under the
   72.19 +# License.  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
   72.22 +# particular file as subject to the "Classpath" exception as provided
   72.23 +# by Oracle in the GPL Version 2 section of the License file that
   72.24 +# accompanied this code. If applicable, add the following below the
   72.25 +# License Header, with the fields enclosed by brackets [] replaced by
   72.26 +# your own identifying information:
   72.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   72.28 +#
   72.29 +# Contributor(s):
   72.30 +#
   72.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   72.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   72.33 +# Microsystems, Inc. All Rights Reserved.
   72.34 +#
   72.35 +# If you wish your version of this file to be governed by only the CDDL
   72.36 +# or only the GPL Version 2, indicate your decision by adding
   72.37 +# "[Contributor] elects to include this software in this distribution
   72.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   72.39 +# single choice of license, a recipient has the option to distribute
   72.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   72.41 +# to extend the choice of license to its licensees as provided above.
   72.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   72.43 +# Version 2 license, then the option applies only if the new code is
   72.44 +# made subject to such option by the copyright holder.
   72.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   72.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   72.47  nbproject/build-impl.xml.data.CRC32=a88f4755
    73.1 --- a/xml.refactoring/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    73.2 +++ b/xml.refactoring/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    73.3 @@ -1,1 +1,42 @@
    73.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    73.5 +
    73.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    73.7 +#
    73.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    73.9 +# Other names may be trademarks of their respective owners.
   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.  Oracle designates this
   73.22 +# particular file as subject to the "Classpath" exception as provided
   73.23 +# by Oracle 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 2009-2010 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  suite.dir=${basedir}/..
    74.1 --- a/xml.schema.abe/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    74.2 +++ b/xml.schema.abe/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    74.3 @@ -1,5 +1,48 @@
    74.4  <?xml version="1.0" encoding="UTF-8"?>
    74.5  <!--
    74.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    74.7 +
    74.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    74.9 +
   74.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   74.11 +Other names may be trademarks of their respective owners.
   74.12 +
   74.13 +The contents of this file are subject to the terms of either the GNU
   74.14 +General Public License Version 2 only ("GPL") or the Common
   74.15 +Development and Distribution License("CDDL") (collectively, the
   74.16 +"License"). You may not use this file except in compliance with the
   74.17 +License. You can obtain a copy of the License at
   74.18 +http://www.netbeans.org/cddl-gplv2.html
   74.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   74.20 +specific language governing permissions and limitations under the
   74.21 +License.  When distributing the software, include this License Header
   74.22 +Notice in each file and include the License file at
   74.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   74.24 +particular file as subject to the "Classpath" exception as provided
   74.25 +by Oracle in the GPL Version 2 section of the License file that
   74.26 +accompanied this code. If applicable, add the following below the
   74.27 +License Header, with the fields enclosed by brackets [] replaced by
   74.28 +your own identifying information:
   74.29 +"Portions Copyrighted [year] [name of copyright owner]"
   74.30 +
   74.31 +Contributor(s):
   74.32 +
   74.33 +The Original Software is NetBeans. The Initial Developer of the Original
   74.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   74.35 +Microsystems, Inc. All Rights Reserved.
   74.36 +
   74.37 +If you wish your version of this file to be governed by only the CDDL
   74.38 +or only the GPL Version 2, indicate your decision by adding
   74.39 +"[Contributor] elects to include this software in this distribution
   74.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   74.41 +single choice of license, a recipient has the option to distribute
   74.42 +your version of this file under either the CDDL, the GPL Version 2 or
   74.43 +to extend the choice of license to its licensees as provided above.
   74.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   74.45 +Version 2 license, then the option applies only if the new code is
   74.46 +made subject to such option by the copyright holder.
   74.47 +-->
   74.48 +<!--
   74.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   74.50  ***         EDIT ../build.xml INSTEAD         ***
   74.51  -->
    75.1 --- a/xml.schema.abe/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    75.2 +++ b/xml.schema.abe/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    75.3 @@ -1,3 +1,44 @@
    75.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    75.5 +
    75.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    75.7 +#
    75.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    75.9 +# Other names may be trademarks of their respective owners.
   75.10 +#
   75.11 +# The contents of this file are subject to the terms of either the GNU
   75.12 +# General Public License Version 2 only ("GPL") or the Common
   75.13 +# Development and Distribution License("CDDL") (collectively, the
   75.14 +# "License"). You may not use this file except in compliance with the
   75.15 +# License. You can obtain a copy of the License at
   75.16 +# http://www.netbeans.org/cddl-gplv2.html
   75.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   75.18 +# specific language governing permissions and limitations under the
   75.19 +# License.  When distributing the software, include this License Header
   75.20 +# Notice in each file and include the License file at
   75.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   75.22 +# particular file as subject to the "Classpath" exception as provided
   75.23 +# by Oracle in the GPL Version 2 section of the License file that
   75.24 +# accompanied this code. If applicable, add the following below the
   75.25 +# License Header, with the fields enclosed by brackets [] replaced by
   75.26 +# your own identifying information:
   75.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   75.28 +#
   75.29 +# Contributor(s):
   75.30 +#
   75.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   75.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   75.33 +# Microsystems, Inc. All Rights Reserved.
   75.34 +#
   75.35 +# If you wish your version of this file to be governed by only the CDDL
   75.36 +# or only the GPL Version 2, indicate your decision by adding
   75.37 +# "[Contributor] elects to include this software in this distribution
   75.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   75.39 +# single choice of license, a recipient has the option to distribute
   75.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   75.41 +# to extend the choice of license to its licensees as provided above.
   75.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   75.43 +# Version 2 license, then the option applies only if the new code is
   75.44 +# made subject to such option by the copyright holder.
   75.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   75.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   75.47  nbproject/build-impl.xml.data.CRC32=b4d1bbfe
    76.1 --- a/xml.schema.abe/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    76.2 +++ b/xml.schema.abe/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    76.3 @@ -1,1 +1,42 @@
    76.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    76.5 +
    76.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    76.7 +#
    76.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    76.9 +# Other names may be trademarks of their respective owners.
   76.10 +#
   76.11 +# The contents of this file are subject to the terms of either the GNU
   76.12 +# General Public License Version 2 only ("GPL") or the Common
   76.13 +# Development and Distribution License("CDDL") (collectively, the
   76.14 +# "License"). You may not use this file except in compliance with the
   76.15 +# License. You can obtain a copy of the License at
   76.16 +# http://www.netbeans.org/cddl-gplv2.html
   76.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   76.18 +# specific language governing permissions and limitations under the
   76.19 +# License.  When distributing the software, include this License Header
   76.20 +# Notice in each file and include the License file at
   76.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   76.22 +# particular file as subject to the "Classpath" exception as provided
   76.23 +# by Oracle in the GPL Version 2 section of the License file that
   76.24 +# accompanied this code. If applicable, add the following below the
   76.25 +# License Header, with the fields enclosed by brackets [] replaced by
   76.26 +# your own identifying information:
   76.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   76.28 +#
   76.29 +# Contributor(s):
   76.30 +#
   76.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   76.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   76.33 +# Microsystems, Inc. All Rights Reserved.
   76.34 +#
   76.35 +# If you wish your version of this file to be governed by only the CDDL
   76.36 +# or only the GPL Version 2, indicate your decision by adding
   76.37 +# "[Contributor] elects to include this software in this distribution
   76.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   76.39 +# single choice of license, a recipient has the option to distribute
   76.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   76.41 +# to extend the choice of license to its licensees as provided above.
   76.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   76.43 +# Version 2 license, then the option applies only if the new code is
   76.44 +# made subject to such option by the copyright holder.
   76.45  suite.dir=${basedir}/..
    77.1 --- a/xml.schema.refactoring/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    77.2 +++ b/xml.schema.refactoring/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    77.3 @@ -1,5 +1,48 @@
    77.4  <?xml version="1.0" encoding="UTF-8"?>
    77.5  <!--
    77.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    77.7 +
    77.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    77.9 +
   77.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   77.11 +Other names may be trademarks of their respective owners.
   77.12 +
   77.13 +The contents of this file are subject to the terms of either the GNU
   77.14 +General Public License Version 2 only ("GPL") or the Common
   77.15 +Development and Distribution License("CDDL") (collectively, the
   77.16 +"License"). You may not use this file except in compliance with the
   77.17 +License. You can obtain a copy of the License at
   77.18 +http://www.netbeans.org/cddl-gplv2.html
   77.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   77.20 +specific language governing permissions and limitations under the
   77.21 +License.  When distributing the software, include this License Header
   77.22 +Notice in each file and include the License file at
   77.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   77.24 +particular file as subject to the "Classpath" exception as provided
   77.25 +by Oracle in the GPL Version 2 section of the License file that
   77.26 +accompanied this code. If applicable, add the following below the
   77.27 +License Header, with the fields enclosed by brackets [] replaced by
   77.28 +your own identifying information:
   77.29 +"Portions Copyrighted [year] [name of copyright owner]"
   77.30 +
   77.31 +Contributor(s):
   77.32 +
   77.33 +The Original Software is NetBeans. The Initial Developer of the Original
   77.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   77.35 +Microsystems, Inc. All Rights Reserved.
   77.36 +
   77.37 +If you wish your version of this file to be governed by only the CDDL
   77.38 +or only the GPL Version 2, indicate your decision by adding
   77.39 +"[Contributor] elects to include this software in this distribution
   77.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   77.41 +single choice of license, a recipient has the option to distribute
   77.42 +your version of this file under either the CDDL, the GPL Version 2 or
   77.43 +to extend the choice of license to its licensees as provided above.
   77.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   77.45 +Version 2 license, then the option applies only if the new code is
   77.46 +made subject to such option by the copyright holder.
   77.47 +-->
   77.48 +<!--
   77.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   77.50  ***         EDIT ../build.xml INSTEAD         ***
   77.51  -->
    78.1 --- a/xml.schema.refactoring/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    78.2 +++ b/xml.schema.refactoring/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    78.3 @@ -1,3 +1,44 @@
    78.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    78.5 +
    78.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    78.7 +#
    78.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    78.9 +# Other names may be trademarks of their respective owners.
   78.10 +#
   78.11 +# The contents of this file are subject to the terms of either the GNU
   78.12 +# General Public License Version 2 only ("GPL") or the Common
   78.13 +# Development and Distribution License("CDDL") (collectively, the
   78.14 +# "License"). You may not use this file except in compliance with the
   78.15 +# License. You can obtain a copy of the License at
   78.16 +# http://www.netbeans.org/cddl-gplv2.html
   78.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   78.18 +# specific language governing permissions and limitations under the
   78.19 +# License.  When distributing the software, include this License Header
   78.20 +# Notice in each file and include the License file at
   78.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   78.22 +# particular file as subject to the "Classpath" exception as provided
   78.23 +# by Oracle in the GPL Version 2 section of the License file that
   78.24 +# accompanied this code. If applicable, add the following below the
   78.25 +# License Header, with the fields enclosed by brackets [] replaced by
   78.26 +# your own identifying information:
   78.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   78.28 +#
   78.29 +# Contributor(s):
   78.30 +#
   78.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   78.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   78.33 +# Microsystems, Inc. All Rights Reserved.
   78.34 +#
   78.35 +# If you wish your version of this file to be governed by only the CDDL
   78.36 +# or only the GPL Version 2, indicate your decision by adding
   78.37 +# "[Contributor] elects to include this software in this distribution
   78.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   78.39 +# single choice of license, a recipient has the option to distribute
   78.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   78.41 +# to extend the choice of license to its licensees as provided above.
   78.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   78.43 +# Version 2 license, then the option applies only if the new code is
   78.44 +# made subject to such option by the copyright holder.
   78.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   78.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   78.47  nbproject/build-impl.xml.data.CRC32=49ac2279
    79.1 --- a/xml.schema.refactoring/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    79.2 +++ b/xml.schema.refactoring/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    79.3 @@ -1,1 +1,42 @@
    79.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    79.5 +
    79.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    79.7 +#
    79.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    79.9 +# Other names may be trademarks of their respective owners.
   79.10 +#
   79.11 +# The contents of this file are subject to the terms of either the GNU
   79.12 +# General Public License Version 2 only ("GPL") or the Common
   79.13 +# Development and Distribution License("CDDL") (collectively, the
   79.14 +# "License"). You may not use this file except in compliance with the
   79.15 +# License. You can obtain a copy of the License at
   79.16 +# http://www.netbeans.org/cddl-gplv2.html
   79.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   79.18 +# specific language governing permissions and limitations under the
   79.19 +# License.  When distributing the software, include this License Header
   79.20 +# Notice in each file and include the License file at
   79.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   79.22 +# particular file as subject to the "Classpath" exception as provided
   79.23 +# by Oracle in the GPL Version 2 section of the License file that
   79.24 +# accompanied this code. If applicable, add the following below the
   79.25 +# License Header, with the fields enclosed by brackets [] replaced by
   79.26 +# your own identifying information:
   79.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   79.28 +#
   79.29 +# Contributor(s):
   79.30 +#
   79.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   79.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   79.33 +# Microsystems, Inc. All Rights Reserved.
   79.34 +#
   79.35 +# If you wish your version of this file to be governed by only the CDDL
   79.36 +# or only the GPL Version 2, indicate your decision by adding
   79.37 +# "[Contributor] elects to include this software in this distribution
   79.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   79.39 +# single choice of license, a recipient has the option to distribute
   79.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   79.41 +# to extend the choice of license to its licensees as provided above.
   79.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   79.43 +# Version 2 license, then the option applies only if the new code is
   79.44 +# made subject to such option by the copyright holder.
   79.45  suite.dir=${basedir}/..
    80.1 --- a/xml.schema.ui.basic/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
    80.2 +++ b/xml.schema.ui.basic/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
    80.3 @@ -1,5 +1,48 @@
    80.4  <?xml version="1.0" encoding="UTF-8"?>
    80.5  <!--
    80.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    80.7 +
    80.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    80.9 +
   80.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   80.11 +Other names may be trademarks of their respective owners.
   80.12 +
   80.13 +The contents of this file are subject to the terms of either the GNU
   80.14 +General Public License Version 2 only ("GPL") or the Common
   80.15 +Development and Distribution License("CDDL") (collectively, the
   80.16 +"License"). You may not use this file except in compliance with the
   80.17 +License. You can obtain a copy of the License at
   80.18 +http://www.netbeans.org/cddl-gplv2.html
   80.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   80.20 +specific language governing permissions and limitations under the
   80.21 +License.  When distributing the software, include this License Header
   80.22 +Notice in each file and include the License file at
   80.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   80.24 +particular file as subject to the "Classpath" exception as provided
   80.25 +by Oracle in the GPL Version 2 section of the License file that
   80.26 +accompanied this code. If applicable, add the following below the
   80.27 +License Header, with the fields enclosed by brackets [] replaced by
   80.28 +your own identifying information:
   80.29 +"Portions Copyrighted [year] [name of copyright owner]"
   80.30 +
   80.31 +Contributor(s):
   80.32 +
   80.33 +The Original Software is NetBeans. The Initial Developer of the Original
   80.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   80.35 +Microsystems, Inc. All Rights Reserved.
   80.36 +
   80.37 +If you wish your version of this file to be governed by only the CDDL
   80.38 +or only the GPL Version 2, indicate your decision by adding
   80.39 +"[Contributor] elects to include this software in this distribution
   80.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   80.41 +single choice of license, a recipient has the option to distribute
   80.42 +your version of this file under either the CDDL, the GPL Version 2 or
   80.43 +to extend the choice of license to its licensees as provided above.
   80.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
   80.45 +Version 2 license, then the option applies only if the new code is
   80.46 +made subject to such option by the copyright holder.
   80.47 +-->
   80.48 +<!--
   80.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
   80.50  ***         EDIT ../build.xml INSTEAD         ***
   80.51  -->
    81.1 --- a/xml.schema.ui.basic/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
    81.2 +++ b/xml.schema.ui.basic/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
    81.3 @@ -1,3 +1,44 @@
    81.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    81.5 +
    81.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    81.7 +#
    81.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    81.9 +# Other names may be trademarks of their respective owners.
   81.10 +#
   81.11 +# The contents of this file are subject to the terms of either the GNU
   81.12 +# General Public License Version 2 only ("GPL") or the Common
   81.13 +# Development and Distribution License("CDDL") (collectively, the
   81.14 +# "License"). You may not use this file except in compliance with the
   81.15 +# License. You can obtain a copy of the License at
   81.16 +# http://www.netbeans.org/cddl-gplv2.html
   81.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   81.18 +# specific language governing permissions and limitations under the
   81.19 +# License.  When distributing the software, include this License Header
   81.20 +# Notice in each file and include the License file at
   81.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   81.22 +# particular file as subject to the "Classpath" exception as provided
   81.23 +# by Oracle in the GPL Version 2 section of the License file that
   81.24 +# accompanied this code. If applicable, add the following below the
   81.25 +# License Header, with the fields enclosed by brackets [] replaced by
   81.26 +# your own identifying information:
   81.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   81.28 +#
   81.29 +# Contributor(s):
   81.30 +#
   81.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   81.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   81.33 +# Microsystems, Inc. All Rights Reserved.
   81.34 +#
   81.35 +# If you wish your version of this file to be governed by only the CDDL
   81.36 +# or only the GPL Version 2, indicate your decision by adding
   81.37 +# "[Contributor] elects to include this software in this distribution
   81.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   81.39 +# single choice of license, a recipient has the option to distribute
   81.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   81.41 +# to extend the choice of license to its licensees as provided above.
   81.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   81.43 +# Version 2 license, then the option applies only if the new code is
   81.44 +# made subject to such option by the copyright holder.
   81.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
   81.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
   81.47  nbproject/build-impl.xml.data.CRC32=b0b80da1
    82.1 --- a/xml.schema.ui.basic/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
    82.2 +++ b/xml.schema.ui.basic/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
    82.3 @@ -1,1 +1,42 @@
    82.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    82.5 +
    82.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    82.7 +#
    82.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    82.9 +# Other names may be trademarks of their respective owners.
   82.10 +#
   82.11 +# The contents of this file are subject to the terms of either the GNU
   82.12 +# General Public License Version 2 only ("GPL") or the Common
   82.13 +# Development and Distribution License("CDDL") (collectively, the
   82.14 +# "License"). You may not use this file except in compliance with the
   82.15 +# License. You can obtain a copy of the License at
   82.16 +# http://www.netbeans.org/cddl-gplv2.html
   82.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   82.18 +# specific language governing permissions and limitations under the
   82.19 +# License.  When distributing the software, include this License Header
   82.20 +# Notice in each file and include the License file at
   82.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   82.22 +# particular file as subject to the "Classpath" exception as provided
   82.23 +# by Oracle in the GPL Version 2 section of the License file that
   82.24 +# accompanied this code. If applicable, add the following below the
   82.25 +# License Header, with the fields enclosed by brackets [] replaced by
   82.26 +# your own identifying information:
   82.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   82.28 +#
   82.29 +# Contributor(s):
   82.30 +#
   82.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   82.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   82.33 +# Microsystems, Inc. All Rights Reserved.
   82.34 +#
   82.35 +# If you wish your version of this file to be governed by only the CDDL
   82.36 +# or only the GPL Version 2, indicate your decision by adding
   82.37 +# "[Contributor] elects to include this software in this distribution
   82.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   82.39 +# single choice of license, a recipient has the option to distribute
   82.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   82.41 +# to extend the choice of license to its licensees as provided above.
   82.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   82.43 +# Version 2 license, then the option applies only if the new code is
   82.44 +# made subject to such option by the copyright holder.
   82.45  suite.dir=${basedir}/..
    83.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/about.html	Mon Dec 19 11:28:54 2016 +0100
    83.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/about.html	Wed Feb 22 15:51:40 2017 +0100
    83.3 @@ -1,7 +1,46 @@
    83.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    83.5  <!--
    83.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    83.7 -* Use is subject to license terms.
    83.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    83.9 +
   83.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   83.11 +
   83.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   83.13 +Other names may be trademarks of their respective owners.
   83.14 +
   83.15 +The contents of this file are subject to the terms of either the GNU
   83.16 +General Public License Version 2 only ("GPL") or the Common
   83.17 +Development and Distribution License("CDDL") (collectively, the
   83.18 +"License"). You may not use this file except in compliance with the
   83.19 +License. You can obtain a copy of the License at
   83.20 +http://www.netbeans.org/cddl-gplv2.html
   83.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   83.22 +specific language governing permissions and limitations under the
   83.23 +License.  When distributing the software, include this License Header
   83.24 +Notice in each file and include the License file at
   83.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   83.26 +particular file as subject to the "Classpath" exception as provided
   83.27 +by Oracle in the GPL Version 2 section of the License file that
   83.28 +accompanied this code. If applicable, add the following below the
   83.29 +License Header, with the fields enclosed by brackets [] replaced by
   83.30 +your own identifying information:
   83.31 +"Portions Copyrighted [year] [name of copyright owner]"
   83.32 +
   83.33 +Contributor(s):
   83.34 +
   83.35 +The Original Software is NetBeans. The Initial Developer of the Original
   83.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   83.37 +Microsystems, Inc. All Rights Reserved.
   83.38 +
   83.39 +If you wish your version of this file to be governed by only the CDDL
   83.40 +or only the GPL Version 2, indicate your decision by adding
   83.41 +"[Contributor] elects to include this software in this distribution
   83.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   83.43 +single choice of license, a recipient has the option to distribute
   83.44 +your version of this file under either the CDDL, the GPL Version 2 or
   83.45 +to extend the choice of license to its licensees as provided above.
   83.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   83.47 +Version 2 license, then the option applies only if the new code is
   83.48 +made subject to such option by the copyright holder.
   83.49  -->
   83.50  <html>
   83.51  <head>
    84.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/attribute.html	Mon Dec 19 11:28:54 2016 +0100
    84.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/attribute.html	Wed Feb 22 15:51:40 2017 +0100
    84.3 @@ -1,7 +1,46 @@
    84.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    84.5  <!--
    84.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    84.7 -* Use is subject to license terms.
    84.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    84.9 +
   84.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   84.11 +
   84.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   84.13 +Other names may be trademarks of their respective owners.
   84.14 +
   84.15 +The contents of this file are subject to the terms of either the GNU
   84.16 +General Public License Version 2 only ("GPL") or the Common
   84.17 +Development and Distribution License("CDDL") (collectively, the
   84.18 +"License"). You may not use this file except in compliance with the
   84.19 +License. You can obtain a copy of the License at
   84.20 +http://www.netbeans.org/cddl-gplv2.html
   84.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   84.22 +specific language governing permissions and limitations under the
   84.23 +License.  When distributing the software, include this License Header
   84.24 +Notice in each file and include the License file at
   84.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   84.26 +particular file as subject to the "Classpath" exception as provided
   84.27 +by Oracle in the GPL Version 2 section of the License file that
   84.28 +accompanied this code. If applicable, add the following below the
   84.29 +License Header, with the fields enclosed by brackets [] replaced by
   84.30 +your own identifying information:
   84.31 +"Portions Copyrighted [year] [name of copyright owner]"
   84.32 +
   84.33 +Contributor(s):
   84.34 +
   84.35 +The Original Software is NetBeans. The Initial Developer of the Original
   84.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   84.37 +Microsystems, Inc. All Rights Reserved.
   84.38 +
   84.39 +If you wish your version of this file to be governed by only the CDDL
   84.40 +or only the GPL Version 2, indicate your decision by adding
   84.41 +"[Contributor] elects to include this software in this distribution
   84.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   84.43 +single choice of license, a recipient has the option to distribute
   84.44 +your version of this file under either the CDDL, the GPL Version 2 or
   84.45 +to extend the choice of license to its licensees as provided above.
   84.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   84.47 +Version 2 license, then the option applies only if the new code is
   84.48 +made subject to such option by the copyright holder.
   84.49  -->
   84.50  <html>
   84.51  <head>
    85.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/complextype.html	Mon Dec 19 11:28:54 2016 +0100
    85.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/complextype.html	Wed Feb 22 15:51:40 2017 +0100
    85.3 @@ -1,7 +1,46 @@
    85.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    85.5  <!--
    85.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    85.7 -* Use is subject to license terms.
    85.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    85.9 +
   85.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   85.11 +
   85.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   85.13 +Other names may be trademarks of their respective owners.
   85.14 +
   85.15 +The contents of this file are subject to the terms of either the GNU
   85.16 +General Public License Version 2 only ("GPL") or the Common
   85.17 +Development and Distribution License("CDDL") (collectively, the
   85.18 +"License"). You may not use this file except in compliance with the
   85.19 +License. You can obtain a copy of the License at
   85.20 +http://www.netbeans.org/cddl-gplv2.html
   85.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   85.22 +specific language governing permissions and limitations under the
   85.23 +License.  When distributing the software, include this License Header
   85.24 +Notice in each file and include the License file at
   85.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   85.26 +particular file as subject to the "Classpath" exception as provided
   85.27 +by Oracle in the GPL Version 2 section of the License file that
   85.28 +accompanied this code. If applicable, add the following below the
   85.29 +License Header, with the fields enclosed by brackets [] replaced by
   85.30 +your own identifying information:
   85.31 +"Portions Copyrighted [year] [name of copyright owner]"
   85.32 +
   85.33 +Contributor(s):
   85.34 +
   85.35 +The Original Software is NetBeans. The Initial Developer of the Original
   85.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   85.37 +Microsystems, Inc. All Rights Reserved.
   85.38 +
   85.39 +If you wish your version of this file to be governed by only the CDDL
   85.40 +or only the GPL Version 2, indicate your decision by adding
   85.41 +"[Contributor] elects to include this software in this distribution
   85.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   85.43 +single choice of license, a recipient has the option to distribute
   85.44 +your version of this file under either the CDDL, the GPL Version 2 or
   85.45 +to extend the choice of license to its licensees as provided above.
   85.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   85.47 +Version 2 license, then the option applies only if the new code is
   85.48 +made subject to such option by the copyright holder.
   85.49  -->
   85.50  <html>
   85.51  <head>
    86.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/documentation.html	Mon Dec 19 11:28:54 2016 +0100
    86.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/documentation.html	Wed Feb 22 15:51:40 2017 +0100
    86.3 @@ -1,7 +1,46 @@
    86.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    86.5  <!--
    86.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    86.7 -* Use is subject to license terms.
    86.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    86.9 +
   86.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   86.11 +
   86.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   86.13 +Other names may be trademarks of their respective owners.
   86.14 +
   86.15 +The contents of this file are subject to the terms of either the GNU
   86.16 +General Public License Version 2 only ("GPL") or the Common
   86.17 +Development and Distribution License("CDDL") (collectively, the
   86.18 +"License"). You may not use this file except in compliance with the
   86.19 +License. You can obtain a copy of the License at
   86.20 +http://www.netbeans.org/cddl-gplv2.html
   86.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   86.22 +specific language governing permissions and limitations under the
   86.23 +License.  When distributing the software, include this License Header
   86.24 +Notice in each file and include the License file at
   86.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   86.26 +particular file as subject to the "Classpath" exception as provided
   86.27 +by Oracle in the GPL Version 2 section of the License file that
   86.28 +accompanied this code. If applicable, add the following below the
   86.29 +License Header, with the fields enclosed by brackets [] replaced by
   86.30 +your own identifying information:
   86.31 +"Portions Copyrighted [year] [name of copyright owner]"
   86.32 +
   86.33 +Contributor(s):
   86.34 +
   86.35 +The Original Software is NetBeans. The Initial Developer of the Original
   86.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   86.37 +Microsystems, Inc. All Rights Reserved.
   86.38 +
   86.39 +If you wish your version of this file to be governed by only the CDDL
   86.40 +or only the GPL Version 2, indicate your decision by adding
   86.41 +"[Contributor] elects to include this software in this distribution
   86.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   86.43 +single choice of license, a recipient has the option to distribute
   86.44 +your version of this file under either the CDDL, the GPL Version 2 or
   86.45 +to extend the choice of license to its licensees as provided above.
   86.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   86.47 +Version 2 license, then the option applies only if the new code is
   86.48 +made subject to such option by the copyright holder.
   86.49  -->
   86.50  <html>
   86.51  <head>
    87.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/element.html	Mon Dec 19 11:28:54 2016 +0100
    87.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/element.html	Wed Feb 22 15:51:40 2017 +0100
    87.3 @@ -1,7 +1,46 @@
    87.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    87.5  <!--
    87.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    87.7 -* Use is subject to license terms.
    87.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    87.9 +
   87.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   87.11 +
   87.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   87.13 +Other names may be trademarks of their respective owners.
   87.14 +
   87.15 +The contents of this file are subject to the terms of either the GNU
   87.16 +General Public License Version 2 only ("GPL") or the Common
   87.17 +Development and Distribution License("CDDL") (collectively, the
   87.18 +"License"). You may not use this file except in compliance with the
   87.19 +License. You can obtain a copy of the License at
   87.20 +http://www.netbeans.org/cddl-gplv2.html
   87.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   87.22 +specific language governing permissions and limitations under the
   87.23 +License.  When distributing the software, include this License Header
   87.24 +Notice in each file and include the License file at
   87.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   87.26 +particular file as subject to the "Classpath" exception as provided
   87.27 +by Oracle in the GPL Version 2 section of the License file that
   87.28 +accompanied this code. If applicable, add the following below the
   87.29 +License Header, with the fields enclosed by brackets [] replaced by
   87.30 +your own identifying information:
   87.31 +"Portions Copyrighted [year] [name of copyright owner]"
   87.32 +
   87.33 +Contributor(s):
   87.34 +
   87.35 +The Original Software is NetBeans. The Initial Developer of the Original
   87.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   87.37 +Microsystems, Inc. All Rights Reserved.
   87.38 +
   87.39 +If you wish your version of this file to be governed by only the CDDL
   87.40 +or only the GPL Version 2, indicate your decision by adding
   87.41 +"[Contributor] elects to include this software in this distribution
   87.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   87.43 +single choice of license, a recipient has the option to distribute
   87.44 +your version of this file under either the CDDL, the GPL Version 2 or
   87.45 +to extend the choice of license to its licensees as provided above.
   87.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   87.47 +Version 2 license, then the option applies only if the new code is
   87.48 +made subject to such option by the copyright holder.
   87.49  -->
   87.50  <html>
   87.51  <head>
    88.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/import-customizer.html	Mon Dec 19 11:28:54 2016 +0100
    88.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/import-customizer.html	Wed Feb 22 15:51:40 2017 +0100
    88.3 @@ -1,7 +1,46 @@
    88.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    88.5  <!--
    88.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    88.7 -* Use is subject to license terms.
    88.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    88.9 +
   88.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   88.11 +
   88.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   88.13 +Other names may be trademarks of their respective owners.
   88.14 +
   88.15 +The contents of this file are subject to the terms of either the GNU
   88.16 +General Public License Version 2 only ("GPL") or the Common
   88.17 +Development and Distribution License("CDDL") (collectively, the
   88.18 +"License"). You may not use this file except in compliance with the
   88.19 +License. You can obtain a copy of the License at
   88.20 +http://www.netbeans.org/cddl-gplv2.html
   88.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   88.22 +specific language governing permissions and limitations under the
   88.23 +License.  When distributing the software, include this License Header
   88.24 +Notice in each file and include the License file at
   88.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   88.26 +particular file as subject to the "Classpath" exception as provided
   88.27 +by Oracle in the GPL Version 2 section of the License file that
   88.28 +accompanied this code. If applicable, add the following below the
   88.29 +License Header, with the fields enclosed by brackets [] replaced by
   88.30 +your own identifying information:
   88.31 +"Portions Copyrighted [year] [name of copyright owner]"
   88.32 +
   88.33 +Contributor(s):
   88.34 +
   88.35 +The Original Software is NetBeans. The Initial Developer of the Original
   88.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   88.37 +Microsystems, Inc. All Rights Reserved.
   88.38 +
   88.39 +If you wish your version of this file to be governed by only the CDDL
   88.40 +or only the GPL Version 2, indicate your decision by adding
   88.41 +"[Contributor] elects to include this software in this distribution
   88.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   88.43 +single choice of license, a recipient has the option to distribute
   88.44 +your version of this file under either the CDDL, the GPL Version 2 or
   88.45 +to extend the choice of license to its licensees as provided above.
   88.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   88.47 +Version 2 license, then the option applies only if the new code is
   88.48 +made subject to such option by the copyright holder.
   88.49  -->
   88.50  <html>
   88.51  <head>
    89.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/import.html	Mon Dec 19 11:28:54 2016 +0100
    89.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/import.html	Wed Feb 22 15:51:40 2017 +0100
    89.3 @@ -1,7 +1,46 @@
    89.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    89.5  <!--
    89.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    89.7 -* Use is subject to license terms.
    89.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    89.9 +
   89.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   89.11 +
   89.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   89.13 +Other names may be trademarks of their respective owners.
   89.14 +
   89.15 +The contents of this file are subject to the terms of either the GNU
   89.16 +General Public License Version 2 only ("GPL") or the Common
   89.17 +Development and Distribution License("CDDL") (collectively, the
   89.18 +"License"). You may not use this file except in compliance with the
   89.19 +License. You can obtain a copy of the License at
   89.20 +http://www.netbeans.org/cddl-gplv2.html
   89.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   89.22 +specific language governing permissions and limitations under the
   89.23 +License.  When distributing the software, include this License Header
   89.24 +Notice in each file and include the License file at
   89.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   89.26 +particular file as subject to the "Classpath" exception as provided
   89.27 +by Oracle in the GPL Version 2 section of the License file that
   89.28 +accompanied this code. If applicable, add the following below the
   89.29 +License Header, with the fields enclosed by brackets [] replaced by
   89.30 +your own identifying information:
   89.31 +"Portions Copyrighted [year] [name of copyright owner]"
   89.32 +
   89.33 +Contributor(s):
   89.34 +
   89.35 +The Original Software is NetBeans. The Initial Developer of the Original
   89.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   89.37 +Microsystems, Inc. All Rights Reserved.
   89.38 +
   89.39 +If you wish your version of this file to be governed by only the CDDL
   89.40 +or only the GPL Version 2, indicate your decision by adding
   89.41 +"[Contributor] elects to include this software in this distribution
   89.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   89.43 +single choice of license, a recipient has the option to distribute
   89.44 +your version of this file under either the CDDL, the GPL Version 2 or
   89.45 +to extend the choice of license to its licensees as provided above.
   89.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   89.47 +Version 2 license, then the option applies only if the new code is
   89.48 +made subject to such option by the copyright holder.
   89.49  -->
   89.50  <html>
   89.51  <head>
    90.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/include-customizer.html	Mon Dec 19 11:28:54 2016 +0100
    90.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/include-customizer.html	Wed Feb 22 15:51:40 2017 +0100
    90.3 @@ -1,7 +1,46 @@
    90.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    90.5  <!--
    90.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    90.7 -* Use is subject to license terms.
    90.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    90.9 +
   90.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   90.11 +
   90.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   90.13 +Other names may be trademarks of their respective owners.
   90.14 +
   90.15 +The contents of this file are subject to the terms of either the GNU
   90.16 +General Public License Version 2 only ("GPL") or the Common
   90.17 +Development and Distribution License("CDDL") (collectively, the
   90.18 +"License"). You may not use this file except in compliance with the
   90.19 +License. You can obtain a copy of the License at
   90.20 +http://www.netbeans.org/cddl-gplv2.html
   90.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   90.22 +specific language governing permissions and limitations under the
   90.23 +License.  When distributing the software, include this License Header
   90.24 +Notice in each file and include the License file at
   90.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   90.26 +particular file as subject to the "Classpath" exception as provided
   90.27 +by Oracle in the GPL Version 2 section of the License file that
   90.28 +accompanied this code. If applicable, add the following below the
   90.29 +License Header, with the fields enclosed by brackets [] replaced by
   90.30 +your own identifying information:
   90.31 +"Portions Copyrighted [year] [name of copyright owner]"
   90.32 +
   90.33 +Contributor(s):
   90.34 +
   90.35 +The Original Software is NetBeans. The Initial Developer of the Original
   90.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   90.37 +Microsystems, Inc. All Rights Reserved.
   90.38 +
   90.39 +If you wish your version of this file to be governed by only the CDDL
   90.40 +or only the GPL Version 2, indicate your decision by adding
   90.41 +"[Contributor] elects to include this software in this distribution
   90.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   90.43 +single choice of license, a recipient has the option to distribute
   90.44 +your version of this file under either the CDDL, the GPL Version 2 or
   90.45 +to extend the choice of license to its licensees as provided above.
   90.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   90.47 +Version 2 license, then the option applies only if the new code is
   90.48 +made subject to such option by the copyright holder.
   90.49  -->
   90.50  <html>
   90.51  <head>
    91.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/include.html	Mon Dec 19 11:28:54 2016 +0100
    91.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/include.html	Wed Feb 22 15:51:40 2017 +0100
    91.3 @@ -1,7 +1,46 @@
    91.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    91.5  <!--
    91.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    91.7 -* Use is subject to license terms.
    91.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    91.9 +
   91.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   91.11 +
   91.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   91.13 +Other names may be trademarks of their respective owners.
   91.14 +
   91.15 +The contents of this file are subject to the terms of either the GNU
   91.16 +General Public License Version 2 only ("GPL") or the Common
   91.17 +Development and Distribution License("CDDL") (collectively, the
   91.18 +"License"). You may not use this file except in compliance with the
   91.19 +License. You can obtain a copy of the License at
   91.20 +http://www.netbeans.org/cddl-gplv2.html
   91.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   91.22 +specific language governing permissions and limitations under the
   91.23 +License.  When distributing the software, include this License Header
   91.24 +Notice in each file and include the License file at
   91.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   91.26 +particular file as subject to the "Classpath" exception as provided
   91.27 +by Oracle in the GPL Version 2 section of the License file that
   91.28 +accompanied this code. If applicable, add the following below the
   91.29 +License Header, with the fields enclosed by brackets [] replaced by
   91.30 +your own identifying information:
   91.31 +"Portions Copyrighted [year] [name of copyright owner]"
   91.32 +
   91.33 +Contributor(s):
   91.34 +
   91.35 +The Original Software is NetBeans. The Initial Developer of the Original
   91.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   91.37 +Microsystems, Inc. All Rights Reserved.
   91.38 +
   91.39 +If you wish your version of this file to be governed by only the CDDL
   91.40 +or only the GPL Version 2, indicate your decision by adding
   91.41 +"[Contributor] elects to include this software in this distribution
   91.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   91.43 +single choice of license, a recipient has the option to distribute
   91.44 +your version of this file under either the CDDL, the GPL Version 2 or
   91.45 +to extend the choice of license to its licensees as provided above.
   91.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   91.47 +Version 2 license, then the option applies only if the new code is
   91.48 +made subject to such option by the copyright holder.
   91.49  -->
   91.50  <html>
   91.51  <head>
    92.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/redefine-customizer.html	Mon Dec 19 11:28:54 2016 +0100
    92.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/redefine-customizer.html	Wed Feb 22 15:51:40 2017 +0100
    92.3 @@ -1,7 +1,46 @@
    92.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    92.5  <!--
    92.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    92.7 -* Use is subject to license terms.
    92.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    92.9 +
   92.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   92.11 +
   92.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   92.13 +Other names may be trademarks of their respective owners.
   92.14 +
   92.15 +The contents of this file are subject to the terms of either the GNU
   92.16 +General Public License Version 2 only ("GPL") or the Common
   92.17 +Development and Distribution License("CDDL") (collectively, the
   92.18 +"License"). You may not use this file except in compliance with the
   92.19 +License. You can obtain a copy of the License at
   92.20 +http://www.netbeans.org/cddl-gplv2.html
   92.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   92.22 +specific language governing permissions and limitations under the
   92.23 +License.  When distributing the software, include this License Header
   92.24 +Notice in each file and include the License file at
   92.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   92.26 +particular file as subject to the "Classpath" exception as provided
   92.27 +by Oracle in the GPL Version 2 section of the License file that
   92.28 +accompanied this code. If applicable, add the following below the
   92.29 +License Header, with the fields enclosed by brackets [] replaced by
   92.30 +your own identifying information:
   92.31 +"Portions Copyrighted [year] [name of copyright owner]"
   92.32 +
   92.33 +Contributor(s):
   92.34 +
   92.35 +The Original Software is NetBeans. The Initial Developer of the Original
   92.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   92.37 +Microsystems, Inc. All Rights Reserved.
   92.38 +
   92.39 +If you wish your version of this file to be governed by only the CDDL
   92.40 +or only the GPL Version 2, indicate your decision by adding
   92.41 +"[Contributor] elects to include this software in this distribution
   92.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   92.43 +single choice of license, a recipient has the option to distribute
   92.44 +your version of this file under either the CDDL, the GPL Version 2 or
   92.45 +to extend the choice of license to its licensees as provided above.
   92.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   92.47 +Version 2 license, then the option applies only if the new code is
   92.48 +made subject to such option by the copyright holder.
   92.49  -->
   92.50  <html>
   92.51  <head>
    93.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/redefine.html	Mon Dec 19 11:28:54 2016 +0100
    93.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/redefine.html	Wed Feb 22 15:51:40 2017 +0100
    93.3 @@ -1,7 +1,46 @@
    93.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    93.5  <!--
    93.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    93.7 -* Use is subject to license terms.
    93.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    93.9 +
   93.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   93.11 +
   93.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   93.13 +Other names may be trademarks of their respective owners.
   93.14 +
   93.15 +The contents of this file are subject to the terms of either the GNU
   93.16 +General Public License Version 2 only ("GPL") or the Common
   93.17 +Development and Distribution License("CDDL") (collectively, the
   93.18 +"License"). You may not use this file except in compliance with the
   93.19 +License. You can obtain a copy of the License at
   93.20 +http://www.netbeans.org/cddl-gplv2.html
   93.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   93.22 +specific language governing permissions and limitations under the
   93.23 +License.  When distributing the software, include this License Header
   93.24 +Notice in each file and include the License file at
   93.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   93.26 +particular file as subject to the "Classpath" exception as provided
   93.27 +by Oracle in the GPL Version 2 section of the License file that
   93.28 +accompanied this code. If applicable, add the following below the
   93.29 +License Header, with the fields enclosed by brackets [] replaced by
   93.30 +your own identifying information:
   93.31 +"Portions Copyrighted [year] [name of copyright owner]"
   93.32 +
   93.33 +Contributor(s):
   93.34 +
   93.35 +The Original Software is NetBeans. The Initial Developer of the Original
   93.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   93.37 +Microsystems, Inc. All Rights Reserved.
   93.38 +
   93.39 +If you wish your version of this file to be governed by only the CDDL
   93.40 +or only the GPL Version 2, indicate your decision by adding
   93.41 +"[Contributor] elects to include this software in this distribution
   93.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   93.43 +single choice of license, a recipient has the option to distribute
   93.44 +your version of this file under either the CDDL, the GPL Version 2 or
   93.45 +to extend the choice of license to its licensees as provided above.
   93.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   93.47 +Version 2 license, then the option applies only if the new code is
   93.48 +made subject to such option by the copyright holder.
   93.49  -->
   93.50  <html>
   93.51  <head>
    94.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/reference.html	Mon Dec 19 11:28:54 2016 +0100
    94.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/reference.html	Wed Feb 22 15:51:40 2017 +0100
    94.3 @@ -1,7 +1,46 @@
    94.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    94.5  <!--
    94.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    94.7 -* Use is subject to license terms.
    94.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    94.9 +
   94.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   94.11 +
   94.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   94.13 +Other names may be trademarks of their respective owners.
   94.14 +
   94.15 +The contents of this file are subject to the terms of either the GNU
   94.16 +General Public License Version 2 only ("GPL") or the Common
   94.17 +Development and Distribution License("CDDL") (collectively, the
   94.18 +"License"). You may not use this file except in compliance with the
   94.19 +License. You can obtain a copy of the License at
   94.20 +http://www.netbeans.org/cddl-gplv2.html
   94.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   94.22 +specific language governing permissions and limitations under the
   94.23 +License.  When distributing the software, include this License Header
   94.24 +Notice in each file and include the License file at
   94.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   94.26 +particular file as subject to the "Classpath" exception as provided
   94.27 +by Oracle in the GPL Version 2 section of the License file that
   94.28 +accompanied this code. If applicable, add the following below the
   94.29 +License Header, with the fields enclosed by brackets [] replaced by
   94.30 +your own identifying information:
   94.31 +"Portions Copyrighted [year] [name of copyright owner]"
   94.32 +
   94.33 +Contributor(s):
   94.34 +
   94.35 +The Original Software is NetBeans. The Initial Developer of the Original
   94.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   94.37 +Microsystems, Inc. All Rights Reserved.
   94.38 +
   94.39 +If you wish your version of this file to be governed by only the CDDL
   94.40 +or only the GPL Version 2, indicate your decision by adding
   94.41 +"[Contributor] elects to include this software in this distribution
   94.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   94.43 +single choice of license, a recipient has the option to distribute
   94.44 +your version of this file under either the CDDL, the GPL Version 2 or
   94.45 +to extend the choice of license to its licensees as provided above.
   94.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   94.47 +Version 2 license, then the option applies only if the new code is
   94.48 +made subject to such option by the copyright holder.
   94.49  -->
   94.50  <html>
   94.51  <head>
    95.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/simpletype.html	Mon Dec 19 11:28:54 2016 +0100
    95.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/customizers/simpletype.html	Wed Feb 22 15:51:40 2017 +0100
    95.3 @@ -1,7 +1,46 @@
    95.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    95.5  <!--
    95.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    95.7 -* Use is subject to license terms.
    95.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    95.9 +
   95.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   95.11 +
   95.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   95.13 +Other names may be trademarks of their respective owners.
   95.14 +
   95.15 +The contents of this file are subject to the terms of either the GNU
   95.16 +General Public License Version 2 only ("GPL") or the Common
   95.17 +Development and Distribution License("CDDL") (collectively, the
   95.18 +"License"). You may not use this file except in compliance with the
   95.19 +License. You can obtain a copy of the License at
   95.20 +http://www.netbeans.org/cddl-gplv2.html
   95.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   95.22 +specific language governing permissions and limitations under the
   95.23 +License.  When distributing the software, include this License Header
   95.24 +Notice in each file and include the License file at
   95.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   95.26 +particular file as subject to the "Classpath" exception as provided
   95.27 +by Oracle in the GPL Version 2 section of the License file that
   95.28 +accompanied this code. If applicable, add the following below the
   95.29 +License Header, with the fields enclosed by brackets [] replaced by
   95.30 +your own identifying information:
   95.31 +"Portions Copyrighted [year] [name of copyright owner]"
   95.32 +
   95.33 +Contributor(s):
   95.34 +
   95.35 +The Original Software is NetBeans. The Initial Developer of the Original
   95.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   95.37 +Microsystems, Inc. All Rights Reserved.
   95.38 +
   95.39 +If you wish your version of this file to be governed by only the CDDL
   95.40 +or only the GPL Version 2, indicate your decision by adding
   95.41 +"[Contributor] elects to include this software in this distribution
   95.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   95.43 +single choice of license, a recipient has the option to distribute
   95.44 +your version of this file under either the CDDL, the GPL Version 2 or
   95.45 +to extend the choice of license to its licensees as provided above.
   95.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   95.47 +Version 2 license, then the option applies only if the new code is
   95.48 +made subject to such option by the copyright holder.
   95.49  -->
   95.50  <html>
   95.51  <head>
    96.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/about.html	Mon Dec 19 11:28:54 2016 +0100
    96.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/about.html	Wed Feb 22 15:51:40 2017 +0100
    96.3 @@ -1,7 +1,46 @@
    96.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    96.5  <!--
    96.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    96.7 -* Use is subject to license terms.
    96.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    96.9 +
   96.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   96.11 +
   96.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   96.13 +Other names may be trademarks of their respective owners.
   96.14 +
   96.15 +The contents of this file are subject to the terms of either the GNU
   96.16 +General Public License Version 2 only ("GPL") or the Common
   96.17 +Development and Distribution License("CDDL") (collectively, the
   96.18 +"License"). You may not use this file except in compliance with the
   96.19 +License. You can obtain a copy of the License at
   96.20 +http://www.netbeans.org/cddl-gplv2.html
   96.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   96.22 +specific language governing permissions and limitations under the
   96.23 +License.  When distributing the software, include this License Header
   96.24 +Notice in each file and include the License file at
   96.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   96.26 +particular file as subject to the "Classpath" exception as provided
   96.27 +by Oracle in the GPL Version 2 section of the License file that
   96.28 +accompanied this code. If applicable, add the following below the
   96.29 +License Header, with the fields enclosed by brackets [] replaced by
   96.30 +your own identifying information:
   96.31 +"Portions Copyrighted [year] [name of copyright owner]"
   96.32 +
   96.33 +Contributor(s):
   96.34 +
   96.35 +The Original Software is NetBeans. The Initial Developer of the Original
   96.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   96.37 +Microsystems, Inc. All Rights Reserved.
   96.38 +
   96.39 +If you wish your version of this file to be governed by only the CDDL
   96.40 +or only the GPL Version 2, indicate your decision by adding
   96.41 +"[Contributor] elects to include this software in this distribution
   96.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   96.43 +single choice of license, a recipient has the option to distribute
   96.44 +your version of this file under either the CDDL, the GPL Version 2 or
   96.45 +to extend the choice of license to its licensees as provided above.
   96.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   96.47 +Version 2 license, then the option applies only if the new code is
   96.48 +made subject to such option by the copyright holder.
   96.49  -->
   96.50  <html>
   96.51  <head>
    97.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/addingcomponents.html	Mon Dec 19 11:28:54 2016 +0100
    97.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/addingcomponents.html	Wed Feb 22 15:51:40 2017 +0100
    97.3 @@ -1,7 +1,46 @@
    97.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    97.5  <!--
    97.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    97.7 -* Use is subject to license terms.
    97.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    97.9 +
   97.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   97.11 +
   97.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   97.13 +Other names may be trademarks of their respective owners.
   97.14 +
   97.15 +The contents of this file are subject to the terms of either the GNU
   97.16 +General Public License Version 2 only ("GPL") or the Common
   97.17 +Development and Distribution License("CDDL") (collectively, the
   97.18 +"License"). You may not use this file except in compliance with the
   97.19 +License. You can obtain a copy of the License at
   97.20 +http://www.netbeans.org/cddl-gplv2.html
   97.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   97.22 +specific language governing permissions and limitations under the
   97.23 +License.  When distributing the software, include this License Header
   97.24 +Notice in each file and include the License file at
   97.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   97.26 +particular file as subject to the "Classpath" exception as provided
   97.27 +by Oracle in the GPL Version 2 section of the License file that
   97.28 +accompanied this code. If applicable, add the following below the
   97.29 +License Header, with the fields enclosed by brackets [] replaced by
   97.30 +your own identifying information:
   97.31 +"Portions Copyrighted [year] [name of copyright owner]"
   97.32 +
   97.33 +Contributor(s):
   97.34 +
   97.35 +The Original Software is NetBeans. The Initial Developer of the Original
   97.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   97.37 +Microsystems, Inc. All Rights Reserved.
   97.38 +
   97.39 +If you wish your version of this file to be governed by only the CDDL
   97.40 +or only the GPL Version 2, indicate your decision by adding
   97.41 +"[Contributor] elects to include this software in this distribution
   97.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   97.43 +single choice of license, a recipient has the option to distribute
   97.44 +your version of this file under either the CDDL, the GPL Version 2 or
   97.45 +to extend the choice of license to its licensees as provided above.
   97.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   97.47 +Version 2 license, then the option applies only if the new code is
   97.48 +made subject to such option by the copyright holder.
   97.49  -->
   97.50  <html>
   97.51  <head>
    98.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/editingcomponents.html	Mon Dec 19 11:28:54 2016 +0100
    98.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/editingcomponents.html	Wed Feb 22 15:51:40 2017 +0100
    98.3 @@ -1,7 +1,46 @@
    98.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    98.5  <!--
    98.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    98.7 -* Use is subject to license terms.
    98.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    98.9 +
   98.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   98.11 +
   98.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   98.13 +Other names may be trademarks of their respective owners.
   98.14 +
   98.15 +The contents of this file are subject to the terms of either the GNU
   98.16 +General Public License Version 2 only ("GPL") or the Common
   98.17 +Development and Distribution License("CDDL") (collectively, the
   98.18 +"License"). You may not use this file except in compliance with the
   98.19 +License. You can obtain a copy of the License at
   98.20 +http://www.netbeans.org/cddl-gplv2.html
   98.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   98.22 +specific language governing permissions and limitations under the
   98.23 +License.  When distributing the software, include this License Header
   98.24 +Notice in each file and include the License file at
   98.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   98.26 +particular file as subject to the "Classpath" exception as provided
   98.27 +by Oracle in the GPL Version 2 section of the License file that
   98.28 +accompanied this code. If applicable, add the following below the
   98.29 +License Header, with the fields enclosed by brackets [] replaced by
   98.30 +your own identifying information:
   98.31 +"Portions Copyrighted [year] [name of copyright owner]"
   98.32 +
   98.33 +Contributor(s):
   98.34 +
   98.35 +The Original Software is NetBeans. The Initial Developer of the Original
   98.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   98.37 +Microsystems, Inc. All Rights Reserved.
   98.38 +
   98.39 +If you wish your version of this file to be governed by only the CDDL
   98.40 +or only the GPL Version 2, indicate your decision by adding
   98.41 +"[Contributor] elects to include this software in this distribution
   98.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   98.43 +single choice of license, a recipient has the option to distribute
   98.44 +your version of this file under either the CDDL, the GPL Version 2 or
   98.45 +to extend the choice of license to its licensees as provided above.
   98.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   98.47 +Version 2 license, then the option applies only if the new code is
   98.48 +made subject to such option by the copyright holder.
   98.49  -->
   98.50  <html>
   98.51  <head>
    99.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/palette.html	Mon Dec 19 11:28:54 2016 +0100
    99.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/designview/palette.html	Wed Feb 22 15:51:40 2017 +0100
    99.3 @@ -1,7 +1,46 @@
    99.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    99.5  <!--
    99.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    99.7 -* Use is subject to license terms.
    99.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    99.9 +
   99.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   99.11 +
   99.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   99.13 +Other names may be trademarks of their respective owners.
   99.14 +
   99.15 +The contents of this file are subject to the terms of either the GNU
   99.16 +General Public License Version 2 only ("GPL") or the Common
   99.17 +Development and Distribution License("CDDL") (collectively, the
   99.18 +"License"). You may not use this file except in compliance with the
   99.19 +License. You can obtain a copy of the License at
   99.20 +http://www.netbeans.org/cddl-gplv2.html
   99.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   99.22 +specific language governing permissions and limitations under the
   99.23 +License.  When distributing the software, include this License Header
   99.24 +Notice in each file and include the License file at
   99.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   99.26 +particular file as subject to the "Classpath" exception as provided
   99.27 +by Oracle in the GPL Version 2 section of the License file that
   99.28 +accompanied this code. If applicable, add the following below the
   99.29 +License Header, with the fields enclosed by brackets [] replaced by
   99.30 +your own identifying information:
   99.31 +"Portions Copyrighted [year] [name of copyright owner]"
   99.32 +
   99.33 +Contributor(s):
   99.34 +
   99.35 +The Original Software is NetBeans. The Initial Developer of the Original
   99.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   99.37 +Microsystems, Inc. All Rights Reserved.
   99.38 +
   99.39 +If you wish your version of this file to be governed by only the CDDL
   99.40 +or only the GPL Version 2, indicate your decision by adding
   99.41 +"[Contributor] elects to include this software in this distribution
   99.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   99.43 +single choice of license, a recipient has the option to distribute
   99.44 +your version of this file under either the CDDL, the GPL Version 2 or
   99.45 +to extend the choice of license to its licensees as provided above.
   99.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
   99.47 +Version 2 license, then the option applies only if the new code is
   99.48 +made subject to such option by the copyright holder.
   99.49  -->
   99.50  <html>
   99.51  <head>
   100.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/about.html	Mon Dec 19 11:28:54 2016 +0100
   100.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/about.html	Wed Feb 22 15:51:40 2017 +0100
   100.3 @@ -1,7 +1,46 @@
   100.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   100.5  <!--
   100.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   100.7 -* Use is subject to license terms.
   100.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   100.9 +
  100.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  100.11 +
  100.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  100.13 +Other names may be trademarks of their respective owners.
  100.14 +
  100.15 +The contents of this file are subject to the terms of either the GNU
  100.16 +General Public License Version 2 only ("GPL") or the Common
  100.17 +Development and Distribution License("CDDL") (collectively, the
  100.18 +"License"). You may not use this file except in compliance with the
  100.19 +License. You can obtain a copy of the License at
  100.20 +http://www.netbeans.org/cddl-gplv2.html
  100.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  100.22 +specific language governing permissions and limitations under the
  100.23 +License.  When distributing the software, include this License Header
  100.24 +Notice in each file and include the License file at
  100.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  100.26 +particular file as subject to the "Classpath" exception as provided
  100.27 +by Oracle in the GPL Version 2 section of the License file that
  100.28 +accompanied this code. If applicable, add the following below the
  100.29 +License Header, with the fields enclosed by brackets [] replaced by
  100.30 +your own identifying information:
  100.31 +"Portions Copyrighted [year] [name of copyright owner]"
  100.32 +
  100.33 +Contributor(s):
  100.34 +
  100.35 +The Original Software is NetBeans. The Initial Developer of the Original
  100.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  100.37 +Microsystems, Inc. All Rights Reserved.
  100.38 +
  100.39 +If you wish your version of this file to be governed by only the CDDL
  100.40 +or only the GPL Version 2, indicate your decision by adding
  100.41 +"[Contributor] elects to include this software in this distribution
  100.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  100.43 +single choice of license, a recipient has the option to distribute
  100.44 +your version of this file under either the CDDL, the GPL Version 2 or
  100.45 +to extend the choice of license to its licensees as provided above.
  100.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  100.47 +Version 2 license, then the option applies only if the new code is
  100.48 +made subject to such option by the copyright holder.
  100.49  -->
  100.50  <html>
  100.51  <head>
   101.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/addingcomponents.html	Mon Dec 19 11:28:54 2016 +0100
   101.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/addingcomponents.html	Wed Feb 22 15:51:40 2017 +0100
   101.3 @@ -1,7 +1,46 @@
   101.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   101.5  <!--
   101.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   101.7 -* Use is subject to license terms.
   101.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   101.9 +
  101.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  101.11 +
  101.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  101.13 +Other names may be trademarks of their respective owners.
  101.14 +
  101.15 +The contents of this file are subject to the terms of either the GNU
  101.16 +General Public License Version 2 only ("GPL") or the Common
  101.17 +Development and Distribution License("CDDL") (collectively, the
  101.18 +"License"). You may not use this file except in compliance with the
  101.19 +License. You can obtain a copy of the License at
  101.20 +http://www.netbeans.org/cddl-gplv2.html
  101.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  101.22 +specific language governing permissions and limitations under the
  101.23 +License.  When distributing the software, include this License Header
  101.24 +Notice in each file and include the License file at
  101.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  101.26 +particular file as subject to the "Classpath" exception as provided
  101.27 +by Oracle in the GPL Version 2 section of the License file that
  101.28 +accompanied this code. If applicable, add the following below the
  101.29 +License Header, with the fields enclosed by brackets [] replaced by
  101.30 +your own identifying information:
  101.31 +"Portions Copyrighted [year] [name of copyright owner]"
  101.32 +
  101.33 +Contributor(s):
  101.34 +
  101.35 +The Original Software is NetBeans. The Initial Developer of the Original
  101.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  101.37 +Microsystems, Inc. All Rights Reserved.
  101.38 +
  101.39 +If you wish your version of this file to be governed by only the CDDL
  101.40 +or only the GPL Version 2, indicate your decision by adding
  101.41 +"[Contributor] elects to include this software in this distribution
  101.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  101.43 +single choice of license, a recipient has the option to distribute
  101.44 +your version of this file under either the CDDL, the GPL Version 2 or
  101.45 +to extend the choice of license to its licensees as provided above.
  101.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  101.47 +Version 2 license, then the option applies only if the new code is
  101.48 +made subject to such option by the copyright holder.
  101.49  -->
  101.50  <html>
  101.51  <head>
   102.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/editingcomponents.html	Mon Dec 19 11:28:54 2016 +0100
   102.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/editingcomponents.html	Wed Feb 22 15:51:40 2017 +0100
   102.3 @@ -1,7 +1,46 @@
   102.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   102.5  <!--
   102.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   102.7 -* Use is subject to license terms.
   102.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   102.9 +
  102.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  102.11 +
  102.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  102.13 +Other names may be trademarks of their respective owners.
  102.14 +
  102.15 +The contents of this file are subject to the terms of either the GNU
  102.16 +General Public License Version 2 only ("GPL") or the Common
  102.17 +Development and Distribution License("CDDL") (collectively, the
  102.18 +"License"). You may not use this file except in compliance with the
  102.19 +License. You can obtain a copy of the License at
  102.20 +http://www.netbeans.org/cddl-gplv2.html
  102.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  102.22 +specific language governing permissions and limitations under the
  102.23 +License.  When distributing the software, include this License Header
  102.24 +Notice in each file and include the License file at
  102.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  102.26 +particular file as subject to the "Classpath" exception as provided
  102.27 +by Oracle in the GPL Version 2 section of the License file that
  102.28 +accompanied this code. If applicable, add the following below the
  102.29 +License Header, with the fields enclosed by brackets [] replaced by
  102.30 +your own identifying information:
  102.31 +"Portions Copyrighted [year] [name of copyright owner]"
  102.32 +
  102.33 +Contributor(s):
  102.34 +
  102.35 +The Original Software is NetBeans. The Initial Developer of the Original
  102.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  102.37 +Microsystems, Inc. All Rights Reserved.
  102.38 +
  102.39 +If you wish your version of this file to be governed by only the CDDL
  102.40 +or only the GPL Version 2, indicate your decision by adding
  102.41 +"[Contributor] elects to include this software in this distribution
  102.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  102.43 +single choice of license, a recipient has the option to distribute
  102.44 +your version of this file under either the CDDL, the GPL Version 2 or
  102.45 +to extend the choice of license to its licensees as provided above.
  102.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  102.47 +Version 2 license, then the option applies only if the new code is
  102.48 +made subject to such option by the copyright holder.
  102.49  -->
  102.50  <html>
  102.51  <head>
   103.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/findingusages.html	Mon Dec 19 11:28:54 2016 +0100
   103.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/findingusages.html	Wed Feb 22 15:51:40 2017 +0100
   103.3 @@ -1,7 +1,46 @@
   103.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   103.5  <!--
   103.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   103.7 -* Use is subject to license terms.
   103.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   103.9 +
  103.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  103.11 +
  103.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  103.13 +Other names may be trademarks of their respective owners.
  103.14 +
  103.15 +The contents of this file are subject to the terms of either the GNU
  103.16 +General Public License Version 2 only ("GPL") or the Common
  103.17 +Development and Distribution License("CDDL") (collectively, the
  103.18 +"License"). You may not use this file except in compliance with the
  103.19 +License. You can obtain a copy of the License at
  103.20 +http://www.netbeans.org/cddl-gplv2.html
  103.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  103.22 +specific language governing permissions and limitations under the
  103.23 +License.  When distributing the software, include this License Header
  103.24 +Notice in each file and include the License file at
  103.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  103.26 +particular file as subject to the "Classpath" exception as provided
  103.27 +by Oracle in the GPL Version 2 section of the License file that
  103.28 +accompanied this code. If applicable, add the following below the
  103.29 +License Header, with the fields enclosed by brackets [] replaced by
  103.30 +your own identifying information:
  103.31 +"Portions Copyrighted [year] [name of copyright owner]"
  103.32 +
  103.33 +Contributor(s):
  103.34 +
  103.35 +The Original Software is NetBeans. The Initial Developer of the Original
  103.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  103.37 +Microsystems, Inc. All Rights Reserved.
  103.38 +
  103.39 +If you wish your version of this file to be governed by only the CDDL
  103.40 +or only the GPL Version 2, indicate your decision by adding
  103.41 +"[Contributor] elects to include this software in this distribution
  103.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  103.43 +single choice of license, a recipient has the option to distribute
  103.44 +your version of this file under either the CDDL, the GPL Version 2 or
  103.45 +to extend the choice of license to its licensees as provided above.
  103.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  103.47 +Version 2 license, then the option applies only if the new code is
  103.48 +made subject to such option by the copyright holder.
  103.49  -->
  103.50  <html>
  103.51  <head>
   104.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/usingfind.html	Mon Dec 19 11:28:54 2016 +0100
   104.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/schemaview/usingfind.html	Wed Feb 22 15:51:40 2017 +0100
   104.3 @@ -1,7 +1,46 @@
   104.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   104.5  <!--
   104.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   104.7 -* Use is subject to license terms.
   104.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   104.9 +
  104.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  104.11 +
  104.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  104.13 +Other names may be trademarks of their respective owners.
  104.14 +
  104.15 +The contents of this file are subject to the terms of either the GNU
  104.16 +General Public License Version 2 only ("GPL") or the Common
  104.17 +Development and Distribution License("CDDL") (collectively, the
  104.18 +"License"). You may not use this file except in compliance with the
  104.19 +License. You can obtain a copy of the License at
  104.20 +http://www.netbeans.org/cddl-gplv2.html
  104.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  104.22 +specific language governing permissions and limitations under the
  104.23 +License.  When distributing the software, include this License Header
  104.24 +Notice in each file and include the License file at
  104.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  104.26 +particular file as subject to the "Classpath" exception as provided
  104.27 +by Oracle in the GPL Version 2 section of the License file that
  104.28 +accompanied this code. If applicable, add the following below the
  104.29 +License Header, with the fields enclosed by brackets [] replaced by
  104.30 +your own identifying information:
  104.31 +"Portions Copyrighted [year] [name of copyright owner]"
  104.32 +
  104.33 +Contributor(s):
  104.34 +
  104.35 +The Original Software is NetBeans. The Initial Developer of the Original
  104.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  104.37 +Microsystems, Inc. All Rights Reserved.
  104.38 +
  104.39 +If you wish your version of this file to be governed by only the CDDL
  104.40 +or only the GPL Version 2, indicate your decision by adding
  104.41 +"[Contributor] elects to include this software in this distribution
  104.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  104.43 +single choice of license, a recipient has the option to distribute
  104.44 +your version of this file under either the CDDL, the GPL Version 2 or
  104.45 +to extend the choice of license to its licensees as provided above.
  104.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  104.47 +Version 2 license, then the option applies only if the new code is
  104.48 +made subject to such option by the copyright holder.
  104.49  -->
  104.50  <html>
  104.51  <head>
   105.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingannotation.html	Mon Dec 19 11:28:54 2016 +0100
   105.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingannotation.html	Wed Feb 22 15:51:40 2017 +0100
   105.3 @@ -1,7 +1,46 @@
   105.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   105.5  <!--
   105.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   105.7 -* Use is subject to license terms.
   105.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   105.9 +
  105.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  105.11 +
  105.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  105.13 +Other names may be trademarks of their respective owners.
  105.14 +
  105.15 +The contents of this file are subject to the terms of either the GNU
  105.16 +General Public License Version 2 only ("GPL") or the Common
  105.17 +Development and Distribution License("CDDL") (collectively, the
  105.18 +"License"). You may not use this file except in compliance with the
  105.19 +License. You can obtain a copy of the License at
  105.20 +http://www.netbeans.org/cddl-gplv2.html
  105.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  105.22 +specific language governing permissions and limitations under the
  105.23 +License.  When distributing the software, include this License Header
  105.24 +Notice in each file and include the License file at
  105.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  105.26 +particular file as subject to the "Classpath" exception as provided
  105.27 +by Oracle in the GPL Version 2 section of the License file that
  105.28 +accompanied this code. If applicable, add the following below the
  105.29 +License Header, with the fields enclosed by brackets [] replaced by
  105.30 +your own identifying information:
  105.31 +"Portions Copyrighted [year] [name of copyright owner]"
  105.32 +
  105.33 +Contributor(s):
  105.34 +
  105.35 +The Original Software is NetBeans. The Initial Developer of the Original
  105.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  105.37 +Microsystems, Inc. All Rights Reserved.
  105.38 +
  105.39 +If you wish your version of this file to be governed by only the CDDL
  105.40 +or only the GPL Version 2, indicate your decision by adding
  105.41 +"[Contributor] elects to include this software in this distribution
  105.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  105.43 +single choice of license, a recipient has the option to distribute
  105.44 +your version of this file under either the CDDL, the GPL Version 2 or
  105.45 +to extend the choice of license to its licensees as provided above.
  105.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  105.47 +Version 2 license, then the option applies only if the new code is
  105.48 +made subject to such option by the copyright holder.
  105.49  -->
  105.50  <html>
  105.51  <head>
   106.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingattributegroup.html	Mon Dec 19 11:28:54 2016 +0100
   106.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingattributegroup.html	Wed Feb 22 15:51:40 2017 +0100
   106.3 @@ -1,7 +1,46 @@
   106.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   106.5  <!--
   106.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   106.7 -* Use is subject to license terms.
   106.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   106.9 +
  106.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  106.11 +
  106.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  106.13 +Other names may be trademarks of their respective owners.
  106.14 +
  106.15 +The contents of this file are subject to the terms of either the GNU
  106.16 +General Public License Version 2 only ("GPL") or the Common
  106.17 +Development and Distribution License("CDDL") (collectively, the
  106.18 +"License"). You may not use this file except in compliance with the
  106.19 +License. You can obtain a copy of the License at
  106.20 +http://www.netbeans.org/cddl-gplv2.html
  106.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  106.22 +specific language governing permissions and limitations under the
  106.23 +License.  When distributing the software, include this License Header
  106.24 +Notice in each file and include the License file at
  106.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  106.26 +particular file as subject to the "Classpath" exception as provided
  106.27 +by Oracle in the GPL Version 2 section of the License file that
  106.28 +accompanied this code. If applicable, add the following below the
  106.29 +License Header, with the fields enclosed by brackets [] replaced by
  106.30 +your own identifying information:
  106.31 +"Portions Copyrighted [year] [name of copyright owner]"
  106.32 +
  106.33 +Contributor(s):
  106.34 +
  106.35 +The Original Software is NetBeans. The Initial Developer of the Original
  106.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  106.37 +Microsystems, Inc. All Rights Reserved.
  106.38 +
  106.39 +If you wish your version of this file to be governed by only the CDDL
  106.40 +or only the GPL Version 2, indicate your decision by adding
  106.41 +"[Contributor] elects to include this software in this distribution
  106.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  106.43 +single choice of license, a recipient has the option to distribute
  106.44 +your version of this file under either the CDDL, the GPL Version 2 or
  106.45 +to extend the choice of license to its licensees as provided above.
  106.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  106.47 +Version 2 license, then the option applies only if the new code is
  106.48 +made subject to such option by the copyright holder.
  106.49  -->
  106.50  <html>
  106.51  <head>
   107.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingcompositors.html	Mon Dec 19 11:28:54 2016 +0100
   107.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingcompositors.html	Wed Feb 22 15:51:40 2017 +0100
   107.3 @@ -1,7 +1,46 @@
   107.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   107.5  <!--
   107.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   107.7 -* Use is subject to license terms.
   107.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   107.9 +
  107.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  107.11 +
  107.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  107.13 +Other names may be trademarks of their respective owners.
  107.14 +
  107.15 +The contents of this file are subject to the terms of either the GNU
  107.16 +General Public License Version 2 only ("GPL") or the Common
  107.17 +Development and Distribution License("CDDL") (collectively, the
  107.18 +"License"). You may not use this file except in compliance with the
  107.19 +License. You can obtain a copy of the License at
  107.20 +http://www.netbeans.org/cddl-gplv2.html
  107.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  107.22 +specific language governing permissions and limitations under the
  107.23 +License.  When distributing the software, include this License Header
  107.24 +Notice in each file and include the License file at
  107.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  107.26 +particular file as subject to the "Classpath" exception as provided
  107.27 +by Oracle in the GPL Version 2 section of the License file that
  107.28 +accompanied this code. If applicable, add the following below the
  107.29 +License Header, with the fields enclosed by brackets [] replaced by
  107.30 +your own identifying information:
  107.31 +"Portions Copyrighted [year] [name of copyright owner]"
  107.32 +
  107.33 +Contributor(s):
  107.34 +
  107.35 +The Original Software is NetBeans. The Initial Developer of the Original
  107.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  107.37 +Microsystems, Inc. All Rights Reserved.
  107.38 +
  107.39 +If you wish your version of this file to be governed by only the CDDL
  107.40 +or only the GPL Version 2, indicate your decision by adding
  107.41 +"[Contributor] elects to include this software in this distribution
  107.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  107.43 +single choice of license, a recipient has the option to distribute
  107.44 +your version of this file under either the CDDL, the GPL Version 2 or
  107.45 +to extend the choice of license to its licensees as provided above.
  107.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  107.47 +Version 2 license, then the option applies only if the new code is
  107.48 +made subject to such option by the copyright holder.
  107.49  -->
  107.50  <html>
  107.51  <head>
   108.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingdocumentation.html	Mon Dec 19 11:28:54 2016 +0100
   108.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingdocumentation.html	Wed Feb 22 15:51:40 2017 +0100
   108.3 @@ -1,7 +1,46 @@
   108.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   108.5  <!--
   108.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   108.7 -* Use is subject to license terms.
   108.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   108.9 +
  108.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  108.11 +
  108.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  108.13 +Other names may be trademarks of their respective owners.
  108.14 +
  108.15 +The contents of this file are subject to the terms of either the GNU
  108.16 +General Public License Version 2 only ("GPL") or the Common
  108.17 +Development and Distribution License("CDDL") (collectively, the
  108.18 +"License"). You may not use this file except in compliance with the
  108.19 +License. You can obtain a copy of the License at
  108.20 +http://www.netbeans.org/cddl-gplv2.html
  108.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  108.22 +specific language governing permissions and limitations under the
  108.23 +License.  When distributing the software, include this License Header
  108.24 +Notice in each file and include the License file at
  108.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  108.26 +particular file as subject to the "Classpath" exception as provided
  108.27 +by Oracle in the GPL Version 2 section of the License file that
  108.28 +accompanied this code. If applicable, add the following below the
  108.29 +License Header, with the fields enclosed by brackets [] replaced by
  108.30 +your own identifying information:
  108.31 +"Portions Copyrighted [year] [name of copyright owner]"
  108.32 +
  108.33 +Contributor(s):
  108.34 +
  108.35 +The Original Software is NetBeans. The Initial Developer of the Original
  108.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  108.37 +Microsystems, Inc. All Rights Reserved.
  108.38 +
  108.39 +If you wish your version of this file to be governed by only the CDDL
  108.40 +or only the GPL Version 2, indicate your decision by adding
  108.41 +"[Contributor] elects to include this software in this distribution
  108.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  108.43 +single choice of license, a recipient has the option to distribute
  108.44 +your version of this file under either the CDDL, the GPL Version 2 or
  108.45 +to extend the choice of license to its licensees as provided above.
  108.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  108.47 +Version 2 license, then the option applies only if the new code is
  108.48 +made subject to such option by the copyright holder.
  108.49  -->
  108.50  <html>
  108.51  <head>
   109.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingenumeration.html	Mon Dec 19 11:28:54 2016 +0100
   109.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingenumeration.html	Wed Feb 22 15:51:40 2017 +0100
   109.3 @@ -1,7 +1,46 @@
   109.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   109.5  <!--
   109.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   109.7 -* Use is subject to license terms.
   109.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   109.9 +
  109.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  109.11 +
  109.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  109.13 +Other names may be trademarks of their respective owners.
  109.14 +
  109.15 +The contents of this file are subject to the terms of either the GNU
  109.16 +General Public License Version 2 only ("GPL") or the Common
  109.17 +Development and Distribution License("CDDL") (collectively, the
  109.18 +"License"). You may not use this file except in compliance with the
  109.19 +License. You can obtain a copy of the License at
  109.20 +http://www.netbeans.org/cddl-gplv2.html
  109.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  109.22 +specific language governing permissions and limitations under the
  109.23 +License.  When distributing the software, include this License Header
  109.24 +Notice in each file and include the License file at
  109.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  109.26 +particular file as subject to the "Classpath" exception as provided
  109.27 +by Oracle in the GPL Version 2 section of the License file that
  109.28 +accompanied this code. If applicable, add the following below the
  109.29 +License Header, with the fields enclosed by brackets [] replaced by
  109.30 +your own identifying information:
  109.31 +"Portions Copyrighted [year] [name of copyright owner]"
  109.32 +
  109.33 +Contributor(s):
  109.34 +
  109.35 +The Original Software is NetBeans. The Initial Developer of the Original
  109.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  109.37 +Microsystems, Inc. All Rights Reserved.
  109.38 +
  109.39 +If you wish your version of this file to be governed by only the CDDL
  109.40 +or only the GPL Version 2, indicate your decision by adding
  109.41 +"[Contributor] elects to include this software in this distribution
  109.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  109.43 +single choice of license, a recipient has the option to distribute
  109.44 +your version of this file under either the CDDL, the GPL Version 2 or
  109.45 +to extend the choice of license to its licensees as provided above.
  109.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  109.47 +Version 2 license, then the option applies only if the new code is
  109.48 +made subject to such option by the copyright holder.
  109.49  -->
  109.50  <html>
  109.51  <head>
   110.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalattribute.html	Mon Dec 19 11:28:54 2016 +0100
   110.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalattribute.html	Wed Feb 22 15:51:40 2017 +0100
   110.3 @@ -1,7 +1,46 @@
   110.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   110.5  <!--
   110.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   110.7 -* Use is subject to license terms.
   110.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   110.9 +
  110.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  110.11 +
  110.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  110.13 +Other names may be trademarks of their respective owners.
  110.14 +
  110.15 +The contents of this file are subject to the terms of either the GNU
  110.16 +General Public License Version 2 only ("GPL") or the Common
  110.17 +Development and Distribution License("CDDL") (collectively, the
  110.18 +"License"). You may not use this file except in compliance with the
  110.19 +License. You can obtain a copy of the License at
  110.20 +http://www.netbeans.org/cddl-gplv2.html
  110.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  110.22 +specific language governing permissions and limitations under the
  110.23 +License.  When distributing the software, include this License Header
  110.24 +Notice in each file and include the License file at
  110.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  110.26 +particular file as subject to the "Classpath" exception as provided
  110.27 +by Oracle in the GPL Version 2 section of the License file that
  110.28 +accompanied this code. If applicable, add the following below the
  110.29 +License Header, with the fields enclosed by brackets [] replaced by
  110.30 +your own identifying information:
  110.31 +"Portions Copyrighted [year] [name of copyright owner]"
  110.32 +
  110.33 +Contributor(s):
  110.34 +
  110.35 +The Original Software is NetBeans. The Initial Developer of the Original
  110.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  110.37 +Microsystems, Inc. All Rights Reserved.
  110.38 +
  110.39 +If you wish your version of this file to be governed by only the CDDL
  110.40 +or only the GPL Version 2, indicate your decision by adding
  110.41 +"[Contributor] elects to include this software in this distribution
  110.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  110.43 +single choice of license, a recipient has the option to distribute
  110.44 +your version of this file under either the CDDL, the GPL Version 2 or
  110.45 +to extend the choice of license to its licensees as provided above.
  110.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  110.47 +Version 2 license, then the option applies only if the new code is
  110.48 +made subject to such option by the copyright holder.
  110.49  -->
  110.50  <html>
  110.51  <head>
   111.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalcomplextype.html	Mon Dec 19 11:28:54 2016 +0100
   111.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalcomplextype.html	Wed Feb 22 15:51:40 2017 +0100
   111.3 @@ -1,7 +1,46 @@
   111.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   111.5  <!--
   111.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   111.7 -* Use is subject to license terms.
   111.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   111.9 +
  111.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  111.11 +
  111.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  111.13 +Other names may be trademarks of their respective owners.
  111.14 +
  111.15 +The contents of this file are subject to the terms of either the GNU
  111.16 +General Public License Version 2 only ("GPL") or the Common
  111.17 +Development and Distribution License("CDDL") (collectively, the
  111.18 +"License"). You may not use this file except in compliance with the
  111.19 +License. You can obtain a copy of the License at
  111.20 +http://www.netbeans.org/cddl-gplv2.html
  111.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  111.22 +specific language governing permissions and limitations under the
  111.23 +License.  When distributing the software, include this License Header
  111.24 +Notice in each file and include the License file at
  111.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  111.26 +particular file as subject to the "Classpath" exception as provided
  111.27 +by Oracle in the GPL Version 2 section of the License file that
  111.28 +accompanied this code. If applicable, add the following below the
  111.29 +License Header, with the fields enclosed by brackets [] replaced by
  111.30 +your own identifying information:
  111.31 +"Portions Copyrighted [year] [name of copyright owner]"
  111.32 +
  111.33 +Contributor(s):
  111.34 +
  111.35 +The Original Software is NetBeans. The Initial Developer of the Original
  111.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  111.37 +Microsystems, Inc. All Rights Reserved.
  111.38 +
  111.39 +If you wish your version of this file to be governed by only the CDDL
  111.40 +or only the GPL Version 2, indicate your decision by adding
  111.41 +"[Contributor] elects to include this software in this distribution
  111.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  111.43 +single choice of license, a recipient has the option to distribute
  111.44 +your version of this file under either the CDDL, the GPL Version 2 or
  111.45 +to extend the choice of license to its licensees as provided above.
  111.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  111.47 +Version 2 license, then the option applies only if the new code is
  111.48 +made subject to such option by the copyright holder.
  111.49  -->
  111.50  <html>
  111.51  <head>
   112.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalelement.html	Mon Dec 19 11:28:54 2016 +0100
   112.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalelement.html	Wed Feb 22 15:51:40 2017 +0100
   112.3 @@ -1,7 +1,46 @@
   112.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   112.5  <!--
   112.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   112.7 -* Use is subject to license terms.
   112.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   112.9 +
  112.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  112.11 +
  112.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  112.13 +Other names may be trademarks of their respective owners.
  112.14 +
  112.15 +The contents of this file are subject to the terms of either the GNU
  112.16 +General Public License Version 2 only ("GPL") or the Common
  112.17 +Development and Distribution License("CDDL") (collectively, the
  112.18 +"License"). You may not use this file except in compliance with the
  112.19 +License. You can obtain a copy of the License at
  112.20 +http://www.netbeans.org/cddl-gplv2.html
  112.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  112.22 +specific language governing permissions and limitations under the
  112.23 +License.  When distributing the software, include this License Header
  112.24 +Notice in each file and include the License file at
  112.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  112.26 +particular file as subject to the "Classpath" exception as provided
  112.27 +by Oracle in the GPL Version 2 section of the License file that
  112.28 +accompanied this code. If applicable, add the following below the
  112.29 +License Header, with the fields enclosed by brackets [] replaced by
  112.30 +your own identifying information:
  112.31 +"Portions Copyrighted [year] [name of copyright owner]"
  112.32 +
  112.33 +Contributor(s):
  112.34 +
  112.35 +The Original Software is NetBeans. The Initial Developer of the Original
  112.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  112.37 +Microsystems, Inc. All Rights Reserved.
  112.38 +
  112.39 +If you wish your version of this file to be governed by only the CDDL
  112.40 +or only the GPL Version 2, indicate your decision by adding
  112.41 +"[Contributor] elects to include this software in this distribution
  112.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  112.43 +single choice of license, a recipient has the option to distribute
  112.44 +your version of this file under either the CDDL, the GPL Version 2 or
  112.45 +to extend the choice of license to its licensees as provided above.
  112.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  112.47 +Version 2 license, then the option applies only if the new code is
  112.48 +made subject to such option by the copyright holder.
  112.49  -->
  112.50  <html>
  112.51  <head>
   113.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalsimpletype.html	Mon Dec 19 11:28:54 2016 +0100
   113.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingglobalsimpletype.html	Wed Feb 22 15:51:40 2017 +0100
   113.3 @@ -1,7 +1,46 @@
   113.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   113.5  <!--
   113.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   113.7 -* Use is subject to license terms.
   113.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   113.9 +
  113.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  113.11 +
  113.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  113.13 +Other names may be trademarks of their respective owners.
  113.14 +
  113.15 +The contents of this file are subject to the terms of either the GNU
  113.16 +General Public License Version 2 only ("GPL") or the Common
  113.17 +Development and Distribution License("CDDL") (collectively, the
  113.18 +"License"). You may not use this file except in compliance with the
  113.19 +License. You can obtain a copy of the License at
  113.20 +http://www.netbeans.org/cddl-gplv2.html
  113.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  113.22 +specific language governing permissions and limitations under the
  113.23 +License.  When distributing the software, include this License Header
  113.24 +Notice in each file and include the License file at
  113.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  113.26 +particular file as subject to the "Classpath" exception as provided
  113.27 +by Oracle in the GPL Version 2 section of the License file that
  113.28 +accompanied this code. If applicable, add the following below the
  113.29 +License Header, with the fields enclosed by brackets [] replaced by
  113.30 +your own identifying information:
  113.31 +"Portions Copyrighted [year] [name of copyright owner]"
  113.32 +
  113.33 +Contributor(s):
  113.34 +
  113.35 +The Original Software is NetBeans. The Initial Developer of the Original
  113.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  113.37 +Microsystems, Inc. All Rights Reserved.
  113.38 +
  113.39 +If you wish your version of this file to be governed by only the CDDL
  113.40 +or only the GPL Version 2, indicate your decision by adding
  113.41 +"[Contributor] elects to include this software in this distribution
  113.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  113.43 +single choice of license, a recipient has the option to distribute
  113.44 +your version of this file under either the CDDL, the GPL Version 2 or
  113.45 +to extend the choice of license to its licensees as provided above.
  113.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  113.47 +Version 2 license, then the option applies only if the new code is
  113.48 +made subject to such option by the copyright holder.
  113.49  -->
  113.50  <html>
  113.51  <head>
   114.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinggroup.html	Mon Dec 19 11:28:54 2016 +0100
   114.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinggroup.html	Wed Feb 22 15:51:40 2017 +0100
   114.3 @@ -1,7 +1,46 @@
   114.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   114.5  <!--
   114.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   114.7 -* Use is subject to license terms.
   114.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   114.9 +
  114.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  114.11 +
  114.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  114.13 +Other names may be trademarks of their respective owners.
  114.14 +
  114.15 +The contents of this file are subject to the terms of either the GNU
  114.16 +General Public License Version 2 only ("GPL") or the Common
  114.17 +Development and Distribution License("CDDL") (collectively, the
  114.18 +"License"). You may not use this file except in compliance with the
  114.19 +License. You can obtain a copy of the License at
  114.20 +http://www.netbeans.org/cddl-gplv2.html
  114.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  114.22 +specific language governing permissions and limitations under the
  114.23 +License.  When distributing the software, include this License Header
  114.24 +Notice in each file and include the License file at
  114.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  114.26 +particular file as subject to the "Classpath" exception as provided
  114.27 +by Oracle in the GPL Version 2 section of the License file that
  114.28 +accompanied this code. If applicable, add the following below the
  114.29 +License Header, with the fields enclosed by brackets [] replaced by
  114.30 +your own identifying information:
  114.31 +"Portions Copyrighted [year] [name of copyright owner]"
  114.32 +
  114.33 +Contributor(s):
  114.34 +
  114.35 +The Original Software is NetBeans. The Initial Developer of the Original
  114.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  114.37 +Microsystems, Inc. All Rights Reserved.
  114.38 +
  114.39 +If you wish your version of this file to be governed by only the CDDL
  114.40 +or only the GPL Version 2, indicate your decision by adding
  114.41 +"[Contributor] elects to include this software in this distribution
  114.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  114.43 +single choice of license, a recipient has the option to distribute
  114.44 +your version of this file under either the CDDL, the GPL Version 2 or
  114.45 +to extend the choice of license to its licensees as provided above.
  114.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  114.47 +Version 2 license, then the option applies only if the new code is
  114.48 +made subject to such option by the copyright holder.
  114.49  -->
  114.50  <html>
  114.51  <head>
   115.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingimport.html	Mon Dec 19 11:28:54 2016 +0100
   115.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingimport.html	Wed Feb 22 15:51:40 2017 +0100
   115.3 @@ -1,7 +1,46 @@
   115.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   115.5  <!--
   115.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   115.7 -* Use is subject to license terms.
   115.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   115.9 +
  115.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  115.11 +
  115.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  115.13 +Other names may be trademarks of their respective owners.
  115.14 +
  115.15 +The contents of this file are subject to the terms of either the GNU
  115.16 +General Public License Version 2 only ("GPL") or the Common
  115.17 +Development and Distribution License("CDDL") (collectively, the
  115.18 +"License"). You may not use this file except in compliance with the
  115.19 +License. You can obtain a copy of the License at
  115.20 +http://www.netbeans.org/cddl-gplv2.html
  115.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  115.22 +specific language governing permissions and limitations under the
  115.23 +License.  When distributing the software, include this License Header
  115.24 +Notice in each file and include the License file at
  115.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  115.26 +particular file as subject to the "Classpath" exception as provided
  115.27 +by Oracle in the GPL Version 2 section of the License file that
  115.28 +accompanied this code. If applicable, add the following below the
  115.29 +License Header, with the fields enclosed by brackets [] replaced by
  115.30 +your own identifying information:
  115.31 +"Portions Copyrighted [year] [name of copyright owner]"
  115.32 +
  115.33 +Contributor(s):
  115.34 +
  115.35 +The Original Software is NetBeans. The Initial Developer of the Original
  115.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  115.37 +Microsystems, Inc. All Rights Reserved.
  115.38 +
  115.39 +If you wish your version of this file to be governed by only the CDDL
  115.40 +or only the GPL Version 2, indicate your decision by adding
  115.41 +"[Contributor] elects to include this software in this distribution
  115.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  115.43 +single choice of license, a recipient has the option to distribute
  115.44 +your version of this file under either the CDDL, the GPL Version 2 or
  115.45 +to extend the choice of license to its licensees as provided above.
  115.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  115.47 +Version 2 license, then the option applies only if the new code is
  115.48 +made subject to such option by the copyright holder.
  115.49  -->
  115.50  <html>
  115.51  <head>
   116.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinginclude.html	Mon Dec 19 11:28:54 2016 +0100
   116.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinginclude.html	Wed Feb 22 15:51:40 2017 +0100
   116.3 @@ -1,7 +1,46 @@
   116.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   116.5  <!--
   116.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   116.7 -* Use is subject to license terms.
   116.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   116.9 +
  116.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  116.11 +
  116.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  116.13 +Other names may be trademarks of their respective owners.
  116.14 +
  116.15 +The contents of this file are subject to the terms of either the GNU
  116.16 +General Public License Version 2 only ("GPL") or the Common
  116.17 +Development and Distribution License("CDDL") (collectively, the
  116.18 +"License"). You may not use this file except in compliance with the
  116.19 +License. You can obtain a copy of the License at
  116.20 +http://www.netbeans.org/cddl-gplv2.html
  116.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  116.22 +specific language governing permissions and limitations under the
  116.23 +License.  When distributing the software, include this License Header
  116.24 +Notice in each file and include the License file at
  116.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  116.26 +particular file as subject to the "Classpath" exception as provided
  116.27 +by Oracle in the GPL Version 2 section of the License file that
  116.28 +accompanied this code. If applicable, add the following below the
  116.29 +License Header, with the fields enclosed by brackets [] replaced by
  116.30 +your own identifying information:
  116.31 +"Portions Copyrighted [year] [name of copyright owner]"
  116.32 +
  116.33 +Contributor(s):
  116.34 +
  116.35 +The Original Software is NetBeans. The Initial Developer of the Original
  116.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  116.37 +Microsystems, Inc. All Rights Reserved.
  116.38 +
  116.39 +If you wish your version of this file to be governed by only the CDDL
  116.40 +or only the GPL Version 2, indicate your decision by adding
  116.41 +"[Contributor] elects to include this software in this distribution
  116.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  116.43 +single choice of license, a recipient has the option to distribute
  116.44 +your version of this file under either the CDDL, the GPL Version 2 or
  116.45 +to extend the choice of license to its licensees as provided above.
  116.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  116.47 +Version 2 license, then the option applies only if the new code is
  116.48 +made subject to such option by the copyright holder.
  116.49  -->
  116.50  <html>
  116.51  <head>
   117.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalattribute.html	Mon Dec 19 11:28:54 2016 +0100
   117.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalattribute.html	Wed Feb 22 15:51:40 2017 +0100
   117.3 @@ -1,7 +1,46 @@
   117.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   117.5  <!--
   117.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   117.7 -* Use is subject to license terms.
   117.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   117.9 +
  117.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  117.11 +
  117.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  117.13 +Other names may be trademarks of their respective owners.
  117.14 +
  117.15 +The contents of this file are subject to the terms of either the GNU
  117.16 +General Public License Version 2 only ("GPL") or the Common
  117.17 +Development and Distribution License("CDDL") (collectively, the
  117.18 +"License"). You may not use this file except in compliance with the
  117.19 +License. You can obtain a copy of the License at
  117.20 +http://www.netbeans.org/cddl-gplv2.html
  117.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  117.22 +specific language governing permissions and limitations under the
  117.23 +License.  When distributing the software, include this License Header
  117.24 +Notice in each file and include the License file at
  117.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  117.26 +particular file as subject to the "Classpath" exception as provided
  117.27 +by Oracle in the GPL Version 2 section of the License file that
  117.28 +accompanied this code. If applicable, add the following below the
  117.29 +License Header, with the fields enclosed by brackets [] replaced by
  117.30 +your own identifying information:
  117.31 +"Portions Copyrighted [year] [name of copyright owner]"
  117.32 +
  117.33 +Contributor(s):
  117.34 +
  117.35 +The Original Software is NetBeans. The Initial Developer of the Original
  117.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  117.37 +Microsystems, Inc. All Rights Reserved.
  117.38 +
  117.39 +If you wish your version of this file to be governed by only the CDDL
  117.40 +or only the GPL Version 2, indicate your decision by adding
  117.41 +"[Contributor] elects to include this software in this distribution
  117.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  117.43 +single choice of license, a recipient has the option to distribute
  117.44 +your version of this file under either the CDDL, the GPL Version 2 or
  117.45 +to extend the choice of license to its licensees as provided above.
  117.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  117.47 +Version 2 license, then the option applies only if the new code is
  117.48 +made subject to such option by the copyright holder.
  117.49  -->
  117.50  <html>
  117.51  <head>
   118.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalcomplextype.html	Mon Dec 19 11:28:54 2016 +0100
   118.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalcomplextype.html	Wed Feb 22 15:51:40 2017 +0100
   118.3 @@ -1,7 +1,46 @@
   118.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   118.5  <!--
   118.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   118.7 -* Use is subject to license terms.
   118.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   118.9 +
  118.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  118.11 +
  118.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  118.13 +Other names may be trademarks of their respective owners.
  118.14 +
  118.15 +The contents of this file are subject to the terms of either the GNU
  118.16 +General Public License Version 2 only ("GPL") or the Common
  118.17 +Development and Distribution License("CDDL") (collectively, the
  118.18 +"License"). You may not use this file except in compliance with the
  118.19 +License. You can obtain a copy of the License at
  118.20 +http://www.netbeans.org/cddl-gplv2.html
  118.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  118.22 +specific language governing permissions and limitations under the
  118.23 +License.  When distributing the software, include this License Header
  118.24 +Notice in each file and include the License file at
  118.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  118.26 +particular file as subject to the "Classpath" exception as provided
  118.27 +by Oracle in the GPL Version 2 section of the License file that
  118.28 +accompanied this code. If applicable, add the following below the
  118.29 +License Header, with the fields enclosed by brackets [] replaced by
  118.30 +your own identifying information:
  118.31 +"Portions Copyrighted [year] [name of copyright owner]"
  118.32 +
  118.33 +Contributor(s):
  118.34 +
  118.35 +The Original Software is NetBeans. The Initial Developer of the Original
  118.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  118.37 +Microsystems, Inc. All Rights Reserved.
  118.38 +
  118.39 +If you wish your version of this file to be governed by only the CDDL
  118.40 +or only the GPL Version 2, indicate your decision by adding
  118.41 +"[Contributor] elects to include this software in this distribution
  118.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  118.43 +single choice of license, a recipient has the option to distribute
  118.44 +your version of this file under either the CDDL, the GPL Version 2 or
  118.45 +to extend the choice of license to its licensees as provided above.
  118.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  118.47 +Version 2 license, then the option applies only if the new code is
  118.48 +made subject to such option by the copyright holder.
  118.49  -->
  118.50  <html>
  118.51  <head>
   119.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalelement.html	Mon Dec 19 11:28:54 2016 +0100
   119.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalelement.html	Wed Feb 22 15:51:40 2017 +0100
   119.3 @@ -1,7 +1,46 @@
   119.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   119.5  <!--
   119.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   119.7 -* Use is subject to license terms.
   119.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   119.9 +
  119.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  119.11 +
  119.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  119.13 +Other names may be trademarks of their respective owners.
  119.14 +
  119.15 +The contents of this file are subject to the terms of either the GNU
  119.16 +General Public License Version 2 only ("GPL") or the Common
  119.17 +Development and Distribution License("CDDL") (collectively, the
  119.18 +"License"). You may not use this file except in compliance with the
  119.19 +License. You can obtain a copy of the License at
  119.20 +http://www.netbeans.org/cddl-gplv2.html
  119.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  119.22 +specific language governing permissions and limitations under the
  119.23 +License.  When distributing the software, include this License Header
  119.24 +Notice in each file and include the License file at
  119.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  119.26 +particular file as subject to the "Classpath" exception as provided
  119.27 +by Oracle in the GPL Version 2 section of the License file that
  119.28 +accompanied this code. If applicable, add the following below the
  119.29 +License Header, with the fields enclosed by brackets [] replaced by
  119.30 +your own identifying information:
  119.31 +"Portions Copyrighted [year] [name of copyright owner]"
  119.32 +
  119.33 +Contributor(s):
  119.34 +
  119.35 +The Original Software is NetBeans. The Initial Developer of the Original
  119.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  119.37 +Microsystems, Inc. All Rights Reserved.
  119.38 +
  119.39 +If you wish your version of this file to be governed by only the CDDL
  119.40 +or only the GPL Version 2, indicate your decision by adding
  119.41 +"[Contributor] elects to include this software in this distribution
  119.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  119.43 +single choice of license, a recipient has the option to distribute
  119.44 +your version of this file under either the CDDL, the GPL Version 2 or
  119.45 +to extend the choice of license to its licensees as provided above.
  119.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  119.47 +Version 2 license, then the option applies only if the new code is
  119.48 +made subject to such option by the copyright holder.
  119.49  -->
  119.50  <html>
  119.51  <head>
   120.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalsimpletype.html	Mon Dec 19 11:28:54 2016 +0100
   120.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addinglocalsimpletype.html	Wed Feb 22 15:51:40 2017 +0100
   120.3 @@ -1,7 +1,46 @@
   120.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   120.5  <!--
   120.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   120.7 -* Use is subject to license terms.
   120.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   120.9 +
  120.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  120.11 +
  120.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  120.13 +Other names may be trademarks of their respective owners.
  120.14 +
  120.15 +The contents of this file are subject to the terms of either the GNU
  120.16 +General Public License Version 2 only ("GPL") or the Common
  120.17 +Development and Distribution License("CDDL") (collectively, the
  120.18 +"License"). You may not use this file except in compliance with the
  120.19 +License. You can obtain a copy of the License at
  120.20 +http://www.netbeans.org/cddl-gplv2.html
  120.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  120.22 +specific language governing permissions and limitations under the
  120.23 +License.  When distributing the software, include this License Header
  120.24 +Notice in each file and include the License file at
  120.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  120.26 +particular file as subject to the "Classpath" exception as provided
  120.27 +by Oracle in the GPL Version 2 section of the License file that
  120.28 +accompanied this code. If applicable, add the following below the
  120.29 +License Header, with the fields enclosed by brackets [] replaced by
  120.30 +your own identifying information:
  120.31 +"Portions Copyrighted [year] [name of copyright owner]"
  120.32 +
  120.33 +Contributor(s):
  120.34 +
  120.35 +The Original Software is NetBeans. The Initial Developer of the Original
  120.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  120.37 +Microsystems, Inc. All Rights Reserved.
  120.38 +
  120.39 +If you wish your version of this file to be governed by only the CDDL
  120.40 +or only the GPL Version 2, indicate your decision by adding
  120.41 +"[Contributor] elects to include this software in this distribution
  120.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  120.43 +single choice of license, a recipient has the option to distribute
  120.44 +your version of this file under either the CDDL, the GPL Version 2 or
  120.45 +to extend the choice of license to its licensees as provided above.
  120.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  120.47 +Version 2 license, then the option applies only if the new code is
  120.48 +made subject to such option by the copyright holder.
  120.49  -->
  120.50  <html>
  120.51  <head>
   121.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingredefine.html	Mon Dec 19 11:28:54 2016 +0100
   121.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingredefine.html	Wed Feb 22 15:51:40 2017 +0100
   121.3 @@ -1,7 +1,46 @@
   121.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   121.5  <!--
   121.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   121.7 -* Use is subject to license terms.
   121.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   121.9 +
  121.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  121.11 +
  121.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  121.13 +Other names may be trademarks of their respective owners.
  121.14 +
  121.15 +The contents of this file are subject to the terms of either the GNU
  121.16 +General Public License Version 2 only ("GPL") or the Common
  121.17 +Development and Distribution License("CDDL") (collectively, the
  121.18 +"License"). You may not use this file except in compliance with the
  121.19 +License. You can obtain a copy of the License at
  121.20 +http://www.netbeans.org/cddl-gplv2.html
  121.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  121.22 +specific language governing permissions and limitations under the
  121.23 +License.  When distributing the software, include this License Header
  121.24 +Notice in each file and include the License file at
  121.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  121.26 +particular file as subject to the "Classpath" exception as provided
  121.27 +by Oracle in the GPL Version 2 section of the License file that
  121.28 +accompanied this code. If applicable, add the following below the
  121.29 +License Header, with the fields enclosed by brackets [] replaced by
  121.30 +your own identifying information:
  121.31 +"Portions Copyrighted [year] [name of copyright owner]"
  121.32 +
  121.33 +Contributor(s):
  121.34 +
  121.35 +The Original Software is NetBeans. The Initial Developer of the Original
  121.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  121.37 +Microsystems, Inc. All Rights Reserved.
  121.38 +
  121.39 +If you wish your version of this file to be governed by only the CDDL
  121.40 +or only the GPL Version 2, indicate your decision by adding
  121.41 +"[Contributor] elects to include this software in this distribution
  121.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  121.43 +single choice of license, a recipient has the option to distribute
  121.44 +your version of this file under either the CDDL, the GPL Version 2 or
  121.45 +to extend the choice of license to its licensees as provided above.
  121.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  121.47 +Version 2 license, then the option applies only if the new code is
  121.48 +made subject to such option by the copyright holder.
  121.49  -->
  121.50  <html>
  121.51  <head>
   122.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingreference.html	Mon Dec 19 11:28:54 2016 +0100
   122.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/addingreference.html	Wed Feb 22 15:51:40 2017 +0100
   122.3 @@ -1,7 +1,46 @@
   122.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   122.5  <!--
   122.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   122.7 -* Use is subject to license terms.
   122.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   122.9 +
  122.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  122.11 +
  122.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  122.13 +Other names may be trademarks of their respective owners.
  122.14 +
  122.15 +The contents of this file are subject to the terms of either the GNU
  122.16 +General Public License Version 2 only ("GPL") or the Common
  122.17 +Development and Distribution License("CDDL") (collectively, the
  122.18 +"License"). You may not use this file except in compliance with the
  122.19 +License. You can obtain a copy of the License at
  122.20 +http://www.netbeans.org/cddl-gplv2.html
  122.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  122.22 +specific language governing permissions and limitations under the
  122.23 +License.  When distributing the software, include this License Header
  122.24 +Notice in each file and include the License file at
  122.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  122.26 +particular file as subject to the "Classpath" exception as provided
  122.27 +by Oracle in the GPL Version 2 section of the License file that
  122.28 +accompanied this code. If applicable, add the following below the
  122.29 +License Header, with the fields enclosed by brackets [] replaced by
  122.30 +your own identifying information:
  122.31 +"Portions Copyrighted [year] [name of copyright owner]"
  122.32 +
  122.33 +Contributor(s):
  122.34 +
  122.35 +The Original Software is NetBeans. The Initial Developer of the Original
  122.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  122.37 +Microsystems, Inc. All Rights Reserved.
  122.38 +
  122.39 +If you wish your version of this file to be governed by only the CDDL
  122.40 +or only the GPL Version 2, indicate your decision by adding
  122.41 +"[Contributor] elects to include this software in this distribution
  122.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  122.43 +single choice of license, a recipient has the option to distribute
  122.44 +your version of this file under either the CDDL, the GPL Version 2 or
  122.45 +to extend the choice of license to its licensees as provided above.
  122.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  122.47 +Version 2 license, then the option applies only if the new code is
  122.48 +made subject to such option by the copyright holder.
  122.49  -->
  122.50  <html>
  122.51  <head>
   123.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/analyzingschemas.html	Mon Dec 19 11:28:54 2016 +0100
   123.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/analyzingschemas.html	Wed Feb 22 15:51:40 2017 +0100
   123.3 @@ -1,7 +1,46 @@
   123.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   123.5  <!--
   123.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   123.7 -* Use is subject to license terms.
   123.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   123.9 +
  123.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  123.11 +
  123.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  123.13 +Other names may be trademarks of their respective owners.
  123.14 +
  123.15 +The contents of this file are subject to the terms of either the GNU
  123.16 +General Public License Version 2 only ("GPL") or the Common
  123.17 +Development and Distribution License("CDDL") (collectively, the
  123.18 +"License"). You may not use this file except in compliance with the
  123.19 +License. You can obtain a copy of the License at
  123.20 +http://www.netbeans.org/cddl-gplv2.html
  123.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  123.22 +specific language governing permissions and limitations under the
  123.23 +License.  When distributing the software, include this License Header
  123.24 +Notice in each file and include the License file at
  123.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  123.26 +particular file as subject to the "Classpath" exception as provided
  123.27 +by Oracle in the GPL Version 2 section of the License file that
  123.28 +accompanied this code. If applicable, add the following below the
  123.29 +License Header, with the fields enclosed by brackets [] replaced by
  123.30 +your own identifying information:
  123.31 +"Portions Copyrighted [year] [name of copyright owner]"
  123.32 +
  123.33 +Contributor(s):
  123.34 +
  123.35 +The Original Software is NetBeans. The Initial Developer of the Original
  123.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  123.37 +Microsystems, Inc. All Rights Reserved.
  123.38 +
  123.39 +If you wish your version of this file to be governed by only the CDDL
  123.40 +or only the GPL Version 2, indicate your decision by adding
  123.41 +"[Contributor] elects to include this software in this distribution
  123.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  123.43 +single choice of license, a recipient has the option to distribute
  123.44 +your version of this file under either the CDDL, the GPL Version 2 or
  123.45 +to extend the choice of license to its licensees as provided above.
  123.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  123.47 +Version 2 license, then the option applies only if the new code is
  123.48 +made subject to such option by the copyright holder.
  123.49  -->
  123.50  <html>
  123.51  <head>
   124.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/applyingdesignpatterns.html	Mon Dec 19 11:28:54 2016 +0100
   124.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/applyingdesignpatterns.html	Wed Feb 22 15:51:40 2017 +0100
   124.3 @@ -1,7 +1,46 @@
   124.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   124.5  <!--
   124.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   124.7 -* Use is subject to license terms.
   124.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   124.9 +
  124.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  124.11 +
  124.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  124.13 +Other names may be trademarks of their respective owners.
  124.14 +
  124.15 +The contents of this file are subject to the terms of either the GNU
  124.16 +General Public License Version 2 only ("GPL") or the Common
  124.17 +Development and Distribution License("CDDL") (collectively, the
  124.18 +"License"). You may not use this file except in compliance with the
  124.19 +License. You can obtain a copy of the License at
  124.20 +http://www.netbeans.org/cddl-gplv2.html
  124.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  124.22 +specific language governing permissions and limitations under the
  124.23 +License.  When distributing the software, include this License Header
  124.24 +Notice in each file and include the License file at
  124.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  124.26 +particular file as subject to the "Classpath" exception as provided
  124.27 +by Oracle in the GPL Version 2 section of the License file that
  124.28 +accompanied this code. If applicable, add the following below the
  124.29 +License Header, with the fields enclosed by brackets [] replaced by
  124.30 +your own identifying information:
  124.31 +"Portions Copyrighted [year] [name of copyright owner]"
  124.32 +
  124.33 +Contributor(s):
  124.34 +
  124.35 +The Original Software is NetBeans. The Initial Developer of the Original
  124.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  124.37 +Microsystems, Inc. All Rights Reserved.
  124.38 +
  124.39 +If you wish your version of this file to be governed by only the CDDL
  124.40 +or only the GPL Version 2, indicate your decision by adding
  124.41 +"[Contributor] elects to include this software in this distribution
  124.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  124.43 +single choice of license, a recipient has the option to distribute
  124.44 +your version of this file under either the CDDL, the GPL Version 2 or
  124.45 +to extend the choice of license to its licensees as provided above.
  124.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  124.47 +Version 2 license, then the option applies only if the new code is
  124.48 +made subject to such option by the copyright holder.
  124.49  -->
  124.50  <html>
  124.51  <head>
   125.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/creatingxmlschema.html	Mon Dec 19 11:28:54 2016 +0100
   125.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/creatingxmlschema.html	Wed Feb 22 15:51:40 2017 +0100
   125.3 @@ -1,7 +1,46 @@
   125.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   125.5  <!--
   125.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   125.7 -* Use is subject to license terms.
   125.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   125.9 +
  125.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  125.11 +
  125.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  125.13 +Other names may be trademarks of their respective owners.
  125.14 +
  125.15 +The contents of this file are subject to the terms of either the GNU
  125.16 +General Public License Version 2 only ("GPL") or the Common
  125.17 +Development and Distribution License("CDDL") (collectively, the
  125.18 +"License"). You may not use this file except in compliance with the
  125.19 +License. You can obtain a copy of the License at
  125.20 +http://www.netbeans.org/cddl-gplv2.html
  125.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  125.22 +specific language governing permissions and limitations under the
  125.23 +License.  When distributing the software, include this License Header
  125.24 +Notice in each file and include the License file at
  125.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  125.26 +particular file as subject to the "Classpath" exception as provided
  125.27 +by Oracle in the GPL Version 2 section of the License file that
  125.28 +accompanied this code. If applicable, add the following below the
  125.29 +License Header, with the fields enclosed by brackets [] replaced by
  125.30 +your own identifying information:
  125.31 +"Portions Copyrighted [year] [name of copyright owner]"
  125.32 +
  125.33 +Contributor(s):
  125.34 +
  125.35 +The Original Software is NetBeans. The Initial Developer of the Original
  125.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  125.37 +Microsystems, Inc. All Rights Reserved.
  125.38 +
  125.39 +If you wish your version of this file to be governed by only the CDDL
  125.40 +or only the GPL Version 2, indicate your decision by adding
  125.41 +"[Contributor] elects to include this software in this distribution
  125.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  125.43 +single choice of license, a recipient has the option to distribute
  125.44 +your version of this file under either the CDDL, the GPL Version 2 or
  125.45 +to extend the choice of license to its licensees as provided above.
  125.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  125.47 +Version 2 license, then the option applies only if the new code is
  125.48 +made subject to such option by the copyright holder.
  125.49  -->
  125.50  <html>
  125.51  <head>
   126.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/editingxmlschema.html	Mon Dec 19 11:28:54 2016 +0100
   126.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/editingxmlschema.html	Wed Feb 22 15:51:40 2017 +0100
   126.3 @@ -1,7 +1,46 @@
   126.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   126.5  <!--
   126.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   126.7 -* Use is subject to license terms.
   126.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   126.9 +
  126.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  126.11 +
  126.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  126.13 +Other names may be trademarks of their respective owners.
  126.14 +
  126.15 +The contents of this file are subject to the terms of either the GNU
  126.16 +General Public License Version 2 only ("GPL") or the Common
  126.17 +Development and Distribution License("CDDL") (collectively, the
  126.18 +"License"). You may not use this file except in compliance with the
  126.19 +License. You can obtain a copy of the License at
  126.20 +http://www.netbeans.org/cddl-gplv2.html
  126.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  126.22 +specific language governing permissions and limitations under the
  126.23 +License.  When distributing the software, include this License Header
  126.24 +Notice in each file and include the License file at
  126.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  126.26 +particular file as subject to the "Classpath" exception as provided
  126.27 +by Oracle in the GPL Version 2 section of the License file that
  126.28 +accompanied this code. If applicable, add the following below the
  126.29 +License Header, with the fields enclosed by brackets [] replaced by
  126.30 +your own identifying information:
  126.31 +"Portions Copyrighted [year] [name of copyright owner]"
  126.32 +
  126.33 +Contributor(s):
  126.34 +
  126.35 +The Original Software is NetBeans. The Initial Developer of the Original
  126.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  126.37 +Microsystems, Inc. All Rights Reserved.
  126.38 +
  126.39 +If you wish your version of this file to be governed by only the CDDL
  126.40 +or only the GPL Version 2, indicate your decision by adding
  126.41 +"[Contributor] elects to include this software in this distribution
  126.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  126.43 +single choice of license, a recipient has the option to distribute
  126.44 +your version of this file under either the CDDL, the GPL Version 2 or
  126.45 +to extend the choice of license to its licensees as provided above.
  126.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  126.47 +Version 2 license, then the option applies only if the new code is
  126.48 +made subject to such option by the copyright holder.
  126.49  -->
  126.50  <html>
  126.51  <head>
   127.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingderivationsofglobct.html	Mon Dec 19 11:28:54 2016 +0100
   127.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingderivationsofglobct.html	Wed Feb 22 15:51:40 2017 +0100
   127.3 @@ -1,7 +1,46 @@
   127.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   127.5  <!--
   127.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   127.7 -* Use is subject to license terms.
   127.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   127.9 +
  127.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  127.11 +
  127.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  127.13 +Other names may be trademarks of their respective owners.
  127.14 +
  127.15 +The contents of this file are subject to the terms of either the GNU
  127.16 +General Public License Version 2 only ("GPL") or the Common
  127.17 +Development and Distribution License("CDDL") (collectively, the
  127.18 +"License"). You may not use this file except in compliance with the
  127.19 +License. You can obtain a copy of the License at
  127.20 +http://www.netbeans.org/cddl-gplv2.html
  127.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  127.22 +specific language governing permissions and limitations under the
  127.23 +License.  When distributing the software, include this License Header
  127.24 +Notice in each file and include the License file at
  127.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  127.26 +particular file as subject to the "Classpath" exception as provided
  127.27 +by Oracle in the GPL Version 2 section of the License file that
  127.28 +accompanied this code. If applicable, add the following below the
  127.29 +License Header, with the fields enclosed by brackets [] replaced by
  127.30 +your own identifying information:
  127.31 +"Portions Copyrighted [year] [name of copyright owner]"
  127.32 +
  127.33 +Contributor(s):
  127.34 +
  127.35 +The Original Software is NetBeans. The Initial Developer of the Original
  127.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  127.37 +Microsystems, Inc. All Rights Reserved.
  127.38 +
  127.39 +If you wish your version of this file to be governed by only the CDDL
  127.40 +or only the GPL Version 2, indicate your decision by adding
  127.41 +"[Contributor] elects to include this software in this distribution
  127.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  127.43 +single choice of license, a recipient has the option to distribute
  127.44 +your version of this file under either the CDDL, the GPL Version 2 or
  127.45 +to extend the choice of license to its licensees as provided above.
  127.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  127.47 +Version 2 license, then the option applies only if the new code is
  127.48 +made subject to such option by the copyright holder.
  127.49  -->
  127.50  <html>
  127.51  <head>
   128.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingsubstgroups.html	Mon Dec 19 11:28:54 2016 +0100
   128.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingsubstgroups.html	Wed Feb 22 15:51:40 2017 +0100
   128.3 @@ -1,7 +1,46 @@
   128.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   128.5  <!--
   128.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   128.7 -* Use is subject to license terms.
   128.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   128.9 +
  128.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  128.11 +
  128.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  128.13 +Other names may be trademarks of their respective owners.
  128.14 +
  128.15 +The contents of this file are subject to the terms of either the GNU
  128.16 +General Public License Version 2 only ("GPL") or the Common
  128.17 +Development and Distribution License("CDDL") (collectively, the
  128.18 +"License"). You may not use this file except in compliance with the
  128.19 +License. You can obtain a copy of the License at
  128.20 +http://www.netbeans.org/cddl-gplv2.html
  128.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  128.22 +specific language governing permissions and limitations under the
  128.23 +License.  When distributing the software, include this License Header
  128.24 +Notice in each file and include the License file at
  128.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  128.26 +particular file as subject to the "Classpath" exception as provided
  128.27 +by Oracle in the GPL Version 2 section of the License file that
  128.28 +accompanied this code. If applicable, add the following below the
  128.29 +License Header, with the fields enclosed by brackets [] replaced by
  128.30 +your own identifying information:
  128.31 +"Portions Copyrighted [year] [name of copyright owner]"
  128.32 +
  128.33 +Contributor(s):
  128.34 +
  128.35 +The Original Software is NetBeans. The Initial Developer of the Original
  128.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  128.37 +Microsystems, Inc. All Rights Reserved.
  128.38 +
  128.39 +If you wish your version of this file to be governed by only the CDDL
  128.40 +or only the GPL Version 2, indicate your decision by adding
  128.41 +"[Contributor] elects to include this software in this distribution
  128.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  128.43 +single choice of license, a recipient has the option to distribute
  128.44 +your version of this file under either the CDDL, the GPL Version 2 or
  128.45 +to extend the choice of license to its licensees as provided above.
  128.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  128.47 +Version 2 license, then the option applies only if the new code is
  128.48 +made subject to such option by the copyright holder.
  128.49  -->
  128.50  <html>
  128.51  <head>
   129.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingunusedcomponents.html	Mon Dec 19 11:28:54 2016 +0100
   129.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/findingunusedcomponents.html	Wed Feb 22 15:51:40 2017 +0100
   129.3 @@ -1,7 +1,46 @@
   129.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   129.5  <!--
   129.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   129.7 -* Use is subject to license terms.
   129.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   129.9 +
  129.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  129.11 +
  129.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  129.13 +Other names may be trademarks of their respective owners.
  129.14 +
  129.15 +The contents of this file are subject to the terms of either the GNU
  129.16 +General Public License Version 2 only ("GPL") or the Common
  129.17 +Development and Distribution License("CDDL") (collectively, the
  129.18 +"License"). You may not use this file except in compliance with the
  129.19 +License. You can obtain a copy of the License at
  129.20 +http://www.netbeans.org/cddl-gplv2.html
  129.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  129.22 +specific language governing permissions and limitations under the
  129.23 +License.  When distributing the software, include this License Header
  129.24 +Notice in each file and include the License file at
  129.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  129.26 +particular file as subject to the "Classpath" exception as provided
  129.27 +by Oracle in the GPL Version 2 section of the License file that
  129.28 +accompanied this code. If applicable, add the following below the
  129.29 +License Header, with the fields enclosed by brackets [] replaced by
  129.30 +your own identifying information:
  129.31 +"Portions Copyrighted [year] [name of copyright owner]"
  129.32 +
  129.33 +Contributor(s):
  129.34 +
  129.35 +The Original Software is NetBeans. The Initial Developer of the Original
  129.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  129.37 +Microsystems, Inc. All Rights Reserved.
  129.38 +
  129.39 +If you wish your version of this file to be governed by only the CDDL
  129.40 +or only the GPL Version 2, indicate your decision by adding
  129.41 +"[Contributor] elects to include this software in this distribution
  129.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  129.43 +single choice of license, a recipient has the option to distribute
  129.44 +your version of this file under either the CDDL, the GPL Version 2 or
  129.45 +to extend the choice of license to its licensees as provided above.
  129.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  129.47 +Version 2 license, then the option applies only if the new code is
  129.48 +made subject to such option by the copyright holder.
  129.49  -->
  129.50  <html>
  129.51  <head>
   130.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/referencingextschemas.html	Mon Dec 19 11:28:54 2016 +0100
   130.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/referencingextschemas.html	Wed Feb 22 15:51:40 2017 +0100
   130.3 @@ -1,7 +1,46 @@
   130.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   130.5  <!--
   130.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   130.7 -* Use is subject to license terms.
   130.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   130.9 +
  130.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  130.11 +
  130.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  130.13 +Other names may be trademarks of their respective owners.
  130.14 +
  130.15 +The contents of this file are subject to the terms of either the GNU
  130.16 +General Public License Version 2 only ("GPL") or the Common
  130.17 +Development and Distribution License("CDDL") (collectively, the
  130.18 +"License"). You may not use this file except in compliance with the
  130.19 +License. You can obtain a copy of the License at
  130.20 +http://www.netbeans.org/cddl-gplv2.html
  130.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  130.22 +specific language governing permissions and limitations under the
  130.23 +License.  When distributing the software, include this License Header
  130.24 +Notice in each file and include the License file at
  130.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  130.26 +particular file as subject to the "Classpath" exception as provided
  130.27 +by Oracle in the GPL Version 2 section of the License file that
  130.28 +accompanied this code. If applicable, add the following below the
  130.29 +License Header, with the fields enclosed by brackets [] replaced by
  130.30 +your own identifying information:
  130.31 +"Portions Copyrighted [year] [name of copyright owner]"
  130.32 +
  130.33 +Contributor(s):
  130.34 +
  130.35 +The Original Software is NetBeans. The Initial Developer of the Original
  130.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  130.37 +Microsystems, Inc. All Rights Reserved.
  130.38 +
  130.39 +If you wish your version of this file to be governed by only the CDDL
  130.40 +or only the GPL Version 2, indicate your decision by adding
  130.41 +"[Contributor] elects to include this software in this distribution
  130.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  130.43 +single choice of license, a recipient has the option to distribute
  130.44 +your version of this file under either the CDDL, the GPL Version 2 or
  130.45 +to extend the choice of license to its licensees as provided above.
  130.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  130.47 +Version 2 license, then the option applies only if the new code is
  130.48 +made subject to such option by the copyright holder.
  130.49  -->
  130.50  <html>
  130.51  <head>
   131.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/retrievingxmlresources.html	Mon Dec 19 11:28:54 2016 +0100
   131.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/retrievingxmlresources.html	Wed Feb 22 15:51:40 2017 +0100
   131.3 @@ -1,7 +1,46 @@
   131.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   131.5  <!--
   131.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   131.7 -* Use is subject to license terms.
   131.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   131.9 +
  131.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  131.11 +
  131.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  131.13 +Other names may be trademarks of their respective owners.
  131.14 +
  131.15 +The contents of this file are subject to the terms of either the GNU
  131.16 +General Public License Version 2 only ("GPL") or the Common
  131.17 +Development and Distribution License("CDDL") (collectively, the
  131.18 +"License"). You may not use this file except in compliance with the
  131.19 +License. You can obtain a copy of the License at
  131.20 +http://www.netbeans.org/cddl-gplv2.html
  131.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  131.22 +specific language governing permissions and limitations under the
  131.23 +License.  When distributing the software, include this License Header
  131.24 +Notice in each file and include the License file at
  131.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  131.26 +particular file as subject to the "Classpath" exception as provided
  131.27 +by Oracle in the GPL Version 2 section of the License file that
  131.28 +accompanied this code. If applicable, add the following below the
  131.29 +License Header, with the fields enclosed by brackets [] replaced by
  131.30 +your own identifying information:
  131.31 +"Portions Copyrighted [year] [name of copyright owner]"
  131.32 +
  131.33 +Contributor(s):
  131.34 +
  131.35 +The Original Software is NetBeans. The Initial Developer of the Original
  131.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  131.37 +Microsystems, Inc. All Rights Reserved.
  131.38 +
  131.39 +If you wish your version of this file to be governed by only the CDDL
  131.40 +or only the GPL Version 2, indicate your decision by adding
  131.41 +"[Contributor] elects to include this software in this distribution
  131.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  131.43 +single choice of license, a recipient has the option to distribute
  131.44 +your version of this file under either the CDDL, the GPL Version 2 or
  131.45 +to extend the choice of license to its licensees as provided above.
  131.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  131.47 +Version 2 license, then the option applies only if the new code is
  131.48 +made subject to such option by the copyright holder.
  131.49  -->
  131.50  <html>
  131.51  <head>
   132.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-multi-schemas.html	Mon Dec 19 11:28:54 2016 +0100
   132.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-multi-schemas.html	Wed Feb 22 15:51:40 2017 +0100
   132.3 @@ -1,7 +1,46 @@
   132.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   132.5  <!--
   132.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   132.7 -* Use is subject to license terms.
   132.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   132.9 +
  132.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  132.11 +
  132.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  132.13 +Other names may be trademarks of their respective owners.
  132.14 +
  132.15 +The contents of this file are subject to the terms of either the GNU
  132.16 +General Public License Version 2 only ("GPL") or the Common
  132.17 +Development and Distribution License("CDDL") (collectively, the
  132.18 +"License"). You may not use this file except in compliance with the
  132.19 +License. You can obtain a copy of the License at
  132.20 +http://www.netbeans.org/cddl-gplv2.html
  132.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  132.22 +specific language governing permissions and limitations under the
  132.23 +License.  When distributing the software, include this License Header
  132.24 +Notice in each file and include the License file at
  132.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  132.26 +particular file as subject to the "Classpath" exception as provided
  132.27 +by Oracle in the GPL Version 2 section of the License file that
  132.28 +accompanied this code. If applicable, add the following below the
  132.29 +License Header, with the fields enclosed by brackets [] replaced by
  132.30 +your own identifying information:
  132.31 +"Portions Copyrighted [year] [name of copyright owner]"
  132.32 +
  132.33 +Contributor(s):
  132.34 +
  132.35 +The Original Software is NetBeans. The Initial Developer of the Original
  132.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  132.37 +Microsystems, Inc. All Rights Reserved.
  132.38 +
  132.39 +If you wish your version of this file to be governed by only the CDDL
  132.40 +or only the GPL Version 2, indicate your decision by adding
  132.41 +"[Contributor] elects to include this software in this distribution
  132.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  132.43 +single choice of license, a recipient has the option to distribute
  132.44 +your version of this file under either the CDDL, the GPL Version 2 or
  132.45 +to extend the choice of license to its licensees as provided above.
  132.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  132.47 +Version 2 license, then the option applies only if the new code is
  132.48 +made subject to such option by the copyright holder.
  132.49  -->
  132.50  <html>
  132.51  <head>
   133.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-oneschema.html	Mon Dec 19 11:28:54 2016 +0100
   133.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-oneschema.html	Wed Feb 22 15:51:40 2017 +0100
   133.3 @@ -1,7 +1,46 @@
   133.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   133.5  <!--
   133.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   133.7 -* Use is subject to license terms.
   133.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   133.9 +
  133.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  133.11 +
  133.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  133.13 +Other names may be trademarks of their respective owners.
  133.14 +
  133.15 +The contents of this file are subject to the terms of either the GNU
  133.16 +General Public License Version 2 only ("GPL") or the Common
  133.17 +Development and Distribution License("CDDL") (collectively, the
  133.18 +"License"). You may not use this file except in compliance with the
  133.19 +License. You can obtain a copy of the License at
  133.20 +http://www.netbeans.org/cddl-gplv2.html
  133.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  133.22 +specific language governing permissions and limitations under the
  133.23 +License.  When distributing the software, include this License Header
  133.24 +Notice in each file and include the License file at
  133.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  133.26 +particular file as subject to the "Classpath" exception as provided
  133.27 +by Oracle in the GPL Version 2 section of the License file that
  133.28 +accompanied this code. If applicable, add the following below the
  133.29 +License Header, with the fields enclosed by brackets [] replaced by
  133.30 +your own identifying information:
  133.31 +"Portions Copyrighted [year] [name of copyright owner]"
  133.32 +
  133.33 +Contributor(s):
  133.34 +
  133.35 +The Original Software is NetBeans. The Initial Developer of the Original
  133.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  133.37 +Microsystems, Inc. All Rights Reserved.
  133.38 +
  133.39 +If you wish your version of this file to be governed by only the CDDL
  133.40 +or only the GPL Version 2, indicate your decision by adding
  133.41 +"[Contributor] elects to include this software in this distribution
  133.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  133.43 +single choice of license, a recipient has the option to distribute
  133.44 +your version of this file under either the CDDL, the GPL Version 2 or
  133.45 +to extend the choice of license to its licensees as provided above.
  133.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  133.47 +Version 2 license, then the option applies only if the new code is
  133.48 +made subject to such option by the copyright holder.
  133.49  -->
  133.50  <html>
  133.51  <head>
   134.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-xml-catalog.html	Mon Dec 19 11:28:54 2016 +0100
   134.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion-xml-catalog.html	Wed Feb 22 15:51:40 2017 +0100
   134.3 @@ -1,7 +1,46 @@
   134.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   134.5  <!--
   134.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   134.7 -* Use is subject to license terms.
   134.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   134.9 +
  134.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  134.11 +
  134.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  134.13 +Other names may be trademarks of their respective owners.
  134.14 +
  134.15 +The contents of this file are subject to the terms of either the GNU
  134.16 +General Public License Version 2 only ("GPL") or the Common
  134.17 +Development and Distribution License("CDDL") (collectively, the
  134.18 +"License"). You may not use this file except in compliance with the
  134.19 +License. You can obtain a copy of the License at
  134.20 +http://www.netbeans.org/cddl-gplv2.html
  134.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  134.22 +specific language governing permissions and limitations under the
  134.23 +License.  When distributing the software, include this License Header
  134.24 +Notice in each file and include the License file at
  134.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  134.26 +particular file as subject to the "Classpath" exception as provided
  134.27 +by Oracle in the GPL Version 2 section of the License file that
  134.28 +accompanied this code. If applicable, add the following below the
  134.29 +License Header, with the fields enclosed by brackets [] replaced by
  134.30 +your own identifying information:
  134.31 +"Portions Copyrighted [year] [name of copyright owner]"
  134.32 +
  134.33 +Contributor(s):
  134.34 +
  134.35 +The Original Software is NetBeans. The Initial Developer of the Original
  134.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  134.37 +Microsystems, Inc. All Rights Reserved.
  134.38 +
  134.39 +If you wish your version of this file to be governed by only the CDDL
  134.40 +or only the GPL Version 2, indicate your decision by adding
  134.41 +"[Contributor] elects to include this software in this distribution
  134.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  134.43 +single choice of license, a recipient has the option to distribute
  134.44 +your version of this file under either the CDDL, the GPL Version 2 or
  134.45 +to extend the choice of license to its licensees as provided above.
  134.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  134.47 +Version 2 license, then the option applies only if the new code is
  134.48 +made subject to such option by the copyright holder.
  134.49  -->
  134.50  <html>
  134.51  <head>
   135.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion.html	Mon Dec 19 11:28:54 2016 +0100
   135.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingcodecompletion.html	Wed Feb 22 15:51:40 2017 +0100
   135.3 @@ -1,7 +1,46 @@
   135.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   135.5  <!--
   135.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   135.7 -* Use is subject to license terms.
   135.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   135.9 +
  135.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  135.11 +
  135.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  135.13 +Other names may be trademarks of their respective owners.
  135.14 +
  135.15 +The contents of this file are subject to the terms of either the GNU
  135.16 +General Public License Version 2 only ("GPL") or the Common
  135.17 +Development and Distribution License("CDDL") (collectively, the
  135.18 +"License"). You may not use this file except in compliance with the
  135.19 +License. You can obtain a copy of the License at
  135.20 +http://www.netbeans.org/cddl-gplv2.html
  135.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  135.22 +specific language governing permissions and limitations under the
  135.23 +License.  When distributing the software, include this License Header
  135.24 +Notice in each file and include the License file at
  135.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  135.26 +particular file as subject to the "Classpath" exception as provided
  135.27 +by Oracle in the GPL Version 2 section of the License file that
  135.28 +accompanied this code. If applicable, add the following below the
  135.29 +License Header, with the fields enclosed by brackets [] replaced by
  135.30 +your own identifying information:
  135.31 +"Portions Copyrighted [year] [name of copyright owner]"
  135.32 +
  135.33 +Contributor(s):
  135.34 +
  135.35 +The Original Software is NetBeans. The Initial Developer of the Original
  135.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  135.37 +Microsystems, Inc. All Rights Reserved.
  135.38 +
  135.39 +If you wish your version of this file to be governed by only the CDDL
  135.40 +or only the GPL Version 2, indicate your decision by adding
  135.41 +"[Contributor] elects to include this software in this distribution
  135.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  135.43 +single choice of license, a recipient has the option to distribute
  135.44 +your version of this file under either the CDDL, the GPL Version 2 or
  135.45 +to extend the choice of license to its licensees as provided above.
  135.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  135.47 +Version 2 license, then the option applies only if the new code is
  135.48 +made subject to such option by the copyright holder.
  135.49  -->
  135.50  <html>
  135.51  <head>
   136.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingrefactoringforrenamedelete.html	Mon Dec 19 11:28:54 2016 +0100
   136.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/usingrefactoringforrenamedelete.html	Wed Feb 22 15:51:40 2017 +0100
   136.3 @@ -1,7 +1,46 @@
   136.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   136.5  <!--
   136.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   136.7 -* Use is subject to license terms.
   136.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   136.9 +
  136.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  136.11 +
  136.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  136.13 +Other names may be trademarks of their respective owners.
  136.14 +
  136.15 +The contents of this file are subject to the terms of either the GNU
  136.16 +General Public License Version 2 only ("GPL") or the Common
  136.17 +Development and Distribution License("CDDL") (collectively, the
  136.18 +"License"). You may not use this file except in compliance with the
  136.19 +License. You can obtain a copy of the License at
  136.20 +http://www.netbeans.org/cddl-gplv2.html
  136.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  136.22 +specific language governing permissions and limitations under the
  136.23 +License.  When distributing the software, include this License Header
  136.24 +Notice in each file and include the License file at
  136.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  136.26 +particular file as subject to the "Classpath" exception as provided
  136.27 +by Oracle in the GPL Version 2 section of the License file that
  136.28 +accompanied this code. If applicable, add the following below the
  136.29 +License Header, with the fields enclosed by brackets [] replaced by
  136.30 +your own identifying information:
  136.31 +"Portions Copyrighted [year] [name of copyright owner]"
  136.32 +
  136.33 +Contributor(s):
  136.34 +
  136.35 +The Original Software is NetBeans. The Initial Developer of the Original
  136.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  136.37 +Microsystems, Inc. All Rights Reserved.
  136.38 +
  136.39 +If you wish your version of this file to be governed by only the CDDL
  136.40 +or only the GPL Version 2, indicate your decision by adding
  136.41 +"[Contributor] elects to include this software in this distribution
  136.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  136.43 +single choice of license, a recipient has the option to distribute
  136.44 +your version of this file under either the CDDL, the GPL Version 2 or
  136.45 +to extend the choice of license to its licensees as provided above.
  136.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  136.47 +Version 2 license, then the option applies only if the new code is
  136.48 +made subject to such option by the copyright holder.
  136.49  -->
  136.50  <html>
  136.51  <head>
   137.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/validatingxmlschema.html	Mon Dec 19 11:28:54 2016 +0100
   137.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/validatingxmlschema.html	Wed Feb 22 15:51:40 2017 +0100
   137.3 @@ -1,7 +1,46 @@
   137.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   137.5  <!--
   137.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   137.7 -* Use is subject to license terms.
   137.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   137.9 +
  137.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  137.11 +
  137.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  137.13 +Other names may be trademarks of their respective owners.
  137.14 +
  137.15 +The contents of this file are subject to the terms of either the GNU
  137.16 +General Public License Version 2 only ("GPL") or the Common
  137.17 +Development and Distribution License("CDDL") (collectively, the
  137.18 +"License"). You may not use this file except in compliance with the
  137.19 +License. You can obtain a copy of the License at
  137.20 +http://www.netbeans.org/cddl-gplv2.html
  137.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  137.22 +specific language governing permissions and limitations under the
  137.23 +License.  When distributing the software, include this License Header
  137.24 +Notice in each file and include the License file at
  137.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  137.26 +particular file as subject to the "Classpath" exception as provided
  137.27 +by Oracle in the GPL Version 2 section of the License file that
  137.28 +accompanied this code. If applicable, add the following below the
  137.29 +License Header, with the fields enclosed by brackets [] replaced by
  137.30 +your own identifying information:
  137.31 +"Portions Copyrighted [year] [name of copyright owner]"
  137.32 +
  137.33 +Contributor(s):
  137.34 +
  137.35 +The Original Software is NetBeans. The Initial Developer of the Original
  137.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  137.37 +Microsystems, Inc. All Rights Reserved.
  137.38 +
  137.39 +If you wish your version of this file to be governed by only the CDDL
  137.40 +or only the GPL Version 2, indicate your decision by adding
  137.41 +"[Contributor] elects to include this software in this distribution
  137.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  137.43 +single choice of license, a recipient has the option to distribute
  137.44 +your version of this file under either the CDDL, the GPL Version 2 or
  137.45 +to extend the choice of license to its licensees as provided above.
  137.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  137.47 +Version 2 license, then the option applies only if the new code is
  137.48 +made subject to such option by the copyright holder.
  137.49  -->
  137.50  <html>
  137.51  <head>
   138.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/views_navigation.html	Mon Dec 19 11:28:54 2016 +0100
   138.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/tasks/views_navigation.html	Wed Feb 22 15:51:40 2017 +0100
   138.3 @@ -1,7 +1,46 @@
   138.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   138.5  <!--
   138.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   138.7 -* Use is subject to license terms.
   138.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   138.9 +
  138.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  138.11 +
  138.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  138.13 +Other names may be trademarks of their respective owners.
  138.14 +
  138.15 +The contents of this file are subject to the terms of either the GNU
  138.16 +General Public License Version 2 only ("GPL") or the Common
  138.17 +Development and Distribution License("CDDL") (collectively, the
  138.18 +"License"). You may not use this file except in compliance with the
  138.19 +License. You can obtain a copy of the License at
  138.20 +http://www.netbeans.org/cddl-gplv2.html
  138.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  138.22 +specific language governing permissions and limitations under the
  138.23 +License.  When distributing the software, include this License Header
  138.24 +Notice in each file and include the License file at
  138.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  138.26 +particular file as subject to the "Classpath" exception as provided
  138.27 +by Oracle in the GPL Version 2 section of the License file that
  138.28 +accompanied this code. If applicable, add the following below the
  138.29 +License Header, with the fields enclosed by brackets [] replaced by
  138.30 +your own identifying information:
  138.31 +"Portions Copyrighted [year] [name of copyright owner]"
  138.32 +
  138.33 +Contributor(s):
  138.34 +
  138.35 +The Original Software is NetBeans. The Initial Developer of the Original
  138.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  138.37 +Microsystems, Inc. All Rights Reserved.
  138.38 +
  138.39 +If you wish your version of this file to be governed by only the CDDL
  138.40 +or only the GPL Version 2, indicate your decision by adding
  138.41 +"[Contributor] elects to include this software in this distribution
  138.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  138.43 +single choice of license, a recipient has the option to distribute
  138.44 +your version of this file under either the CDDL, the GPL Version 2 or
  138.45 +to extend the choice of license to its licensees as provided above.
  138.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  138.47 +Version 2 license, then the option applies only if the new code is
  138.48 +made subject to such option by the copyright holder.
  138.49  -->
  138.50  <html>
  138.51  <head>
   139.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_navigator.html	Mon Dec 19 11:28:54 2016 +0100
   139.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_navigator.html	Wed Feb 22 15:51:40 2017 +0100
   139.3 @@ -1,7 +1,46 @@
   139.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   139.5  <!--
   139.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   139.7 -* Use is subject to license terms.
   139.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   139.9 +
  139.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  139.11 +
  139.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  139.13 +Other names may be trademarks of their respective owners.
  139.14 +
  139.15 +The contents of this file are subject to the terms of either the GNU
  139.16 +General Public License Version 2 only ("GPL") or the Common
  139.17 +Development and Distribution License("CDDL") (collectively, the
  139.18 +"License"). You may not use this file except in compliance with the
  139.19 +License. You can obtain a copy of the License at
  139.20 +http://www.netbeans.org/cddl-gplv2.html
  139.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  139.22 +specific language governing permissions and limitations under the
  139.23 +License.  When distributing the software, include this License Header
  139.24 +Notice in each file and include the License file at
  139.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  139.26 +particular file as subject to the "Classpath" exception as provided
  139.27 +by Oracle in the GPL Version 2 section of the License file that
  139.28 +accompanied this code. If applicable, add the following below the
  139.29 +License Header, with the fields enclosed by brackets [] replaced by
  139.30 +your own identifying information:
  139.31 +"Portions Copyrighted [year] [name of copyright owner]"
  139.32 +
  139.33 +Contributor(s):
  139.34 +
  139.35 +The Original Software is NetBeans. The Initial Developer of the Original
  139.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  139.37 +Microsystems, Inc. All Rights Reserved.
  139.38 +
  139.39 +If you wish your version of this file to be governed by only the CDDL
  139.40 +or only the GPL Version 2, indicate your decision by adding
  139.41 +"[Contributor] elects to include this software in this distribution
  139.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  139.43 +single choice of license, a recipient has the option to distribute
  139.44 +your version of this file under either the CDDL, the GPL Version 2 or
  139.45 +to extend the choice of license to its licensees as provided above.
  139.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  139.47 +Version 2 license, then the option applies only if the new code is
  139.48 +made subject to such option by the copyright holder.
  139.49  -->
  139.50  <html>
  139.51  <head>
   140.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlrefactoring.html	Mon Dec 19 11:28:54 2016 +0100
   140.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlrefactoring.html	Wed Feb 22 15:51:40 2017 +0100
   140.3 @@ -1,7 +1,46 @@
   140.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   140.5  <!--
   140.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   140.7 -* Use is subject to license terms.
   140.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   140.9 +
  140.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  140.11 +
  140.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  140.13 +Other names may be trademarks of their respective owners.
  140.14 +
  140.15 +The contents of this file are subject to the terms of either the GNU
  140.16 +General Public License Version 2 only ("GPL") or the Common
  140.17 +Development and Distribution License("CDDL") (collectively, the
  140.18 +"License"). You may not use this file except in compliance with the
  140.19 +License. You can obtain a copy of the License at
  140.20 +http://www.netbeans.org/cddl-gplv2.html
  140.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  140.22 +specific language governing permissions and limitations under the
  140.23 +License.  When distributing the software, include this License Header
  140.24 +Notice in each file and include the License file at
  140.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  140.26 +particular file as subject to the "Classpath" exception as provided
  140.27 +by Oracle in the GPL Version 2 section of the License file that
  140.28 +accompanied this code. If applicable, add the following below the
  140.29 +License Header, with the fields enclosed by brackets [] replaced by
  140.30 +your own identifying information:
  140.31 +"Portions Copyrighted [year] [name of copyright owner]"
  140.32 +
  140.33 +Contributor(s):
  140.34 +
  140.35 +The Original Software is NetBeans. The Initial Developer of the Original
  140.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  140.37 +Microsystems, Inc. All Rights Reserved.
  140.38 +
  140.39 +If you wish your version of this file to be governed by only the CDDL
  140.40 +or only the GPL Version 2, indicate your decision by adding
  140.41 +"[Contributor] elects to include this software in this distribution
  140.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  140.43 +single choice of license, a recipient has the option to distribute
  140.44 +your version of this file under either the CDDL, the GPL Version 2 or
  140.45 +to extend the choice of license to its licensees as provided above.
  140.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  140.47 +Version 2 license, then the option applies only if the new code is
  140.48 +made subject to such option by the copyright holder.
  140.49  -->
  140.50  <html>
  140.51  <head>
   141.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlschemaquery.html	Mon Dec 19 11:28:54 2016 +0100
   141.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlschemaquery.html	Wed Feb 22 15:51:40 2017 +0100
   141.3 @@ -1,7 +1,46 @@
   141.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   141.5  <!--
   141.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   141.7 -* Use is subject to license terms.
   141.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   141.9 +
  141.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  141.11 +
  141.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  141.13 +Other names may be trademarks of their respective owners.
  141.14 +
  141.15 +The contents of this file are subject to the terms of either the GNU
  141.16 +General Public License Version 2 only ("GPL") or the Common
  141.17 +Development and Distribution License("CDDL") (collectively, the
  141.18 +"License"). You may not use this file except in compliance with the
  141.19 +License. You can obtain a copy of the License at
  141.20 +http://www.netbeans.org/cddl-gplv2.html
  141.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  141.22 +specific language governing permissions and limitations under the
  141.23 +License.  When distributing the software, include this License Header
  141.24 +Notice in each file and include the License file at
  141.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  141.26 +particular file as subject to the "Classpath" exception as provided
  141.27 +by Oracle in the GPL Version 2 section of the License file that
  141.28 +accompanied this code. If applicable, add the following below the
  141.29 +License Header, with the fields enclosed by brackets [] replaced by
  141.30 +your own identifying information:
  141.31 +"Portions Copyrighted [year] [name of copyright owner]"
  141.32 +
  141.33 +Contributor(s):
  141.34 +
  141.35 +The Original Software is NetBeans. The Initial Developer of the Original
  141.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  141.37 +Microsystems, Inc. All Rights Reserved.
  141.38 +
  141.39 +If you wish your version of this file to be governed by only the CDDL
  141.40 +or only the GPL Version 2, indicate your decision by adding
  141.41 +"[Contributor] elects to include this software in this distribution
  141.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  141.43 +single choice of license, a recipient has the option to distribute
  141.44 +your version of this file under either the CDDL, the GPL Version 2 or
  141.45 +to extend the choice of license to its licensees as provided above.
  141.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  141.47 +Version 2 license, then the option applies only if the new code is
  141.48 +made subject to such option by the copyright holder.
  141.49  -->
  141.50  <html>
  141.51  <head>
   142.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlusages.html	Mon Dec 19 11:28:54 2016 +0100
   142.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/windows/window_xmlusages.html	Wed Feb 22 15:51:40 2017 +0100
   142.3 @@ -1,7 +1,46 @@
   142.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   142.5  <!--
   142.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   142.7 -* Use is subject to license terms.
   142.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   142.9 +
  142.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  142.11 +
  142.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  142.13 +Other names may be trademarks of their respective owners.
  142.14 +
  142.15 +The contents of this file are subject to the terms of either the GNU
  142.16 +General Public License Version 2 only ("GPL") or the Common
  142.17 +Development and Distribution License("CDDL") (collectively, the
  142.18 +"License"). You may not use this file except in compliance with the
  142.19 +License. You can obtain a copy of the License at
  142.20 +http://www.netbeans.org/cddl-gplv2.html
  142.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  142.22 +specific language governing permissions and limitations under the
  142.23 +License.  When distributing the software, include this License Header
  142.24 +Notice in each file and include the License file at
  142.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  142.26 +particular file as subject to the "Classpath" exception as provided
  142.27 +by Oracle in the GPL Version 2 section of the License file that
  142.28 +accompanied this code. If applicable, add the following below the
  142.29 +License Header, with the fields enclosed by brackets [] replaced by
  142.30 +your own identifying information:
  142.31 +"Portions Copyrighted [year] [name of copyright owner]"
  142.32 +
  142.33 +Contributor(s):
  142.34 +
  142.35 +The Original Software is NetBeans. The Initial Developer of the Original
  142.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  142.37 +Microsystems, Inc. All Rights Reserved.
  142.38 +
  142.39 +If you wish your version of this file to be governed by only the CDDL
  142.40 +or only the GPL Version 2, indicate your decision by adding
  142.41 +"[Contributor] elects to include this software in this distribution
  142.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  142.43 +single choice of license, a recipient has the option to distribute
  142.44 +your version of this file under either the CDDL, the GPL Version 2 or
  142.45 +to extend the choice of license to its licensees as provided above.
  142.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  142.47 +Version 2 license, then the option applies only if the new code is
  142.48 +made subject to such option by the copyright holder.
  142.49  -->
  142.50  <html>
  142.51  <head>
   143.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/wiz/wiz_newxmlschema.html	Mon Dec 19 11:28:54 2016 +0100
   143.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/wiz/wiz_newxmlschema.html	Wed Feb 22 15:51:40 2017 +0100
   143.3 @@ -1,7 +1,46 @@
   143.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   143.5  <!--
   143.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   143.7 -* Use is subject to license terms.
   143.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   143.9 +
  143.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  143.11 +
  143.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  143.13 +Other names may be trademarks of their respective owners.
  143.14 +
  143.15 +The contents of this file are subject to the terms of either the GNU
  143.16 +General Public License Version 2 only ("GPL") or the Common
  143.17 +Development and Distribution License("CDDL") (collectively, the
  143.18 +"License"). You may not use this file except in compliance with the
  143.19 +License. You can obtain a copy of the License at
  143.20 +http://www.netbeans.org/cddl-gplv2.html
  143.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  143.22 +specific language governing permissions and limitations under the
  143.23 +License.  When distributing the software, include this License Header
  143.24 +Notice in each file and include the License file at
  143.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  143.26 +particular file as subject to the "Classpath" exception as provided
  143.27 +by Oracle in the GPL Version 2 section of the License file that
  143.28 +accompanied this code. If applicable, add the following below the
  143.29 +License Header, with the fields enclosed by brackets [] replaced by
  143.30 +your own identifying information:
  143.31 +"Portions Copyrighted [year] [name of copyright owner]"
  143.32 +
  143.33 +Contributor(s):
  143.34 +
  143.35 +The Original Software is NetBeans. The Initial Developer of the Original
  143.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  143.37 +Microsystems, Inc. All Rights Reserved.
  143.38 +
  143.39 +If you wish your version of this file to be governed by only the CDDL
  143.40 +or only the GPL Version 2, indicate your decision by adding
  143.41 +"[Contributor] elects to include this software in this distribution
  143.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  143.43 +single choice of license, a recipient has the option to distribute
  143.44 +your version of this file under either the CDDL, the GPL Version 2 or
  143.45 +to extend the choice of license to its licensees as provided above.
  143.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  143.47 +Version 2 license, then the option applies only if the new code is
  143.48 +made subject to such option by the copyright holder.
  143.49  -->
  143.50  <html>
  143.51  <head>
   144.1 --- a/xml.schema/javahelp/org/netbeans/modules/xml/schema/wiz/wiz_retrieveschemawsdl.html	Mon Dec 19 11:28:54 2016 +0100
   144.2 +++ b/xml.schema/javahelp/org/netbeans/modules/xml/schema/wiz/wiz_retrieveschemawsdl.html	Wed Feb 22 15:51:40 2017 +0100
   144.3 @@ -1,7 +1,46 @@
   144.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   144.5  <!--
   144.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   144.7 -* Use is subject to license terms.
   144.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   144.9 +
  144.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  144.11 +
  144.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  144.13 +Other names may be trademarks of their respective owners.
  144.14 +
  144.15 +The contents of this file are subject to the terms of either the GNU
  144.16 +General Public License Version 2 only ("GPL") or the Common
  144.17 +Development and Distribution License("CDDL") (collectively, the
  144.18 +"License"). You may not use this file except in compliance with the
  144.19 +License. You can obtain a copy of the License at
  144.20 +http://www.netbeans.org/cddl-gplv2.html
  144.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  144.22 +specific language governing permissions and limitations under the
  144.23 +License.  When distributing the software, include this License Header
  144.24 +Notice in each file and include the License file at
  144.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  144.26 +particular file as subject to the "Classpath" exception as provided
  144.27 +by Oracle in the GPL Version 2 section of the License file that
  144.28 +accompanied this code. If applicable, add the following below the
  144.29 +License Header, with the fields enclosed by brackets [] replaced by
  144.30 +your own identifying information:
  144.31 +"Portions Copyrighted [year] [name of copyright owner]"
  144.32 +
  144.33 +Contributor(s):
  144.34 +
  144.35 +The Original Software is NetBeans. The Initial Developer of the Original
  144.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  144.37 +Microsystems, Inc. All Rights Reserved.
  144.38 +
  144.39 +If you wish your version of this file to be governed by only the CDDL
  144.40 +or only the GPL Version 2, indicate your decision by adding
  144.41 +"[Contributor] elects to include this software in this distribution
  144.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  144.43 +single choice of license, a recipient has the option to distribute
  144.44 +your version of this file under either the CDDL, the GPL Version 2 or
  144.45 +to extend the choice of license to its licensees as provided above.
  144.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  144.47 +Version 2 license, then the option applies only if the new code is
  144.48 +made subject to such option by the copyright holder.
  144.49  -->
  144.50  <html>
  144.51  <head>
   145.1 --- a/xml.schema/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   145.2 +++ b/xml.schema/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   145.3 @@ -1,5 +1,48 @@
   145.4  <?xml version="1.0" encoding="UTF-8"?>
   145.5  <!--
   145.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   145.7 +
   145.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   145.9 +
  145.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  145.11 +Other names may be trademarks of their respective owners.
  145.12 +
  145.13 +The contents of this file are subject to the terms of either the GNU
  145.14 +General Public License Version 2 only ("GPL") or the Common
  145.15 +Development and Distribution License("CDDL") (collectively, the
  145.16 +"License"). You may not use this file except in compliance with the
  145.17 +License. You can obtain a copy of the License at
  145.18 +http://www.netbeans.org/cddl-gplv2.html
  145.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  145.20 +specific language governing permissions and limitations under the
  145.21 +License.  When distributing the software, include this License Header
  145.22 +Notice in each file and include the License file at
  145.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  145.24 +particular file as subject to the "Classpath" exception as provided
  145.25 +by Oracle in the GPL Version 2 section of the License file that
  145.26 +accompanied this code. If applicable, add the following below the
  145.27 +License Header, with the fields enclosed by brackets [] replaced by
  145.28 +your own identifying information:
  145.29 +"Portions Copyrighted [year] [name of copyright owner]"
  145.30 +
  145.31 +Contributor(s):
  145.32 +
  145.33 +The Original Software is NetBeans. The Initial Developer of the Original
  145.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  145.35 +Microsystems, Inc. All Rights Reserved.
  145.36 +
  145.37 +If you wish your version of this file to be governed by only the CDDL
  145.38 +or only the GPL Version 2, indicate your decision by adding
  145.39 +"[Contributor] elects to include this software in this distribution
  145.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  145.41 +single choice of license, a recipient has the option to distribute
  145.42 +your version of this file under either the CDDL, the GPL Version 2 or
  145.43 +to extend the choice of license to its licensees as provided above.
  145.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  145.45 +Version 2 license, then the option applies only if the new code is
  145.46 +made subject to such option by the copyright holder.
  145.47 +-->
  145.48 +<!--
  145.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  145.50  ***         EDIT ../build.xml INSTEAD         ***
  145.51  -->
   146.1 --- a/xml.schema/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   146.2 +++ b/xml.schema/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   146.3 @@ -1,3 +1,44 @@
   146.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   146.5 +
   146.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   146.7 +#
   146.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   146.9 +# Other names may be trademarks of their respective owners.
  146.10 +#
  146.11 +# The contents of this file are subject to the terms of either the GNU
  146.12 +# General Public License Version 2 only ("GPL") or the Common
  146.13 +# Development and Distribution License("CDDL") (collectively, the
  146.14 +# "License"). You may not use this file except in compliance with the
  146.15 +# License. You can obtain a copy of the License at
  146.16 +# http://www.netbeans.org/cddl-gplv2.html
  146.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  146.18 +# specific language governing permissions and limitations under the
  146.19 +# License.  When distributing the software, include this License Header
  146.20 +# Notice in each file and include the License file at
  146.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  146.22 +# particular file as subject to the "Classpath" exception as provided
  146.23 +# by Oracle in the GPL Version 2 section of the License file that
  146.24 +# accompanied this code. If applicable, add the following below the
  146.25 +# License Header, with the fields enclosed by brackets [] replaced by
  146.26 +# your own identifying information:
  146.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  146.28 +#
  146.29 +# Contributor(s):
  146.30 +#
  146.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  146.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  146.33 +# Microsystems, Inc. All Rights Reserved.
  146.34 +#
  146.35 +# If you wish your version of this file to be governed by only the CDDL
  146.36 +# or only the GPL Version 2, indicate your decision by adding
  146.37 +# "[Contributor] elects to include this software in this distribution
  146.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  146.39 +# single choice of license, a recipient has the option to distribute
  146.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  146.41 +# to extend the choice of license to its licensees as provided above.
  146.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  146.43 +# Version 2 license, then the option applies only if the new code is
  146.44 +# made subject to such option by the copyright holder.
  146.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  146.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  146.47  nbproject/build-impl.xml.data.CRC32=91b9e1ed
   147.1 --- a/xml.schema/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   147.2 +++ b/xml.schema/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   147.3 @@ -1,1 +1,42 @@
   147.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   147.5 +
   147.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   147.7 +#
   147.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   147.9 +# Other names may be trademarks of their respective owners.
  147.10 +#
  147.11 +# The contents of this file are subject to the terms of either the GNU
  147.12 +# General Public License Version 2 only ("GPL") or the Common
  147.13 +# Development and Distribution License("CDDL") (collectively, the
  147.14 +# "License"). You may not use this file except in compliance with the
  147.15 +# License. You can obtain a copy of the License at
  147.16 +# http://www.netbeans.org/cddl-gplv2.html
  147.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  147.18 +# specific language governing permissions and limitations under the
  147.19 +# License.  When distributing the software, include this License Header
  147.20 +# Notice in each file and include the License file at
  147.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  147.22 +# particular file as subject to the "Classpath" exception as provided
  147.23 +# by Oracle in the GPL Version 2 section of the License file that
  147.24 +# accompanied this code. If applicable, add the following below the
  147.25 +# License Header, with the fields enclosed by brackets [] replaced by
  147.26 +# your own identifying information:
  147.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  147.28 +#
  147.29 +# Contributor(s):
  147.30 +#
  147.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  147.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  147.33 +# Microsystems, Inc. All Rights Reserved.
  147.34 +#
  147.35 +# If you wish your version of this file to be governed by only the CDDL
  147.36 +# or only the GPL Version 2, indicate your decision by adding
  147.37 +# "[Contributor] elects to include this software in this distribution
  147.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  147.39 +# single choice of license, a recipient has the option to distribute
  147.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  147.41 +# to extend the choice of license to its licensees as provided above.
  147.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  147.43 +# Version 2 license, then the option applies only if the new code is
  147.44 +# made subject to such option by the copyright holder.
  147.45  suite.dir=${basedir}/..
   148.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/actions/GenerateXMLAction.java	Mon Dec 19 11:28:54 2016 +0100
   148.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/actions/GenerateXMLAction.java	Wed Feb 22 15:51:40 2017 +0100
   148.3 @@ -1,3 +1,46 @@
   148.4 +/*
   148.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   148.6 + *
   148.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   148.8 + *
   148.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  148.10 + * Other names may be trademarks of their respective owners.
  148.11 + *
  148.12 + * The contents of this file are subject to the terms of either the GNU
  148.13 + * General Public License Version 2 only ("GPL") or the Common
  148.14 + * Development and Distribution License("CDDL") (collectively, the
  148.15 + * "License"). You may not use this file except in compliance with the
  148.16 + * License. You can obtain a copy of the License at
  148.17 + * http://www.netbeans.org/cddl-gplv2.html
  148.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  148.19 + * specific language governing permissions and limitations under the
  148.20 + * License.  When distributing the software, include this License Header
  148.21 + * Notice in each file and include the License file at
  148.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  148.23 + * particular file as subject to the "Classpath" exception as provided
  148.24 + * by Oracle in the GPL Version 2 section of the License file that
  148.25 + * accompanied this code. If applicable, add the following below the
  148.26 + * License Header, with the fields enclosed by brackets [] replaced by
  148.27 + * your own identifying information:
  148.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  148.29 + *
  148.30 + * Contributor(s):
  148.31 + *
  148.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  148.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  148.34 + * Microsystems, Inc. All Rights Reserved.
  148.35 + *
  148.36 + * If you wish your version of this file to be governed by only the CDDL
  148.37 + * or only the GPL Version 2, indicate your decision by adding
  148.38 + * "[Contributor] elects to include this software in this distribution
  148.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  148.40 + * single choice of license, a recipient has the option to distribute
  148.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  148.42 + * to extend the choice of license to its licensees as provided above.
  148.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  148.44 + * Version 2 license, then the option applies only if the new code is
  148.45 + * made subject to such option by the copyright holder.
  148.46 + */
  148.47  /*
  148.48   * To change this template, choose Tools | Templates
  148.49   * and open the template in the editor.
   149.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/package.html	Mon Dec 19 11:28:54 2016 +0100
   149.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/package.html	Wed Feb 22 15:51:40 2017 +0100
   149.3 @@ -1,4 +1,47 @@
   149.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   149.5 +<!--
   149.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   149.7 +
   149.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   149.9 +
  149.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  149.11 +Other names may be trademarks of their respective owners.
  149.12 +
  149.13 +The contents of this file are subject to the terms of either the GNU
  149.14 +General Public License Version 2 only ("GPL") or the Common
  149.15 +Development and Distribution License("CDDL") (collectively, the
  149.16 +"License"). You may not use this file except in compliance with the
  149.17 +License. You can obtain a copy of the License at
  149.18 +http://www.netbeans.org/cddl-gplv2.html
  149.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  149.20 +specific language governing permissions and limitations under the
  149.21 +License.  When distributing the software, include this License Header
  149.22 +Notice in each file and include the License file at
  149.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  149.24 +particular file as subject to the "Classpath" exception as provided
  149.25 +by Oracle in the GPL Version 2 section of the License file that
  149.26 +accompanied this code. If applicable, add the following below the
  149.27 +License Header, with the fields enclosed by brackets [] replaced by
  149.28 +your own identifying information:
  149.29 +"Portions Copyrighted [year] [name of copyright owner]"
  149.30 +
  149.31 +Contributor(s):
  149.32 +
  149.33 +The Original Software is NetBeans. The Initial Developer of the Original
  149.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  149.35 +Microsystems, Inc. All Rights Reserved.
  149.36 +
  149.37 +If you wish your version of this file to be governed by only the CDDL
  149.38 +or only the GPL Version 2, indicate your decision by adding
  149.39 +"[Contributor] elects to include this software in this distribution
  149.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  149.41 +single choice of license, a recipient has the option to distribute
  149.42 +your version of this file under either the CDDL, the GPL Version 2 or
  149.43 +to extend the choice of license to its licensees as provided above.
  149.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  149.45 +Version 2 license, then the option applies only if the new code is
  149.46 +made subject to such option by the copyright holder.
  149.47 +-->
  149.48  
  149.49  <HTML>
  149.50  <head>
   150.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/XMLSchema.dtd	Mon Dec 19 11:28:54 2016 +0100
   150.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/XMLSchema.dtd	Wed Feb 22 15:51:40 2017 +0100
   150.3 @@ -1,4 +1,47 @@
   150.4  <!-- The simpleType element and its constituent parts
   150.5 +<!--
   150.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   150.7 +
   150.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   150.9 +
  150.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  150.11 +Other names may be trademarks of their respective owners.
  150.12 +
  150.13 +The contents of this file are subject to the terms of either the GNU
  150.14 +General Public License Version 2 only ("GPL") or the Common
  150.15 +Development and Distribution License("CDDL") (collectively, the
  150.16 +"License"). You may not use this file except in compliance with the
  150.17 +License. You can obtain a copy of the License at
  150.18 +http://www.netbeans.org/cddl-gplv2.html
  150.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  150.20 +specific language governing permissions and limitations under the
  150.21 +License.  When distributing the software, include this License Header
  150.22 +Notice in each file and include the License file at
  150.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  150.24 +particular file as subject to the "Classpath" exception as provided
  150.25 +by Oracle in the GPL Version 2 section of the License file that
  150.26 +accompanied this code. If applicable, add the following below the
  150.27 +License Header, with the fields enclosed by brackets [] replaced by
  150.28 +your own identifying information:
  150.29 +"Portions Copyrighted [year] [name of copyright owner]"
  150.30 +
  150.31 +Contributor(s):
  150.32 +
  150.33 +The Original Software is NetBeans. The Initial Developer of the Original
  150.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  150.35 +Microsystems, Inc. All Rights Reserved.
  150.36 +
  150.37 +If you wish your version of this file to be governed by only the CDDL
  150.38 +or only the GPL Version 2, indicate your decision by adding
  150.39 +"[Contributor] elects to include this software in this distribution
  150.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  150.41 +single choice of license, a recipient has the option to distribute
  150.42 +your version of this file under either the CDDL, the GPL Version 2 or
  150.43 +to extend the choice of license to its licensees as provided above.
  150.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  150.45 +Version 2 license, then the option applies only if the new code is
  150.46 +made subject to such option by the copyright holder.
  150.47 +-->
  150.48       are defined in XML Schema: Part 2: Datatypes -->
  150.49  <!ENTITY % xs-datatypes PUBLIC 'datatypes' 'datatypes.dtd' >
  150.50  <!ENTITY % nds 'xmlns%s;'>
   151.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/XMLSchema_jaxb.dtd	Mon Dec 19 11:28:54 2016 +0100
   151.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/XMLSchema_jaxb.dtd	Wed Feb 22 15:51:40 2017 +0100
   151.3 @@ -1,4 +1,47 @@
   151.4  <!ENTITY % xs-datatypes PUBLIC 'datatypes' 'datatypes.dtd' >
   151.5 +<!--
   151.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   151.7 +
   151.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   151.9 +
  151.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  151.11 +Other names may be trademarks of their respective owners.
  151.12 +
  151.13 +The contents of this file are subject to the terms of either the GNU
  151.14 +General Public License Version 2 only ("GPL") or the Common
  151.15 +Development and Distribution License("CDDL") (collectively, the
  151.16 +"License"). You may not use this file except in compliance with the
  151.17 +License. You can obtain a copy of the License at
  151.18 +http://www.netbeans.org/cddl-gplv2.html
  151.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  151.20 +specific language governing permissions and limitations under the
  151.21 +License.  When distributing the software, include this License Header
  151.22 +Notice in each file and include the License file at
  151.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  151.24 +particular file as subject to the "Classpath" exception as provided
  151.25 +by Oracle in the GPL Version 2 section of the License file that
  151.26 +accompanied this code. If applicable, add the following below the
  151.27 +License Header, with the fields enclosed by brackets [] replaced by
  151.28 +your own identifying information:
  151.29 +"Portions Copyrighted [year] [name of copyright owner]"
  151.30 +
  151.31 +Contributor(s):
  151.32 +
  151.33 +The Original Software is NetBeans. The Initial Developer of the Original
  151.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  151.35 +Microsystems, Inc. All Rights Reserved.
  151.36 +
  151.37 +If you wish your version of this file to be governed by only the CDDL
  151.38 +or only the GPL Version 2, indicate your decision by adding
  151.39 +"[Contributor] elects to include this software in this distribution
  151.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  151.41 +single choice of license, a recipient has the option to distribute
  151.42 +your version of this file under either the CDDL, the GPL Version 2 or
  151.43 +to extend the choice of license to its licensees as provided above.
  151.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  151.45 +Version 2 license, then the option applies only if the new code is
  151.46 +made subject to such option by the copyright holder.
  151.47 +-->
  151.48  
  151.49  <!-- The bindingschema -->
  151.50  <!ENTITY % bindingschema PUBLIC 'bindingschema' 'bindingschema_1_0.dtd' >
   152.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/bindingschema_1_0.dtd	Mon Dec 19 11:28:54 2016 +0100
   152.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/bindingschema_1_0.dtd	Wed Feb 22 15:51:40 2017 +0100
   152.3 @@ -1,4 +1,47 @@
   152.4  <!--namespace prefix to namespace uri mappings-->
   152.5 +<!--
   152.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   152.7 +
   152.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   152.9 +
  152.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  152.11 +Other names may be trademarks of their respective owners.
  152.12 +
  152.13 +The contents of this file are subject to the terms of either the GNU
  152.14 +General Public License Version 2 only ("GPL") or the Common
  152.15 +Development and Distribution License("CDDL") (collectively, the
  152.16 +"License"). You may not use this file except in compliance with the
  152.17 +License. You can obtain a copy of the License at
  152.18 +http://www.netbeans.org/cddl-gplv2.html
  152.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  152.20 +specific language governing permissions and limitations under the
  152.21 +License.  When distributing the software, include this License Header
  152.22 +Notice in each file and include the License file at
  152.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  152.24 +particular file as subject to the "Classpath" exception as provided
  152.25 +by Oracle in the GPL Version 2 section of the License file that
  152.26 +accompanied this code. If applicable, add the following below the
  152.27 +License Header, with the fields enclosed by brackets [] replaced by
  152.28 +your own identifying information:
  152.29 +"Portions Copyrighted [year] [name of copyright owner]"
  152.30 +
  152.31 +Contributor(s):
  152.32 +
  152.33 +The Original Software is NetBeans. The Initial Developer of the Original
  152.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  152.35 +Microsystems, Inc. All Rights Reserved.
  152.36 +
  152.37 +If you wish your version of this file to be governed by only the CDDL
  152.38 +or only the GPL Version 2, indicate your decision by adding
  152.39 +"[Contributor] elects to include this software in this distribution
  152.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  152.41 +single choice of license, a recipient has the option to distribute
  152.42 +your version of this file under either the CDDL, the GPL Version 2 or
  152.43 +to extend the choice of license to its licensees as provided above.
  152.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  152.45 +Version 2 license, then the option applies only if the new code is
  152.46 +made subject to such option by the copyright holder.
  152.47 +-->
  152.48  <!ENTITY % jaxb_prefix "%jaxb;:">
  152.49  <!--namespaces attributes for root element-->
  152.50  <!ENTITY % documentElementAttributes " xmlns:%jaxb; CDATA #IMPLIED">
   153.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/datatypes.dtd	Mon Dec 19 11:28:54 2016 +0100
   153.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/datatypes.dtd	Wed Feb 22 15:51:40 2017 +0100
   153.3 @@ -1,4 +1,47 @@
   153.4  <!--
   153.5 +<!--
   153.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   153.7 +
   153.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   153.9 +
  153.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  153.11 +Other names may be trademarks of their respective owners.
  153.12 +
  153.13 +The contents of this file are subject to the terms of either the GNU
  153.14 +General Public License Version 2 only ("GPL") or the Common
  153.15 +Development and Distribution License("CDDL") (collectively, the
  153.16 +"License"). You may not use this file except in compliance with the
  153.17 +License. You can obtain a copy of the License at
  153.18 +http://www.netbeans.org/cddl-gplv2.html
  153.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  153.20 +specific language governing permissions and limitations under the
  153.21 +License.  When distributing the software, include this License Header
  153.22 +Notice in each file and include the License file at
  153.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  153.24 +particular file as subject to the "Classpath" exception as provided
  153.25 +by Oracle in the GPL Version 2 section of the License file that
  153.26 +accompanied this code. If applicable, add the following below the
  153.27 +License Header, with the fields enclosed by brackets [] replaced by
  153.28 +your own identifying information:
  153.29 +"Portions Copyrighted [year] [name of copyright owner]"
  153.30 +
  153.31 +Contributor(s):
  153.32 +
  153.33 +The Original Software is NetBeans. The Initial Developer of the Original
  153.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  153.35 +Microsystems, Inc. All Rights Reserved.
  153.36 +
  153.37 +If you wish your version of this file to be governed by only the CDDL
  153.38 +or only the GPL Version 2, indicate your decision by adding
  153.39 +"[Contributor] elects to include this software in this distribution
  153.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  153.41 +single choice of license, a recipient has the option to distribute
  153.42 +your version of this file under either the CDDL, the GPL Version 2 or
  153.43 +to extend the choice of license to its licensees as provided above.
  153.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  153.45 +Version 2 license, then the option applies only if the new code is
  153.46 +made subject to such option by the copyright holder.
  153.47 +-->
  153.48          DTD for XML Schemas: Part 2: Datatypes
  153.49          
  153.50          Note this DTD is NOT normative, or even definitive. - - the
   154.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/retrieveSchemaResource.html	Mon Dec 19 11:28:54 2016 +0100
   154.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/retrieveSchemaResource.html	Wed Feb 22 15:51:40 2017 +0100
   154.3 @@ -1,3 +1,46 @@
   154.4 +<!--
   154.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   154.6 +
   154.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   154.8 +
   154.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  154.10 +Other names may be trademarks of their respective owners.
  154.11 +
  154.12 +The contents of this file are subject to the terms of either the GNU
  154.13 +General Public License Version 2 only ("GPL") or the Common
  154.14 +Development and Distribution License("CDDL") (collectively, the
  154.15 +"License"). You may not use this file except in compliance with the
  154.16 +License. You can obtain a copy of the License at
  154.17 +http://www.netbeans.org/cddl-gplv2.html
  154.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  154.19 +specific language governing permissions and limitations under the
  154.20 +License.  When distributing the software, include this License Header
  154.21 +Notice in each file and include the License file at
  154.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  154.23 +particular file as subject to the "Classpath" exception as provided
  154.24 +by Oracle in the GPL Version 2 section of the License file that
  154.25 +accompanied this code. If applicable, add the following below the
  154.26 +License Header, with the fields enclosed by brackets [] replaced by
  154.27 +your own identifying information:
  154.28 +"Portions Copyrighted [year] [name of copyright owner]"
  154.29 +
  154.30 +Contributor(s):
  154.31 +
  154.32 +The Original Software is NetBeans. The Initial Developer of the Original
  154.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  154.34 +Microsystems, Inc. All Rights Reserved.
  154.35 +
  154.36 +If you wish your version of this file to be governed by only the CDDL
  154.37 +or only the GPL Version 2, indicate your decision by adding
  154.38 +"[Contributor] elects to include this software in this distribution
  154.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  154.40 +single choice of license, a recipient has the option to distribute
  154.41 +your version of this file under either the CDDL, the GPL Version 2 or
  154.42 +to extend the choice of license to its licensees as provided above.
  154.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  154.44 +Version 2 license, then the option applies only if the new code is
  154.45 +made subject to such option by the copyright holder.
  154.46 +-->
  154.47  <html>
  154.48  <head>
  154.49  	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
   155.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/resources/retrieveWSDLResource.html	Mon Dec 19 11:28:54 2016 +0100
   155.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/resources/retrieveWSDLResource.html	Wed Feb 22 15:51:40 2017 +0100
   155.3 @@ -1,3 +1,46 @@
   155.4 +<!--
   155.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   155.6 +
   155.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   155.8 +
   155.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  155.10 +Other names may be trademarks of their respective owners.
  155.11 +
  155.12 +The contents of this file are subject to the terms of either the GNU
  155.13 +General Public License Version 2 only ("GPL") or the Common
  155.14 +Development and Distribution License("CDDL") (collectively, the
  155.15 +"License"). You may not use this file except in compliance with the
  155.16 +License. You can obtain a copy of the License at
  155.17 +http://www.netbeans.org/cddl-gplv2.html
  155.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  155.19 +specific language governing permissions and limitations under the
  155.20 +License.  When distributing the software, include this License Header
  155.21 +Notice in each file and include the License file at
  155.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  155.23 +particular file as subject to the "Classpath" exception as provided
  155.24 +by Oracle in the GPL Version 2 section of the License file that
  155.25 +accompanied this code. If applicable, add the following below the
  155.26 +License Header, with the fields enclosed by brackets [] replaced by
  155.27 +your own identifying information:
  155.28 +"Portions Copyrighted [year] [name of copyright owner]"
  155.29 +
  155.30 +Contributor(s):
  155.31 +
  155.32 +The Original Software is NetBeans. The Initial Developer of the Original
  155.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  155.34 +Microsystems, Inc. All Rights Reserved.
  155.35 +
  155.36 +If you wish your version of this file to be governed by only the CDDL
  155.37 +or only the GPL Version 2, indicate your decision by adding
  155.38 +"[Contributor] elects to include this software in this distribution
  155.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  155.40 +single choice of license, a recipient has the option to distribute
  155.41 +your version of this file under either the CDDL, the GPL Version 2 or
  155.42 +to extend the choice of license to its licensees as provided above.
  155.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  155.44 +Version 2 license, then the option applies only if the new code is
  155.45 +made subject to such option by the copyright holder.
  155.46 +-->
  155.47  <html>
  155.48  <head>
  155.49  	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
   156.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/wizard/SampleXMLGeneratorWizardIterator.java	Mon Dec 19 11:28:54 2016 +0100
   156.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/wizard/SampleXMLGeneratorWizardIterator.java	Wed Feb 22 15:51:40 2017 +0100
   156.3 @@ -1,3 +1,46 @@
   156.4 +/*
   156.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   156.6 + *
   156.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   156.8 + *
   156.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  156.10 + * Other names may be trademarks of their respective owners.
  156.11 + *
  156.12 + * The contents of this file are subject to the terms of either the GNU
  156.13 + * General Public License Version 2 only ("GPL") or the Common
  156.14 + * Development and Distribution License("CDDL") (collectively, the
  156.15 + * "License"). You may not use this file except in compliance with the
  156.16 + * License. You can obtain a copy of the License at
  156.17 + * http://www.netbeans.org/cddl-gplv2.html
  156.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  156.19 + * specific language governing permissions and limitations under the
  156.20 + * License.  When distributing the software, include this License Header
  156.21 + * Notice in each file and include the License file at
  156.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  156.23 + * particular file as subject to the "Classpath" exception as provided
  156.24 + * by Oracle in the GPL Version 2 section of the License file that
  156.25 + * accompanied this code. If applicable, add the following below the
  156.26 + * License Header, with the fields enclosed by brackets [] replaced by
  156.27 + * your own identifying information:
  156.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  156.29 + *
  156.30 + * Contributor(s):
  156.31 + *
  156.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  156.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  156.34 + * Microsystems, Inc. All Rights Reserved.
  156.35 + *
  156.36 + * If you wish your version of this file to be governed by only the CDDL
  156.37 + * or only the GPL Version 2, indicate your decision by adding
  156.38 + * "[Contributor] elects to include this software in this distribution
  156.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  156.40 + * single choice of license, a recipient has the option to distribute
  156.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  156.42 + * to extend the choice of license to its licensees as provided above.
  156.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  156.44 + * Version 2 license, then the option applies only if the new code is
  156.45 + * made subject to such option by the copyright holder.
  156.46 + */
  156.47  /*
  156.48   * To change this template, choose Tools | Templates
  156.49   * and open the template in the editor.
   157.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/wizard/templates/LoanApplication.xsd	Mon Dec 19 11:28:54 2016 +0100
   157.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/wizard/templates/LoanApplication.xsd	Wed Feb 22 15:51:40 2017 +0100
   157.3 @@ -1,4 +1,47 @@
   157.4  <?xml version="1.0"?>
   157.5 +<!--
   157.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   157.7 +
   157.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   157.9 +
  157.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  157.11 +Other names may be trademarks of their respective owners.
  157.12 +
  157.13 +The contents of this file are subject to the terms of either the GNU
  157.14 +General Public License Version 2 only ("GPL") or the Common
  157.15 +Development and Distribution License("CDDL") (collectively, the
  157.16 +"License"). You may not use this file except in compliance with the
  157.17 +License. You can obtain a copy of the License at
  157.18 +http://www.netbeans.org/cddl-gplv2.html
  157.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  157.20 +specific language governing permissions and limitations under the
  157.21 +License.  When distributing the software, include this License Header
  157.22 +Notice in each file and include the License file at
  157.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  157.24 +particular file as subject to the "Classpath" exception as provided
  157.25 +by Oracle in the GPL Version 2 section of the License file that
  157.26 +accompanied this code. If applicable, add the following below the
  157.27 +License Header, with the fields enclosed by brackets [] replaced by
  157.28 +your own identifying information:
  157.29 +"Portions Copyrighted [year] [name of copyright owner]"
  157.30 +
  157.31 +Contributor(s):
  157.32 +
  157.33 +The Original Software is NetBeans. The Initial Developer of the Original
  157.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  157.35 +Microsystems, Inc. All Rights Reserved.
  157.36 +
  157.37 +If you wish your version of this file to be governed by only the CDDL
  157.38 +or only the GPL Version 2, indicate your decision by adding
  157.39 +"[Contributor] elects to include this software in this distribution
  157.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  157.41 +single choice of license, a recipient has the option to distribute
  157.42 +your version of this file under either the CDDL, the GPL Version 2 or
  157.43 +to extend the choice of license to its licensees as provided above.
  157.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  157.45 +Version 2 license, then the option applies only if the new code is
  157.46 +made subject to such option by the copyright holder.
  157.47 +-->
  157.48  
  157.49  <xs:schema targetNamespace="http://xml.netbeans.org/examples/LoanApplication"
  157.50             xmlns="http://xml.netbeans.org/examples/LoanApplication"
   158.1 --- a/xml.schema/src/org/netbeans/modules/xml/schema/wizard/templates/XMLSchema.xml	Mon Dec 19 11:28:54 2016 +0100
   158.2 +++ b/xml.schema/src/org/netbeans/modules/xml/schema/wizard/templates/XMLSchema.xml	Wed Feb 22 15:51:40 2017 +0100
   158.3 @@ -1,4 +1,47 @@
   158.4  <?xml version="1.0"?>
   158.5 +<!--
   158.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   158.7 +
   158.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   158.9 +
  158.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  158.11 +Other names may be trademarks of their respective owners.
  158.12 +
  158.13 +The contents of this file are subject to the terms of either the GNU
  158.14 +General Public License Version 2 only ("GPL") or the Common
  158.15 +Development and Distribution License("CDDL") (collectively, the
  158.16 +"License"). You may not use this file except in compliance with the
  158.17 +License. You can obtain a copy of the License at
  158.18 +http://www.netbeans.org/cddl-gplv2.html
  158.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  158.20 +specific language governing permissions and limitations under the
  158.21 +License.  When distributing the software, include this License Header
  158.22 +Notice in each file and include the License file at
  158.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  158.24 +particular file as subject to the "Classpath" exception as provided
  158.25 +by Oracle in the GPL Version 2 section of the License file that
  158.26 +accompanied this code. If applicable, add the following below the
  158.27 +License Header, with the fields enclosed by brackets [] replaced by
  158.28 +your own identifying information:
  158.29 +"Portions Copyrighted [year] [name of copyright owner]"
  158.30 +
  158.31 +Contributor(s):
  158.32 +
  158.33 +The Original Software is NetBeans. The Initial Developer of the Original
  158.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  158.35 +Microsystems, Inc. All Rights Reserved.
  158.36 +
  158.37 +If you wish your version of this file to be governed by only the CDDL
  158.38 +or only the GPL Version 2, indicate your decision by adding
  158.39 +"[Contributor] elects to include this software in this distribution
  158.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  158.41 +single choice of license, a recipient has the option to distribute
  158.42 +your version of this file under either the CDDL, the GPL Version 2 or
  158.43 +to extend the choice of license to its licensees as provided above.
  158.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  158.45 +Version 2 license, then the option applies only if the new code is
  158.46 +made subject to such option by the copyright holder.
  158.47 +-->
  158.48  
  158.49  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  158.50      elementFormDefault="qualified">
   159.1 --- a/xml.schema/test/qa-functional/data/CreditCoReport.xsd	Mon Dec 19 11:28:54 2016 +0100
   159.2 +++ b/xml.schema/test/qa-functional/data/CreditCoReport.xsd	Wed Feb 22 15:51:40 2017 +0100
   159.3 @@ -1,4 +1,47 @@
   159.4  <?xml version="1.0" encoding="UTF-8"?>
   159.5 +<!--
   159.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   159.7 +
   159.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   159.9 +
  159.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  159.11 +Other names may be trademarks of their respective owners.
  159.12 +
  159.13 +The contents of this file are subject to the terms of either the GNU
  159.14 +General Public License Version 2 only ("GPL") or the Common
  159.15 +Development and Distribution License("CDDL") (collectively, the
  159.16 +"License"). You may not use this file except in compliance with the
  159.17 +License. You can obtain a copy of the License at
  159.18 +http://www.netbeans.org/cddl-gplv2.html
  159.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  159.20 +specific language governing permissions and limitations under the
  159.21 +License.  When distributing the software, include this License Header
  159.22 +Notice in each file and include the License file at
  159.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  159.24 +particular file as subject to the "Classpath" exception as provided
  159.25 +by Oracle in the GPL Version 2 section of the License file that
  159.26 +accompanied this code. If applicable, add the following below the
  159.27 +License Header, with the fields enclosed by brackets [] replaced by
  159.28 +your own identifying information:
  159.29 +"Portions Copyrighted [year] [name of copyright owner]"
  159.30 +
  159.31 +Contributor(s):
  159.32 +
  159.33 +The Original Software is NetBeans. The Initial Developer of the Original
  159.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  159.35 +Microsystems, Inc. All Rights Reserved.
  159.36 +
  159.37 +If you wish your version of this file to be governed by only the CDDL
  159.38 +or only the GPL Version 2, indicate your decision by adding
  159.39 +"[Contributor] elects to include this software in this distribution
  159.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  159.41 +single choice of license, a recipient has the option to distribute
  159.42 +your version of this file under either the CDDL, the GPL Version 2 or
  159.43 +to extend the choice of license to its licensees as provided above.
  159.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  159.45 +Version 2 license, then the option applies only if the new code is
  159.46 +made subject to such option by the copyright holder.
  159.47 +-->
  159.48  
  159.49  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  159.50              targetNamespace="http://xml.netbeans.org/schema/JaxbWizTutorial/CreditCoReport"
   160.1 --- a/xml.schema/test/qa-functional/data/CreditReport.xsd	Mon Dec 19 11:28:54 2016 +0100
   160.2 +++ b/xml.schema/test/qa-functional/data/CreditReport.xsd	Wed Feb 22 15:51:40 2017 +0100
   160.3 @@ -1,4 +1,47 @@
   160.4  <?xml version="1.0" encoding="UTF-8"?>
   160.5 +<!--
   160.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   160.7 +
   160.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   160.9 +
  160.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  160.11 +Other names may be trademarks of their respective owners.
  160.12 +
  160.13 +The contents of this file are subject to the terms of either the GNU
  160.14 +General Public License Version 2 only ("GPL") or the Common
  160.15 +Development and Distribution License("CDDL") (collectively, the
  160.16 +"License"). You may not use this file except in compliance with the
  160.17 +License. You can obtain a copy of the License at
  160.18 +http://www.netbeans.org/cddl-gplv2.html
  160.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  160.20 +specific language governing permissions and limitations under the
  160.21 +License.  When distributing the software, include this License Header
  160.22 +Notice in each file and include the License file at
  160.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  160.24 +particular file as subject to the "Classpath" exception as provided
  160.25 +by Oracle in the GPL Version 2 section of the License file that
  160.26 +accompanied this code. If applicable, add the following below the
  160.27 +License Header, with the fields enclosed by brackets [] replaced by
  160.28 +your own identifying information:
  160.29 +"Portions Copyrighted [year] [name of copyright owner]"
  160.30 +
  160.31 +Contributor(s):
  160.32 +
  160.33 +The Original Software is NetBeans. The Initial Developer of the Original
  160.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  160.35 +Microsystems, Inc. All Rights Reserved.
  160.36 +
  160.37 +If you wish your version of this file to be governed by only the CDDL
  160.38 +or only the GPL Version 2, indicate your decision by adding
  160.39 +"[Contributor] elects to include this software in this distribution
  160.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  160.41 +single choice of license, a recipient has the option to distribute
  160.42 +your version of this file under either the CDDL, the GPL Version 2 or
  160.43 +to extend the choice of license to its licensees as provided above.
  160.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  160.45 +Version 2 license, then the option applies only if the new code is
  160.46 +made subject to such option by the copyright holder.
  160.47 +-->
  160.48  
  160.49  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  160.50              targetNamespace="http://xml.netbeans.org/schema/CreditReport"
   161.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVGenericNodeOperator.java	Mon Dec 19 11:28:54 2016 +0100
   161.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVGenericNodeOperator.java	Wed Feb 22 15:51:40 2017 +0100
   161.3 @@ -1,3 +1,46 @@
   161.4 +/*
   161.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   161.6 + *
   161.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   161.8 + *
   161.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  161.10 + * Other names may be trademarks of their respective owners.
  161.11 + *
  161.12 + * The contents of this file are subject to the terms of either the GNU
  161.13 + * General Public License Version 2 only ("GPL") or the Common
  161.14 + * Development and Distribution License("CDDL") (collectively, the
  161.15 + * "License"). You may not use this file except in compliance with the
  161.16 + * License. You can obtain a copy of the License at
  161.17 + * http://www.netbeans.org/cddl-gplv2.html
  161.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  161.19 + * specific language governing permissions and limitations under the
  161.20 + * License.  When distributing the software, include this License Header
  161.21 + * Notice in each file and include the License file at
  161.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  161.23 + * particular file as subject to the "Classpath" exception as provided
  161.24 + * by Oracle in the GPL Version 2 section of the License file that
  161.25 + * accompanied this code. If applicable, add the following below the
  161.26 + * License Header, with the fields enclosed by brackets [] replaced by
  161.27 + * your own identifying information:
  161.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  161.29 + *
  161.30 + * Contributor(s):
  161.31 + *
  161.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  161.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  161.34 + * Microsystems, Inc. All Rights Reserved.
  161.35 + *
  161.36 + * If you wish your version of this file to be governed by only the CDDL
  161.37 + * or only the GPL Version 2, indicate your decision by adding
  161.38 + * "[Contributor] elects to include this software in this distribution
  161.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  161.40 + * single choice of license, a recipient has the option to distribute
  161.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  161.42 + * to extend the choice of license to its licensees as provided above.
  161.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  161.44 + * Version 2 license, then the option applies only if the new code is
  161.45 + * made subject to such option by the copyright holder.
  161.46 + */
  161.47  package org.netbeans.test.xml.schema.abe;
  161.48  
  161.49  import java.awt.Container;
   162.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVNamespaceOperator.java	Mon Dec 19 11:28:54 2016 +0100
   162.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVNamespaceOperator.java	Wed Feb 22 15:51:40 2017 +0100
   162.3 @@ -1,3 +1,46 @@
   162.4 +/*
   162.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   162.6 + *
   162.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   162.8 + *
   162.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  162.10 + * Other names may be trademarks of their respective owners.
  162.11 + *
  162.12 + * The contents of this file are subject to the terms of either the GNU
  162.13 + * General Public License Version 2 only ("GPL") or the Common
  162.14 + * Development and Distribution License("CDDL") (collectively, the
  162.15 + * "License"). You may not use this file except in compliance with the
  162.16 + * License. You can obtain a copy of the License at
  162.17 + * http://www.netbeans.org/cddl-gplv2.html
  162.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  162.19 + * specific language governing permissions and limitations under the
  162.20 + * License.  When distributing the software, include this License Header
  162.21 + * Notice in each file and include the License file at
  162.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  162.23 + * particular file as subject to the "Classpath" exception as provided
  162.24 + * by Oracle in the GPL Version 2 section of the License file that
  162.25 + * accompanied this code. If applicable, add the following below the
  162.26 + * License Header, with the fields enclosed by brackets [] replaced by
  162.27 + * your own identifying information:
  162.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  162.29 + *
  162.30 + * Contributor(s):
  162.31 + *
  162.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  162.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  162.34 + * Microsystems, Inc. All Rights Reserved.
  162.35 + *
  162.36 + * If you wish your version of this file to be governed by only the CDDL
  162.37 + * or only the GPL Version 2, indicate your decision by adding
  162.38 + * "[Contributor] elects to include this software in this distribution
  162.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  162.40 + * single choice of license, a recipient has the option to distribute
  162.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  162.42 + * to extend the choice of license to its licensees as provided above.
  162.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  162.44 + * Version 2 license, then the option applies only if the new code is
  162.45 + * made subject to such option by the copyright holder.
  162.46 + */
  162.47  package org.netbeans.test.xml.schema.abe;
  162.48  
  162.49  /**
   163.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVNodeOperator.java	Mon Dec 19 11:28:54 2016 +0100
   163.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DVNodeOperator.java	Wed Feb 22 15:51:40 2017 +0100
   163.3 @@ -1,3 +1,46 @@
   163.4 +/*
   163.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   163.6 + *
   163.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   163.8 + *
   163.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  163.10 + * Other names may be trademarks of their respective owners.
  163.11 + *
  163.12 + * The contents of this file are subject to the terms of either the GNU
  163.13 + * General Public License Version 2 only ("GPL") or the Common
  163.14 + * Development and Distribution License("CDDL") (collectively, the
  163.15 + * "License"). You may not use this file except in compliance with the
  163.16 + * License. You can obtain a copy of the License at
  163.17 + * http://www.netbeans.org/cddl-gplv2.html
  163.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  163.19 + * specific language governing permissions and limitations under the
  163.20 + * License.  When distributing the software, include this License Header
  163.21 + * Notice in each file and include the License file at
  163.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  163.23 + * particular file as subject to the "Classpath" exception as provided
  163.24 + * by Oracle in the GPL Version 2 section of the License file that
  163.25 + * accompanied this code. If applicable, add the following below the
  163.26 + * License Header, with the fields enclosed by brackets [] replaced by
  163.27 + * your own identifying information:
  163.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  163.29 + *
  163.30 + * Contributor(s):
  163.31 + *
  163.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  163.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  163.34 + * Microsystems, Inc. All Rights Reserved.
  163.35 + *
  163.36 + * If you wish your version of this file to be governed by only the CDDL
  163.37 + * or only the GPL Version 2, indicate your decision by adding
  163.38 + * "[Contributor] elects to include this software in this distribution
  163.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  163.40 + * single choice of license, a recipient has the option to distribute
  163.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  163.42 + * to extend the choice of license to its licensees as provided above.
  163.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  163.44 + * Version 2 license, then the option applies only if the new code is
  163.45 + * made subject to such option by the copyright holder.
  163.46 + */
  163.47  /*
  163.48   * To change this template, choose Tools | Templates
  163.49   * and open the template in the editor.
   164.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DesignViewOperator.java	Mon Dec 19 11:28:54 2016 +0100
   164.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/DesignViewOperator.java	Wed Feb 22 15:51:40 2017 +0100
   164.3 @@ -1,3 +1,46 @@
   164.4 +/*
   164.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   164.6 + *
   164.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   164.8 + *
   164.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  164.10 + * Other names may be trademarks of their respective owners.
  164.11 + *
  164.12 + * The contents of this file are subject to the terms of either the GNU
  164.13 + * General Public License Version 2 only ("GPL") or the Common
  164.14 + * Development and Distribution License("CDDL") (collectively, the
  164.15 + * "License"). You may not use this file except in compliance with the
  164.16 + * License. You can obtain a copy of the License at
  164.17 + * http://www.netbeans.org/cddl-gplv2.html
  164.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  164.19 + * specific language governing permissions and limitations under the
  164.20 + * License.  When distributing the software, include this License Header
  164.21 + * Notice in each file and include the License file at
  164.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  164.23 + * particular file as subject to the "Classpath" exception as provided
  164.24 + * by Oracle in the GPL Version 2 section of the License file that
  164.25 + * accompanied this code. If applicable, add the following below the
  164.26 + * License Header, with the fields enclosed by brackets [] replaced by
  164.27 + * your own identifying information:
  164.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  164.29 + *
  164.30 + * Contributor(s):
  164.31 + *
  164.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  164.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  164.34 + * Microsystems, Inc. All Rights Reserved.
  164.35 + *
  164.36 + * If you wish your version of this file to be governed by only the CDDL
  164.37 + * or only the GPL Version 2, indicate your decision by adding
  164.38 + * "[Contributor] elects to include this software in this distribution
  164.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  164.40 + * single choice of license, a recipient has the option to distribute
  164.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  164.42 + * to extend the choice of license to its licensees as provided above.
  164.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  164.44 + * Version 2 license, then the option applies only if the new code is
  164.45 + * made subject to such option by the copyright holder.
  164.46 + */
  164.47  package org.netbeans.test.xml.schema.abe;
  164.48  
  164.49  import java.awt.event.KeyEvent;
   165.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/RefactoringDialogOperator.java	Mon Dec 19 11:28:54 2016 +0100
   165.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/abe/RefactoringDialogOperator.java	Wed Feb 22 15:51:40 2017 +0100
   165.3 @@ -1,3 +1,46 @@
   165.4 +/*
   165.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   165.6 + *
   165.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   165.8 + *
   165.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  165.10 + * Other names may be trademarks of their respective owners.
  165.11 + *
  165.12 + * The contents of this file are subject to the terms of either the GNU
  165.13 + * General Public License Version 2 only ("GPL") or the Common
  165.14 + * Development and Distribution License("CDDL") (collectively, the
  165.15 + * "License"). You may not use this file except in compliance with the
  165.16 + * License. You can obtain a copy of the License at
  165.17 + * http://www.netbeans.org/cddl-gplv2.html
  165.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  165.19 + * specific language governing permissions and limitations under the
  165.20 + * License.  When distributing the software, include this License Header
  165.21 + * Notice in each file and include the License file at
  165.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  165.23 + * particular file as subject to the "Classpath" exception as provided
  165.24 + * by Oracle in the GPL Version 2 section of the License file that
  165.25 + * accompanied this code. If applicable, add the following below the
  165.26 + * License Header, with the fields enclosed by brackets [] replaced by
  165.27 + * your own identifying information:
  165.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  165.29 + *
  165.30 + * Contributor(s):
  165.31 + *
  165.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  165.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  165.34 + * Microsystems, Inc. All Rights Reserved.
  165.35 + *
  165.36 + * If you wish your version of this file to be governed by only the CDDL
  165.37 + * or only the GPL Version 2, indicate your decision by adding
  165.38 + * "[Contributor] elects to include this software in this distribution
  165.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  165.40 + * single choice of license, a recipient has the option to distribute
  165.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  165.42 + * to extend the choice of license to its licensees as provided above.
  165.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  165.44 + * Version 2 license, then the option applies only if the new code is
  165.45 + * made subject to such option by the copyright holder.
  165.46 + */
  165.47  /*
  165.48   * To change this template, choose Tools | Templates
  165.49   * and open the template in the editor.
   166.1 --- a/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/general/dtd/data.java	Mon Dec 19 11:28:54 2016 +0100
   166.2 +++ b/xml.schema/test/qa-functional/src/org/netbeans/test/xml/schema/general/dtd/data.java	Wed Feb 22 15:51:40 2017 +0100
   166.3 @@ -1,3 +1,46 @@
   166.4 +/*
   166.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   166.6 + *
   166.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   166.8 + *
   166.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  166.10 + * Other names may be trademarks of their respective owners.
  166.11 + *
  166.12 + * The contents of this file are subject to the terms of either the GNU
  166.13 + * General Public License Version 2 only ("GPL") or the Common
  166.14 + * Development and Distribution License("CDDL") (collectively, the
  166.15 + * "License"). You may not use this file except in compliance with the
  166.16 + * License. You can obtain a copy of the License at
  166.17 + * http://www.netbeans.org/cddl-gplv2.html
  166.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  166.19 + * specific language governing permissions and limitations under the
  166.20 + * License.  When distributing the software, include this License Header
  166.21 + * Notice in each file and include the License file at
  166.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  166.23 + * particular file as subject to the "Classpath" exception as provided
  166.24 + * by Oracle in the GPL Version 2 section of the License file that
  166.25 + * accompanied this code. If applicable, add the following below the
  166.26 + * License Header, with the fields enclosed by brackets [] replaced by
  166.27 + * your own identifying information:
  166.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  166.29 + *
  166.30 + * Contributor(s):
  166.31 + *
  166.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  166.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  166.34 + * Microsystems, Inc. All Rights Reserved.
  166.35 + *
  166.36 + * If you wish your version of this file to be governed by only the CDDL
  166.37 + * or only the GPL Version 2, indicate your decision by adding
  166.38 + * "[Contributor] elects to include this software in this distribution
  166.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  166.40 + * single choice of license, a recipient has the option to distribute
  166.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  166.42 + * to extend the choice of license to its licensees as provided above.
  166.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  166.44 + * Version 2 license, then the option applies only if the new code is
  166.45 + * made subject to such option by the copyright holder.
  166.46 + */
  166.47  package org.netbeans.test.xml.schema.general.dtd;
  166.48  
  166.49  import java.util.Calendar;
   167.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/OpenProjectsTrampolineImpl.java	Mon Dec 19 11:28:54 2016 +0100
   167.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/OpenProjectsTrampolineImpl.java	Wed Feb 22 15:51:40 2017 +0100
   167.3 @@ -1,3 +1,46 @@
   167.4 +/*
   167.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   167.6 + *
   167.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   167.8 + *
   167.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  167.10 + * Other names may be trademarks of their respective owners.
  167.11 + *
  167.12 + * The contents of this file are subject to the terms of either the GNU
  167.13 + * General Public License Version 2 only ("GPL") or the Common
  167.14 + * Development and Distribution License("CDDL") (collectively, the
  167.15 + * "License"). You may not use this file except in compliance with the
  167.16 + * License. You can obtain a copy of the License at
  167.17 + * http://www.netbeans.org/cddl-gplv2.html
  167.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  167.19 + * specific language governing permissions and limitations under the
  167.20 + * License.  When distributing the software, include this License Header
  167.21 + * Notice in each file and include the License file at
  167.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  167.23 + * particular file as subject to the "Classpath" exception as provided
  167.24 + * by Oracle in the GPL Version 2 section of the License file that
  167.25 + * accompanied this code. If applicable, add the following below the
  167.26 + * License Header, with the fields enclosed by brackets [] replaced by
  167.27 + * your own identifying information:
  167.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  167.29 + *
  167.30 + * Contributor(s):
  167.31 + *
  167.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  167.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  167.34 + * Microsystems, Inc. All Rights Reserved.
  167.35 + *
  167.36 + * If you wish your version of this file to be governed by only the CDDL
  167.37 + * or only the GPL Version 2, indicate your decision by adding
  167.38 + * "[Contributor] elects to include this software in this distribution
  167.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  167.40 + * single choice of license, a recipient has the option to distribute
  167.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  167.42 + * to extend the choice of license to its licensees as provided above.
  167.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  167.44 + * Version 2 license, then the option applies only if the new code is
  167.45 + * made subject to such option by the copyright holder.
  167.46 + */
  167.47  /*
  167.48   * OpenProjectsTrampolineImpl.java
  167.49   *
   168.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Chameleon.xsd	Mon Dec 19 11:28:54 2016 +0100
   168.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Chameleon.xsd	Wed Feb 22 15:51:40 2017 +0100
   168.3 @@ -1,4 +1,47 @@
   168.4  <?xml version="1.0" encoding="UTF-8"?>
   168.5 +<!--
   168.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   168.7 +
   168.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   168.9 +
  168.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  168.11 +Other names may be trademarks of their respective owners.
  168.12 +
  168.13 +The contents of this file are subject to the terms of either the GNU
  168.14 +General Public License Version 2 only ("GPL") or the Common
  168.15 +Development and Distribution License("CDDL") (collectively, the
  168.16 +"License"). You may not use this file except in compliance with the
  168.17 +License. You can obtain a copy of the License at
  168.18 +http://www.netbeans.org/cddl-gplv2.html
  168.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  168.20 +specific language governing permissions and limitations under the
  168.21 +License.  When distributing the software, include this License Header
  168.22 +Notice in each file and include the License file at
  168.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  168.24 +particular file as subject to the "Classpath" exception as provided
  168.25 +by Oracle in the GPL Version 2 section of the License file that
  168.26 +accompanied this code. If applicable, add the following below the
  168.27 +License Header, with the fields enclosed by brackets [] replaced by
  168.28 +your own identifying information:
  168.29 +"Portions Copyrighted [year] [name of copyright owner]"
  168.30 +
  168.31 +Contributor(s):
  168.32 +
  168.33 +The Original Software is NetBeans. The Initial Developer of the Original
  168.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  168.35 +Microsystems, Inc. All Rights Reserved.
  168.36 +
  168.37 +If you wish your version of this file to be governed by only the CDDL
  168.38 +or only the GPL Version 2, indicate your decision by adding
  168.39 +"[Contributor] elects to include this software in this distribution
  168.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  168.41 +single choice of license, a recipient has the option to distribute
  168.42 +your version of this file under either the CDDL, the GPL Version 2 or
  168.43 +to extend the choice of license to its licensees as provided above.
  168.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  168.45 +Version 2 license, then the option applies only if the new code is
  168.46 +made subject to such option by the copyright holder.
  168.47 +-->
  168.48  
  168.49  <!--
  168.50      Document   : Chameleon.xsd
   169.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Import.xsd	Mon Dec 19 11:28:54 2016 +0100
   169.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Import.xsd	Wed Feb 22 15:51:40 2017 +0100
   169.3 @@ -1,4 +1,47 @@
   169.4  <?xml version="1.0" encoding="UTF-8"?>
   169.5 +<!--
   169.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   169.7 +
   169.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   169.9 +
  169.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  169.11 +Other names may be trademarks of their respective owners.
  169.12 +
  169.13 +The contents of this file are subject to the terms of either the GNU
  169.14 +General Public License Version 2 only ("GPL") or the Common
  169.15 +Development and Distribution License("CDDL") (collectively, the
  169.16 +"License"). You may not use this file except in compliance with the
  169.17 +License. You can obtain a copy of the License at
  169.18 +http://www.netbeans.org/cddl-gplv2.html
  169.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  169.20 +specific language governing permissions and limitations under the
  169.21 +License.  When distributing the software, include this License Header
  169.22 +Notice in each file and include the License file at
  169.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  169.24 +particular file as subject to the "Classpath" exception as provided
  169.25 +by Oracle in the GPL Version 2 section of the License file that
  169.26 +accompanied this code. If applicable, add the following below the
  169.27 +License Header, with the fields enclosed by brackets [] replaced by
  169.28 +your own identifying information:
  169.29 +"Portions Copyrighted [year] [name of copyright owner]"
  169.30 +
  169.31 +Contributor(s):
  169.32 +
  169.33 +The Original Software is NetBeans. The Initial Developer of the Original
  169.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  169.35 +Microsystems, Inc. All Rights Reserved.
  169.36 +
  169.37 +If you wish your version of this file to be governed by only the CDDL
  169.38 +or only the GPL Version 2, indicate your decision by adding
  169.39 +"[Contributor] elects to include this software in this distribution
  169.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  169.41 +single choice of license, a recipient has the option to distribute
  169.42 +your version of this file under either the CDDL, the GPL Version 2 or
  169.43 +to extend the choice of license to its licensees as provided above.
  169.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  169.45 +Version 2 license, then the option applies only if the new code is
  169.46 +made subject to such option by the copyright holder.
  169.47 +-->
  169.48  
  169.49  <!--
  169.50      Document   : Import.xsd
   170.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Include.xsd	Mon Dec 19 11:28:54 2016 +0100
   170.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Include.xsd	Wed Feb 22 15:51:40 2017 +0100
   170.3 @@ -1,4 +1,47 @@
   170.4  <?xml version="1.0" encoding="UTF-8"?>
   170.5 +<!--
   170.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   170.7 +
   170.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   170.9 +
  170.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  170.11 +Other names may be trademarks of their respective owners.
  170.12 +
  170.13 +The contents of this file are subject to the terms of either the GNU
  170.14 +General Public License Version 2 only ("GPL") or the Common
  170.15 +Development and Distribution License("CDDL") (collectively, the
  170.16 +"License"). You may not use this file except in compliance with the
  170.17 +License. You can obtain a copy of the License at
  170.18 +http://www.netbeans.org/cddl-gplv2.html
  170.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  170.20 +specific language governing permissions and limitations under the
  170.21 +License.  When distributing the software, include this License Header
  170.22 +Notice in each file and include the License file at
  170.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  170.24 +particular file as subject to the "Classpath" exception as provided
  170.25 +by Oracle in the GPL Version 2 section of the License file that
  170.26 +accompanied this code. If applicable, add the following below the
  170.27 +License Header, with the fields enclosed by brackets [] replaced by
  170.28 +your own identifying information:
  170.29 +"Portions Copyrighted [year] [name of copyright owner]"
  170.30 +
  170.31 +Contributor(s):
  170.32 +
  170.33 +The Original Software is NetBeans. The Initial Developer of the Original
  170.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  170.35 +Microsystems, Inc. All Rights Reserved.
  170.36 +
  170.37 +If you wish your version of this file to be governed by only the CDDL
  170.38 +or only the GPL Version 2, indicate your decision by adding
  170.39 +"[Contributor] elects to include this software in this distribution
  170.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  170.41 +single choice of license, a recipient has the option to distribute
  170.42 +your version of this file under either the CDDL, the GPL Version 2 or
  170.43 +to extend the choice of license to its licensees as provided above.
  170.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  170.45 +Version 2 license, then the option applies only if the new code is
  170.46 +made subject to such option by the copyright holder.
  170.47 +-->
  170.48  
  170.49  <!--
  170.50      Document   : Include.xsd
   171.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Invalid.xsd	Mon Dec 19 11:28:54 2016 +0100
   171.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Invalid.xsd	Wed Feb 22 15:51:40 2017 +0100
   171.3 @@ -1,4 +1,47 @@
   171.4  <?xml version="1.0" encoding="UTF-8"?>
   171.5 +<!--
   171.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   171.7 +
   171.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   171.9 +
  171.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  171.11 +Other names may be trademarks of their respective owners.
  171.12 +
  171.13 +The contents of this file are subject to the terms of either the GNU
  171.14 +General Public License Version 2 only ("GPL") or the Common
  171.15 +Development and Distribution License("CDDL") (collectively, the
  171.16 +"License"). You may not use this file except in compliance with the
  171.17 +License. You can obtain a copy of the License at
  171.18 +http://www.netbeans.org/cddl-gplv2.html
  171.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  171.20 +specific language governing permissions and limitations under the
  171.21 +License.  When distributing the software, include this License Header
  171.22 +Notice in each file and include the License file at
  171.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  171.24 +particular file as subject to the "Classpath" exception as provided
  171.25 +by Oracle in the GPL Version 2 section of the License file that
  171.26 +accompanied this code. If applicable, add the following below the
  171.27 +License Header, with the fields enclosed by brackets [] replaced by
  171.28 +your own identifying information:
  171.29 +"Portions Copyrighted [year] [name of copyright owner]"
  171.30 +
  171.31 +Contributor(s):
  171.32 +
  171.33 +The Original Software is NetBeans. The Initial Developer of the Original
  171.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  171.35 +Microsystems, Inc. All Rights Reserved.
  171.36 +
  171.37 +If you wish your version of this file to be governed by only the CDDL
  171.38 +or only the GPL Version 2, indicate your decision by adding
  171.39 +"[Contributor] elects to include this software in this distribution
  171.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  171.41 +single choice of license, a recipient has the option to distribute
  171.42 +your version of this file under either the CDDL, the GPL Version 2 or
  171.43 +to extend the choice of license to its licensees as provided above.
  171.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  171.45 +Version 2 license, then the option applies only if the new code is
  171.46 +made subject to such option by the copyright holder.
  171.47 +-->
  171.48  
  171.49  <!--
  171.50      Document   : Invalid.xsd
   172.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Simple.xsd	Mon Dec 19 11:28:54 2016 +0100
   172.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/cookies/data/Simple.xsd	Wed Feb 22 15:51:40 2017 +0100
   172.3 @@ -1,4 +1,47 @@
   172.4  <?xml version="1.0" encoding="UTF-8"?>
   172.5 +<!--
   172.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   172.7 +
   172.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   172.9 +
  172.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  172.11 +Other names may be trademarks of their respective owners.
  172.12 +
  172.13 +The contents of this file are subject to the terms of either the GNU
  172.14 +General Public License Version 2 only ("GPL") or the Common
  172.15 +Development and Distribution License("CDDL") (collectively, the
  172.16 +"License"). You may not use this file except in compliance with the
  172.17 +License. You can obtain a copy of the License at
  172.18 +http://www.netbeans.org/cddl-gplv2.html
  172.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  172.20 +specific language governing permissions and limitations under the
  172.21 +License.  When distributing the software, include this License Header
  172.22 +Notice in each file and include the License file at
  172.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  172.24 +particular file as subject to the "Classpath" exception as provided
  172.25 +by Oracle in the GPL Version 2 section of the License file that
  172.26 +accompanied this code. If applicable, add the following below the
  172.27 +License Header, with the fields enclosed by brackets [] replaced by
  172.28 +your own identifying information:
  172.29 +"Portions Copyrighted [year] [name of copyright owner]"
  172.30 +
  172.31 +Contributor(s):
  172.32 +
  172.33 +The Original Software is NetBeans. The Initial Developer of the Original
  172.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  172.35 +Microsystems, Inc. All Rights Reserved.
  172.36 +
  172.37 +If you wish your version of this file to be governed by only the CDDL
  172.38 +or only the GPL Version 2, indicate your decision by adding
  172.39 +"[Contributor] elects to include this software in this distribution
  172.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  172.41 +single choice of license, a recipient has the option to distribute
  172.42 +your version of this file under either the CDDL, the GPL Version 2 or
  172.43 +to extend the choice of license to its licensees as provided above.
  172.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  172.45 +Version 2 license, then the option applies only if the new code is
  172.46 +made subject to such option by the copyright holder.
  172.47 +-->
  172.48  
  172.49  <!--
  172.50      Document   : Simple.xsd
   173.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/PurchaseOrder.xsd	Mon Dec 19 11:28:54 2016 +0100
   173.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/PurchaseOrder.xsd	Wed Feb 22 15:51:40 2017 +0100
   173.3 @@ -1,4 +1,47 @@
   173.4  <?xml version="1.0" encoding="UTF-8"?>
   173.5 +<!--
   173.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   173.7 +
   173.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   173.9 +
  173.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  173.11 +Other names may be trademarks of their respective owners.
  173.12 +
  173.13 +The contents of this file are subject to the terms of either the GNU
  173.14 +General Public License Version 2 only ("GPL") or the Common
  173.15 +Development and Distribution License("CDDL") (collectively, the
  173.16 +"License"). You may not use this file except in compliance with the
  173.17 +License. You can obtain a copy of the License at
  173.18 +http://www.netbeans.org/cddl-gplv2.html
  173.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  173.20 +specific language governing permissions and limitations under the
  173.21 +License.  When distributing the software, include this License Header
  173.22 +Notice in each file and include the License file at
  173.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  173.24 +particular file as subject to the "Classpath" exception as provided
  173.25 +by Oracle in the GPL Version 2 section of the License file that
  173.26 +accompanied this code. If applicable, add the following below the
  173.27 +License Header, with the fields enclosed by brackets [] replaced by
  173.28 +your own identifying information:
  173.29 +"Portions Copyrighted [year] [name of copyright owner]"
  173.30 +
  173.31 +Contributor(s):
  173.32 +
  173.33 +The Original Software is NetBeans. The Initial Developer of the Original
  173.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  173.35 +Microsystems, Inc. All Rights Reserved.
  173.36 +
  173.37 +If you wish your version of this file to be governed by only the CDDL
  173.38 +or only the GPL Version 2, indicate your decision by adding
  173.39 +"[Contributor] elects to include this software in this distribution
  173.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  173.41 +single choice of license, a recipient has the option to distribute
  173.42 +your version of this file under either the CDDL, the GPL Version 2 or
  173.43 +to extend the choice of license to its licensees as provided above.
  173.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  173.45 +Version 2 license, then the option applies only if the new code is
  173.46 +made subject to such option by the copyright holder.
  173.47 +-->
  173.48  
  173.49  <schema xmlns="http://www.w3.org/2001/XMLSchema"
  173.50          xmlns:po="http://www.example.com/PO1"
   174.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/build.xml	Mon Dec 19 11:28:54 2016 +0100
   174.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/build.xml	Wed Feb 22 15:51:40 2017 +0100
   174.3 @@ -1,4 +1,47 @@
   174.4  <?xml version="1.0" encoding="UTF-8"?>
   174.5 +<!--
   174.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   174.7 +
   174.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   174.9 +
  174.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  174.11 +Other names may be trademarks of their respective owners.
  174.12 +
  174.13 +The contents of this file are subject to the terms of either the GNU
  174.14 +General Public License Version 2 only ("GPL") or the Common
  174.15 +Development and Distribution License("CDDL") (collectively, the
  174.16 +"License"). You may not use this file except in compliance with the
  174.17 +License. You can obtain a copy of the License at
  174.18 +http://www.netbeans.org/cddl-gplv2.html
  174.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  174.20 +specific language governing permissions and limitations under the
  174.21 +License.  When distributing the software, include this License Header
  174.22 +Notice in each file and include the License file at
  174.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  174.24 +particular file as subject to the "Classpath" exception as provided
  174.25 +by Oracle in the GPL Version 2 section of the License file that
  174.26 +accompanied this code. If applicable, add the following below the
  174.27 +License Header, with the fields enclosed by brackets [] replaced by
  174.28 +your own identifying information:
  174.29 +"Portions Copyrighted [year] [name of copyright owner]"
  174.30 +
  174.31 +Contributor(s):
  174.32 +
  174.33 +The Original Software is NetBeans. The Initial Developer of the Original
  174.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  174.35 +Microsystems, Inc. All Rights Reserved.
  174.36 +
  174.37 +If you wish your version of this file to be governed by only the CDDL
  174.38 +or only the GPL Version 2, indicate your decision by adding
  174.39 +"[Contributor] elects to include this software in this distribution
  174.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  174.41 +single choice of license, a recipient has the option to distribute
  174.42 +your version of this file under either the CDDL, the GPL Version 2 or
  174.43 +to extend the choice of license to its licensees as provided above.
  174.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  174.45 +Version 2 license, then the option applies only if the new code is
  174.46 +made subject to such option by the copyright holder.
  174.47 +-->
  174.48  <!-- You may freely edit this file. See commented blocks below for -->
  174.49  <!-- some examples of how to customize the build. -->
  174.50  <!-- (If you delete it and reopen the project it will be recreated.) -->
   175.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   175.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   175.3 @@ -1,5 +1,48 @@
   175.4  <?xml version="1.0" encoding="UTF-8"?>
   175.5  <!--
   175.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   175.7 +
   175.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   175.9 +
  175.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  175.11 +Other names may be trademarks of their respective owners.
  175.12 +
  175.13 +The contents of this file are subject to the terms of either the GNU
  175.14 +General Public License Version 2 only ("GPL") or the Common
  175.15 +Development and Distribution License("CDDL") (collectively, the
  175.16 +"License"). You may not use this file except in compliance with the
  175.17 +License. You can obtain a copy of the License at
  175.18 +http://www.netbeans.org/cddl-gplv2.html
  175.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  175.20 +specific language governing permissions and limitations under the
  175.21 +License.  When distributing the software, include this License Header
  175.22 +Notice in each file and include the License file at
  175.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  175.24 +particular file as subject to the "Classpath" exception as provided
  175.25 +by Oracle in the GPL Version 2 section of the License file that
  175.26 +accompanied this code. If applicable, add the following below the
  175.27 +License Header, with the fields enclosed by brackets [] replaced by
  175.28 +your own identifying information:
  175.29 +"Portions Copyrighted [year] [name of copyright owner]"
  175.30 +
  175.31 +Contributor(s):
  175.32 +
  175.33 +The Original Software is NetBeans. The Initial Developer of the Original
  175.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  175.35 +Microsystems, Inc. All Rights Reserved.
  175.36 +
  175.37 +If you wish your version of this file to be governed by only the CDDL
  175.38 +or only the GPL Version 2, indicate your decision by adding
  175.39 +"[Contributor] elects to include this software in this distribution
  175.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  175.41 +single choice of license, a recipient has the option to distribute
  175.42 +your version of this file under either the CDDL, the GPL Version 2 or
  175.43 +to extend the choice of license to its licensees as provided above.
  175.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  175.45 +Version 2 license, then the option applies only if the new code is
  175.46 +made subject to such option by the copyright holder.
  175.47 +-->
  175.48 +<!--
  175.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  175.50  ***         EDIT ../build.xml INSTEAD         ***
  175.51  
   176.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
   176.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
   176.3 @@ -1,3 +1,44 @@
   176.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   176.5 +
   176.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   176.7 +#
   176.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   176.9 +# Other names may be trademarks of their respective owners.
  176.10 +#
  176.11 +# The contents of this file are subject to the terms of either the GNU
  176.12 +# General Public License Version 2 only ("GPL") or the Common
  176.13 +# Development and Distribution License("CDDL") (collectively, the
  176.14 +# "License"). You may not use this file except in compliance with the
  176.15 +# License. You can obtain a copy of the License at
  176.16 +# http://www.netbeans.org/cddl-gplv2.html
  176.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  176.18 +# specific language governing permissions and limitations under the
  176.19 +# License.  When distributing the software, include this License Header
  176.20 +# Notice in each file and include the License file at
  176.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  176.22 +# particular file as subject to the "Classpath" exception as provided
  176.23 +# by Oracle in the GPL Version 2 section of the License file that
  176.24 +# accompanied this code. If applicable, add the following below the
  176.25 +# License Header, with the fields enclosed by brackets [] replaced by
  176.26 +# your own identifying information:
  176.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  176.28 +#
  176.29 +# Contributor(s):
  176.30 +#
  176.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  176.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  176.33 +# Microsystems, Inc. All Rights Reserved.
  176.34 +#
  176.35 +# If you wish your version of this file to be governed by only the CDDL
  176.36 +# or only the GPL Version 2, indicate your decision by adding
  176.37 +# "[Contributor] elects to include this software in this distribution
  176.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  176.39 +# single choice of license, a recipient has the option to distribute
  176.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  176.41 +# to extend the choice of license to its licensees as provided above.
  176.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  176.43 +# Version 2 license, then the option applies only if the new code is
  176.44 +# made subject to such option by the copyright holder.
  176.45  build.classes.dir=${build.dir}/classes
  176.46  build.classes.excludes=**/*.java,**/*.form
  176.47  # This directory is removed when the project is cleaned:
   177.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
   177.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/TestJavaProject/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
   177.3 @@ -1,4 +1,47 @@
   177.4  <?xml version="1.0" encoding="UTF-8"?>
   177.5 +<!--
   177.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   177.7 +
   177.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   177.9 +
  177.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  177.11 +Other names may be trademarks of their respective owners.
  177.12 +
  177.13 +The contents of this file are subject to the terms of either the GNU
  177.14 +General Public License Version 2 only ("GPL") or the Common
  177.15 +Development and Distribution License("CDDL") (collectively, the
  177.16 +"License"). You may not use this file except in compliance with the
  177.17 +License. You can obtain a copy of the License at
  177.18 +http://www.netbeans.org/cddl-gplv2.html
  177.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  177.20 +specific language governing permissions and limitations under the
  177.21 +License.  When distributing the software, include this License Header
  177.22 +Notice in each file and include the License file at
  177.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  177.24 +particular file as subject to the "Classpath" exception as provided
  177.25 +by Oracle in the GPL Version 2 section of the License file that
  177.26 +accompanied this code. If applicable, add the following below the
  177.27 +License Header, with the fields enclosed by brackets [] replaced by
  177.28 +your own identifying information:
  177.29 +"Portions Copyrighted [year] [name of copyright owner]"
  177.30 +
  177.31 +Contributor(s):
  177.32 +
  177.33 +The Original Software is NetBeans. The Initial Developer of the Original
  177.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  177.35 +Microsystems, Inc. All Rights Reserved.
  177.36 +
  177.37 +If you wish your version of this file to be governed by only the CDDL
  177.38 +or only the GPL Version 2, indicate your decision by adding
  177.39 +"[Contributor] elects to include this software in this distribution
  177.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  177.41 +single choice of license, a recipient has the option to distribute
  177.42 +your version of this file under either the CDDL, the GPL Version 2 or
  177.43 +to extend the choice of license to its licensees as provided above.
  177.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  177.45 +Version 2 license, then the option applies only if the new code is
  177.46 +made subject to such option by the copyright holder.
  177.47 +-->
  177.48  <project xmlns="http://www.netbeans.org/ns/project/1">
  177.49      <type>org.netbeans.modules.java.j2seproject</type>
  177.50      <configuration>
   178.1 --- a/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/newXmlSchema.xsd	Mon Dec 19 11:28:54 2016 +0100
   178.2 +++ b/xml.schema/test/unit/src/org/netbeans/modules/xml/schema/resources/newXmlSchema.xsd	Wed Feb 22 15:51:40 2017 +0100
   178.3 @@ -1,4 +1,47 @@
   178.4  <?xml version="1.0" encoding="UTF-8"?>
   178.5 +<!--
   178.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   178.7 +
   178.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   178.9 +
  178.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  178.11 +Other names may be trademarks of their respective owners.
  178.12 +
  178.13 +The contents of this file are subject to the terms of either the GNU
  178.14 +General Public License Version 2 only ("GPL") or the Common
  178.15 +Development and Distribution License("CDDL") (collectively, the
  178.16 +"License"). You may not use this file except in compliance with the
  178.17 +License. You can obtain a copy of the License at
  178.18 +http://www.netbeans.org/cddl-gplv2.html
  178.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  178.20 +specific language governing permissions and limitations under the
  178.21 +License.  When distributing the software, include this License Header
  178.22 +Notice in each file and include the License file at
  178.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  178.24 +particular file as subject to the "Classpath" exception as provided
  178.25 +by Oracle in the GPL Version 2 section of the License file that
  178.26 +accompanied this code. If applicable, add the following below the
  178.27 +License Header, with the fields enclosed by brackets [] replaced by
  178.28 +your own identifying information:
  178.29 +"Portions Copyrighted [year] [name of copyright owner]"
  178.30 +
  178.31 +Contributor(s):
  178.32 +
  178.33 +The Original Software is NetBeans. The Initial Developer of the Original
  178.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  178.35 +Microsystems, Inc. All Rights Reserved.
  178.36 +
  178.37 +If you wish your version of this file to be governed by only the CDDL
  178.38 +or only the GPL Version 2, indicate your decision by adding
  178.39 +"[Contributor] elects to include this software in this distribution
  178.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  178.41 +single choice of license, a recipient has the option to distribute
  178.42 +your version of this file under either the CDDL, the GPL Version 2 or
  178.43 +to extend the choice of license to its licensees as provided above.
  178.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  178.45 +Version 2 license, then the option applies only if the new code is
  178.46 +made subject to such option by the copyright holder.
  178.47 +-->
  178.48  
  178.49  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  178.50              targetNamespace="http://xml.netbeans.org/schema/newXMLSchema"
   179.1 --- a/xml.search/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   179.2 +++ b/xml.search/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   179.3 @@ -1,5 +1,48 @@
   179.4  <?xml version="1.0" encoding="UTF-8"?>
   179.5  <!--
   179.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   179.7 +
   179.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   179.9 +
  179.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  179.11 +Other names may be trademarks of their respective owners.
  179.12 +
  179.13 +The contents of this file are subject to the terms of either the GNU
  179.14 +General Public License Version 2 only ("GPL") or the Common
  179.15 +Development and Distribution License("CDDL") (collectively, the
  179.16 +"License"). You may not use this file except in compliance with the
  179.17 +License. You can obtain a copy of the License at
  179.18 +http://www.netbeans.org/cddl-gplv2.html
  179.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  179.20 +specific language governing permissions and limitations under the
  179.21 +License.  When distributing the software, include this License Header
  179.22 +Notice in each file and include the License file at
  179.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  179.24 +particular file as subject to the "Classpath" exception as provided
  179.25 +by Oracle in the GPL Version 2 section of the License file that
  179.26 +accompanied this code. If applicable, add the following below the
  179.27 +License Header, with the fields enclosed by brackets [] replaced by
  179.28 +your own identifying information:
  179.29 +"Portions Copyrighted [year] [name of copyright owner]"
  179.30 +
  179.31 +Contributor(s):
  179.32 +
  179.33 +The Original Software is NetBeans. The Initial Developer of the Original
  179.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  179.35 +Microsystems, Inc. All Rights Reserved.
  179.36 +
  179.37 +If you wish your version of this file to be governed by only the CDDL
  179.38 +or only the GPL Version 2, indicate your decision by adding
  179.39 +"[Contributor] elects to include this software in this distribution
  179.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  179.41 +single choice of license, a recipient has the option to distribute
  179.42 +your version of this file under either the CDDL, the GPL Version 2 or
  179.43 +to extend the choice of license to its licensees as provided above.
  179.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  179.45 +Version 2 license, then the option applies only if the new code is
  179.46 +made subject to such option by the copyright holder.
  179.47 +-->
  179.48 +<!--
  179.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  179.50  ***         EDIT ../build.xml INSTEAD         ***
  179.51  -->
   180.1 --- a/xml.search/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   180.2 +++ b/xml.search/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   180.3 @@ -1,3 +1,44 @@
   180.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   180.5 +
   180.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   180.7 +#
   180.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   180.9 +# Other names may be trademarks of their respective owners.
  180.10 +#
  180.11 +# The contents of this file are subject to the terms of either the GNU
  180.12 +# General Public License Version 2 only ("GPL") or the Common
  180.13 +# Development and Distribution License("CDDL") (collectively, the
  180.14 +# "License"). You may not use this file except in compliance with the
  180.15 +# License. You can obtain a copy of the License at
  180.16 +# http://www.netbeans.org/cddl-gplv2.html
  180.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  180.18 +# specific language governing permissions and limitations under the
  180.19 +# License.  When distributing the software, include this License Header
  180.20 +# Notice in each file and include the License file at
  180.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  180.22 +# particular file as subject to the "Classpath" exception as provided
  180.23 +# by Oracle in the GPL Version 2 section of the License file that
  180.24 +# accompanied this code. If applicable, add the following below the
  180.25 +# License Header, with the fields enclosed by brackets [] replaced by
  180.26 +# your own identifying information:
  180.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  180.28 +#
  180.29 +# Contributor(s):
  180.30 +#
  180.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  180.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  180.33 +# Microsystems, Inc. All Rights Reserved.
  180.34 +#
  180.35 +# If you wish your version of this file to be governed by only the CDDL
  180.36 +# or only the GPL Version 2, indicate your decision by adding
  180.37 +# "[Contributor] elects to include this software in this distribution
  180.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  180.39 +# single choice of license, a recipient has the option to distribute
  180.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  180.41 +# to extend the choice of license to its licensees as provided above.
  180.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  180.43 +# Version 2 license, then the option applies only if the new code is
  180.44 +# made subject to such option by the copyright holder.
  180.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  180.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  180.47  nbproject/build-impl.xml.data.CRC32=d8132a3c
   181.1 --- a/xml.search/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   181.2 +++ b/xml.search/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   181.3 @@ -1,1 +1,42 @@
   181.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   181.5 +
   181.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   181.7 +#
   181.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   181.9 +# Other names may be trademarks of their respective owners.
  181.10 +#
  181.11 +# The contents of this file are subject to the terms of either the GNU
  181.12 +# General Public License Version 2 only ("GPL") or the Common
  181.13 +# Development and Distribution License("CDDL") (collectively, the
  181.14 +# "License"). You may not use this file except in compliance with the
  181.15 +# License. You can obtain a copy of the License at
  181.16 +# http://www.netbeans.org/cddl-gplv2.html
  181.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  181.18 +# specific language governing permissions and limitations under the
  181.19 +# License.  When distributing the software, include this License Header
  181.20 +# Notice in each file and include the License file at
  181.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  181.22 +# particular file as subject to the "Classpath" exception as provided
  181.23 +# by Oracle in the GPL Version 2 section of the License file that
  181.24 +# accompanied this code. If applicable, add the following below the
  181.25 +# License Header, with the fields enclosed by brackets [] replaced by
  181.26 +# your own identifying information:
  181.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  181.28 +#
  181.29 +# Contributor(s):
  181.30 +#
  181.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  181.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  181.33 +# Microsystems, Inc. All Rights Reserved.
  181.34 +#
  181.35 +# If you wish your version of this file to be governed by only the CDDL
  181.36 +# or only the GPL Version 2, indicate your decision by adding
  181.37 +# "[Contributor] elects to include this software in this distribution
  181.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  181.39 +# single choice of license, a recipient has the option to distribute
  181.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  181.41 +# to extend the choice of license to its licensees as provided above.
  181.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  181.43 +# Version 2 license, then the option applies only if the new code is
  181.44 +# made subject to such option by the copyright holder.
  181.45  suite.dir=${basedir}/..
   182.1 --- a/xml.wsdl.bindingsupport.api/build.xml	Mon Dec 19 11:28:54 2016 +0100
   182.2 +++ b/xml.wsdl.bindingsupport.api/build.xml	Wed Feb 22 15:51:40 2017 +0100
   182.3 @@ -1,4 +1,47 @@
   182.4  <?xml version="1.0" encoding="UTF-8"?>
   182.5 +<!--
   182.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   182.7 +
   182.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   182.9 +
  182.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  182.11 +Other names may be trademarks of their respective owners.
  182.12 +
  182.13 +The contents of this file are subject to the terms of either the GNU
  182.14 +General Public License Version 2 only ("GPL") or the Common
  182.15 +Development and Distribution License("CDDL") (collectively, the
  182.16 +"License"). You may not use this file except in compliance with the
  182.17 +License. You can obtain a copy of the License at
  182.18 +http://www.netbeans.org/cddl-gplv2.html
  182.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  182.20 +specific language governing permissions and limitations under the
  182.21 +License.  When distributing the software, include this License Header
  182.22 +Notice in each file and include the License file at
  182.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  182.24 +particular file as subject to the "Classpath" exception as provided
  182.25 +by Oracle in the GPL Version 2 section of the License file that
  182.26 +accompanied this code. If applicable, add the following below the
  182.27 +License Header, with the fields enclosed by brackets [] replaced by
  182.28 +your own identifying information:
  182.29 +"Portions Copyrighted [year] [name of copyright owner]"
  182.30 +
  182.31 +Contributor(s):
  182.32 +
  182.33 +The Original Software is NetBeans. The Initial Developer of the Original
  182.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  182.35 +Microsystems, Inc. All Rights Reserved.
  182.36 +
  182.37 +If you wish your version of this file to be governed by only the CDDL
  182.38 +or only the GPL Version 2, indicate your decision by adding
  182.39 +"[Contributor] elects to include this software in this distribution
  182.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  182.41 +single choice of license, a recipient has the option to distribute
  182.42 +your version of this file under either the CDDL, the GPL Version 2 or
  182.43 +to extend the choice of license to its licensees as provided above.
  182.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  182.45 +Version 2 license, then the option applies only if the new code is
  182.46 +made subject to such option by the copyright holder.
  182.47 +-->
  182.48  
  182.49  <project basedir="." default="netbeans" name="xml.wsdl.bindingsupport.api">
  182.50      <description>Builds, tests, and runs the project org.netbeans.modules.xml.wsdl.bindingsupport.api</description>
   183.1 --- a/xml.wsdl.bindingsupport.api/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   183.2 +++ b/xml.wsdl.bindingsupport.api/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   183.3 @@ -1,5 +1,48 @@
   183.4  <?xml version="1.0" encoding="UTF-8"?>
   183.5  <!--
   183.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   183.7 +
   183.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   183.9 +
  183.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  183.11 +Other names may be trademarks of their respective owners.
  183.12 +
  183.13 +The contents of this file are subject to the terms of either the GNU
  183.14 +General Public License Version 2 only ("GPL") or the Common
  183.15 +Development and Distribution License("CDDL") (collectively, the
  183.16 +"License"). You may not use this file except in compliance with the
  183.17 +License. You can obtain a copy of the License at
  183.18 +http://www.netbeans.org/cddl-gplv2.html
  183.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  183.20 +specific language governing permissions and limitations under the
  183.21 +License.  When distributing the software, include this License Header
  183.22 +Notice in each file and include the License file at
  183.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  183.24 +particular file as subject to the "Classpath" exception as provided
  183.25 +by Oracle in the GPL Version 2 section of the License file that
  183.26 +accompanied this code. If applicable, add the following below the
  183.27 +License Header, with the fields enclosed by brackets [] replaced by
  183.28 +your own identifying information:
  183.29 +"Portions Copyrighted [year] [name of copyright owner]"
  183.30 +
  183.31 +Contributor(s):
  183.32 +
  183.33 +The Original Software is NetBeans. The Initial Developer of the Original
  183.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  183.35 +Microsystems, Inc. All Rights Reserved.
  183.36 +
  183.37 +If you wish your version of this file to be governed by only the CDDL
  183.38 +or only the GPL Version 2, indicate your decision by adding
  183.39 +"[Contributor] elects to include this software in this distribution
  183.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  183.41 +single choice of license, a recipient has the option to distribute
  183.42 +your version of this file under either the CDDL, the GPL Version 2 or
  183.43 +to extend the choice of license to its licensees as provided above.
  183.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  183.45 +Version 2 license, then the option applies only if the new code is
  183.46 +made subject to such option by the copyright holder.
  183.47 +-->
  183.48 +<!--
  183.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  183.50  ***         EDIT ../build.xml INSTEAD         ***
  183.51  -->
   184.1 --- a/xml.wsdl.bindingsupport.api/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   184.2 +++ b/xml.wsdl.bindingsupport.api/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   184.3 @@ -1,3 +1,44 @@
   184.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   184.5 +
   184.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   184.7 +#
   184.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   184.9 +# Other names may be trademarks of their respective owners.
  184.10 +#
  184.11 +# The contents of this file are subject to the terms of either the GNU
  184.12 +# General Public License Version 2 only ("GPL") or the Common
  184.13 +# Development and Distribution License("CDDL") (collectively, the
  184.14 +# "License"). You may not use this file except in compliance with the
  184.15 +# License. You can obtain a copy of the License at
  184.16 +# http://www.netbeans.org/cddl-gplv2.html
  184.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  184.18 +# specific language governing permissions and limitations under the
  184.19 +# License.  When distributing the software, include this License Header
  184.20 +# Notice in each file and include the License file at
  184.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  184.22 +# particular file as subject to the "Classpath" exception as provided
  184.23 +# by Oracle in the GPL Version 2 section of the License file that
  184.24 +# accompanied this code. If applicable, add the following below the
  184.25 +# License Header, with the fields enclosed by brackets [] replaced by
  184.26 +# your own identifying information:
  184.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  184.28 +#
  184.29 +# Contributor(s):
  184.30 +#
  184.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  184.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  184.33 +# Microsystems, Inc. All Rights Reserved.
  184.34 +#
  184.35 +# If you wish your version of this file to be governed by only the CDDL
  184.36 +# or only the GPL Version 2, indicate your decision by adding
  184.37 +# "[Contributor] elects to include this software in this distribution
  184.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  184.39 +# single choice of license, a recipient has the option to distribute
  184.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  184.41 +# to extend the choice of license to its licensees as provided above.
  184.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  184.43 +# Version 2 license, then the option applies only if the new code is
  184.44 +# made subject to such option by the copyright holder.
  184.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  184.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  184.47  nbproject/build-impl.xml.data.CRC32=441da796
   185.1 --- a/xml.wsdl.bindingsupport.api/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
   185.2 +++ b/xml.wsdl.bindingsupport.api/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
   185.3 @@ -1,1 +1,42 @@
   185.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   185.5 +
   185.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   185.7 +#
   185.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   185.9 +# Other names may be trademarks of their respective owners.
  185.10 +#
  185.11 +# The contents of this file are subject to the terms of either the GNU
  185.12 +# General Public License Version 2 only ("GPL") or the Common
  185.13 +# Development and Distribution License("CDDL") (collectively, the
  185.14 +# "License"). You may not use this file except in compliance with the
  185.15 +# License. You can obtain a copy of the License at
  185.16 +# http://www.netbeans.org/cddl-gplv2.html
  185.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  185.18 +# specific language governing permissions and limitations under the
  185.19 +# License.  When distributing the software, include this License Header
  185.20 +# Notice in each file and include the License file at
  185.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  185.22 +# particular file as subject to the "Classpath" exception as provided
  185.23 +# by Oracle in the GPL Version 2 section of the License file that
  185.24 +# accompanied this code. If applicable, add the following below the
  185.25 +# License Header, with the fields enclosed by brackets [] replaced by
  185.26 +# your own identifying information:
  185.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  185.28 +#
  185.29 +# Contributor(s):
  185.30 +#
  185.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  185.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  185.33 +# Microsystems, Inc. All Rights Reserved.
  185.34 +#
  185.35 +# If you wish your version of this file to be governed by only the CDDL
  185.36 +# or only the GPL Version 2, indicate your decision by adding
  185.37 +# "[Contributor] elects to include this software in this distribution
  185.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  185.39 +# single choice of license, a recipient has the option to distribute
  185.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  185.41 +# to extend the choice of license to its licensees as provided above.
  185.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  185.43 +# Version 2 license, then the option applies only if the new code is
  185.44 +# made subject to such option by the copyright holder.
  185.45  javac.source=1.6
   186.1 --- a/xml.wsdl.bindingsupport.api/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
   186.2 +++ b/xml.wsdl.bindingsupport.api/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
   186.3 @@ -1,4 +1,47 @@
   186.4  <?xml version="1.0" encoding="UTF-8"?>
   186.5 +<!--
   186.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   186.7 +
   186.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   186.9 +
  186.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  186.11 +Other names may be trademarks of their respective owners.
  186.12 +
  186.13 +The contents of this file are subject to the terms of either the GNU
  186.14 +General Public License Version 2 only ("GPL") or the Common
  186.15 +Development and Distribution License("CDDL") (collectively, the
  186.16 +"License"). You may not use this file except in compliance with the
  186.17 +License. You can obtain a copy of the License at
  186.18 +http://www.netbeans.org/cddl-gplv2.html
  186.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  186.20 +specific language governing permissions and limitations under the
  186.21 +License.  When distributing the software, include this License Header
  186.22 +Notice in each file and include the License file at
  186.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  186.24 +particular file as subject to the "Classpath" exception as provided
  186.25 +by Oracle in the GPL Version 2 section of the License file that
  186.26 +accompanied this code. If applicable, add the following below the
  186.27 +License Header, with the fields enclosed by brackets [] replaced by
  186.28 +your own identifying information:
  186.29 +"Portions Copyrighted [year] [name of copyright owner]"
  186.30 +
  186.31 +Contributor(s):
  186.32 +
  186.33 +The Original Software is NetBeans. The Initial Developer of the Original
  186.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  186.35 +Microsystems, Inc. All Rights Reserved.
  186.36 +
  186.37 +If you wish your version of this file to be governed by only the CDDL
  186.38 +or only the GPL Version 2, indicate your decision by adding
  186.39 +"[Contributor] elects to include this software in this distribution
  186.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  186.41 +single choice of license, a recipient has the option to distribute
  186.42 +your version of this file under either the CDDL, the GPL Version 2 or
  186.43 +to extend the choice of license to its licensees as provided above.
  186.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  186.45 +Version 2 license, then the option applies only if the new code is
  186.46 +made subject to such option by the copyright holder.
  186.47 +-->
  186.48  <project xmlns="http://www.netbeans.org/ns/project/1">
  186.49      <type>org.netbeans.modules.apisupport.project</type>
  186.50      <configuration>
   187.1 --- a/xml.wsdl.bindingsupport.api/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   187.2 +++ b/xml.wsdl.bindingsupport.api/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   187.3 @@ -1,1 +1,42 @@
   187.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   187.5 +
   187.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   187.7 +#
   187.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   187.9 +# Other names may be trademarks of their respective owners.
  187.10 +#
  187.11 +# The contents of this file are subject to the terms of either the GNU
  187.12 +# General Public License Version 2 only ("GPL") or the Common
  187.13 +# Development and Distribution License("CDDL") (collectively, the
  187.14 +# "License"). You may not use this file except in compliance with the
  187.15 +# License. You can obtain a copy of the License at
  187.16 +# http://www.netbeans.org/cddl-gplv2.html
  187.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  187.18 +# specific language governing permissions and limitations under the
  187.19 +# License.  When distributing the software, include this License Header
  187.20 +# Notice in each file and include the License file at
  187.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  187.22 +# particular file as subject to the "Classpath" exception as provided
  187.23 +# by Oracle in the GPL Version 2 section of the License file that
  187.24 +# accompanied this code. If applicable, add the following below the
  187.25 +# License Header, with the fields enclosed by brackets [] replaced by
  187.26 +# your own identifying information:
  187.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  187.28 +#
  187.29 +# Contributor(s):
  187.30 +#
  187.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  187.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  187.33 +# Microsystems, Inc. All Rights Reserved.
  187.34 +#
  187.35 +# If you wish your version of this file to be governed by only the CDDL
  187.36 +# or only the GPL Version 2, indicate your decision by adding
  187.37 +# "[Contributor] elects to include this software in this distribution
  187.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  187.39 +# single choice of license, a recipient has the option to distribute
  187.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  187.41 +# to extend the choice of license to its licensees as provided above.
  187.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  187.43 +# Version 2 license, then the option applies only if the new code is
  187.44 +# made subject to such option by the copyright holder.
  187.45  suite.dir=${basedir}/..
   188.1 --- a/xml.wsdl.bindingsupport.api/src/org/netbeans/modules/xml/wsdl/bindingsupport/resources/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
   188.2 +++ b/xml.wsdl.bindingsupport.api/src/org/netbeans/modules/xml/wsdl/bindingsupport/resources/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
   188.3 @@ -1,3 +1,44 @@
   188.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   188.5 +
   188.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   188.7 +#
   188.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   188.9 +# Other names may be trademarks of their respective owners.
  188.10 +#
  188.11 +# The contents of this file are subject to the terms of either the GNU
  188.12 +# General Public License Version 2 only ("GPL") or the Common
  188.13 +# Development and Distribution License("CDDL") (collectively, the
  188.14 +# "License"). You may not use this file except in compliance with the
  188.15 +# License. You can obtain a copy of the License at
  188.16 +# http://www.netbeans.org/cddl-gplv2.html
  188.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  188.18 +# specific language governing permissions and limitations under the
  188.19 +# License.  When distributing the software, include this License Header
  188.20 +# Notice in each file and include the License file at
  188.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  188.22 +# particular file as subject to the "Classpath" exception as provided
  188.23 +# by Oracle in the GPL Version 2 section of the License file that
  188.24 +# accompanied this code. If applicable, add the following below the
  188.25 +# License Header, with the fields enclosed by brackets [] replaced by
  188.26 +# your own identifying information:
  188.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  188.28 +#
  188.29 +# Contributor(s):
  188.30 +#
  188.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  188.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  188.33 +# Microsystems, Inc. All Rights Reserved.
  188.34 +#
  188.35 +# If you wish your version of this file to be governed by only the CDDL
  188.36 +# or only the GPL Version 2, indicate your decision by adding
  188.37 +# "[Contributor] elects to include this software in this distribution
  188.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  188.39 +# single choice of license, a recipient has the option to distribute
  188.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  188.41 +# to extend the choice of license to its licensees as provided above.
  188.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  188.43 +# Version 2 license, then the option applies only if the new code is
  188.44 +# made subject to such option by the copyright holder.
  188.45  OpenIDE-Module-Display-Category=XML
  188.46  OpenIDE-Module-Long-Description=\
  188.47      Contains the template provider SPI to autogenerate binding based on templates
   189.1 --- a/xml.wsdl.bindingsupport/build.xml	Mon Dec 19 11:28:54 2016 +0100
   189.2 +++ b/xml.wsdl.bindingsupport/build.xml	Wed Feb 22 15:51:40 2017 +0100
   189.3 @@ -1,4 +1,47 @@
   189.4  <?xml version="1.0" encoding="UTF-8"?>
   189.5 +<!--
   189.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   189.7 +
   189.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   189.9 +
  189.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  189.11 +Other names may be trademarks of their respective owners.
  189.12 +
  189.13 +The contents of this file are subject to the terms of either the GNU
  189.14 +General Public License Version 2 only ("GPL") or the Common
  189.15 +Development and Distribution License("CDDL") (collectively, the
  189.16 +"License"). You may not use this file except in compliance with the
  189.17 +License. You can obtain a copy of the License at
  189.18 +http://www.netbeans.org/cddl-gplv2.html
  189.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  189.20 +specific language governing permissions and limitations under the
  189.21 +License.  When distributing the software, include this License Header
  189.22 +Notice in each file and include the License file at
  189.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  189.24 +particular file as subject to the "Classpath" exception as provided
  189.25 +by Oracle in the GPL Version 2 section of the License file that
  189.26 +accompanied this code. If applicable, add the following below the
  189.27 +License Header, with the fields enclosed by brackets [] replaced by
  189.28 +your own identifying information:
  189.29 +"Portions Copyrighted [year] [name of copyright owner]"
  189.30 +
  189.31 +Contributor(s):
  189.32 +
  189.33 +The Original Software is NetBeans. The Initial Developer of the Original
  189.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  189.35 +Microsystems, Inc. All Rights Reserved.
  189.36 +
  189.37 +If you wish your version of this file to be governed by only the CDDL
  189.38 +or only the GPL Version 2, indicate your decision by adding
  189.39 +"[Contributor] elects to include this software in this distribution
  189.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  189.41 +single choice of license, a recipient has the option to distribute
  189.42 +your version of this file under either the CDDL, the GPL Version 2 or
  189.43 +to extend the choice of license to its licensees as provided above.
  189.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  189.45 +Version 2 license, then the option applies only if the new code is
  189.46 +made subject to such option by the copyright holder.
  189.47 +-->
  189.48  <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
  189.49  <!-- for some information on what you could do (e.g. targets to override). -->
  189.50  <!-- If you delete this file and reopen the project it will be recreated. -->
   190.1 --- a/xml.wsdl.bindingsupport/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   190.2 +++ b/xml.wsdl.bindingsupport/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   190.3 @@ -1,5 +1,48 @@
   190.4  <?xml version="1.0" encoding="UTF-8"?>
   190.5  <!--
   190.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   190.7 +
   190.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   190.9 +
  190.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  190.11 +Other names may be trademarks of their respective owners.
  190.12 +
  190.13 +The contents of this file are subject to the terms of either the GNU
  190.14 +General Public License Version 2 only ("GPL") or the Common
  190.15 +Development and Distribution License("CDDL") (collectively, the
  190.16 +"License"). You may not use this file except in compliance with the
  190.17 +License. You can obtain a copy of the License at
  190.18 +http://www.netbeans.org/cddl-gplv2.html
  190.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  190.20 +specific language governing permissions and limitations under the
  190.21 +License.  When distributing the software, include this License Header
  190.22 +Notice in each file and include the License file at
  190.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  190.24 +particular file as subject to the "Classpath" exception as provided
  190.25 +by Oracle in the GPL Version 2 section of the License file that
  190.26 +accompanied this code. If applicable, add the following below the
  190.27 +License Header, with the fields enclosed by brackets [] replaced by
  190.28 +your own identifying information:
  190.29 +"Portions Copyrighted [year] [name of copyright owner]"
  190.30 +
  190.31 +Contributor(s):
  190.32 +
  190.33 +The Original Software is NetBeans. The Initial Developer of the Original
  190.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  190.35 +Microsystems, Inc. All Rights Reserved.
  190.36 +
  190.37 +If you wish your version of this file to be governed by only the CDDL
  190.38 +or only the GPL Version 2, indicate your decision by adding
  190.39 +"[Contributor] elects to include this software in this distribution
  190.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  190.41 +single choice of license, a recipient has the option to distribute
  190.42 +your version of this file under either the CDDL, the GPL Version 2 or
  190.43 +to extend the choice of license to its licensees as provided above.
  190.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  190.45 +Version 2 license, then the option applies only if the new code is
  190.46 +made subject to such option by the copyright holder.
  190.47 +-->
  190.48 +<!--
  190.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  190.50  ***         EDIT ../build.xml INSTEAD         ***
  190.51  -->
   191.1 --- a/xml.wsdl.bindingsupport/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   191.2 +++ b/xml.wsdl.bindingsupport/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   191.3 @@ -1,3 +1,44 @@
   191.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   191.5 +
   191.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   191.7 +#
   191.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   191.9 +# Other names may be trademarks of their respective owners.
  191.10 +#
  191.11 +# The contents of this file are subject to the terms of either the GNU
  191.12 +# General Public License Version 2 only ("GPL") or the Common
  191.13 +# Development and Distribution License("CDDL") (collectively, the
  191.14 +# "License"). You may not use this file except in compliance with the
  191.15 +# License. You can obtain a copy of the License at
  191.16 +# http://www.netbeans.org/cddl-gplv2.html
  191.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  191.18 +# specific language governing permissions and limitations under the
  191.19 +# License.  When distributing the software, include this License Header
  191.20 +# Notice in each file and include the License file at
  191.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  191.22 +# particular file as subject to the "Classpath" exception as provided
  191.23 +# by Oracle in the GPL Version 2 section of the License file that
  191.24 +# accompanied this code. If applicable, add the following below the
  191.25 +# License Header, with the fields enclosed by brackets [] replaced by
  191.26 +# your own identifying information:
  191.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  191.28 +#
  191.29 +# Contributor(s):
  191.30 +#
  191.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  191.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  191.33 +# Microsystems, Inc. All Rights Reserved.
  191.34 +#
  191.35 +# If you wish your version of this file to be governed by only the CDDL
  191.36 +# or only the GPL Version 2, indicate your decision by adding
  191.37 +# "[Contributor] elects to include this software in this distribution
  191.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  191.39 +# single choice of license, a recipient has the option to distribute
  191.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  191.41 +# to extend the choice of license to its licensees as provided above.
  191.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  191.43 +# Version 2 license, then the option applies only if the new code is
  191.44 +# made subject to such option by the copyright holder.
  191.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  191.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  191.47  nbproject/build-impl.xml.data.CRC32=0526d637
   192.1 --- a/xml.wsdl.bindingsupport/nbproject/project.properties	Mon Dec 19 11:28:54 2016 +0100
   192.2 +++ b/xml.wsdl.bindingsupport/nbproject/project.properties	Wed Feb 22 15:51:40 2017 +0100
   192.3 @@ -1,1 +1,42 @@
   192.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   192.5 +
   192.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   192.7 +#
   192.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   192.9 +# Other names may be trademarks of their respective owners.
  192.10 +#
  192.11 +# The contents of this file are subject to the terms of either the GNU
  192.12 +# General Public License Version 2 only ("GPL") or the Common
  192.13 +# Development and Distribution License("CDDL") (collectively, the
  192.14 +# "License"). You may not use this file except in compliance with the
  192.15 +# License. You can obtain a copy of the License at
  192.16 +# http://www.netbeans.org/cddl-gplv2.html
  192.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  192.18 +# specific language governing permissions and limitations under the
  192.19 +# License.  When distributing the software, include this License Header
  192.20 +# Notice in each file and include the License file at
  192.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  192.22 +# particular file as subject to the "Classpath" exception as provided
  192.23 +# by Oracle in the GPL Version 2 section of the License file that
  192.24 +# accompanied this code. If applicable, add the following below the
  192.25 +# License Header, with the fields enclosed by brackets [] replaced by
  192.26 +# your own identifying information:
  192.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  192.28 +#
  192.29 +# Contributor(s):
  192.30 +#
  192.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  192.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  192.33 +# Microsystems, Inc. All Rights Reserved.
  192.34 +#
  192.35 +# If you wish your version of this file to be governed by only the CDDL
  192.36 +# or only the GPL Version 2, indicate your decision by adding
  192.37 +# "[Contributor] elects to include this software in this distribution
  192.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  192.39 +# single choice of license, a recipient has the option to distribute
  192.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  192.41 +# to extend the choice of license to its licensees as provided above.
  192.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  192.43 +# Version 2 license, then the option applies only if the new code is
  192.44 +# made subject to such option by the copyright holder.
  192.45  javac.source=1.6
   193.1 --- a/xml.wsdl.bindingsupport/nbproject/project.xml	Mon Dec 19 11:28:54 2016 +0100
   193.2 +++ b/xml.wsdl.bindingsupport/nbproject/project.xml	Wed Feb 22 15:51:40 2017 +0100
   193.3 @@ -1,4 +1,47 @@
   193.4  <?xml version="1.0" encoding="UTF-8"?>
   193.5 +<!--
   193.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   193.7 +
   193.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   193.9 +
  193.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  193.11 +Other names may be trademarks of their respective owners.
  193.12 +
  193.13 +The contents of this file are subject to the terms of either the GNU
  193.14 +General Public License Version 2 only ("GPL") or the Common
  193.15 +Development and Distribution License("CDDL") (collectively, the
  193.16 +"License"). You may not use this file except in compliance with the
  193.17 +License. You can obtain a copy of the License at
  193.18 +http://www.netbeans.org/cddl-gplv2.html
  193.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  193.20 +specific language governing permissions and limitations under the
  193.21 +License.  When distributing the software, include this License Header
  193.22 +Notice in each file and include the License file at
  193.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  193.24 +particular file as subject to the "Classpath" exception as provided
  193.25 +by Oracle in the GPL Version 2 section of the License file that
  193.26 +accompanied this code. If applicable, add the following below the
  193.27 +License Header, with the fields enclosed by brackets [] replaced by
  193.28 +your own identifying information:
  193.29 +"Portions Copyrighted [year] [name of copyright owner]"
  193.30 +
  193.31 +Contributor(s):
  193.32 +
  193.33 +The Original Software is NetBeans. The Initial Developer of the Original
  193.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  193.35 +Microsystems, Inc. All Rights Reserved.
  193.36 +
  193.37 +If you wish your version of this file to be governed by only the CDDL
  193.38 +or only the GPL Version 2, indicate your decision by adding
  193.39 +"[Contributor] elects to include this software in this distribution
  193.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  193.41 +single choice of license, a recipient has the option to distribute
  193.42 +your version of this file under either the CDDL, the GPL Version 2 or
  193.43 +to extend the choice of license to its licensees as provided above.
  193.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  193.45 +Version 2 license, then the option applies only if the new code is
  193.46 +made subject to such option by the copyright holder.
  193.47 +-->
  193.48  <project xmlns="http://www.netbeans.org/ns/project/1">
  193.49      <type>org.netbeans.modules.apisupport.project</type>
  193.50      <configuration>
   194.1 --- a/xml.wsdl.bindingsupport/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   194.2 +++ b/xml.wsdl.bindingsupport/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   194.3 @@ -1,1 +1,42 @@
   194.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   194.5 +
   194.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   194.7 +#
   194.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   194.9 +# Other names may be trademarks of their respective owners.
  194.10 +#
  194.11 +# The contents of this file are subject to the terms of either the GNU
  194.12 +# General Public License Version 2 only ("GPL") or the Common
  194.13 +# Development and Distribution License("CDDL") (collectively, the
  194.14 +# "License"). You may not use this file except in compliance with the
  194.15 +# License. You can obtain a copy of the License at
  194.16 +# http://www.netbeans.org/cddl-gplv2.html
  194.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  194.18 +# specific language governing permissions and limitations under the
  194.19 +# License.  When distributing the software, include this License Header
  194.20 +# Notice in each file and include the License file at
  194.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  194.22 +# particular file as subject to the "Classpath" exception as provided
  194.23 +# by Oracle in the GPL Version 2 section of the License file that
  194.24 +# accompanied this code. If applicable, add the following below the
  194.25 +# License Header, with the fields enclosed by brackets [] replaced by
  194.26 +# your own identifying information:
  194.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  194.28 +#
  194.29 +# Contributor(s):
  194.30 +#
  194.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  194.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  194.33 +# Microsystems, Inc. All Rights Reserved.
  194.34 +#
  194.35 +# If you wish your version of this file to be governed by only the CDDL
  194.36 +# or only the GPL Version 2, indicate your decision by adding
  194.37 +# "[Contributor] elects to include this software in this distribution
  194.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  194.39 +# single choice of license, a recipient has the option to distribute
  194.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  194.41 +# to extend the choice of license to its licensees as provided above.
  194.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  194.43 +# Version 2 license, then the option applies only if the new code is
  194.44 +# made subject to such option by the copyright holder.
  194.45  suite.dir=${basedir}/..
   195.1 --- a/xml.wsdl.bindingsupport/src/org/netbeans/modules/xml/wsdl/bindingsupport/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
   195.2 +++ b/xml.wsdl.bindingsupport/src/org/netbeans/modules/xml/wsdl/bindingsupport/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
   195.3 @@ -1,3 +1,44 @@
   195.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   195.5 +
   195.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   195.7 +#
   195.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   195.9 +# Other names may be trademarks of their respective owners.
  195.10 +#
  195.11 +# The contents of this file are subject to the terms of either the GNU
  195.12 +# General Public License Version 2 only ("GPL") or the Common
  195.13 +# Development and Distribution License("CDDL") (collectively, the
  195.14 +# "License"). You may not use this file except in compliance with the
  195.15 +# License. You can obtain a copy of the License at
  195.16 +# http://www.netbeans.org/cddl-gplv2.html
  195.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  195.18 +# specific language governing permissions and limitations under the
  195.19 +# License.  When distributing the software, include this License Header
  195.20 +# Notice in each file and include the License file at
  195.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  195.22 +# particular file as subject to the "Classpath" exception as provided
  195.23 +# by Oracle in the GPL Version 2 section of the License file that
  195.24 +# accompanied this code. If applicable, add the following below the
  195.25 +# License Header, with the fields enclosed by brackets [] replaced by
  195.26 +# your own identifying information:
  195.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  195.28 +#
  195.29 +# Contributor(s):
  195.30 +#
  195.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  195.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  195.33 +# Microsystems, Inc. All Rights Reserved.
  195.34 +#
  195.35 +# If you wish your version of this file to be governed by only the CDDL
  195.36 +# or only the GPL Version 2, indicate your decision by adding
  195.37 +# "[Contributor] elects to include this software in this distribution
  195.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  195.39 +# single choice of license, a recipient has the option to distribute
  195.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  195.41 +# to extend the choice of license to its licensees as provided above.
  195.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  195.43 +# Version 2 license, then the option applies only if the new code is
  195.44 +# made subject to such option by the copyright holder.
  195.45  OpenIDE-Module-Display-Category=XML
  195.46  OpenIDE-Module-Name=WSDL Binding Support
  195.47  OpenIDE-Module-Short-Description=WSDL Extensibility Elements Support
   196.1 --- a/xml.wsdl.bindingsupport/src/org/netbeans/modules/xml/wsdl/bindingsupport/configeditor/ui/ConfigurationEditorPanel.java	Mon Dec 19 11:28:54 2016 +0100
   196.2 +++ b/xml.wsdl.bindingsupport/src/org/netbeans/modules/xml/wsdl/bindingsupport/configeditor/ui/ConfigurationEditorPanel.java	Wed Feb 22 15:51:40 2017 +0100
   196.3 @@ -1,3 +1,46 @@
   196.4 +/*
   196.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   196.6 + *
   196.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   196.8 + *
   196.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  196.10 + * Other names may be trademarks of their respective owners.
  196.11 + *
  196.12 + * The contents of this file are subject to the terms of either the GNU
  196.13 + * General Public License Version 2 only ("GPL") or the Common
  196.14 + * Development and Distribution License("CDDL") (collectively, the
  196.15 + * "License"). You may not use this file except in compliance with the
  196.16 + * License. You can obtain a copy of the License at
  196.17 + * http://www.netbeans.org/cddl-gplv2.html
  196.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  196.19 + * specific language governing permissions and limitations under the
  196.20 + * License.  When distributing the software, include this License Header
  196.21 + * Notice in each file and include the License file at
  196.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  196.23 + * particular file as subject to the "Classpath" exception as provided
  196.24 + * by Oracle in the GPL Version 2 section of the License file that
  196.25 + * accompanied this code. If applicable, add the following below the
  196.26 + * License Header, with the fields enclosed by brackets [] replaced by
  196.27 + * your own identifying information:
  196.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  196.29 + *
  196.30 + * Contributor(s):
  196.31 + *
  196.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  196.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  196.34 + * Microsystems, Inc. All Rights Reserved.
  196.35 + *
  196.36 + * If you wish your version of this file to be governed by only the CDDL
  196.37 + * or only the GPL Version 2, indicate your decision by adding
  196.38 + * "[Contributor] elects to include this software in this distribution
  196.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  196.40 + * single choice of license, a recipient has the option to distribute
  196.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  196.42 + * to extend the choice of license to its licensees as provided above.
  196.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  196.44 + * Version 2 license, then the option applies only if the new code is
  196.45 + * made subject to such option by the copyright holder.
  196.46 + */
  196.47  /*
  196.48   * ConfigurationEditorPanel.java
  196.49   *
   197.1 --- a/xml.wsdl.extensions/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   197.2 +++ b/xml.wsdl.extensions/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   197.3 @@ -1,5 +1,48 @@
   197.4  <?xml version="1.0" encoding="UTF-8"?>
   197.5  <!--
   197.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   197.7 +
   197.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   197.9 +
  197.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  197.11 +Other names may be trademarks of their respective owners.
  197.12 +
  197.13 +The contents of this file are subject to the terms of either the GNU
  197.14 +General Public License Version 2 only ("GPL") or the Common
  197.15 +Development and Distribution License("CDDL") (collectively, the
  197.16 +"License"). You may not use this file except in compliance with the
  197.17 +License. You can obtain a copy of the License at
  197.18 +http://www.netbeans.org/cddl-gplv2.html
  197.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  197.20 +specific language governing permissions and limitations under the
  197.21 +License.  When distributing the software, include this License Header
  197.22 +Notice in each file and include the License file at
  197.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  197.24 +particular file as subject to the "Classpath" exception as provided
  197.25 +by Oracle in the GPL Version 2 section of the License file that
  197.26 +accompanied this code. If applicable, add the following below the
  197.27 +License Header, with the fields enclosed by brackets [] replaced by
  197.28 +your own identifying information:
  197.29 +"Portions Copyrighted [year] [name of copyright owner]"
  197.30 +
  197.31 +Contributor(s):
  197.32 +
  197.33 +The Original Software is NetBeans. The Initial Developer of the Original
  197.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  197.35 +Microsystems, Inc. All Rights Reserved.
  197.36 +
  197.37 +If you wish your version of this file to be governed by only the CDDL
  197.38 +or only the GPL Version 2, indicate your decision by adding
  197.39 +"[Contributor] elects to include this software in this distribution
  197.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  197.41 +single choice of license, a recipient has the option to distribute
  197.42 +your version of this file under either the CDDL, the GPL Version 2 or
  197.43 +to extend the choice of license to its licensees as provided above.
  197.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  197.45 +Version 2 license, then the option applies only if the new code is
  197.46 +made subject to such option by the copyright holder.
  197.47 +-->
  197.48 +<!--
  197.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  197.50  ***         EDIT ../build.xml INSTEAD         ***
  197.51  -->
   198.1 --- a/xml.wsdl.extensions/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   198.2 +++ b/xml.wsdl.extensions/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   198.3 @@ -1,3 +1,44 @@
   198.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   198.5 +
   198.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   198.7 +#
   198.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   198.9 +# Other names may be trademarks of their respective owners.
  198.10 +#
  198.11 +# The contents of this file are subject to the terms of either the GNU
  198.12 +# General Public License Version 2 only ("GPL") or the Common
  198.13 +# Development and Distribution License("CDDL") (collectively, the
  198.14 +# "License"). You may not use this file except in compliance with the
  198.15 +# License. You can obtain a copy of the License at
  198.16 +# http://www.netbeans.org/cddl-gplv2.html
  198.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  198.18 +# specific language governing permissions and limitations under the
  198.19 +# License.  When distributing the software, include this License Header
  198.20 +# Notice in each file and include the License file at
  198.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  198.22 +# particular file as subject to the "Classpath" exception as provided
  198.23 +# by Oracle in the GPL Version 2 section of the License file that
  198.24 +# accompanied this code. If applicable, add the following below the
  198.25 +# License Header, with the fields enclosed by brackets [] replaced by
  198.26 +# your own identifying information:
  198.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  198.28 +#
  198.29 +# Contributor(s):
  198.30 +#
  198.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  198.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  198.33 +# Microsystems, Inc. All Rights Reserved.
  198.34 +#
  198.35 +# If you wish your version of this file to be governed by only the CDDL
  198.36 +# or only the GPL Version 2, indicate your decision by adding
  198.37 +# "[Contributor] elects to include this software in this distribution
  198.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  198.39 +# single choice of license, a recipient has the option to distribute
  198.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  198.41 +# to extend the choice of license to its licensees as provided above.
  198.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  198.43 +# Version 2 license, then the option applies only if the new code is
  198.44 +# made subject to such option by the copyright holder.
  198.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  198.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  198.47  nbproject/build-impl.xml.data.CRC32=8ef995a9
   199.1 --- a/xml.wsdl.extensions/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   199.2 +++ b/xml.wsdl.extensions/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   199.3 @@ -1,1 +1,42 @@
   199.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   199.5 +
   199.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   199.7 +#
   199.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   199.9 +# Other names may be trademarks of their respective owners.
  199.10 +#
  199.11 +# The contents of this file are subject to the terms of either the GNU
  199.12 +# General Public License Version 2 only ("GPL") or the Common
  199.13 +# Development and Distribution License("CDDL") (collectively, the
  199.14 +# "License"). You may not use this file except in compliance with the
  199.15 +# License. You can obtain a copy of the License at
  199.16 +# http://www.netbeans.org/cddl-gplv2.html
  199.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  199.18 +# specific language governing permissions and limitations under the
  199.19 +# License.  When distributing the software, include this License Header
  199.20 +# Notice in each file and include the License file at
  199.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  199.22 +# particular file as subject to the "Classpath" exception as provided
  199.23 +# by Oracle in the GPL Version 2 section of the License file that
  199.24 +# accompanied this code. If applicable, add the following below the
  199.25 +# License Header, with the fields enclosed by brackets [] replaced by
  199.26 +# your own identifying information:
  199.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  199.28 +#
  199.29 +# Contributor(s):
  199.30 +#
  199.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  199.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  199.33 +# Microsystems, Inc. All Rights Reserved.
  199.34 +#
  199.35 +# If you wish your version of this file to be governed by only the CDDL
  199.36 +# or only the GPL Version 2, indicate your decision by adding
  199.37 +# "[Contributor] elects to include this software in this distribution
  199.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  199.39 +# single choice of license, a recipient has the option to distribute
  199.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  199.41 +# to extend the choice of license to its licensees as provided above.
  199.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  199.43 +# Version 2 license, then the option applies only if the new code is
  199.44 +# made subject to such option by the copyright holder.
  199.45  suite.dir=${basedir}/..
   200.1 --- a/xml.wsdl.extensions/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/schema/resources/xml.xsd	Mon Dec 19 11:28:54 2016 +0100
   200.2 +++ b/xml.wsdl.extensions/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/schema/resources/xml.xsd	Wed Feb 22 15:51:40 2017 +0100
   200.3 @@ -1,4 +1,47 @@
   200.4  <?xml version="1.0"?>
   200.5 +<!--
   200.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   200.7 +
   200.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   200.9 +
  200.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  200.11 +Other names may be trademarks of their respective owners.
  200.12 +
  200.13 +The contents of this file are subject to the terms of either the GNU
  200.14 +General Public License Version 2 only ("GPL") or the Common
  200.15 +Development and Distribution License("CDDL") (collectively, the
  200.16 +"License"). You may not use this file except in compliance with the
  200.17 +License. You can obtain a copy of the License at
  200.18 +http://www.netbeans.org/cddl-gplv2.html
  200.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  200.20 +specific language governing permissions and limitations under the
  200.21 +License.  When distributing the software, include this License Header
  200.22 +Notice in each file and include the License file at
  200.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  200.24 +particular file as subject to the "Classpath" exception as provided
  200.25 +by Oracle in the GPL Version 2 section of the License file that
  200.26 +accompanied this code. If applicable, add the following below the
  200.27 +License Header, with the fields enclosed by brackets [] replaced by
  200.28 +your own identifying information:
  200.29 +"Portions Copyrighted [year] [name of copyright owner]"
  200.30 +
  200.31 +Contributor(s):
  200.32 +
  200.33 +The Original Software is NetBeans. The Initial Developer of the Original
  200.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  200.35 +Microsystems, Inc. All Rights Reserved.
  200.36 +
  200.37 +If you wish your version of this file to be governed by only the CDDL
  200.38 +or only the GPL Version 2, indicate your decision by adding
  200.39 +"[Contributor] elects to include this software in this distribution
  200.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  200.41 +single choice of license, a recipient has the option to distribute
  200.42 +your version of this file under either the CDDL, the GPL Version 2 or
  200.43 +to extend the choice of license to its licensees as provided above.
  200.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  200.45 +Version 2 license, then the option applies only if the new code is
  200.46 +made subject to such option by the copyright holder.
  200.47 +-->
  200.48  <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
  200.49  
  200.50   <xs:annotation>
   201.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPartnerLinkType1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   201.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPartnerLinkType1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   201.3 @@ -1,4 +1,47 @@
   201.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   201.5 +<!--
   201.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   201.7 +
   201.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   201.9 +
  201.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  201.11 +Other names may be trademarks of their respective owners.
  201.12 +
  201.13 +The contents of this file are subject to the terms of either the GNU
  201.14 +General Public License Version 2 only ("GPL") or the Common
  201.15 +Development and Distribution License("CDDL") (collectively, the
  201.16 +"License"). You may not use this file except in compliance with the
  201.17 +License. You can obtain a copy of the License at
  201.18 +http://www.netbeans.org/cddl-gplv2.html
  201.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  201.20 +specific language governing permissions and limitations under the
  201.21 +License.  When distributing the software, include this License Header
  201.22 +Notice in each file and include the License file at
  201.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  201.24 +particular file as subject to the "Classpath" exception as provided
  201.25 +by Oracle in the GPL Version 2 section of the License file that
  201.26 +accompanied this code. If applicable, add the following below the
  201.27 +License Header, with the fields enclosed by brackets [] replaced by
  201.28 +your own identifying information:
  201.29 +"Portions Copyrighted [year] [name of copyright owner]"
  201.30 +
  201.31 +Contributor(s):
  201.32 +
  201.33 +The Original Software is NetBeans. The Initial Developer of the Original
  201.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  201.35 +Microsystems, Inc. All Rights Reserved.
  201.36 +
  201.37 +If you wish your version of this file to be governed by only the CDDL
  201.38 +or only the GPL Version 2, indicate your decision by adding
  201.39 +"[Contributor] elects to include this software in this distribution
  201.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  201.41 +single choice of license, a recipient has the option to distribute
  201.42 +your version of this file under either the CDDL, the GPL Version 2 or
  201.43 +to extend the choice of license to its licensees as provided above.
  201.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  201.45 +Version 2 license, then the option applies only if the new code is
  201.46 +made subject to such option by the copyright holder.
  201.47 +-->
  201.48      <types>
  201.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  201.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   202.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPortType1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   202.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPortType1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   202.3 @@ -1,4 +1,47 @@
   202.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   202.5 +<!--
   202.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   202.7 +
   202.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   202.9 +
  202.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  202.11 +Other names may be trademarks of their respective owners.
  202.12 +
  202.13 +The contents of this file are subject to the terms of either the GNU
  202.14 +General Public License Version 2 only ("GPL") or the Common
  202.15 +Development and Distribution License("CDDL") (collectively, the
  202.16 +"License"). You may not use this file except in compliance with the
  202.17 +License. You can obtain a copy of the License at
  202.18 +http://www.netbeans.org/cddl-gplv2.html
  202.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  202.20 +specific language governing permissions and limitations under the
  202.21 +License.  When distributing the software, include this License Header
  202.22 +Notice in each file and include the License file at
  202.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  202.24 +particular file as subject to the "Classpath" exception as provided
  202.25 +by Oracle in the GPL Version 2 section of the License file that
  202.26 +accompanied this code. If applicable, add the following below the
  202.27 +License Header, with the fields enclosed by brackets [] replaced by
  202.28 +your own identifying information:
  202.29 +"Portions Copyrighted [year] [name of copyright owner]"
  202.30 +
  202.31 +Contributor(s):
  202.32 +
  202.33 +The Original Software is NetBeans. The Initial Developer of the Original
  202.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  202.35 +Microsystems, Inc. All Rights Reserved.
  202.36 +
  202.37 +If you wish your version of this file to be governed by only the CDDL
  202.38 +or only the GPL Version 2, indicate your decision by adding
  202.39 +"[Contributor] elects to include this software in this distribution
  202.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  202.41 +single choice of license, a recipient has the option to distribute
  202.42 +your version of this file under either the CDDL, the GPL Version 2 or
  202.43 +to extend the choice of license to its licensees as provided above.
  202.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  202.45 +Version 2 license, then the option applies only if the new code is
  202.46 +made subject to such option by the copyright holder.
  202.47 +-->
  202.48      <types>
  202.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  202.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   203.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPortType2.wsdl	Mon Dec 19 11:28:54 2016 +0100
   203.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPortType2.wsdl	Wed Feb 22 15:51:40 2017 +0100
   203.3 @@ -1,4 +1,47 @@
   203.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   203.5 +<!--
   203.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   203.7 +
   203.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   203.9 +
  203.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  203.11 +Other names may be trademarks of their respective owners.
  203.12 +
  203.13 +The contents of this file are subject to the terms of either the GNU
  203.14 +General Public License Version 2 only ("GPL") or the Common
  203.15 +Development and Distribution License("CDDL") (collectively, the
  203.16 +"License"). You may not use this file except in compliance with the
  203.17 +License. You can obtain a copy of the License at
  203.18 +http://www.netbeans.org/cddl-gplv2.html
  203.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  203.20 +specific language governing permissions and limitations under the
  203.21 +License.  When distributing the software, include this License Header
  203.22 +Notice in each file and include the License file at
  203.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  203.24 +particular file as subject to the "Classpath" exception as provided
  203.25 +by Oracle in the GPL Version 2 section of the License file that
  203.26 +accompanied this code. If applicable, add the following below the
  203.27 +License Header, with the fields enclosed by brackets [] replaced by
  203.28 +your own identifying information:
  203.29 +"Portions Copyrighted [year] [name of copyright owner]"
  203.30 +
  203.31 +Contributor(s):
  203.32 +
  203.33 +The Original Software is NetBeans. The Initial Developer of the Original
  203.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  203.35 +Microsystems, Inc. All Rights Reserved.
  203.36 +
  203.37 +If you wish your version of this file to be governed by only the CDDL
  203.38 +or only the GPL Version 2, indicate your decision by adding
  203.39 +"[Contributor] elects to include this software in this distribution
  203.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  203.41 +single choice of license, a recipient has the option to distribute
  203.42 +your version of this file under either the CDDL, the GPL Version 2 or
  203.43 +to extend the choice of license to its licensees as provided above.
  203.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  203.45 +Version 2 license, then the option applies only if the new code is
  203.46 +made subject to such option by the copyright holder.
  203.47 +-->
  203.48      <types>
  203.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  203.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   204.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   204.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   204.3 @@ -1,4 +1,47 @@
   204.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   204.5 +<!--
   204.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   204.7 +
   204.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   204.9 +
  204.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  204.11 +Other names may be trademarks of their respective owners.
  204.12 +
  204.13 +The contents of this file are subject to the terms of either the GNU
  204.14 +General Public License Version 2 only ("GPL") or the Common
  204.15 +Development and Distribution License("CDDL") (collectively, the
  204.16 +"License"). You may not use this file except in compliance with the
  204.17 +License. You can obtain a copy of the License at
  204.18 +http://www.netbeans.org/cddl-gplv2.html
  204.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  204.20 +specific language governing permissions and limitations under the
  204.21 +License.  When distributing the software, include this License Header
  204.22 +Notice in each file and include the License file at
  204.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  204.24 +particular file as subject to the "Classpath" exception as provided
  204.25 +by Oracle in the GPL Version 2 section of the License file that
  204.26 +accompanied this code. If applicable, add the following below the
  204.27 +License Header, with the fields enclosed by brackets [] replaced by
  204.28 +your own identifying information:
  204.29 +"Portions Copyrighted [year] [name of copyright owner]"
  204.30 +
  204.31 +Contributor(s):
  204.32 +
  204.33 +The Original Software is NetBeans. The Initial Developer of the Original
  204.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  204.35 +Microsystems, Inc. All Rights Reserved.
  204.36 +
  204.37 +If you wish your version of this file to be governed by only the CDDL
  204.38 +or only the GPL Version 2, indicate your decision by adding
  204.39 +"[Contributor] elects to include this software in this distribution
  204.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  204.41 +single choice of license, a recipient has the option to distribute
  204.42 +your version of this file under either the CDDL, the GPL Version 2 or
  204.43 +to extend the choice of license to its licensees as provided above.
  204.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  204.45 +Version 2 license, then the option applies only if the new code is
  204.46 +made subject to such option by the copyright holder.
  204.47 +-->
  204.48      <types>
  204.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  204.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   205.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias2.wsdl	Mon Dec 19 11:28:54 2016 +0100
   205.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias2.wsdl	Wed Feb 22 15:51:40 2017 +0100
   205.3 @@ -1,4 +1,47 @@
   205.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   205.5 +<!--
   205.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   205.7 +
   205.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   205.9 +
  205.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  205.11 +Other names may be trademarks of their respective owners.
  205.12 +
  205.13 +The contents of this file are subject to the terms of either the GNU
  205.14 +General Public License Version 2 only ("GPL") or the Common
  205.15 +Development and Distribution License("CDDL") (collectively, the
  205.16 +"License"). You may not use this file except in compliance with the
  205.17 +License. You can obtain a copy of the License at
  205.18 +http://www.netbeans.org/cddl-gplv2.html
  205.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  205.20 +specific language governing permissions and limitations under the
  205.21 +License.  When distributing the software, include this License Header
  205.22 +Notice in each file and include the License file at
  205.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  205.24 +particular file as subject to the "Classpath" exception as provided
  205.25 +by Oracle in the GPL Version 2 section of the License file that
  205.26 +accompanied this code. If applicable, add the following below the
  205.27 +License Header, with the fields enclosed by brackets [] replaced by
  205.28 +your own identifying information:
  205.29 +"Portions Copyrighted [year] [name of copyright owner]"
  205.30 +
  205.31 +Contributor(s):
  205.32 +
  205.33 +The Original Software is NetBeans. The Initial Developer of the Original
  205.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  205.35 +Microsystems, Inc. All Rights Reserved.
  205.36 +
  205.37 +If you wish your version of this file to be governed by only the CDDL
  205.38 +or only the GPL Version 2, indicate your decision by adding
  205.39 +"[Contributor] elects to include this software in this distribution
  205.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  205.41 +single choice of license, a recipient has the option to distribute
  205.42 +your version of this file under either the CDDL, the GPL Version 2 or
  205.43 +to extend the choice of license to its licensees as provided above.
  205.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  205.45 +Version 2 license, then the option applies only if the new code is
  205.46 +made subject to such option by the copyright holder.
  205.47 +-->
  205.48      <types>
  205.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  205.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   206.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias3.wsdl	Mon Dec 19 11:28:54 2016 +0100
   206.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAlias3.wsdl	Wed Feb 22 15:51:40 2017 +0100
   206.3 @@ -1,4 +1,47 @@
   206.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   206.5 +<!--
   206.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   206.7 +
   206.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   206.9 +
  206.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  206.11 +Other names may be trademarks of their respective owners.
  206.12 +
  206.13 +The contents of this file are subject to the terms of either the GNU
  206.14 +General Public License Version 2 only ("GPL") or the Common
  206.15 +Development and Distribution License("CDDL") (collectively, the
  206.16 +"License"). You may not use this file except in compliance with the
  206.17 +License. You can obtain a copy of the License at
  206.18 +http://www.netbeans.org/cddl-gplv2.html
  206.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  206.20 +specific language governing permissions and limitations under the
  206.21 +License.  When distributing the software, include this License Header
  206.22 +Notice in each file and include the License file at
  206.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  206.24 +particular file as subject to the "Classpath" exception as provided
  206.25 +by Oracle in the GPL Version 2 section of the License file that
  206.26 +accompanied this code. If applicable, add the following below the
  206.27 +License Header, with the fields enclosed by brackets [] replaced by
  206.28 +your own identifying information:
  206.29 +"Portions Copyrighted [year] [name of copyright owner]"
  206.30 +
  206.31 +Contributor(s):
  206.32 +
  206.33 +The Original Software is NetBeans. The Initial Developer of the Original
  206.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  206.35 +Microsystems, Inc. All Rights Reserved.
  206.36 +
  206.37 +If you wish your version of this file to be governed by only the CDDL
  206.38 +or only the GPL Version 2, indicate your decision by adding
  206.39 +"[Contributor] elects to include this software in this distribution
  206.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  206.41 +single choice of license, a recipient has the option to distribute
  206.42 +your version of this file under either the CDDL, the GPL Version 2 or
  206.43 +to extend the choice of license to its licensees as provided above.
  206.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  206.45 +Version 2 license, then the option applies only if the new code is
  206.46 +made subject to such option by the copyright holder.
  206.47 +-->
  206.48      <types>
  206.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  206.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   207.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAliasMissingProperty.wsdl	Mon Dec 19 11:28:54 2016 +0100
   207.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/semantic/resources/invalid/invalidPropertyAliasMissingProperty.wsdl	Wed Feb 22 15:51:40 2017 +0100
   207.3 @@ -1,4 +1,47 @@
   207.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   207.5 +<!--
   207.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   207.7 +
   207.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   207.9 +
  207.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  207.11 +Other names may be trademarks of their respective owners.
  207.12 +
  207.13 +The contents of this file are subject to the terms of either the GNU
  207.14 +General Public License Version 2 only ("GPL") or the Common
  207.15 +Development and Distribution License("CDDL") (collectively, the
  207.16 +"License"). You may not use this file except in compliance with the
  207.17 +License. You can obtain a copy of the License at
  207.18 +http://www.netbeans.org/cddl-gplv2.html
  207.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  207.20 +specific language governing permissions and limitations under the
  207.21 +License.  When distributing the software, include this License Header
  207.22 +Notice in each file and include the License file at
  207.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  207.24 +particular file as subject to the "Classpath" exception as provided
  207.25 +by Oracle in the GPL Version 2 section of the License file that
  207.26 +accompanied this code. If applicable, add the following below the
  207.27 +License Header, with the fields enclosed by brackets [] replaced by
  207.28 +your own identifying information:
  207.29 +"Portions Copyrighted [year] [name of copyright owner]"
  207.30 +
  207.31 +Contributor(s):
  207.32 +
  207.33 +The Original Software is NetBeans. The Initial Developer of the Original
  207.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  207.35 +Microsystems, Inc. All Rights Reserved.
  207.36 +
  207.37 +If you wish your version of this file to be governed by only the CDDL
  207.38 +or only the GPL Version 2, indicate your decision by adding
  207.39 +"[Contributor] elects to include this software in this distribution
  207.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  207.41 +single choice of license, a recipient has the option to distribute
  207.42 +your version of this file under either the CDDL, the GPL Version 2 or
  207.43 +to extend the choice of license to its licensees as provided above.
  207.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  207.45 +Version 2 license, then the option applies only if the new code is
  207.46 +made subject to such option by the copyright holder.
  207.47 +-->
  207.48      <types>
  207.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  207.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   208.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidProperty1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   208.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidProperty1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   208.3 @@ -1,4 +1,47 @@
   208.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   208.5 +<!--
   208.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   208.7 +
   208.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   208.9 +
  208.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  208.11 +Other names may be trademarks of their respective owners.
  208.12 +
  208.13 +The contents of this file are subject to the terms of either the GNU
  208.14 +General Public License Version 2 only ("GPL") or the Common
  208.15 +Development and Distribution License("CDDL") (collectively, the
  208.16 +"License"). You may not use this file except in compliance with the
  208.17 +License. You can obtain a copy of the License at
  208.18 +http://www.netbeans.org/cddl-gplv2.html
  208.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  208.20 +specific language governing permissions and limitations under the
  208.21 +License.  When distributing the software, include this License Header
  208.22 +Notice in each file and include the License file at
  208.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  208.24 +particular file as subject to the "Classpath" exception as provided
  208.25 +by Oracle in the GPL Version 2 section of the License file that
  208.26 +accompanied this code. If applicable, add the following below the
  208.27 +License Header, with the fields enclosed by brackets [] replaced by
  208.28 +your own identifying information:
  208.29 +"Portions Copyrighted [year] [name of copyright owner]"
  208.30 +
  208.31 +Contributor(s):
  208.32 +
  208.33 +The Original Software is NetBeans. The Initial Developer of the Original
  208.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  208.35 +Microsystems, Inc. All Rights Reserved.
  208.36 +
  208.37 +If you wish your version of this file to be governed by only the CDDL
  208.38 +or only the GPL Version 2, indicate your decision by adding
  208.39 +"[Contributor] elects to include this software in this distribution
  208.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  208.41 +single choice of license, a recipient has the option to distribute
  208.42 +your version of this file under either the CDDL, the GPL Version 2 or
  208.43 +to extend the choice of license to its licensees as provided above.
  208.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  208.45 +Version 2 license, then the option applies only if the new code is
  208.46 +made subject to such option by the copyright holder.
  208.47 +-->
  208.48      <types>
  208.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  208.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   209.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidProperty2.wsdl	Mon Dec 19 11:28:54 2016 +0100
   209.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidProperty2.wsdl	Wed Feb 22 15:51:40 2017 +0100
   209.3 @@ -1,4 +1,47 @@
   209.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   209.5 +<!--
   209.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   209.7 +
   209.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   209.9 +
  209.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  209.11 +Other names may be trademarks of their respective owners.
  209.12 +
  209.13 +The contents of this file are subject to the terms of either the GNU
  209.14 +General Public License Version 2 only ("GPL") or the Common
  209.15 +Development and Distribution License("CDDL") (collectively, the
  209.16 +"License"). You may not use this file except in compliance with the
  209.17 +License. You can obtain a copy of the License at
  209.18 +http://www.netbeans.org/cddl-gplv2.html
  209.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  209.20 +specific language governing permissions and limitations under the
  209.21 +License.  When distributing the software, include this License Header
  209.22 +Notice in each file and include the License file at
  209.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  209.24 +particular file as subject to the "Classpath" exception as provided
  209.25 +by Oracle in the GPL Version 2 section of the License file that
  209.26 +accompanied this code. If applicable, add the following below the
  209.27 +License Header, with the fields enclosed by brackets [] replaced by
  209.28 +your own identifying information:
  209.29 +"Portions Copyrighted [year] [name of copyright owner]"
  209.30 +
  209.31 +Contributor(s):
  209.32 +
  209.33 +The Original Software is NetBeans. The Initial Developer of the Original
  209.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  209.35 +Microsystems, Inc. All Rights Reserved.
  209.36 +
  209.37 +If you wish your version of this file to be governed by only the CDDL
  209.38 +or only the GPL Version 2, indicate your decision by adding
  209.39 +"[Contributor] elects to include this software in this distribution
  209.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  209.41 +single choice of license, a recipient has the option to distribute
  209.42 +your version of this file under either the CDDL, the GPL Version 2 or
  209.43 +to extend the choice of license to its licensees as provided above.
  209.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  209.45 +Version 2 license, then the option applies only if the new code is
  209.46 +made subject to such option by the copyright holder.
  209.47 +-->
  209.48      <types>
  209.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  209.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   210.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAlias1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   210.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAlias1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   210.3 @@ -1,4 +1,47 @@
   210.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   210.5 +<!--
   210.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   210.7 +
   210.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   210.9 +
  210.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  210.11 +Other names may be trademarks of their respective owners.
  210.12 +
  210.13 +The contents of this file are subject to the terms of either the GNU
  210.14 +General Public License Version 2 only ("GPL") or the Common
  210.15 +Development and Distribution License("CDDL") (collectively, the
  210.16 +"License"). You may not use this file except in compliance with the
  210.17 +License. You can obtain a copy of the License at
  210.18 +http://www.netbeans.org/cddl-gplv2.html
  210.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  210.20 +specific language governing permissions and limitations under the
  210.21 +License.  When distributing the software, include this License Header
  210.22 +Notice in each file and include the License file at
  210.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  210.24 +particular file as subject to the "Classpath" exception as provided
  210.25 +by Oracle in the GPL Version 2 section of the License file that
  210.26 +accompanied this code. If applicable, add the following below the
  210.27 +License Header, with the fields enclosed by brackets [] replaced by
  210.28 +your own identifying information:
  210.29 +"Portions Copyrighted [year] [name of copyright owner]"
  210.30 +
  210.31 +Contributor(s):
  210.32 +
  210.33 +The Original Software is NetBeans. The Initial Developer of the Original
  210.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  210.35 +Microsystems, Inc. All Rights Reserved.
  210.36 +
  210.37 +If you wish your version of this file to be governed by only the CDDL
  210.38 +or only the GPL Version 2, indicate your decision by adding
  210.39 +"[Contributor] elects to include this software in this distribution
  210.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  210.41 +single choice of license, a recipient has the option to distribute
  210.42 +your version of this file under either the CDDL, the GPL Version 2 or
  210.43 +to extend the choice of license to its licensees as provided above.
  210.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  210.45 +Version 2 license, then the option applies only if the new code is
  210.46 +made subject to such option by the copyright holder.
  210.47 +-->
  210.48      <types>
  210.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  210.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   211.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasInvalidMessagePart.wsdl	Mon Dec 19 11:28:54 2016 +0100
   211.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasInvalidMessagePart.wsdl	Wed Feb 22 15:51:40 2017 +0100
   211.3 @@ -1,4 +1,47 @@
   211.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   211.5 +<!--
   211.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   211.7 +
   211.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   211.9 +
  211.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  211.11 +Other names may be trademarks of their respective owners.
  211.12 +
  211.13 +The contents of this file are subject to the terms of either the GNU
  211.14 +General Public License Version 2 only ("GPL") or the Common
  211.15 +Development and Distribution License("CDDL") (collectively, the
  211.16 +"License"). You may not use this file except in compliance with the
  211.17 +License. You can obtain a copy of the License at
  211.18 +http://www.netbeans.org/cddl-gplv2.html
  211.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  211.20 +specific language governing permissions and limitations under the
  211.21 +License.  When distributing the software, include this License Header
  211.22 +Notice in each file and include the License file at
  211.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  211.24 +particular file as subject to the "Classpath" exception as provided
  211.25 +by Oracle in the GPL Version 2 section of the License file that
  211.26 +accompanied this code. If applicable, add the following below the
  211.27 +License Header, with the fields enclosed by brackets [] replaced by
  211.28 +your own identifying information:
  211.29 +"Portions Copyrighted [year] [name of copyright owner]"
  211.30 +
  211.31 +Contributor(s):
  211.32 +
  211.33 +The Original Software is NetBeans. The Initial Developer of the Original
  211.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  211.35 +Microsystems, Inc. All Rights Reserved.
  211.36 +
  211.37 +If you wish your version of this file to be governed by only the CDDL
  211.38 +or only the GPL Version 2, indicate your decision by adding
  211.39 +"[Contributor] elects to include this software in this distribution
  211.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  211.41 +single choice of license, a recipient has the option to distribute
  211.42 +your version of this file under either the CDDL, the GPL Version 2 or
  211.43 +to extend the choice of license to its licensees as provided above.
  211.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  211.45 +Version 2 license, then the option applies only if the new code is
  211.46 +made subject to such option by the copyright holder.
  211.47 +-->
  211.48      <types>
  211.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  211.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   212.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasMissingMessage.wsdl	Mon Dec 19 11:28:54 2016 +0100
   212.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasMissingMessage.wsdl	Wed Feb 22 15:51:40 2017 +0100
   212.3 @@ -1,4 +1,47 @@
   212.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   212.5 +<!--
   212.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   212.7 +
   212.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   212.9 +
  212.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  212.11 +Other names may be trademarks of their respective owners.
  212.12 +
  212.13 +The contents of this file are subject to the terms of either the GNU
  212.14 +General Public License Version 2 only ("GPL") or the Common
  212.15 +Development and Distribution License("CDDL") (collectively, the
  212.16 +"License"). You may not use this file except in compliance with the
  212.17 +License. You can obtain a copy of the License at
  212.18 +http://www.netbeans.org/cddl-gplv2.html
  212.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  212.20 +specific language governing permissions and limitations under the
  212.21 +License.  When distributing the software, include this License Header
  212.22 +Notice in each file and include the License file at
  212.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  212.24 +particular file as subject to the "Classpath" exception as provided
  212.25 +by Oracle in the GPL Version 2 section of the License file that
  212.26 +accompanied this code. If applicable, add the following below the
  212.27 +License Header, with the fields enclosed by brackets [] replaced by
  212.28 +your own identifying information:
  212.29 +"Portions Copyrighted [year] [name of copyright owner]"
  212.30 +
  212.31 +Contributor(s):
  212.32 +
  212.33 +The Original Software is NetBeans. The Initial Developer of the Original
  212.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  212.35 +Microsystems, Inc. All Rights Reserved.
  212.36 +
  212.37 +If you wish your version of this file to be governed by only the CDDL
  212.38 +or only the GPL Version 2, indicate your decision by adding
  212.39 +"[Contributor] elects to include this software in this distribution
  212.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  212.41 +single choice of license, a recipient has the option to distribute
  212.42 +your version of this file under either the CDDL, the GPL Version 2 or
  212.43 +to extend the choice of license to its licensees as provided above.
  212.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  212.45 +Version 2 license, then the option applies only if the new code is
  212.46 +made subject to such option by the copyright holder.
  212.47 +-->
  212.48      <types>
  212.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  212.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   213.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasMissingMessagePart.wsdl	Mon Dec 19 11:28:54 2016 +0100
   213.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/invalidPropertyAliasMissingMessagePart.wsdl	Wed Feb 22 15:51:40 2017 +0100
   213.3 @@ -1,4 +1,47 @@
   213.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/varprop" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   213.5 +<!--
   213.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   213.7 +
   213.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   213.9 +
  213.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  213.11 +Other names may be trademarks of their respective owners.
  213.12 +
  213.13 +The contents of this file are subject to the terms of either the GNU
  213.14 +General Public License Version 2 only ("GPL") or the Common
  213.15 +Development and Distribution License("CDDL") (collectively, the
  213.16 +"License"). You may not use this file except in compliance with the
  213.17 +License. You can obtain a copy of the License at
  213.18 +http://www.netbeans.org/cddl-gplv2.html
  213.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  213.20 +specific language governing permissions and limitations under the
  213.21 +License.  When distributing the software, include this License Header
  213.22 +Notice in each file and include the License file at
  213.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  213.24 +particular file as subject to the "Classpath" exception as provided
  213.25 +by Oracle in the GPL Version 2 section of the License file that
  213.26 +accompanied this code. If applicable, add the following below the
  213.27 +License Header, with the fields enclosed by brackets [] replaced by
  213.28 +your own identifying information:
  213.29 +"Portions Copyrighted [year] [name of copyright owner]"
  213.30 +
  213.31 +Contributor(s):
  213.32 +
  213.33 +The Original Software is NetBeans. The Initial Developer of the Original
  213.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  213.35 +Microsystems, Inc. All Rights Reserved.
  213.36 +
  213.37 +If you wish your version of this file to be governed by only the CDDL
  213.38 +or only the GPL Version 2, indicate your decision by adding
  213.39 +"[Contributor] elects to include this software in this distribution
  213.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  213.41 +single choice of license, a recipient has the option to distribute
  213.42 +your version of this file under either the CDDL, the GPL Version 2 or
  213.43 +to extend the choice of license to its licensees as provided above.
  213.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  213.45 +Version 2 license, then the option applies only if the new code is
  213.46 +made subject to such option by the copyright holder.
  213.47 +-->
  213.48      <types>
  213.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  213.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   214.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/test1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   214.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/test1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   214.3 @@ -1,4 +1,47 @@
   214.4  <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
   214.5 +<!--
   214.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   214.7 +
   214.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   214.9 +
  214.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  214.11 +Other names may be trademarks of their respective owners.
  214.12 +
  214.13 +The contents of this file are subject to the terms of either the GNU
  214.14 +General Public License Version 2 only ("GPL") or the Common
  214.15 +Development and Distribution License("CDDL") (collectively, the
  214.16 +"License"). You may not use this file except in compliance with the
  214.17 +License. You can obtain a copy of the License at
  214.18 +http://www.netbeans.org/cddl-gplv2.html
  214.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  214.20 +specific language governing permissions and limitations under the
  214.21 +License.  When distributing the software, include this License Header
  214.22 +Notice in each file and include the License file at
  214.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  214.24 +particular file as subject to the "Classpath" exception as provided
  214.25 +by Oracle in the GPL Version 2 section of the License file that
  214.26 +accompanied this code. If applicable, add the following below the
  214.27 +License Header, with the fields enclosed by brackets [] replaced by
  214.28 +your own identifying information:
  214.29 +"Portions Copyrighted [year] [name of copyright owner]"
  214.30 +
  214.31 +Contributor(s):
  214.32 +
  214.33 +The Original Software is NetBeans. The Initial Developer of the Original
  214.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  214.35 +Microsystems, Inc. All Rights Reserved.
  214.36 +
  214.37 +If you wish your version of this file to be governed by only the CDDL
  214.38 +or only the GPL Version 2, indicate your decision by adding
  214.39 +"[Contributor] elects to include this software in this distribution
  214.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  214.41 +single choice of license, a recipient has the option to distribute
  214.42 +your version of this file under either the CDDL, the GPL Version 2 or
  214.43 +to extend the choice of license to its licensees as provided above.
  214.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  214.45 +Version 2 license, then the option applies only if the new code is
  214.46 +made subject to such option by the copyright holder.
  214.47 +-->
  214.48      <types>
  214.49          <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
  214.50              <xsd:element name="Test1Element" type="tns:Test1Type">
   215.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/i18n/resources/SynchronousSample.wsdl	Mon Dec 19 11:28:54 2016 +0100
   215.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/i18n/resources/SynchronousSample.wsdl	Wed Feb 22 15:51:40 2017 +0100
   215.3 @@ -1,4 +1,47 @@
   215.4  <?xml version="1.1" encoding="UTF-8"?>
   215.5 +<!--
   215.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   215.7 +
   215.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   215.9 +
  215.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  215.11 +Other names may be trademarks of their respective owners.
  215.12 +
  215.13 +The contents of this file are subject to the terms of either the GNU
  215.14 +General Public License Version 2 only ("GPL") or the Common
  215.15 +Development and Distribution License("CDDL") (collectively, the
  215.16 +"License"). You may not use this file except in compliance with the
  215.17 +License. You can obtain a copy of the License at
  215.18 +http://www.netbeans.org/cddl-gplv2.html
  215.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  215.20 +specific language governing permissions and limitations under the
  215.21 +License.  When distributing the software, include this License Header
  215.22 +Notice in each file and include the License file at
  215.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  215.24 +particular file as subject to the "Classpath" exception as provided
  215.25 +by Oracle in the GPL Version 2 section of the License file that
  215.26 +accompanied this code. If applicable, add the following below the
  215.27 +License Header, with the fields enclosed by brackets [] replaced by
  215.28 +your own identifying information:
  215.29 +"Portions Copyrighted [year] [name of copyright owner]"
  215.30 +
  215.31 +Contributor(s):
  215.32 +
  215.33 +The Original Software is NetBeans. The Initial Developer of the Original
  215.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  215.35 +Microsystems, Inc. All Rights Reserved.
  215.36 +
  215.37 +If you wish your version of this file to be governed by only the CDDL
  215.38 +or only the GPL Version 2, indicate your decision by adding
  215.39 +"[Contributor] elects to include this software in this distribution
  215.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  215.41 +single choice of license, a recipient has the option to distribute
  215.42 +your version of this file under either the CDDL, the GPL Version 2 or
  215.43 +to extend the choice of license to its licensees as provided above.
  215.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  215.45 +Version 2 license, then the option applies only if the new code is
  215.46 +made subject to such option by the copyright holder.
  215.47 +-->
  215.48  <definitions 
  215.49      xmlns="http://schemas.xmlsoap.org/wsdl/"
  215.50      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
   216.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/AirlineReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   216.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/AirlineReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   216.3 @@ -1,3 +1,46 @@
   216.4 +<!--
   216.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   216.6 +
   216.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   216.8 +
   216.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  216.10 +Other names may be trademarks of their respective owners.
  216.11 +
  216.12 +The contents of this file are subject to the terms of either the GNU
  216.13 +General Public License Version 2 only ("GPL") or the Common
  216.14 +Development and Distribution License("CDDL") (collectively, the
  216.15 +"License"). You may not use this file except in compliance with the
  216.16 +License. You can obtain a copy of the License at
  216.17 +http://www.netbeans.org/cddl-gplv2.html
  216.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  216.19 +specific language governing permissions and limitations under the
  216.20 +License.  When distributing the software, include this License Header
  216.21 +Notice in each file and include the License file at
  216.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  216.23 +particular file as subject to the "Classpath" exception as provided
  216.24 +by Oracle in the GPL Version 2 section of the License file that
  216.25 +accompanied this code. If applicable, add the following below the
  216.26 +License Header, with the fields enclosed by brackets [] replaced by
  216.27 +your own identifying information:
  216.28 +"Portions Copyrighted [year] [name of copyright owner]"
  216.29 +
  216.30 +Contributor(s):
  216.31 +
  216.32 +The Original Software is NetBeans. The Initial Developer of the Original
  216.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  216.34 +Microsystems, Inc. All Rights Reserved.
  216.35 +
  216.36 +If you wish your version of this file to be governed by only the CDDL
  216.37 +or only the GPL Version 2, indicate your decision by adding
  216.38 +"[Contributor] elects to include this software in this distribution
  216.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  216.40 +single choice of license, a recipient has the option to distribute
  216.41 +your version of this file under either the CDDL, the GPL Version 2 or
  216.42 +to extend the choice of license to its licensees as provided above.
  216.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  216.44 +Version 2 license, then the option applies only if the new code is
  216.45 +made subject to such option by the copyright holder.
  216.46 +-->
  216.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  216.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  216.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   217.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/HotelReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   217.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/HotelReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   217.3 @@ -1,3 +1,46 @@
   217.4 +<!--
   217.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   217.6 +
   217.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   217.8 +
   217.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  217.10 +Other names may be trademarks of their respective owners.
  217.11 +
  217.12 +The contents of this file are subject to the terms of either the GNU
  217.13 +General Public License Version 2 only ("GPL") or the Common
  217.14 +Development and Distribution License("CDDL") (collectively, the
  217.15 +"License"). You may not use this file except in compliance with the
  217.16 +License. You can obtain a copy of the License at
  217.17 +http://www.netbeans.org/cddl-gplv2.html
  217.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  217.19 +specific language governing permissions and limitations under the
  217.20 +License.  When distributing the software, include this License Header
  217.21 +Notice in each file and include the License file at
  217.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  217.23 +particular file as subject to the "Classpath" exception as provided
  217.24 +by Oracle in the GPL Version 2 section of the License file that
  217.25 +accompanied this code. If applicable, add the following below the
  217.26 +License Header, with the fields enclosed by brackets [] replaced by
  217.27 +your own identifying information:
  217.28 +"Portions Copyrighted [year] [name of copyright owner]"
  217.29 +
  217.30 +Contributor(s):
  217.31 +
  217.32 +The Original Software is NetBeans. The Initial Developer of the Original
  217.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  217.34 +Microsystems, Inc. All Rights Reserved.
  217.35 +
  217.36 +If you wish your version of this file to be governed by only the CDDL
  217.37 +or only the GPL Version 2, indicate your decision by adding
  217.38 +"[Contributor] elects to include this software in this distribution
  217.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  217.40 +single choice of license, a recipient has the option to distribute
  217.41 +your version of this file under either the CDDL, the GPL Version 2 or
  217.42 +to extend the choice of license to its licensees as provided above.
  217.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  217.44 +Version 2 license, then the option applies only if the new code is
  217.45 +made subject to such option by the copyright holder.
  217.46 +-->
  217.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  217.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  217.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   218.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   218.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   218.3 @@ -1,3 +1,46 @@
   218.4 +<!--
   218.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   218.6 +
   218.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   218.8 +
   218.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  218.10 +Other names may be trademarks of their respective owners.
  218.11 +
  218.12 +The contents of this file are subject to the terms of either the GNU
  218.13 +General Public License Version 2 only ("GPL") or the Common
  218.14 +Development and Distribution License("CDDL") (collectively, the
  218.15 +"License"). You may not use this file except in compliance with the
  218.16 +License. You can obtain a copy of the License at
  218.17 +http://www.netbeans.org/cddl-gplv2.html
  218.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  218.19 +specific language governing permissions and limitations under the
  218.20 +License.  When distributing the software, include this License Header
  218.21 +Notice in each file and include the License file at
  218.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  218.23 +particular file as subject to the "Classpath" exception as provided
  218.24 +by Oracle in the GPL Version 2 section of the License file that
  218.25 +accompanied this code. If applicable, add the following below the
  218.26 +License Header, with the fields enclosed by brackets [] replaced by
  218.27 +your own identifying information:
  218.28 +"Portions Copyrighted [year] [name of copyright owner]"
  218.29 +
  218.30 +Contributor(s):
  218.31 +
  218.32 +The Original Software is NetBeans. The Initial Developer of the Original
  218.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  218.34 +Microsystems, Inc. All Rights Reserved.
  218.35 +
  218.36 +If you wish your version of this file to be governed by only the CDDL
  218.37 +or only the GPL Version 2, indicate your decision by adding
  218.38 +"[Contributor] elects to include this software in this distribution
  218.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  218.40 +single choice of license, a recipient has the option to distribute
  218.41 +your version of this file under either the CDDL, the GPL Version 2 or
  218.42 +to extend the choice of license to its licensees as provided above.
  218.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  218.44 +Version 2 license, then the option applies only if the new code is
  218.45 +made subject to such option by the copyright holder.
  218.46 +-->
  218.47  <definitions  xmlns="http://schemas.xmlsoap.org/wsdl/" 
  218.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  218.49  xmlns:xs="http://www.w3.org/2001/XMLSchema"  
   219.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService_1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   219.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService_1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   219.3 @@ -1,3 +1,46 @@
   219.4 +<!--
   219.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   219.6 +
   219.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   219.8 +
   219.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  219.10 +Other names may be trademarks of their respective owners.
  219.11 +
  219.12 +The contents of this file are subject to the terms of either the GNU
  219.13 +General Public License Version 2 only ("GPL") or the Common
  219.14 +Development and Distribution License("CDDL") (collectively, the
  219.15 +"License"). You may not use this file except in compliance with the
  219.16 +License. You can obtain a copy of the License at
  219.17 +http://www.netbeans.org/cddl-gplv2.html
  219.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  219.19 +specific language governing permissions and limitations under the
  219.20 +License.  When distributing the software, include this License Header
  219.21 +Notice in each file and include the License file at
  219.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  219.23 +particular file as subject to the "Classpath" exception as provided
  219.24 +by Oracle in the GPL Version 2 section of the License file that
  219.25 +accompanied this code. If applicable, add the following below the
  219.26 +License Header, with the fields enclosed by brackets [] replaced by
  219.27 +your own identifying information:
  219.28 +"Portions Copyrighted [year] [name of copyright owner]"
  219.29 +
  219.30 +Contributor(s):
  219.31 +
  219.32 +The Original Software is NetBeans. The Initial Developer of the Original
  219.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  219.34 +Microsystems, Inc. All Rights Reserved.
  219.35 +
  219.36 +If you wish your version of this file to be governed by only the CDDL
  219.37 +or only the GPL Version 2, indicate your decision by adding
  219.38 +"[Contributor] elects to include this software in this distribution
  219.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  219.40 +single choice of license, a recipient has the option to distribute
  219.41 +your version of this file under either the CDDL, the GPL Version 2 or
  219.42 +to extend the choice of license to its licensees as provided above.
  219.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  219.44 +Version 2 license, then the option applies only if the new code is
  219.45 +made subject to such option by the copyright holder.
  219.46 +-->
  219.47  <definitions  xmlns="http://schemas.xmlsoap.org/wsdl/" 
  219.48      xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  219.49      xmlns:xs="http://www.w3.org/2001/XMLSchema"  
   220.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService_schemaChanged.wsdl	Mon Dec 19 11:28:54 2016 +0100
   220.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/TravelReservationService_schemaChanged.wsdl	Wed Feb 22 15:51:40 2017 +0100
   220.3 @@ -1,3 +1,46 @@
   220.4 +<!--
   220.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   220.6 +
   220.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   220.8 +
   220.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  220.10 +Other names may be trademarks of their respective owners.
  220.11 +
  220.12 +The contents of this file are subject to the terms of either the GNU
  220.13 +General Public License Version 2 only ("GPL") or the Common
  220.14 +Development and Distribution License("CDDL") (collectively, the
  220.15 +"License"). You may not use this file except in compliance with the
  220.16 +License. You can obtain a copy of the License at
  220.17 +http://www.netbeans.org/cddl-gplv2.html
  220.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  220.19 +specific language governing permissions and limitations under the
  220.20 +License.  When distributing the software, include this License Header
  220.21 +Notice in each file and include the License file at
  220.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  220.23 +particular file as subject to the "Classpath" exception as provided
  220.24 +by Oracle in the GPL Version 2 section of the License file that
  220.25 +accompanied this code. If applicable, add the following below the
  220.26 +License Header, with the fields enclosed by brackets [] replaced by
  220.27 +your own identifying information:
  220.28 +"Portions Copyrighted [year] [name of copyright owner]"
  220.29 +
  220.30 +Contributor(s):
  220.31 +
  220.32 +The Original Software is NetBeans. The Initial Developer of the Original
  220.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  220.34 +Microsystems, Inc. All Rights Reserved.
  220.35 +
  220.36 +If you wish your version of this file to be governed by only the CDDL
  220.37 +or only the GPL Version 2, indicate your decision by adding
  220.38 +"[Contributor] elects to include this software in this distribution
  220.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  220.40 +single choice of license, a recipient has the option to distribute
  220.41 +your version of this file under either the CDDL, the GPL Version 2 or
  220.42 +to extend the choice of license to its licensees as provided above.
  220.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  220.44 +Version 2 license, then the option applies only if the new code is
  220.45 +made subject to such option by the copyright holder.
  220.46 +-->
  220.47  <definitions  xmlns="http://schemas.xmlsoap.org/wsdl/" 
  220.48      xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  220.49      xmlns:xs="http://www.w3.org/2001/XMLSchema"  
   221.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/VehicleReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   221.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/VehicleReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   221.3 @@ -1,3 +1,46 @@
   221.4 +<!--
   221.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   221.6 +
   221.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   221.8 +
   221.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  221.10 +Other names may be trademarks of their respective owners.
  221.11 +
  221.12 +The contents of this file are subject to the terms of either the GNU
  221.13 +General Public License Version 2 only ("GPL") or the Common
  221.14 +Development and Distribution License("CDDL") (collectively, the
  221.15 +"License"). You may not use this file except in compliance with the
  221.16 +License. You can obtain a copy of the License at
  221.17 +http://www.netbeans.org/cddl-gplv2.html
  221.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  221.19 +specific language governing permissions and limitations under the
  221.20 +License.  When distributing the software, include this License Header
  221.21 +Notice in each file and include the License file at
  221.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  221.23 +particular file as subject to the "Classpath" exception as provided
  221.24 +by Oracle in the GPL Version 2 section of the License file that
  221.25 +accompanied this code. If applicable, add the following below the
  221.26 +License Header, with the fields enclosed by brackets [] replaced by
  221.27 +your own identifying information:
  221.28 +"Portions Copyrighted [year] [name of copyright owner]"
  221.29 +
  221.30 +Contributor(s):
  221.31 +
  221.32 +The Original Software is NetBeans. The Initial Developer of the Original
  221.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  221.34 +Microsystems, Inc. All Rights Reserved.
  221.35 +
  221.36 +If you wish your version of this file to be governed by only the CDDL
  221.37 +or only the GPL Version 2, indicate your decision by adding
  221.38 +"[Contributor] elects to include this software in this distribution
  221.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  221.40 +single choice of license, a recipient has the option to distribute
  221.41 +your version of this file under either the CDDL, the GPL Version 2 or
  221.42 +to extend the choice of license to its licensees as provided above.
  221.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  221.44 +Version 2 license, then the option applies only if the new code is
  221.45 +made subject to such option by the copyright holder.
  221.46 +-->
  221.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  221.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  221.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   222.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/Vehicle_PartnerLinkChanged.wsdl	Mon Dec 19 11:28:54 2016 +0100
   222.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/Vehicle_PartnerLinkChanged.wsdl	Wed Feb 22 15:51:40 2017 +0100
   222.3 @@ -1,3 +1,46 @@
   222.4 +<!--
   222.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   222.6 +
   222.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   222.8 +
   222.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  222.10 +Other names may be trademarks of their respective owners.
  222.11 +
  222.12 +The contents of this file are subject to the terms of either the GNU
  222.13 +General Public License Version 2 only ("GPL") or the Common
  222.14 +Development and Distribution License("CDDL") (collectively, the
  222.15 +"License"). You may not use this file except in compliance with the
  222.16 +License. You can obtain a copy of the License at
  222.17 +http://www.netbeans.org/cddl-gplv2.html
  222.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  222.19 +specific language governing permissions and limitations under the
  222.20 +License.  When distributing the software, include this License Header
  222.21 +Notice in each file and include the License file at
  222.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  222.23 +particular file as subject to the "Classpath" exception as provided
  222.24 +by Oracle in the GPL Version 2 section of the License file that
  222.25 +accompanied this code. If applicable, add the following below the
  222.26 +License Header, with the fields enclosed by brackets [] replaced by
  222.27 +your own identifying information:
  222.28 +"Portions Copyrighted [year] [name of copyright owner]"
  222.29 +
  222.30 +Contributor(s):
  222.31 +
  222.32 +The Original Software is NetBeans. The Initial Developer of the Original
  222.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  222.34 +Microsystems, Inc. All Rights Reserved.
  222.35 +
  222.36 +If you wish your version of this file to be governed by only the CDDL
  222.37 +or only the GPL Version 2, indicate your decision by adding
  222.38 +"[Contributor] elects to include this software in this distribution
  222.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  222.40 +single choice of license, a recipient has the option to distribute
  222.41 +your version of this file under either the CDDL, the GPL Version 2 or
  222.42 +to extend the choice of license to its licensees as provided above.
  222.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  222.44 +Version 2 license, then the option applies only if the new code is
  222.45 +made subject to such option by the copyright holder.
  222.46 +-->
  222.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  222.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  222.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   223.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/Vehicle_PartnerLinkChanged2.wsdl	Mon Dec 19 11:28:54 2016 +0100
   223.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/Vehicle_PartnerLinkChanged2.wsdl	Wed Feb 22 15:51:40 2017 +0100
   223.3 @@ -1,3 +1,46 @@
   223.4 +<!--
   223.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   223.6 +
   223.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   223.8 +
   223.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  223.10 +Other names may be trademarks of their respective owners.
  223.11 +
  223.12 +The contents of this file are subject to the terms of either the GNU
  223.13 +General Public License Version 2 only ("GPL") or the Common
  223.14 +Development and Distribution License("CDDL") (collectively, the
  223.15 +"License"). You may not use this file except in compliance with the
  223.16 +License. You can obtain a copy of the License at
  223.17 +http://www.netbeans.org/cddl-gplv2.html
  223.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  223.19 +specific language governing permissions and limitations under the
  223.20 +License.  When distributing the software, include this License Header
  223.21 +Notice in each file and include the License file at
  223.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  223.23 +particular file as subject to the "Classpath" exception as provided
  223.24 +by Oracle in the GPL Version 2 section of the License file that
  223.25 +accompanied this code. If applicable, add the following below the
  223.26 +License Header, with the fields enclosed by brackets [] replaced by
  223.27 +your own identifying information:
  223.28 +"Portions Copyrighted [year] [name of copyright owner]"
  223.29 +
  223.30 +Contributor(s):
  223.31 +
  223.32 +The Original Software is NetBeans. The Initial Developer of the Original
  223.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  223.34 +Microsystems, Inc. All Rights Reserved.
  223.35 +
  223.36 +If you wish your version of this file to be governed by only the CDDL
  223.37 +or only the GPL Version 2, indicate your decision by adding
  223.38 +"[Contributor] elects to include this software in this distribution
  223.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  223.40 +single choice of license, a recipient has the option to distribute
  223.41 +your version of this file under either the CDDL, the GPL Version 2 or
  223.42 +to extend the choice of license to its licensees as provided above.
  223.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  223.44 +Version 2 license, then the option applies only if the new code is
  223.45 +made subject to such option by the copyright holder.
  223.46 +-->
  223.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  223.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  223.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   224.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/emptyTravel.wsdl	Mon Dec 19 11:28:54 2016 +0100
   224.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/emptyTravel.wsdl	Wed Feb 22 15:51:40 2017 +0100
   224.3 @@ -1,4 +1,47 @@
   224.4  <?xml version="1.0" encoding="UTF-8"?>
   224.5 +<!--
   224.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   224.7 +
   224.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   224.9 +
  224.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  224.11 +Other names may be trademarks of their respective owners.
  224.12 +
  224.13 +The contents of this file are subject to the terms of either the GNU
  224.14 +General Public License Version 2 only ("GPL") or the Common
  224.15 +Development and Distribution License("CDDL") (collectively, the
  224.16 +"License"). You may not use this file except in compliance with the
  224.17 +License. You can obtain a copy of the License at
  224.18 +http://www.netbeans.org/cddl-gplv2.html
  224.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  224.20 +specific language governing permissions and limitations under the
  224.21 +License.  When distributing the software, include this License Header
  224.22 +Notice in each file and include the License file at
  224.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  224.24 +particular file as subject to the "Classpath" exception as provided
  224.25 +by Oracle in the GPL Version 2 section of the License file that
  224.26 +accompanied this code. If applicable, add the following below the
  224.27 +License Header, with the fields enclosed by brackets [] replaced by
  224.28 +your own identifying information:
  224.29 +"Portions Copyrighted [year] [name of copyright owner]"
  224.30 +
  224.31 +Contributor(s):
  224.32 +
  224.33 +The Original Software is NetBeans. The Initial Developer of the Original
  224.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  224.35 +Microsystems, Inc. All Rights Reserved.
  224.36 +
  224.37 +If you wish your version of this file to be governed by only the CDDL
  224.38 +or only the GPL Version 2, indicate your decision by adding
  224.39 +"[Contributor] elects to include this software in this distribution
  224.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  224.41 +single choice of license, a recipient has the option to distribute
  224.42 +your version of this file under either the CDDL, the GPL Version 2 or
  224.43 +to extend the choice of license to its licensees as provided above.
  224.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  224.45 +Version 2 license, then the option applies only if the new code is
  224.46 +made subject to such option by the copyright holder.
  224.47 +-->
  224.48  <definitions
  224.49      xmlns="http://schemas.xmlsoap.org/wsdl/" 
  224.50      xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
   225.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/stockquote.wsdl	Mon Dec 19 11:28:54 2016 +0100
   225.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/stockquote.wsdl	Wed Feb 22 15:51:40 2017 +0100
   225.3 @@ -1,4 +1,47 @@
   225.4  <?xml version="1.0"?>
   225.5 +<!--
   225.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   225.7 +
   225.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   225.9 +
  225.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  225.11 +Other names may be trademarks of their respective owners.
  225.12 +
  225.13 +The contents of this file are subject to the terms of either the GNU
  225.14 +General Public License Version 2 only ("GPL") or the Common
  225.15 +Development and Distribution License("CDDL") (collectively, the
  225.16 +"License"). You may not use this file except in compliance with the
  225.17 +License. You can obtain a copy of the License at
  225.18 +http://www.netbeans.org/cddl-gplv2.html
  225.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  225.20 +specific language governing permissions and limitations under the
  225.21 +License.  When distributing the software, include this License Header
  225.22 +Notice in each file and include the License file at
  225.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  225.24 +particular file as subject to the "Classpath" exception as provided
  225.25 +by Oracle in the GPL Version 2 section of the License file that
  225.26 +accompanied this code. If applicable, add the following below the
  225.27 +License Header, with the fields enclosed by brackets [] replaced by
  225.28 +your own identifying information:
  225.29 +"Portions Copyrighted [year] [name of copyright owner]"
  225.30 +
  225.31 +Contributor(s):
  225.32 +
  225.33 +The Original Software is NetBeans. The Initial Developer of the Original
  225.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  225.35 +Microsystems, Inc. All Rights Reserved.
  225.36 +
  225.37 +If you wish your version of this file to be governed by only the CDDL
  225.38 +or only the GPL Version 2, indicate your decision by adding
  225.39 +"[Contributor] elects to include this software in this distribution
  225.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  225.41 +single choice of license, a recipient has the option to distribute
  225.42 +your version of this file under either the CDDL, the GPL Version 2 or
  225.43 +to extend the choice of license to its licensees as provided above.
  225.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  225.45 +Version 2 license, then the option applies only if the new code is
  225.46 +made subject to such option by the copyright holder.
  225.47 +-->
  225.48  <definitions name="StockQuote"
  225.49          targetNamespace="http://example.com/stockquote.wsdl"
  225.50          xmlns:tns="http://example.com/stockquote.wsdl"
   226.1 --- a/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/stockquote.xsd	Mon Dec 19 11:28:54 2016 +0100
   226.2 +++ b/xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/resources/stockquote.xsd	Wed Feb 22 15:51:40 2017 +0100
   226.3 @@ -1,4 +1,47 @@
   226.4  <?xml version="1.0" encoding="UTF-8"?>
   226.5 +<!--
   226.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   226.7 +
   226.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   226.9 +
  226.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  226.11 +Other names may be trademarks of their respective owners.
  226.12 +
  226.13 +The contents of this file are subject to the terms of either the GNU
  226.14 +General Public License Version 2 only ("GPL") or the Common
  226.15 +Development and Distribution License("CDDL") (collectively, the
  226.16 +"License"). You may not use this file except in compliance with the
  226.17 +License. You can obtain a copy of the License at
  226.18 +http://www.netbeans.org/cddl-gplv2.html
  226.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  226.20 +specific language governing permissions and limitations under the
  226.21 +License.  When distributing the software, include this License Header
  226.22 +Notice in each file and include the License file at
  226.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  226.24 +particular file as subject to the "Classpath" exception as provided
  226.25 +by Oracle in the GPL Version 2 section of the License file that
  226.26 +accompanied this code. If applicable, add the following below the
  226.27 +License Header, with the fields enclosed by brackets [] replaced by
  226.28 +your own identifying information:
  226.29 +"Portions Copyrighted [year] [name of copyright owner]"
  226.30 +
  226.31 +Contributor(s):
  226.32 +
  226.33 +The Original Software is NetBeans. The Initial Developer of the Original
  226.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  226.35 +Microsystems, Inc. All Rights Reserved.
  226.36 +
  226.37 +If you wish your version of this file to be governed by only the CDDL
  226.38 +or only the GPL Version 2, indicate your decision by adding
  226.39 +"[Contributor] elects to include this software in this distribution
  226.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  226.41 +single choice of license, a recipient has the option to distribute
  226.42 +your version of this file under either the CDDL, the GPL Version 2 or
  226.43 +to extend the choice of license to its licensees as provided above.
  226.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  226.45 +Version 2 license, then the option applies only if the new code is
  226.46 +made subject to such option by the copyright holder.
  226.47 +-->
  226.48         
  226.49  <schema targetNamespace="http://example.com/stockquote.xsd"
  226.50      xmlns="http://www.w3.org/2001/XMLSchema">
   227.1 --- a/xml.wsdl.refactoring/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   227.2 +++ b/xml.wsdl.refactoring/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   227.3 @@ -1,5 +1,48 @@
   227.4  <?xml version="1.0" encoding="UTF-8"?>
   227.5  <!--
   227.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   227.7 +
   227.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   227.9 +
  227.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  227.11 +Other names may be trademarks of their respective owners.
  227.12 +
  227.13 +The contents of this file are subject to the terms of either the GNU
  227.14 +General Public License Version 2 only ("GPL") or the Common
  227.15 +Development and Distribution License("CDDL") (collectively, the
  227.16 +"License"). You may not use this file except in compliance with the
  227.17 +License. You can obtain a copy of the License at
  227.18 +http://www.netbeans.org/cddl-gplv2.html
  227.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  227.20 +specific language governing permissions and limitations under the
  227.21 +License.  When distributing the software, include this License Header
  227.22 +Notice in each file and include the License file at
  227.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  227.24 +particular file as subject to the "Classpath" exception as provided
  227.25 +by Oracle in the GPL Version 2 section of the License file that
  227.26 +accompanied this code. If applicable, add the following below the
  227.27 +License Header, with the fields enclosed by brackets [] replaced by
  227.28 +your own identifying information:
  227.29 +"Portions Copyrighted [year] [name of copyright owner]"
  227.30 +
  227.31 +Contributor(s):
  227.32 +
  227.33 +The Original Software is NetBeans. The Initial Developer of the Original
  227.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  227.35 +Microsystems, Inc. All Rights Reserved.
  227.36 +
  227.37 +If you wish your version of this file to be governed by only the CDDL
  227.38 +or only the GPL Version 2, indicate your decision by adding
  227.39 +"[Contributor] elects to include this software in this distribution
  227.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  227.41 +single choice of license, a recipient has the option to distribute
  227.42 +your version of this file under either the CDDL, the GPL Version 2 or
  227.43 +to extend the choice of license to its licensees as provided above.
  227.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  227.45 +Version 2 license, then the option applies only if the new code is
  227.46 +made subject to such option by the copyright holder.
  227.47 +-->
  227.48 +<!--
  227.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  227.50  ***         EDIT ../build.xml INSTEAD         ***
  227.51  -->
   228.1 --- a/xml.wsdl.refactoring/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   228.2 +++ b/xml.wsdl.refactoring/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   228.3 @@ -1,3 +1,44 @@
   228.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   228.5 +
   228.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   228.7 +#
   228.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   228.9 +# Other names may be trademarks of their respective owners.
  228.10 +#
  228.11 +# The contents of this file are subject to the terms of either the GNU
  228.12 +# General Public License Version 2 only ("GPL") or the Common
  228.13 +# Development and Distribution License("CDDL") (collectively, the
  228.14 +# "License"). You may not use this file except in compliance with the
  228.15 +# License. You can obtain a copy of the License at
  228.16 +# http://www.netbeans.org/cddl-gplv2.html
  228.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  228.18 +# specific language governing permissions and limitations under the
  228.19 +# License.  When distributing the software, include this License Header
  228.20 +# Notice in each file and include the License file at
  228.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  228.22 +# particular file as subject to the "Classpath" exception as provided
  228.23 +# by Oracle in the GPL Version 2 section of the License file that
  228.24 +# accompanied this code. If applicable, add the following below the
  228.25 +# License Header, with the fields enclosed by brackets [] replaced by
  228.26 +# your own identifying information:
  228.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  228.28 +#
  228.29 +# Contributor(s):
  228.30 +#
  228.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  228.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  228.33 +# Microsystems, Inc. All Rights Reserved.
  228.34 +#
  228.35 +# If you wish your version of this file to be governed by only the CDDL
  228.36 +# or only the GPL Version 2, indicate your decision by adding
  228.37 +# "[Contributor] elects to include this software in this distribution
  228.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  228.39 +# single choice of license, a recipient has the option to distribute
  228.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  228.41 +# to extend the choice of license to its licensees as provided above.
  228.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  228.43 +# Version 2 license, then the option applies only if the new code is
  228.44 +# made subject to such option by the copyright holder.
  228.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  228.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  228.47  nbproject/build-impl.xml.data.CRC32=28bd1529
   229.1 --- a/xml.wsdl.refactoring/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   229.2 +++ b/xml.wsdl.refactoring/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   229.3 @@ -1,1 +1,42 @@
   229.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   229.5 +
   229.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   229.7 +#
   229.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   229.9 +# Other names may be trademarks of their respective owners.
  229.10 +#
  229.11 +# The contents of this file are subject to the terms of either the GNU
  229.12 +# General Public License Version 2 only ("GPL") or the Common
  229.13 +# Development and Distribution License("CDDL") (collectively, the
  229.14 +# "License"). You may not use this file except in compliance with the
  229.15 +# License. You can obtain a copy of the License at
  229.16 +# http://www.netbeans.org/cddl-gplv2.html
  229.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  229.18 +# specific language governing permissions and limitations under the
  229.19 +# License.  When distributing the software, include this License Header
  229.20 +# Notice in each file and include the License file at
  229.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  229.22 +# particular file as subject to the "Classpath" exception as provided
  229.23 +# by Oracle in the GPL Version 2 section of the License file that
  229.24 +# accompanied this code. If applicable, add the following below the
  229.25 +# License Header, with the fields enclosed by brackets [] replaced by
  229.26 +# your own identifying information:
  229.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  229.28 +#
  229.29 +# Contributor(s):
  229.30 +#
  229.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  229.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  229.33 +# Microsystems, Inc. All Rights Reserved.
  229.34 +#
  229.35 +# If you wish your version of this file to be governed by only the CDDL
  229.36 +# or only the GPL Version 2, indicate your decision by adding
  229.37 +# "[Contributor] elects to include this software in this distribution
  229.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  229.39 +# single choice of license, a recipient has the option to distribute
  229.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  229.41 +# to extend the choice of license to its licensees as provided above.
  229.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  229.43 +# Version 2 license, then the option applies only if the new code is
  229.44 +# made subject to such option by the copyright holder.
  229.45  suite.dir=${basedir}/..
   230.1 --- a/xml.wsdl.refactoring/src/org/netbeans/modules/xml/wsdl/refactoring/WSDLRefactoringElement.java	Mon Dec 19 11:28:54 2016 +0100
   230.2 +++ b/xml.wsdl.refactoring/src/org/netbeans/modules/xml/wsdl/refactoring/WSDLRefactoringElement.java	Wed Feb 22 15:51:40 2017 +0100
   230.3 @@ -1,3 +1,46 @@
   230.4 +/*
   230.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   230.6 + *
   230.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   230.8 + *
   230.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  230.10 + * Other names may be trademarks of their respective owners.
  230.11 + *
  230.12 + * The contents of this file are subject to the terms of either the GNU
  230.13 + * General Public License Version 2 only ("GPL") or the Common
  230.14 + * Development and Distribution License("CDDL") (collectively, the
  230.15 + * "License"). You may not use this file except in compliance with the
  230.16 + * License. You can obtain a copy of the License at
  230.17 + * http://www.netbeans.org/cddl-gplv2.html
  230.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  230.19 + * specific language governing permissions and limitations under the
  230.20 + * License.  When distributing the software, include this License Header
  230.21 + * Notice in each file and include the License file at
  230.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  230.23 + * particular file as subject to the "Classpath" exception as provided
  230.24 + * by Oracle in the GPL Version 2 section of the License file that
  230.25 + * accompanied this code. If applicable, add the following below the
  230.26 + * License Header, with the fields enclosed by brackets [] replaced by
  230.27 + * your own identifying information:
  230.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  230.29 + *
  230.30 + * Contributor(s):
  230.31 + *
  230.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  230.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  230.34 + * Microsystems, Inc. All Rights Reserved.
  230.35 + *
  230.36 + * If you wish your version of this file to be governed by only the CDDL
  230.37 + * or only the GPL Version 2, indicate your decision by adding
  230.38 + * "[Contributor] elects to include this software in this distribution
  230.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  230.40 + * single choice of license, a recipient has the option to distribute
  230.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  230.42 + * to extend the choice of license to its licensees as provided above.
  230.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  230.44 + * Version 2 license, then the option applies only if the new code is
  230.45 + * made subject to such option by the copyright holder.
  230.46 + */
  230.47  /*
  230.48   * WSDLRefactoringElement.java
  230.49   *
   231.1 --- a/xml.wsdl.refactoring/src/org/netbeans/modules/xml/wsdl/refactoring/WSDLRefactoringPlugin.java	Mon Dec 19 11:28:54 2016 +0100
   231.2 +++ b/xml.wsdl.refactoring/src/org/netbeans/modules/xml/wsdl/refactoring/WSDLRefactoringPlugin.java	Wed Feb 22 15:51:40 2017 +0100
   231.3 @@ -1,3 +1,46 @@
   231.4 +/*
   231.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   231.6 + *
   231.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   231.8 + *
   231.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  231.10 + * Other names may be trademarks of their respective owners.
  231.11 + *
  231.12 + * The contents of this file are subject to the terms of either the GNU
  231.13 + * General Public License Version 2 only ("GPL") or the Common
  231.14 + * Development and Distribution License("CDDL") (collectively, the
  231.15 + * "License"). You may not use this file except in compliance with the
  231.16 + * License. You can obtain a copy of the License at
  231.17 + * http://www.netbeans.org/cddl-gplv2.html
  231.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  231.19 + * specific language governing permissions and limitations under the
  231.20 + * License.  When distributing the software, include this License Header
  231.21 + * Notice in each file and include the License file at
  231.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  231.23 + * particular file as subject to the "Classpath" exception as provided
  231.24 + * by Oracle in the GPL Version 2 section of the License file that
  231.25 + * accompanied this code. If applicable, add the following below the
  231.26 + * License Header, with the fields enclosed by brackets [] replaced by
  231.27 + * your own identifying information:
  231.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  231.29 + *
  231.30 + * Contributor(s):
  231.31 + *
  231.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  231.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  231.34 + * Microsystems, Inc. All Rights Reserved.
  231.35 + *
  231.36 + * If you wish your version of this file to be governed by only the CDDL
  231.37 + * or only the GPL Version 2, indicate your decision by adding
  231.38 + * "[Contributor] elects to include this software in this distribution
  231.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  231.40 + * single choice of license, a recipient has the option to distribute
  231.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  231.42 + * to extend the choice of license to its licensees as provided above.
  231.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  231.44 + * Version 2 license, then the option applies only if the new code is
  231.45 + * made subject to such option by the copyright holder.
  231.46 + */
  231.47  package org.netbeans.modules.xml.wsdl.refactoring;
  231.48  
  231.49  import java.io.IOException;
   232.1 --- a/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/AirlineReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   232.2 +++ b/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/AirlineReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   232.3 @@ -1,3 +1,46 @@
   232.4 +<!--
   232.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   232.6 +
   232.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   232.8 +
   232.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  232.10 +Other names may be trademarks of their respective owners.
  232.11 +
  232.12 +The contents of this file are subject to the terms of either the GNU
  232.13 +General Public License Version 2 only ("GPL") or the Common
  232.14 +Development and Distribution License("CDDL") (collectively, the
  232.15 +"License"). You may not use this file except in compliance with the
  232.16 +License. You can obtain a copy of the License at
  232.17 +http://www.netbeans.org/cddl-gplv2.html
  232.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  232.19 +specific language governing permissions and limitations under the
  232.20 +License.  When distributing the software, include this License Header
  232.21 +Notice in each file and include the License file at
  232.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  232.23 +particular file as subject to the "Classpath" exception as provided
  232.24 +by Oracle in the GPL Version 2 section of the License file that
  232.25 +accompanied this code. If applicable, add the following below the
  232.26 +License Header, with the fields enclosed by brackets [] replaced by
  232.27 +your own identifying information:
  232.28 +"Portions Copyrighted [year] [name of copyright owner]"
  232.29 +
  232.30 +Contributor(s):
  232.31 +
  232.32 +The Original Software is NetBeans. The Initial Developer of the Original
  232.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  232.34 +Microsystems, Inc. All Rights Reserved.
  232.35 +
  232.36 +If you wish your version of this file to be governed by only the CDDL
  232.37 +or only the GPL Version 2, indicate your decision by adding
  232.38 +"[Contributor] elects to include this software in this distribution
  232.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  232.40 +single choice of license, a recipient has the option to distribute
  232.41 +your version of this file under either the CDDL, the GPL Version 2 or
  232.42 +to extend the choice of license to its licensees as provided above.
  232.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  232.44 +Version 2 license, then the option applies only if the new code is
  232.45 +made subject to such option by the copyright holder.
  232.46 +-->
  232.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  232.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  232.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   233.1 --- a/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/HotelReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   233.2 +++ b/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/HotelReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   233.3 @@ -1,3 +1,46 @@
   233.4 +<!--
   233.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   233.6 +
   233.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   233.8 +
   233.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  233.10 +Other names may be trademarks of their respective owners.
  233.11 +
  233.12 +The contents of this file are subject to the terms of either the GNU
  233.13 +General Public License Version 2 only ("GPL") or the Common
  233.14 +Development and Distribution License("CDDL") (collectively, the
  233.15 +"License"). You may not use this file except in compliance with the
  233.16 +License. You can obtain a copy of the License at
  233.17 +http://www.netbeans.org/cddl-gplv2.html
  233.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  233.19 +specific language governing permissions and limitations under the
  233.20 +License.  When distributing the software, include this License Header
  233.21 +Notice in each file and include the License file at
  233.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  233.23 +particular file as subject to the "Classpath" exception as provided
  233.24 +by Oracle in the GPL Version 2 section of the License file that
  233.25 +accompanied this code. If applicable, add the following below the
  233.26 +License Header, with the fields enclosed by brackets [] replaced by
  233.27 +your own identifying information:
  233.28 +"Portions Copyrighted [year] [name of copyright owner]"
  233.29 +
  233.30 +Contributor(s):
  233.31 +
  233.32 +The Original Software is NetBeans. The Initial Developer of the Original
  233.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  233.34 +Microsystems, Inc. All Rights Reserved.
  233.35 +
  233.36 +If you wish your version of this file to be governed by only the CDDL
  233.37 +or only the GPL Version 2, indicate your decision by adding
  233.38 +"[Contributor] elects to include this software in this distribution
  233.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  233.40 +single choice of license, a recipient has the option to distribute
  233.41 +your version of this file under either the CDDL, the GPL Version 2 or
  233.42 +to extend the choice of license to its licensees as provided above.
  233.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  233.44 +Version 2 license, then the option applies only if the new code is
  233.45 +made subject to such option by the copyright holder.
  233.46 +-->
  233.47  <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
  233.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  233.49  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   234.1 --- a/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/TravelReservationService.wsdl	Mon Dec 19 11:28:54 2016 +0100
   234.2 +++ b/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/TravelReservationService.wsdl	Wed Feb 22 15:51:40 2017 +0100
   234.3 @@ -1,3 +1,46 @@
   234.4 +<!--
   234.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   234.6 +
   234.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   234.8 +
   234.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  234.10 +Other names may be trademarks of their respective owners.
  234.11 +
  234.12 +The contents of this file are subject to the terms of either the GNU
  234.13 +General Public License Version 2 only ("GPL") or the Common
  234.14 +Development and Distribution License("CDDL") (collectively, the
  234.15 +"License"). You may not use this file except in compliance with the
  234.16 +License. You can obtain a copy of the License at
  234.17 +http://www.netbeans.org/cddl-gplv2.html
  234.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  234.19 +specific language governing permissions and limitations under the
  234.20 +License.  When distributing the software, include this License Header
  234.21 +Notice in each file and include the License file at
  234.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  234.23 +particular file as subject to the "Classpath" exception as provided
  234.24 +by Oracle in the GPL Version 2 section of the License file that
  234.25 +accompanied this code. If applicable, add the following below the
  234.26 +License Header, with the fields enclosed by brackets [] replaced by
  234.27 +your own identifying information:
  234.28 +"Portions Copyrighted [year] [name of copyright owner]"
  234.29 +
  234.30 +Contributor(s):
  234.31 +
  234.32 +The Original Software is NetBeans. The Initial Developer of the Original
  234.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  234.34 +Microsystems, Inc. All Rights Reserved.
  234.35 +
  234.36 +If you wish your version of this file to be governed by only the CDDL
  234.37 +or only the GPL Version 2, indicate your decision by adding
  234.38 +"[Contributor] elects to include this software in this distribution
  234.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  234.40 +single choice of license, a recipient has the option to distribute
  234.41 +your version of this file under either the CDDL, the GPL Version 2 or
  234.42 +to extend the choice of license to its licensees as provided above.
  234.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  234.44 +Version 2 license, then the option applies only if the new code is
  234.45 +made subject to such option by the copyright holder.
  234.46 +-->
  234.47  <definitions  xmlns="http://schemas.xmlsoap.org/wsdl/" 
  234.48  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
  234.49  xmlns:xs="http://www.w3.org/2001/XMLSchema"  
   235.1 --- a/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/stockquote.wsdl	Mon Dec 19 11:28:54 2016 +0100
   235.2 +++ b/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/stockquote.wsdl	Wed Feb 22 15:51:40 2017 +0100
   235.3 @@ -1,4 +1,47 @@
   235.4  <?xml version="1.0"?>
   235.5 +<!--
   235.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   235.7 +
   235.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   235.9 +
  235.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  235.11 +Other names may be trademarks of their respective owners.
  235.12 +
  235.13 +The contents of this file are subject to the terms of either the GNU
  235.14 +General Public License Version 2 only ("GPL") or the Common
  235.15 +Development and Distribution License("CDDL") (collectively, the
  235.16 +"License"). You may not use this file except in compliance with the
  235.17 +License. You can obtain a copy of the License at
  235.18 +http://www.netbeans.org/cddl-gplv2.html
  235.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  235.20 +specific language governing permissions and limitations under the
  235.21 +License.  When distributing the software, include this License Header
  235.22 +Notice in each file and include the License file at
  235.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  235.24 +particular file as subject to the "Classpath" exception as provided
  235.25 +by Oracle in the GPL Version 2 section of the License file that
  235.26 +accompanied this code. If applicable, add the following below the
  235.27 +License Header, with the fields enclosed by brackets [] replaced by
  235.28 +your own identifying information:
  235.29 +"Portions Copyrighted [year] [name of copyright owner]"
  235.30 +
  235.31 +Contributor(s):
  235.32 +
  235.33 +The Original Software is NetBeans. The Initial Developer of the Original
  235.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  235.35 +Microsystems, Inc. All Rights Reserved.
  235.36 +
  235.37 +If you wish your version of this file to be governed by only the CDDL
  235.38 +or only the GPL Version 2, indicate your decision by adding
  235.39 +"[Contributor] elects to include this software in this distribution
  235.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  235.41 +single choice of license, a recipient has the option to distribute
  235.42 +your version of this file under either the CDDL, the GPL Version 2 or
  235.43 +to extend the choice of license to its licensees as provided above.
  235.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  235.45 +Version 2 license, then the option applies only if the new code is
  235.46 +made subject to such option by the copyright holder.
  235.47 +-->
  235.48  <definitions name="StockQuote"
  235.49          targetNamespace="http://example.com/stockquote.wsdl"
  235.50          xmlns:tns="http://example.com/stockquote.wsdl"
   236.1 --- a/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/stockquote.xsd	Mon Dec 19 11:28:54 2016 +0100
   236.2 +++ b/xml.wsdl.refactoring/test/unit/src/org/netbeans/modules/xml/wsdl/refactoring/resources/stockquote.xsd	Wed Feb 22 15:51:40 2017 +0100
   236.3 @@ -1,4 +1,47 @@
   236.4  <?xml version="1.0" encoding="UTF-8"?>
   236.5 +<!--
   236.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   236.7 +
   236.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   236.9 +
  236.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  236.11 +Other names may be trademarks of their respective owners.
  236.12 +
  236.13 +The contents of this file are subject to the terms of either the GNU
  236.14 +General Public License Version 2 only ("GPL") or the Common
  236.15 +Development and Distribution License("CDDL") (collectively, the
  236.16 +"License"). You may not use this file except in compliance with the
  236.17 +License. You can obtain a copy of the License at
  236.18 +http://www.netbeans.org/cddl-gplv2.html
  236.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  236.20 +specific language governing permissions and limitations under the
  236.21 +License.  When distributing the software, include this License Header
  236.22 +Notice in each file and include the License file at
  236.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  236.24 +particular file as subject to the "Classpath" exception as provided
  236.25 +by Oracle in the GPL Version 2 section of the License file that
  236.26 +accompanied this code. If applicable, add the following below the
  236.27 +License Header, with the fields enclosed by brackets [] replaced by
  236.28 +your own identifying information:
  236.29 +"Portions Copyrighted [year] [name of copyright owner]"
  236.30 +
  236.31 +Contributor(s):
  236.32 +
  236.33 +The Original Software is NetBeans. The Initial Developer of the Original
  236.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  236.35 +Microsystems, Inc. All Rights Reserved.
  236.36 +
  236.37 +If you wish your version of this file to be governed by only the CDDL
  236.38 +or only the GPL Version 2, indicate your decision by adding
  236.39 +"[Contributor] elects to include this software in this distribution
  236.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  236.41 +single choice of license, a recipient has the option to distribute
  236.42 +your version of this file under either the CDDL, the GPL Version 2 or
  236.43 +to extend the choice of license to its licensees as provided above.
  236.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  236.45 +Version 2 license, then the option applies only if the new code is
  236.46 +made subject to such option by the copyright holder.
  236.47 +-->
  236.48         
  236.49  <schema targetNamespace="http://example.com/stockquote.xsd"
  236.50      xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://example.com/stockquote.xsd">
   237.1 --- a/xml.wsdlextui/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   237.2 +++ b/xml.wsdlextui/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   237.3 @@ -1,5 +1,48 @@
   237.4  <?xml version="1.0" encoding="UTF-8"?>
   237.5  <!--
   237.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   237.7 +
   237.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   237.9 +
  237.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  237.11 +Other names may be trademarks of their respective owners.
  237.12 +
  237.13 +The contents of this file are subject to the terms of either the GNU
  237.14 +General Public License Version 2 only ("GPL") or the Common
  237.15 +Development and Distribution License("CDDL") (collectively, the
  237.16 +"License"). You may not use this file except in compliance with the
  237.17 +License. You can obtain a copy of the License at
  237.18 +http://www.netbeans.org/cddl-gplv2.html
  237.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  237.20 +specific language governing permissions and limitations under the
  237.21 +License.  When distributing the software, include this License Header
  237.22 +Notice in each file and include the License file at
  237.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  237.24 +particular file as subject to the "Classpath" exception as provided
  237.25 +by Oracle in the GPL Version 2 section of the License file that
  237.26 +accompanied this code. If applicable, add the following below the
  237.27 +License Header, with the fields enclosed by brackets [] replaced by
  237.28 +your own identifying information:
  237.29 +"Portions Copyrighted [year] [name of copyright owner]"
  237.30 +
  237.31 +Contributor(s):
  237.32 +
  237.33 +The Original Software is NetBeans. The Initial Developer of the Original
  237.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  237.35 +Microsystems, Inc. All Rights Reserved.
  237.36 +
  237.37 +If you wish your version of this file to be governed by only the CDDL
  237.38 +or only the GPL Version 2, indicate your decision by adding
  237.39 +"[Contributor] elects to include this software in this distribution
  237.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  237.41 +single choice of license, a recipient has the option to distribute
  237.42 +your version of this file under either the CDDL, the GPL Version 2 or
  237.43 +to extend the choice of license to its licensees as provided above.
  237.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  237.45 +Version 2 license, then the option applies only if the new code is
  237.46 +made subject to such option by the copyright holder.
  237.47 +-->
  237.48 +<!--
  237.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  237.50  ***         EDIT ../build.xml INSTEAD         ***
  237.51  -->
   238.1 --- a/xml.wsdlextui/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   238.2 +++ b/xml.wsdlextui/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   238.3 @@ -1,3 +1,44 @@
   238.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   238.5 +
   238.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   238.7 +#
   238.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   238.9 +# Other names may be trademarks of their respective owners.
  238.10 +#
  238.11 +# The contents of this file are subject to the terms of either the GNU
  238.12 +# General Public License Version 2 only ("GPL") or the Common
  238.13 +# Development and Distribution License("CDDL") (collectively, the
  238.14 +# "License"). You may not use this file except in compliance with the
  238.15 +# License. You can obtain a copy of the License at
  238.16 +# http://www.netbeans.org/cddl-gplv2.html
  238.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  238.18 +# specific language governing permissions and limitations under the
  238.19 +# License.  When distributing the software, include this License Header
  238.20 +# Notice in each file and include the License file at
  238.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  238.22 +# particular file as subject to the "Classpath" exception as provided
  238.23 +# by Oracle in the GPL Version 2 section of the License file that
  238.24 +# accompanied this code. If applicable, add the following below the
  238.25 +# License Header, with the fields enclosed by brackets [] replaced by
  238.26 +# your own identifying information:
  238.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  238.28 +#
  238.29 +# Contributor(s):
  238.30 +#
  238.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  238.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  238.33 +# Microsystems, Inc. All Rights Reserved.
  238.34 +#
  238.35 +# If you wish your version of this file to be governed by only the CDDL
  238.36 +# or only the GPL Version 2, indicate your decision by adding
  238.37 +# "[Contributor] elects to include this software in this distribution
  238.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  238.39 +# single choice of license, a recipient has the option to distribute
  238.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  238.41 +# to extend the choice of license to its licensees as provided above.
  238.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  238.43 +# Version 2 license, then the option applies only if the new code is
  238.44 +# made subject to such option by the copyright holder.
  238.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  238.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  238.47  nbproject/build-impl.xml.data.CRC32=7e4c5010
   239.1 --- a/xml.wsdlextui/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   239.2 +++ b/xml.wsdlextui/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   239.3 @@ -1,1 +1,42 @@
   239.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   239.5 +
   239.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   239.7 +#
   239.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   239.9 +# Other names may be trademarks of their respective owners.
  239.10 +#
  239.11 +# The contents of this file are subject to the terms of either the GNU
  239.12 +# General Public License Version 2 only ("GPL") or the Common
  239.13 +# Development and Distribution License("CDDL") (collectively, the
  239.14 +# "License"). You may not use this file except in compliance with the
  239.15 +# License. You can obtain a copy of the License at
  239.16 +# http://www.netbeans.org/cddl-gplv2.html
  239.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  239.18 +# specific language governing permissions and limitations under the
  239.19 +# License.  When distributing the software, include this License Header
  239.20 +# Notice in each file and include the License file at
  239.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  239.22 +# particular file as subject to the "Classpath" exception as provided
  239.23 +# by Oracle in the GPL Version 2 section of the License file that
  239.24 +# accompanied this code. If applicable, add the following below the
  239.25 +# License Header, with the fields enclosed by brackets [] replaced by
  239.26 +# your own identifying information:
  239.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  239.28 +#
  239.29 +# Contributor(s):
  239.30 +#
  239.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  239.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  239.33 +# Microsystems, Inc. All Rights Reserved.
  239.34 +#
  239.35 +# If you wish your version of this file to be governed by only the CDDL
  239.36 +# or only the GPL Version 2, indicate your decision by adding
  239.37 +# "[Contributor] elects to include this software in this distribution
  239.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  239.39 +# single choice of license, a recipient has the option to distribute
  239.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  239.41 +# to extend the choice of license to its licensees as provided above.
  239.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  239.43 +# Version 2 license, then the option applies only if the new code is
  239.44 +# made subject to such option by the copyright holder.
  239.45  suite.dir=${basedir}/..
   240.1 --- a/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/http/template.xml	Mon Dec 19 11:28:54 2016 +0100
   240.2 +++ b/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/http/template.xml	Wed Feb 22 15:51:40 2017 +0100
   240.3 @@ -1,5 +1,48 @@
   240.4  <?xml version="1.0" encoding="UTF-8"?>
   240.5  <!--
   240.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   240.7 +
   240.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   240.9 +
  240.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  240.11 +Other names may be trademarks of their respective owners.
  240.12 +
  240.13 +The contents of this file are subject to the terms of either the GNU
  240.14 +General Public License Version 2 only ("GPL") or the Common
  240.15 +Development and Distribution License("CDDL") (collectively, the
  240.16 +"License"). You may not use this file except in compliance with the
  240.17 +License. You can obtain a copy of the License at
  240.18 +http://www.netbeans.org/cddl-gplv2.html
  240.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  240.20 +specific language governing permissions and limitations under the
  240.21 +License.  When distributing the software, include this License Header
  240.22 +Notice in each file and include the License file at
  240.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  240.24 +particular file as subject to the "Classpath" exception as provided
  240.25 +by Oracle in the GPL Version 2 section of the License file that
  240.26 +accompanied this code. If applicable, add the following below the
  240.27 +License Header, with the fields enclosed by brackets [] replaced by
  240.28 +your own identifying information:
  240.29 +"Portions Copyrighted [year] [name of copyright owner]"
  240.30 +
  240.31 +Contributor(s):
  240.32 +
  240.33 +The Original Software is NetBeans. The Initial Developer of the Original
  240.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  240.35 +Microsystems, Inc. All Rights Reserved.
  240.36 +
  240.37 +If you wish your version of this file to be governed by only the CDDL
  240.38 +or only the GPL Version 2, indicate your decision by adding
  240.39 +"[Contributor] elects to include this software in this distribution
  240.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  240.41 +single choice of license, a recipient has the option to distribute
  240.42 +your version of this file under either the CDDL, the GPL Version 2 or
  240.43 +to extend the choice of license to its licensees as provided above.
  240.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  240.45 +Version 2 license, then the option applies only if the new code is
  240.46 +made subject to such option by the copyright holder.
  240.47 +-->
  240.48 +<!--
  240.49      Document   : __NAME__
  240.50      Created on : __DATE__, __TIME__
  240.51      Author     : __USER__
   241.1 --- a/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/soap12/template.xml	Mon Dec 19 11:28:54 2016 +0100
   241.2 +++ b/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/soap12/template.xml	Wed Feb 22 15:51:40 2017 +0100
   241.3 @@ -1,5 +1,48 @@
   241.4  <?xml version="1.0" encoding="UTF-8"?>
   241.5  <!--
   241.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   241.7 +
   241.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   241.9 +
  241.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  241.11 +Other names may be trademarks of their respective owners.
  241.12 +
  241.13 +The contents of this file are subject to the terms of either the GNU
  241.14 +General Public License Version 2 only ("GPL") or the Common
  241.15 +Development and Distribution License("CDDL") (collectively, the
  241.16 +"License"). You may not use this file except in compliance with the
  241.17 +License. You can obtain a copy of the License at
  241.18 +http://www.netbeans.org/cddl-gplv2.html
  241.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  241.20 +specific language governing permissions and limitations under the
  241.21 +License.  When distributing the software, include this License Header
  241.22 +Notice in each file and include the License file at
  241.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  241.24 +particular file as subject to the "Classpath" exception as provided
  241.25 +by Oracle in the GPL Version 2 section of the License file that
  241.26 +accompanied this code. If applicable, add the following below the
  241.27 +License Header, with the fields enclosed by brackets [] replaced by
  241.28 +your own identifying information:
  241.29 +"Portions Copyrighted [year] [name of copyright owner]"
  241.30 +
  241.31 +Contributor(s):
  241.32 +
  241.33 +The Original Software is NetBeans. The Initial Developer of the Original
  241.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  241.35 +Microsystems, Inc. All Rights Reserved.
  241.36 +
  241.37 +If you wish your version of this file to be governed by only the CDDL
  241.38 +or only the GPL Version 2, indicate your decision by adding
  241.39 +"[Contributor] elects to include this software in this distribution
  241.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  241.41 +single choice of license, a recipient has the option to distribute
  241.42 +your version of this file under either the CDDL, the GPL Version 2 or
  241.43 +to extend the choice of license to its licensees as provided above.
  241.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  241.45 +Version 2 license, then the option applies only if the new code is
  241.46 +made subject to such option by the copyright holder.
  241.47 +-->
  241.48 +<!--
  241.49      Document   : __NAME__
  241.50      Created on : __DATE__, __TIME__
  241.51      Author     : __USER__
   242.1 --- a/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/template.xml	Mon Dec 19 11:28:54 2016 +0100
   242.2 +++ b/xml.wsdlextui/src/org/netbeans/modules/xml/wsdlextui/template/template.xml	Wed Feb 22 15:51:40 2017 +0100
   242.3 @@ -1,5 +1,48 @@
   242.4  <?xml version="1.0" encoding="UTF-8"?>
   242.5  <!--
   242.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   242.7 +
   242.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   242.9 +
  242.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  242.11 +Other names may be trademarks of their respective owners.
  242.12 +
  242.13 +The contents of this file are subject to the terms of either the GNU
  242.14 +General Public License Version 2 only ("GPL") or the Common
  242.15 +Development and Distribution License("CDDL") (collectively, the
  242.16 +"License"). You may not use this file except in compliance with the
  242.17 +License. You can obtain a copy of the License at
  242.18 +http://www.netbeans.org/cddl-gplv2.html
  242.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  242.20 +specific language governing permissions and limitations under the
  242.21 +License.  When distributing the software, include this License Header
  242.22 +Notice in each file and include the License file at
  242.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  242.24 +particular file as subject to the "Classpath" exception as provided
  242.25 +by Oracle in the GPL Version 2 section of the License file that
  242.26 +accompanied this code. If applicable, add the following below the
  242.27 +License Header, with the fields enclosed by brackets [] replaced by
  242.28 +your own identifying information:
  242.29 +"Portions Copyrighted [year] [name of copyright owner]"
  242.30 +
  242.31 +Contributor(s):
  242.32 +
  242.33 +The Original Software is NetBeans. The Initial Developer of the Original
  242.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  242.35 +Microsystems, Inc. All Rights Reserved.
  242.36 +
  242.37 +If you wish your version of this file to be governed by only the CDDL
  242.38 +or only the GPL Version 2, indicate your decision by adding
  242.39 +"[Contributor] elects to include this software in this distribution
  242.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  242.41 +single choice of license, a recipient has the option to distribute
  242.42 +your version of this file under either the CDDL, the GPL Version 2 or
  242.43 +to extend the choice of license to its licensees as provided above.
  242.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  242.45 +Version 2 license, then the option applies only if the new code is
  242.46 +made subject to such option by the copyright holder.
  242.47 +-->
  242.48 +<!--
  242.49      Document   : __NAME__
  242.50      Created on : __DATE__, __TIME__
  242.51      Author     : __USER__
   243.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/add_import.html	Mon Dec 19 11:28:54 2016 +0100
   243.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/add_import.html	Wed Feb 22 15:51:40 2017 +0100
   243.3 @@ -1,7 +1,46 @@
   243.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   243.5  <!--
   243.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   243.7 -* Use is subject to license terms.
   243.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   243.9 +
  243.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  243.11 +
  243.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  243.13 +Other names may be trademarks of their respective owners.
  243.14 +
  243.15 +The contents of this file are subject to the terms of either the GNU
  243.16 +General Public License Version 2 only ("GPL") or the Common
  243.17 +Development and Distribution License("CDDL") (collectively, the
  243.18 +"License"). You may not use this file except in compliance with the
  243.19 +License. You can obtain a copy of the License at
  243.20 +http://www.netbeans.org/cddl-gplv2.html
  243.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  243.22 +specific language governing permissions and limitations under the
  243.23 +License.  When distributing the software, include this License Header
  243.24 +Notice in each file and include the License file at
  243.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  243.26 +particular file as subject to the "Classpath" exception as provided
  243.27 +by Oracle in the GPL Version 2 section of the License file that
  243.28 +accompanied this code. If applicable, add the following below the
  243.29 +License Header, with the fields enclosed by brackets [] replaced by
  243.30 +your own identifying information:
  243.31 +"Portions Copyrighted [year] [name of copyright owner]"
  243.32 +
  243.33 +Contributor(s):
  243.34 +
  243.35 +The Original Software is NetBeans. The Initial Developer of the Original
  243.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  243.37 +Microsystems, Inc. All Rights Reserved.
  243.38 +
  243.39 +If you wish your version of this file to be governed by only the CDDL
  243.40 +or only the GPL Version 2, indicate your decision by adding
  243.41 +"[Contributor] elects to include this software in this distribution
  243.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  243.43 +single choice of license, a recipient has the option to distribute
  243.44 +your version of this file under either the CDDL, the GPL Version 2 or
  243.45 +to extend the choice of license to its licensees as provided above.
  243.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  243.47 +Version 2 license, then the option applies only if the new code is
  243.48 +made subject to such option by the copyright holder.
  243.49  -->
  243.50  
  243.51  <html>
   244.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/create_new_operation.html	Mon Dec 19 11:28:54 2016 +0100
   244.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/create_new_operation.html	Wed Feb 22 15:51:40 2017 +0100
   244.3 @@ -1,7 +1,46 @@
   244.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   244.5  <!--
   244.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   244.7 -* Use is subject to license terms.
   244.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   244.9 +
  244.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  244.11 +
  244.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  244.13 +Other names may be trademarks of their respective owners.
  244.14 +
  244.15 +The contents of this file are subject to the terms of either the GNU
  244.16 +General Public License Version 2 only ("GPL") or the Common
  244.17 +Development and Distribution License("CDDL") (collectively, the
  244.18 +"License"). You may not use this file except in compliance with the
  244.19 +License. You can obtain a copy of the License at
  244.20 +http://www.netbeans.org/cddl-gplv2.html
  244.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  244.22 +specific language governing permissions and limitations under the
  244.23 +License.  When distributing the software, include this License Header
  244.24 +Notice in each file and include the License file at
  244.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  244.26 +particular file as subject to the "Classpath" exception as provided
  244.27 +by Oracle in the GPL Version 2 section of the License file that
  244.28 +accompanied this code. If applicable, add the following below the
  244.29 +License Header, with the fields enclosed by brackets [] replaced by
  244.30 +your own identifying information:
  244.31 +"Portions Copyrighted [year] [name of copyright owner]"
  244.32 +
  244.33 +Contributor(s):
  244.34 +
  244.35 +The Original Software is NetBeans. The Initial Developer of the Original
  244.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  244.37 +Microsystems, Inc. All Rights Reserved.
  244.38 +
  244.39 +If you wish your version of this file to be governed by only the CDDL
  244.40 +or only the GPL Version 2, indicate your decision by adding
  244.41 +"[Contributor] elects to include this software in this distribution
  244.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  244.43 +single choice of license, a recipient has the option to distribute
  244.44 +your version of this file under either the CDDL, the GPL Version 2 or
  244.45 +to extend the choice of license to its licensees as provided above.
  244.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  244.47 +Version 2 license, then the option applies only if the new code is
  244.48 +made subject to such option by the copyright holder.
  244.49  -->
  244.50  
  244.51  <html>
   245.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/create_new_port_type.html	Mon Dec 19 11:28:54 2016 +0100
   245.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/create_new_port_type.html	Wed Feb 22 15:51:40 2017 +0100
   245.3 @@ -1,7 +1,46 @@
   245.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   245.5  <!--
   245.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   245.7 -* Use is subject to license terms.
   245.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   245.9 +
  245.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  245.11 +
  245.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  245.13 +Other names may be trademarks of their respective owners.
  245.14 +
  245.15 +The contents of this file are subject to the terms of either the GNU
  245.16 +General Public License Version 2 only ("GPL") or the Common
  245.17 +Development and Distribution License("CDDL") (collectively, the
  245.18 +"License"). You may not use this file except in compliance with the
  245.19 +License. You can obtain a copy of the License at
  245.20 +http://www.netbeans.org/cddl-gplv2.html
  245.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  245.22 +specific language governing permissions and limitations under the
  245.23 +License.  When distributing the software, include this License Header
  245.24 +Notice in each file and include the License file at
  245.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  245.26 +particular file as subject to the "Classpath" exception as provided
  245.27 +by Oracle in the GPL Version 2 section of the License file that
  245.28 +accompanied this code. If applicable, add the following below the
  245.29 +License Header, with the fields enclosed by brackets [] replaced by
  245.30 +your own identifying information:
  245.31 +"Portions Copyrighted [year] [name of copyright owner]"
  245.32 +
  245.33 +Contributor(s):
  245.34 +
  245.35 +The Original Software is NetBeans. The Initial Developer of the Original
  245.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  245.37 +Microsystems, Inc. All Rights Reserved.
  245.38 +
  245.39 +If you wish your version of this file to be governed by only the CDDL
  245.40 +or only the GPL Version 2, indicate your decision by adding
  245.41 +"[Contributor] elects to include this software in this distribution
  245.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  245.43 +single choice of license, a recipient has the option to distribute
  245.44 +your version of this file under either the CDDL, the GPL Version 2 or
  245.45 +to extend the choice of license to its licensees as provided above.
  245.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  245.47 +Version 2 license, then the option applies only if the new code is
  245.48 +made subject to such option by the copyright holder.
  245.49  -->
  245.50  
  245.51  <html>
   246.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/element_or_type.html	Mon Dec 19 11:28:54 2016 +0100
   246.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/element_or_type.html	Wed Feb 22 15:51:40 2017 +0100
   246.3 @@ -1,7 +1,46 @@
   246.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   246.5  <!--
   246.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   246.7 -* Use is subject to license terms.
   246.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   246.9 +
  246.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  246.11 +
  246.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  246.13 +Other names may be trademarks of their respective owners.
  246.14 +
  246.15 +The contents of this file are subject to the terms of either the GNU
  246.16 +General Public License Version 2 only ("GPL") or the Common
  246.17 +Development and Distribution License("CDDL") (collectively, the
  246.18 +"License"). You may not use this file except in compliance with the
  246.19 +License. You can obtain a copy of the License at
  246.20 +http://www.netbeans.org/cddl-gplv2.html
  246.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  246.22 +specific language governing permissions and limitations under the
  246.23 +License.  When distributing the software, include this License Header
  246.24 +Notice in each file and include the License file at
  246.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  246.26 +particular file as subject to the "Classpath" exception as provided
  246.27 +by Oracle in the GPL Version 2 section of the License file that
  246.28 +accompanied this code. If applicable, add the following below the
  246.29 +License Header, with the fields enclosed by brackets [] replaced by
  246.30 +your own identifying information:
  246.31 +"Portions Copyrighted [year] [name of copyright owner]"
  246.32 +
  246.33 +Contributor(s):
  246.34 +
  246.35 +The Original Software is NetBeans. The Initial Developer of the Original
  246.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  246.37 +Microsystems, Inc. All Rights Reserved.
  246.38 +
  246.39 +If you wish your version of this file to be governed by only the CDDL
  246.40 +or only the GPL Version 2, indicate your decision by adding
  246.41 +"[Contributor] elects to include this software in this distribution
  246.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  246.43 +single choice of license, a recipient has the option to distribute
  246.44 +your version of this file under either the CDDL, the GPL Version 2 or
  246.45 +to extend the choice of license to its licensees as provided above.
  246.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  246.47 +Version 2 license, then the option applies only if the new code is
  246.48 +made subject to such option by the copyright holder.
  246.49  -->
  246.50  
  246.51  <html>
   247.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/generate_binding_service_port.html	Mon Dec 19 11:28:54 2016 +0100
   247.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/generate_binding_service_port.html	Wed Feb 22 15:51:40 2017 +0100
   247.3 @@ -1,7 +1,46 @@
   247.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   247.5  <!--
   247.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   247.7 -* Use is subject to license terms.
   247.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   247.9 +
  247.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  247.11 +
  247.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  247.13 +Other names may be trademarks of their respective owners.
  247.14 +
  247.15 +The contents of this file are subject to the terms of either the GNU
  247.16 +General Public License Version 2 only ("GPL") or the Common
  247.17 +Development and Distribution License("CDDL") (collectively, the
  247.18 +"License"). You may not use this file except in compliance with the
  247.19 +License. You can obtain a copy of the License at
  247.20 +http://www.netbeans.org/cddl-gplv2.html
  247.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  247.22 +specific language governing permissions and limitations under the
  247.23 +License.  When distributing the software, include this License Header
  247.24 +Notice in each file and include the License file at
  247.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  247.26 +particular file as subject to the "Classpath" exception as provided
  247.27 +by Oracle in the GPL Version 2 section of the License file that
  247.28 +accompanied this code. If applicable, add the following below the
  247.29 +License Header, with the fields enclosed by brackets [] replaced by
  247.30 +your own identifying information:
  247.31 +"Portions Copyrighted [year] [name of copyright owner]"
  247.32 +
  247.33 +Contributor(s):
  247.34 +
  247.35 +The Original Software is NetBeans. The Initial Developer of the Original
  247.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  247.37 +Microsystems, Inc. All Rights Reserved.
  247.38 +
  247.39 +If you wish your version of this file to be governed by only the CDDL
  247.40 +or only the GPL Version 2, indicate your decision by adding
  247.41 +"[Contributor] elects to include this software in this distribution
  247.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  247.43 +single choice of license, a recipient has the option to distribute
  247.44 +your version of this file under either the CDDL, the GPL Version 2 or
  247.45 +to extend the choice of license to its licensees as provided above.
  247.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  247.47 +Version 2 license, then the option applies only if the new code is
  247.48 +made subject to such option by the copyright holder.
  247.49  -->
  247.50  
  247.51  <html>
   248.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_define_abstract.html	Mon Dec 19 11:28:54 2016 +0100
   248.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_define_abstract.html	Wed Feb 22 15:51:40 2017 +0100
   248.3 @@ -1,7 +1,46 @@
   248.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   248.5  <!--
   248.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   248.7 -* Use is subject to license terms.
   248.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   248.9 +
  248.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  248.11 +
  248.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  248.13 +Other names may be trademarks of their respective owners.
  248.14 +
  248.15 +The contents of this file are subject to the terms of either the GNU
  248.16 +General Public License Version 2 only ("GPL") or the Common
  248.17 +Development and Distribution License("CDDL") (collectively, the
  248.18 +"License"). You may not use this file except in compliance with the
  248.19 +License. You can obtain a copy of the License at
  248.20 +http://www.netbeans.org/cddl-gplv2.html
  248.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  248.22 +specific language governing permissions and limitations under the
  248.23 +License.  When distributing the software, include this License Header
  248.24 +Notice in each file and include the License file at
  248.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  248.26 +particular file as subject to the "Classpath" exception as provided
  248.27 +by Oracle in the GPL Version 2 section of the License file that
  248.28 +accompanied this code. If applicable, add the following below the
  248.29 +License Header, with the fields enclosed by brackets [] replaced by
  248.30 +your own identifying information:
  248.31 +"Portions Copyrighted [year] [name of copyright owner]"
  248.32 +
  248.33 +Contributor(s):
  248.34 +
  248.35 +The Original Software is NetBeans. The Initial Developer of the Original
  248.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  248.37 +Microsystems, Inc. All Rights Reserved.
  248.38 +
  248.39 +If you wish your version of this file to be governed by only the CDDL
  248.40 +or only the GPL Version 2, indicate your decision by adding
  248.41 +"[Contributor] elects to include this software in this distribution
  248.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  248.43 +single choice of license, a recipient has the option to distribute
  248.44 +your version of this file under either the CDDL, the GPL Version 2 or
  248.45 +to extend the choice of license to its licensees as provided above.
  248.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  248.47 +Version 2 license, then the option applies only if the new code is
  248.48 +made subject to such option by the copyright holder.
  248.49  -->
  248.50  
  248.51  <html>
   249.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_define_concrete.html	Mon Dec 19 11:28:54 2016 +0100
   249.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_define_concrete.html	Wed Feb 22 15:51:40 2017 +0100
   249.3 @@ -1,7 +1,46 @@
   249.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   249.5  <!--
   249.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   249.7 -* Use is subject to license terms.
   249.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   249.9 +
  249.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  249.11 +
  249.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  249.13 +Other names may be trademarks of their respective owners.
  249.14 +
  249.15 +The contents of this file are subject to the terms of either the GNU
  249.16 +General Public License Version 2 only ("GPL") or the Common
  249.17 +Development and Distribution License("CDDL") (collectively, the
  249.18 +"License"). You may not use this file except in compliance with the
  249.19 +License. You can obtain a copy of the License at
  249.20 +http://www.netbeans.org/cddl-gplv2.html
  249.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  249.22 +specific language governing permissions and limitations under the
  249.23 +License.  When distributing the software, include this License Header
  249.24 +Notice in each file and include the License file at
  249.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  249.26 +particular file as subject to the "Classpath" exception as provided
  249.27 +by Oracle in the GPL Version 2 section of the License file that
  249.28 +accompanied this code. If applicable, add the following below the
  249.29 +License Header, with the fields enclosed by brackets [] replaced by
  249.30 +your own identifying information:
  249.31 +"Portions Copyrighted [year] [name of copyright owner]"
  249.32 +
  249.33 +Contributor(s):
  249.34 +
  249.35 +The Original Software is NetBeans. The Initial Developer of the Original
  249.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  249.37 +Microsystems, Inc. All Rights Reserved.
  249.38 +
  249.39 +If you wish your version of this file to be governed by only the CDDL
  249.40 +or only the GPL Version 2, indicate your decision by adding
  249.41 +"[Contributor] elects to include this software in this distribution
  249.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  249.43 +single choice of license, a recipient has the option to distribute
  249.44 +your version of this file under either the CDDL, the GPL Version 2 or
  249.45 +to extend the choice of license to its licensees as provided above.
  249.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  249.47 +Version 2 license, then the option applies only if the new code is
  249.48 +made subject to such option by the copyright holder.
  249.49  -->
  249.50  
  249.51  <html>
   250.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_name_location.html	Mon Dec 19 11:28:54 2016 +0100
   250.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/new_wsdl_wizard_name_location.html	Wed Feb 22 15:51:40 2017 +0100
   250.3 @@ -1,7 +1,46 @@
   250.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   250.5  <!--
   250.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   250.7 -* Use is subject to license terms.
   250.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   250.9 +
  250.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  250.11 +
  250.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  250.13 +Other names may be trademarks of their respective owners.
  250.14 +
  250.15 +The contents of this file are subject to the terms of either the GNU
  250.16 +General Public License Version 2 only ("GPL") or the Common
  250.17 +Development and Distribution License("CDDL") (collectively, the
  250.18 +"License"). You may not use this file except in compliance with the
  250.19 +License. You can obtain a copy of the License at
  250.20 +http://www.netbeans.org/cddl-gplv2.html
  250.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  250.22 +specific language governing permissions and limitations under the
  250.23 +License.  When distributing the software, include this License Header
  250.24 +Notice in each file and include the License file at
  250.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  250.26 +particular file as subject to the "Classpath" exception as provided
  250.27 +by Oracle in the GPL Version 2 section of the License file that
  250.28 +accompanied this code. If applicable, add the following below the
  250.29 +License Header, with the fields enclosed by brackets [] replaced by
  250.30 +your own identifying information:
  250.31 +"Portions Copyrighted [year] [name of copyright owner]"
  250.32 +
  250.33 +Contributor(s):
  250.34 +
  250.35 +The Original Software is NetBeans. The Initial Developer of the Original
  250.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  250.37 +Microsystems, Inc. All Rights Reserved.
  250.38 +
  250.39 +If you wish your version of this file to be governed by only the CDDL
  250.40 +or only the GPL Version 2, indicate your decision by adding
  250.41 +"[Contributor] elects to include this software in this distribution
  250.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  250.43 +single choice of license, a recipient has the option to distribute
  250.44 +your version of this file under either the CDDL, the GPL Version 2 or
  250.45 +to extend the choice of license to its licensees as provided above.
  250.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  250.47 +Version 2 license, then the option applies only if the new code is
  250.48 +made subject to such option by the copyright holder.
  250.49  -->
  250.50  
  250.51  <html>
   251.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/wsdlui-wsdlview-showusages.html	Mon Dec 19 11:28:54 2016 +0100
   251.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/CSH/wsdlui-wsdlview-showusages.html	Wed Feb 22 15:51:40 2017 +0100
   251.3 @@ -1,7 +1,46 @@
   251.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   251.5  <!--
   251.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   251.7 -* Use is subject to license terms.
   251.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   251.9 +
  251.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  251.11 +
  251.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  251.13 +Other names may be trademarks of their respective owners.
  251.14 +
  251.15 +The contents of this file are subject to the terms of either the GNU
  251.16 +General Public License Version 2 only ("GPL") or the Common
  251.17 +Development and Distribution License("CDDL") (collectively, the
  251.18 +"License"). You may not use this file except in compliance with the
  251.19 +License. You can obtain a copy of the License at
  251.20 +http://www.netbeans.org/cddl-gplv2.html
  251.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  251.22 +specific language governing permissions and limitations under the
  251.23 +License.  When distributing the software, include this License Header
  251.24 +Notice in each file and include the License file at
  251.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  251.26 +particular file as subject to the "Classpath" exception as provided
  251.27 +by Oracle in the GPL Version 2 section of the License file that
  251.28 +accompanied this code. If applicable, add the following below the
  251.29 +License Header, with the fields enclosed by brackets [] replaced by
  251.30 +your own identifying information:
  251.31 +"Portions Copyrighted [year] [name of copyright owner]"
  251.32 +
  251.33 +Contributor(s):
  251.34 +
  251.35 +The Original Software is NetBeans. The Initial Developer of the Original
  251.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  251.37 +Microsystems, Inc. All Rights Reserved.
  251.38 +
  251.39 +If you wish your version of this file to be governed by only the CDDL
  251.40 +or only the GPL Version 2, indicate your decision by adding
  251.41 +"[Contributor] elects to include this software in this distribution
  251.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  251.43 +single choice of license, a recipient has the option to distribute
  251.44 +your version of this file under either the CDDL, the GPL Version 2 or
  251.45 +to extend the choice of license to its licensees as provided above.
  251.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  251.47 +Version 2 license, then the option applies only if the new code is
  251.48 +made subject to such option by the copyright holder.
  251.49  -->
  251.50  <html>
  251.51  
   252.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_FTP.html	Mon Dec 19 11:28:54 2016 +0100
   252.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_FTP.html	Wed Feb 22 15:51:40 2017 +0100
   252.3 @@ -1,7 +1,46 @@
   252.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   252.5  <!--
   252.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   252.7 -* Use is subject to license terms.
   252.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   252.9 +
  252.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  252.11 +
  252.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  252.13 +Other names may be trademarks of their respective owners.
  252.14 +
  252.15 +The contents of this file are subject to the terms of either the GNU
  252.16 +General Public License Version 2 only ("GPL") or the Common
  252.17 +Development and Distribution License("CDDL") (collectively, the
  252.18 +"License"). You may not use this file except in compliance with the
  252.19 +License. You can obtain a copy of the License at
  252.20 +http://www.netbeans.org/cddl-gplv2.html
  252.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  252.22 +specific language governing permissions and limitations under the
  252.23 +License.  When distributing the software, include this License Header
  252.24 +Notice in each file and include the License file at
  252.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  252.26 +particular file as subject to the "Classpath" exception as provided
  252.27 +by Oracle in the GPL Version 2 section of the License file that
  252.28 +accompanied this code. If applicable, add the following below the
  252.29 +License Header, with the fields enclosed by brackets [] replaced by
  252.30 +your own identifying information:
  252.31 +"Portions Copyrighted [year] [name of copyright owner]"
  252.32 +
  252.33 +Contributor(s):
  252.34 +
  252.35 +The Original Software is NetBeans. The Initial Developer of the Original
  252.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  252.37 +Microsystems, Inc. All Rights Reserved.
  252.38 +
  252.39 +If you wish your version of this file to be governed by only the CDDL
  252.40 +or only the GPL Version 2, indicate your decision by adding
  252.41 +"[Contributor] elects to include this software in this distribution
  252.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  252.43 +single choice of license, a recipient has the option to distribute
  252.44 +your version of this file under either the CDDL, the GPL Version 2 or
  252.45 +to extend the choice of license to its licensees as provided above.
  252.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  252.47 +Version 2 license, then the option applies only if the new code is
  252.48 +made subject to such option by the copyright holder.
  252.49  -->
  252.50  
  252.51  <html>
   253.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_HTTP.html	Mon Dec 19 11:28:54 2016 +0100
   253.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_HTTP.html	Wed Feb 22 15:51:40 2017 +0100
   253.3 @@ -1,7 +1,46 @@
   253.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   253.5  <!--
   253.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   253.7 -* Use is subject to license terms.
   253.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   253.9 +
  253.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  253.11 +
  253.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  253.13 +Other names may be trademarks of their respective owners.
  253.14 +
  253.15 +The contents of this file are subject to the terms of either the GNU
  253.16 +General Public License Version 2 only ("GPL") or the Common
  253.17 +Development and Distribution License("CDDL") (collectively, the
  253.18 +"License"). You may not use this file except in compliance with the
  253.19 +License. You can obtain a copy of the License at
  253.20 +http://www.netbeans.org/cddl-gplv2.html
  253.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  253.22 +specific language governing permissions and limitations under the
  253.23 +License.  When distributing the software, include this License Header
  253.24 +Notice in each file and include the License file at
  253.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  253.26 +particular file as subject to the "Classpath" exception as provided
  253.27 +by Oracle in the GPL Version 2 section of the License file that
  253.28 +accompanied this code. If applicable, add the following below the
  253.29 +License Header, with the fields enclosed by brackets [] replaced by
  253.30 +your own identifying information:
  253.31 +"Portions Copyrighted [year] [name of copyright owner]"
  253.32 +
  253.33 +Contributor(s):
  253.34 +
  253.35 +The Original Software is NetBeans. The Initial Developer of the Original
  253.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  253.37 +Microsystems, Inc. All Rights Reserved.
  253.38 +
  253.39 +If you wish your version of this file to be governed by only the CDDL
  253.40 +or only the GPL Version 2, indicate your decision by adding
  253.41 +"[Contributor] elects to include this software in this distribution
  253.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  253.43 +single choice of license, a recipient has the option to distribute
  253.44 +your version of this file under either the CDDL, the GPL Version 2 or
  253.45 +to extend the choice of license to its licensees as provided above.
  253.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  253.47 +Version 2 license, then the option applies only if the new code is
  253.48 +made subject to such option by the copyright holder.
  253.49  -->
  253.50  
  253.51  <html>
   254.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_SOAP.html	Mon Dec 19 11:28:54 2016 +0100
   254.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/binding_subtype_SOAP.html	Wed Feb 22 15:51:40 2017 +0100
   254.3 @@ -1,7 +1,46 @@
   254.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   254.5  <!--
   254.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   254.7 -* Use is subject to license terms.
   254.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   254.9 +
  254.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  254.11 +
  254.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  254.13 +Other names may be trademarks of their respective owners.
  254.14 +
  254.15 +The contents of this file are subject to the terms of either the GNU
  254.16 +General Public License Version 2 only ("GPL") or the Common
  254.17 +Development and Distribution License("CDDL") (collectively, the
  254.18 +"License"). You may not use this file except in compliance with the
  254.19 +License. You can obtain a copy of the License at
  254.20 +http://www.netbeans.org/cddl-gplv2.html
  254.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  254.22 +specific language governing permissions and limitations under the
  254.23 +License.  When distributing the software, include this License Header
  254.24 +Notice in each file and include the License file at
  254.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  254.26 +particular file as subject to the "Classpath" exception as provided
  254.27 +by Oracle in the GPL Version 2 section of the License file that
  254.28 +accompanied this code. If applicable, add the following below the
  254.29 +License Header, with the fields enclosed by brackets [] replaced by
  254.30 +your own identifying information:
  254.31 +"Portions Copyrighted [year] [name of copyright owner]"
  254.32 +
  254.33 +Contributor(s):
  254.34 +
  254.35 +The Original Software is NetBeans. The Initial Developer of the Original
  254.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  254.37 +Microsystems, Inc. All Rights Reserved.
  254.38 +
  254.39 +If you wish your version of this file to be governed by only the CDDL
  254.40 +or only the GPL Version 2, indicate your decision by adding
  254.41 +"[Contributor] elects to include this software in this distribution
  254.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  254.43 +single choice of license, a recipient has the option to distribute
  254.44 +your version of this file under either the CDDL, the GPL Version 2 or
  254.45 +to extend the choice of license to its licensees as provided above.
  254.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  254.47 +Version 2 license, then the option applies only if the new code is
  254.48 +made subject to such option by the copyright holder.
  254.49  -->
  254.50  
  254.51  <html>
   255.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor.html	Mon Dec 19 11:28:54 2016 +0100
   255.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor.html	Wed Feb 22 15:51:40 2017 +0100
   255.3 @@ -1,7 +1,46 @@
   255.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   255.5  <!--
   255.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   255.7 -* Use is subject to license terms.
   255.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   255.9 +
  255.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  255.11 +
  255.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  255.13 +Other names may be trademarks of their respective owners.
  255.14 +
  255.15 +The contents of this file are subject to the terms of either the GNU
  255.16 +General Public License Version 2 only ("GPL") or the Common
  255.17 +Development and Distribution License("CDDL") (collectively, the
  255.18 +"License"). You may not use this file except in compliance with the
  255.19 +License. You can obtain a copy of the License at
  255.20 +http://www.netbeans.org/cddl-gplv2.html
  255.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  255.22 +specific language governing permissions and limitations under the
  255.23 +License.  When distributing the software, include this License Header
  255.24 +Notice in each file and include the License file at
  255.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  255.26 +particular file as subject to the "Classpath" exception as provided
  255.27 +by Oracle in the GPL Version 2 section of the License file that
  255.28 +accompanied this code. If applicable, add the following below the
  255.29 +License Header, with the fields enclosed by brackets [] replaced by
  255.30 +your own identifying information:
  255.31 +"Portions Copyrighted [year] [name of copyright owner]"
  255.32 +
  255.33 +Contributor(s):
  255.34 +
  255.35 +The Original Software is NetBeans. The Initial Developer of the Original
  255.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  255.37 +Microsystems, Inc. All Rights Reserved.
  255.38 +
  255.39 +If you wish your version of this file to be governed by only the CDDL
  255.40 +or only the GPL Version 2, indicate your decision by adding
  255.41 +"[Contributor] elects to include this software in this distribution
  255.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  255.43 +single choice of license, a recipient has the option to distribute
  255.44 +your version of this file under either the CDDL, the GPL Version 2 or
  255.45 +to extend the choice of license to its licensees as provided above.
  255.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  255.47 +Version 2 license, then the option applies only if the new code is
  255.48 +made subject to such option by the copyright holder.
  255.49  -->
  255.50  
  255.51  <html>
   256.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_bindings.html	Mon Dec 19 11:28:54 2016 +0100
   256.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_bindings.html	Wed Feb 22 15:51:40 2017 +0100
   256.3 @@ -1,7 +1,46 @@
   256.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   256.5  <!--
   256.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   256.7 -* Use is subject to license terms.
   256.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   256.9 +
  256.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  256.11 +
  256.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  256.13 +Other names may be trademarks of their respective owners.
  256.14 +
  256.15 +The contents of this file are subject to the terms of either the GNU
  256.16 +General Public License Version 2 only ("GPL") or the Common
  256.17 +Development and Distribution License("CDDL") (collectively, the
  256.18 +"License"). You may not use this file except in compliance with the
  256.19 +License. You can obtain a copy of the License at
  256.20 +http://www.netbeans.org/cddl-gplv2.html
  256.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  256.22 +specific language governing permissions and limitations under the
  256.23 +License.  When distributing the software, include this License Header
  256.24 +Notice in each file and include the License file at
  256.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  256.26 +particular file as subject to the "Classpath" exception as provided
  256.27 +by Oracle in the GPL Version 2 section of the License file that
  256.28 +accompanied this code. If applicable, add the following below the
  256.29 +License Header, with the fields enclosed by brackets [] replaced by
  256.30 +your own identifying information:
  256.31 +"Portions Copyrighted [year] [name of copyright owner]"
  256.32 +
  256.33 +Contributor(s):
  256.34 +
  256.35 +The Original Software is NetBeans. The Initial Developer of the Original
  256.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  256.37 +Microsystems, Inc. All Rights Reserved.
  256.38 +
  256.39 +If you wish your version of this file to be governed by only the CDDL
  256.40 +or only the GPL Version 2, indicate your decision by adding
  256.41 +"[Contributor] elects to include this software in this distribution
  256.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  256.43 +single choice of license, a recipient has the option to distribute
  256.44 +your version of this file under either the CDDL, the GPL Version 2 or
  256.45 +to extend the choice of license to its licensees as provided above.
  256.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  256.47 +Version 2 license, then the option applies only if the new code is
  256.48 +made subject to such option by the copyright holder.
  256.49  -->
  256.50  
  256.51  <html>
   257.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_bpel_ext.html	Mon Dec 19 11:28:54 2016 +0100
   257.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_bpel_ext.html	Wed Feb 22 15:51:40 2017 +0100
   257.3 @@ -1,7 +1,46 @@
   257.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   257.5  <!--
   257.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   257.7 -* Use is subject to license terms.
   257.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   257.9 +
  257.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  257.11 +
  257.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  257.13 +Other names may be trademarks of their respective owners.
  257.14 +
  257.15 +The contents of this file are subject to the terms of either the GNU
  257.16 +General Public License Version 2 only ("GPL") or the Common
  257.17 +Development and Distribution License("CDDL") (collectively, the
  257.18 +"License"). You may not use this file except in compliance with the
  257.19 +License. You can obtain a copy of the License at
  257.20 +http://www.netbeans.org/cddl-gplv2.html
  257.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  257.22 +specific language governing permissions and limitations under the
  257.23 +License.  When distributing the software, include this License Header
  257.24 +Notice in each file and include the License file at
  257.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  257.26 +particular file as subject to the "Classpath" exception as provided
  257.27 +by Oracle in the GPL Version 2 section of the License file that
  257.28 +accompanied this code. If applicable, add the following below the
  257.29 +License Header, with the fields enclosed by brackets [] replaced by
  257.30 +your own identifying information:
  257.31 +"Portions Copyrighted [year] [name of copyright owner]"
  257.32 +
  257.33 +Contributor(s):
  257.34 +
  257.35 +The Original Software is NetBeans. The Initial Developer of the Original
  257.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  257.37 +Microsystems, Inc. All Rights Reserved.
  257.38 +
  257.39 +If you wish your version of this file to be governed by only the CDDL
  257.40 +or only the GPL Version 2, indicate your decision by adding
  257.41 +"[Contributor] elects to include this software in this distribution
  257.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  257.43 +single choice of license, a recipient has the option to distribute
  257.44 +your version of this file under either the CDDL, the GPL Version 2 or
  257.45 +to extend the choice of license to its licensees as provided above.
  257.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  257.47 +Version 2 license, then the option applies only if the new code is
  257.48 +made subject to such option by the copyright holder.
  257.49  -->
  257.50  
  257.51  <html>
   258.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_code_completion.html	Mon Dec 19 11:28:54 2016 +0100
   258.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_code_completion.html	Wed Feb 22 15:51:40 2017 +0100
   258.3 @@ -1,7 +1,46 @@
   258.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   258.5  <!--
   258.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   258.7 -* Use is subject to license terms.
   258.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   258.9 +
  258.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  258.11 +
  258.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  258.13 +Other names may be trademarks of their respective owners.
  258.14 +
  258.15 +The contents of this file are subject to the terms of either the GNU
  258.16 +General Public License Version 2 only ("GPL") or the Common
  258.17 +Development and Distribution License("CDDL") (collectively, the
  258.18 +"License"). You may not use this file except in compliance with the
  258.19 +License. You can obtain a copy of the License at
  258.20 +http://www.netbeans.org/cddl-gplv2.html
  258.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  258.22 +specific language governing permissions and limitations under the
  258.23 +License.  When distributing the software, include this License Header
  258.24 +Notice in each file and include the License file at
  258.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  258.26 +particular file as subject to the "Classpath" exception as provided
  258.27 +by Oracle in the GPL Version 2 section of the License file that
  258.28 +accompanied this code. If applicable, add the following below the
  258.29 +License Header, with the fields enclosed by brackets [] replaced by
  258.30 +your own identifying information:
  258.31 +"Portions Copyrighted [year] [name of copyright owner]"
  258.32 +
  258.33 +Contributor(s):
  258.34 +
  258.35 +The Original Software is NetBeans. The Initial Developer of the Original
  258.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  258.37 +Microsystems, Inc. All Rights Reserved.
  258.38 +
  258.39 +If you wish your version of this file to be governed by only the CDDL
  258.40 +or only the GPL Version 2, indicate your decision by adding
  258.41 +"[Contributor] elects to include this software in this distribution
  258.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  258.43 +single choice of license, a recipient has the option to distribute
  258.44 +your version of this file under either the CDDL, the GPL Version 2 or
  258.45 +to extend the choice of license to its licensees as provided above.
  258.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  258.47 +Version 2 license, then the option applies only if the new code is
  258.48 +made subject to such option by the copyright holder.
  258.49  -->
  258.50  
  258.51  <html>
   259.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_config.html	Mon Dec 19 11:28:54 2016 +0100
   259.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_config.html	Wed Feb 22 15:51:40 2017 +0100
   259.3 @@ -1,7 +1,46 @@
   259.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   259.5  <!--
   259.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   259.7 -* Use is subject to license terms.
   259.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   259.9 +
  259.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  259.11 +
  259.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  259.13 +Other names may be trademarks of their respective owners.
  259.14 +
  259.15 +The contents of this file are subject to the terms of either the GNU
  259.16 +General Public License Version 2 only ("GPL") or the Common
  259.17 +Development and Distribution License("CDDL") (collectively, the
  259.18 +"License"). You may not use this file except in compliance with the
  259.19 +License. You can obtain a copy of the License at
  259.20 +http://www.netbeans.org/cddl-gplv2.html
  259.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  259.22 +specific language governing permissions and limitations under the
  259.23 +License.  When distributing the software, include this License Header
  259.24 +Notice in each file and include the License file at
  259.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  259.26 +particular file as subject to the "Classpath" exception as provided
  259.27 +by Oracle in the GPL Version 2 section of the License file that
  259.28 +accompanied this code. If applicable, add the following below the
  259.29 +License Header, with the fields enclosed by brackets [] replaced by
  259.30 +your own identifying information:
  259.31 +"Portions Copyrighted [year] [name of copyright owner]"
  259.32 +
  259.33 +Contributor(s):
  259.34 +
  259.35 +The Original Software is NetBeans. The Initial Developer of the Original
  259.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  259.37 +Microsystems, Inc. All Rights Reserved.
  259.38 +
  259.39 +If you wish your version of this file to be governed by only the CDDL
  259.40 +or only the GPL Version 2, indicate your decision by adding
  259.41 +"[Contributor] elects to include this software in this distribution
  259.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  259.43 +single choice of license, a recipient has the option to distribute
  259.44 +your version of this file under either the CDDL, the GPL Version 2 or
  259.45 +to extend the choice of license to its licensees as provided above.
  259.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  259.47 +Version 2 license, then the option applies only if the new code is
  259.48 +made subject to such option by the copyright holder.
  259.49  -->
  259.50  <html>
  259.51  <head>
   260.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_creating.html	Mon Dec 19 11:28:54 2016 +0100
   260.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_creating.html	Wed Feb 22 15:51:40 2017 +0100
   260.3 @@ -1,7 +1,46 @@
   260.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   260.5  <!--
   260.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   260.7 -* Use is subject to license terms.
   260.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   260.9 +
  260.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  260.11 +
  260.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  260.13 +Other names may be trademarks of their respective owners.
  260.14 +
  260.15 +The contents of this file are subject to the terms of either the GNU
  260.16 +General Public License Version 2 only ("GPL") or the Common
  260.17 +Development and Distribution License("CDDL") (collectively, the
  260.18 +"License"). You may not use this file except in compliance with the
  260.19 +License. You can obtain a copy of the License at
  260.20 +http://www.netbeans.org/cddl-gplv2.html
  260.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  260.22 +specific language governing permissions and limitations under the
  260.23 +License.  When distributing the software, include this License Header
  260.24 +Notice in each file and include the License file at
  260.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  260.26 +particular file as subject to the "Classpath" exception as provided
  260.27 +by Oracle in the GPL Version 2 section of the License file that
  260.28 +accompanied this code. If applicable, add the following below the
  260.29 +License Header, with the fields enclosed by brackets [] replaced by
  260.30 +your own identifying information:
  260.31 +"Portions Copyrighted [year] [name of copyright owner]"
  260.32 +
  260.33 +Contributor(s):
  260.34 +
  260.35 +The Original Software is NetBeans. The Initial Developer of the Original
  260.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  260.37 +Microsystems, Inc. All Rights Reserved.
  260.38 +
  260.39 +If you wish your version of this file to be governed by only the CDDL
  260.40 +or only the GPL Version 2, indicate your decision by adding
  260.41 +"[Contributor] elects to include this software in this distribution
  260.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  260.43 +single choice of license, a recipient has the option to distribute
  260.44 +your version of this file under either the CDDL, the GPL Version 2 or
  260.45 +to extend the choice of license to its licensees as provided above.
  260.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  260.47 +Version 2 license, then the option applies only if the new code is
  260.48 +made subject to such option by the copyright holder.
  260.49  -->
  260.50  
  260.51  <html>
   261.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_creating_existing.html	Mon Dec 19 11:28:54 2016 +0100
   261.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_creating_existing.html	Wed Feb 22 15:51:40 2017 +0100
   261.3 @@ -1,7 +1,46 @@
   261.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   261.5  <!--
   261.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   261.7 -* Use is subject to license terms.
   261.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   261.9 +
  261.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  261.11 +
  261.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  261.13 +Other names may be trademarks of their respective owners.
  261.14 +
  261.15 +The contents of this file are subject to the terms of either the GNU
  261.16 +General Public License Version 2 only ("GPL") or the Common
  261.17 +Development and Distribution License("CDDL") (collectively, the
  261.18 +"License"). You may not use this file except in compliance with the
  261.19 +License. You can obtain a copy of the License at
  261.20 +http://www.netbeans.org/cddl-gplv2.html
  261.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  261.22 +specific language governing permissions and limitations under the
  261.23 +License.  When distributing the software, include this License Header
  261.24 +Notice in each file and include the License file at
  261.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  261.26 +particular file as subject to the "Classpath" exception as provided
  261.27 +by Oracle in the GPL Version 2 section of the License file that
  261.28 +accompanied this code. If applicable, add the following below the
  261.29 +License Header, with the fields enclosed by brackets [] replaced by
  261.30 +your own identifying information:
  261.31 +"Portions Copyrighted [year] [name of copyright owner]"
  261.32 +
  261.33 +Contributor(s):
  261.34 +
  261.35 +The Original Software is NetBeans. The Initial Developer of the Original
  261.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  261.37 +Microsystems, Inc. All Rights Reserved.
  261.38 +
  261.39 +If you wish your version of this file to be governed by only the CDDL
  261.40 +or only the GPL Version 2, indicate your decision by adding
  261.41 +"[Contributor] elects to include this software in this distribution
  261.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  261.43 +single choice of license, a recipient has the option to distribute
  261.44 +your version of this file under either the CDDL, the GPL Version 2 or
  261.45 +to extend the choice of license to its licensees as provided above.
  261.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  261.47 +Version 2 license, then the option applies only if the new code is
  261.48 +made subject to such option by the copyright holder.
  261.49  -->
  261.50  
  261.51  <html>
   262.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_data_types.html	Mon Dec 19 11:28:54 2016 +0100
   262.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_data_types.html	Wed Feb 22 15:51:40 2017 +0100
   262.3 @@ -1,7 +1,46 @@
   262.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   262.5  <!--
   262.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   262.7 -* Use is subject to license terms.
   262.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   262.9 +
  262.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  262.11 +
  262.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  262.13 +Other names may be trademarks of their respective owners.
  262.14 +
  262.15 +The contents of this file are subject to the terms of either the GNU
  262.16 +General Public License Version 2 only ("GPL") or the Common
  262.17 +Development and Distribution License("CDDL") (collectively, the
  262.18 +"License"). You may not use this file except in compliance with the
  262.19 +License. You can obtain a copy of the License at
  262.20 +http://www.netbeans.org/cddl-gplv2.html
  262.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  262.22 +specific language governing permissions and limitations under the
  262.23 +License.  When distributing the software, include this License Header
  262.24 +Notice in each file and include the License file at
  262.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  262.26 +particular file as subject to the "Classpath" exception as provided
  262.27 +by Oracle in the GPL Version 2 section of the License file that
  262.28 +accompanied this code. If applicable, add the following below the
  262.29 +License Header, with the fields enclosed by brackets [] replaced by
  262.30 +your own identifying information:
  262.31 +"Portions Copyrighted [year] [name of copyright owner]"
  262.32 +
  262.33 +Contributor(s):
  262.34 +
  262.35 +The Original Software is NetBeans. The Initial Developer of the Original
  262.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  262.37 +Microsystems, Inc. All Rights Reserved.
  262.38 +
  262.39 +If you wish your version of this file to be governed by only the CDDL
  262.40 +or only the GPL Version 2, indicate your decision by adding
  262.41 +"[Contributor] elects to include this software in this distribution
  262.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  262.43 +single choice of license, a recipient has the option to distribute
  262.44 +your version of this file under either the CDDL, the GPL Version 2 or
  262.45 +to extend the choice of license to its licensees as provided above.
  262.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  262.47 +Version 2 license, then the option applies only if the new code is
  262.48 +made subject to such option by the copyright holder.
  262.49  -->
  262.50  
  262.51  <html>
   263.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_documentation.html	Mon Dec 19 11:28:54 2016 +0100
   263.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_documentation.html	Wed Feb 22 15:51:40 2017 +0100
   263.3 @@ -1,7 +1,46 @@
   263.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   263.5  <!--
   263.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   263.7 -* Use is subject to license terms.
   263.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   263.9 +
  263.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  263.11 +
  263.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  263.13 +Other names may be trademarks of their respective owners.
  263.14 +
  263.15 +The contents of this file are subject to the terms of either the GNU
  263.16 +General Public License Version 2 only ("GPL") or the Common
  263.17 +Development and Distribution License("CDDL") (collectively, the
  263.18 +"License"). You may not use this file except in compliance with the
  263.19 +License. You can obtain a copy of the License at
  263.20 +http://www.netbeans.org/cddl-gplv2.html
  263.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  263.22 +specific language governing permissions and limitations under the
  263.23 +License.  When distributing the software, include this License Header
  263.24 +Notice in each file and include the License file at
  263.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  263.26 +particular file as subject to the "Classpath" exception as provided
  263.27 +by Oracle in the GPL Version 2 section of the License file that
  263.28 +accompanied this code. If applicable, add the following below the
  263.29 +License Header, with the fields enclosed by brackets [] replaced by
  263.30 +your own identifying information:
  263.31 +"Portions Copyrighted [year] [name of copyright owner]"
  263.32 +
  263.33 +Contributor(s):
  263.34 +
  263.35 +The Original Software is NetBeans. The Initial Developer of the Original
  263.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  263.37 +Microsystems, Inc. All Rights Reserved.
  263.38 +
  263.39 +If you wish your version of this file to be governed by only the CDDL
  263.40 +or only the GPL Version 2, indicate your decision by adding
  263.41 +"[Contributor] elects to include this software in this distribution
  263.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  263.43 +single choice of license, a recipient has the option to distribute
  263.44 +your version of this file under either the CDDL, the GPL Version 2 or
  263.45 +to extend the choice of license to its licensees as provided above.
  263.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  263.47 +Version 2 license, then the option applies only if the new code is
  263.48 +made subject to such option by the copyright holder.
  263.49  -->
  263.50  
  263.51  <html>
   264.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_find.html	Mon Dec 19 11:28:54 2016 +0100
   264.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_find.html	Wed Feb 22 15:51:40 2017 +0100
   264.3 @@ -1,7 +1,46 @@
   264.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   264.5  <!--
   264.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   264.7 -* Use is subject to license terms.
   264.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   264.9 +
  264.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  264.11 +
  264.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  264.13 +Other names may be trademarks of their respective owners.
  264.14 +
  264.15 +The contents of this file are subject to the terms of either the GNU
  264.16 +General Public License Version 2 only ("GPL") or the Common
  264.17 +Development and Distribution License("CDDL") (collectively, the
  264.18 +"License"). You may not use this file except in compliance with the
  264.19 +License. You can obtain a copy of the License at
  264.20 +http://www.netbeans.org/cddl-gplv2.html
  264.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  264.22 +specific language governing permissions and limitations under the
  264.23 +License.  When distributing the software, include this License Header
  264.24 +Notice in each file and include the License file at
  264.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  264.26 +particular file as subject to the "Classpath" exception as provided
  264.27 +by Oracle in the GPL Version 2 section of the License file that
  264.28 +accompanied this code. If applicable, add the following below the
  264.29 +License Header, with the fields enclosed by brackets [] replaced by
  264.30 +your own identifying information:
  264.31 +"Portions Copyrighted [year] [name of copyright owner]"
  264.32 +
  264.33 +Contributor(s):
  264.34 +
  264.35 +The Original Software is NetBeans. The Initial Developer of the Original
  264.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  264.37 +Microsystems, Inc. All Rights Reserved.
  264.38 +
  264.39 +If you wish your version of this file to be governed by only the CDDL
  264.40 +or only the GPL Version 2, indicate your decision by adding
  264.41 +"[Contributor] elects to include this software in this distribution
  264.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  264.43 +single choice of license, a recipient has the option to distribute
  264.44 +your version of this file under either the CDDL, the GPL Version 2 or
  264.45 +to extend the choice of license to its licensees as provided above.
  264.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  264.47 +Version 2 license, then the option applies only if the new code is
  264.48 +made subject to such option by the copyright holder.
  264.49  -->
  264.50  
  264.51  <html>
   265.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_import_schema.html	Mon Dec 19 11:28:54 2016 +0100
   265.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_import_schema.html	Wed Feb 22 15:51:40 2017 +0100
   265.3 @@ -1,7 +1,46 @@
   265.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   265.5  <!--
   265.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   265.7 -* Use is subject to license terms.
   265.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   265.9 +
  265.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  265.11 +
  265.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  265.13 +Other names may be trademarks of their respective owners.
  265.14 +
  265.15 +The contents of this file are subject to the terms of either the GNU
  265.16 +General Public License Version 2 only ("GPL") or the Common
  265.17 +Development and Distribution License("CDDL") (collectively, the
  265.18 +"License"). You may not use this file except in compliance with the
  265.19 +License. You can obtain a copy of the License at
  265.20 +http://www.netbeans.org/cddl-gplv2.html
  265.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  265.22 +specific language governing permissions and limitations under the
  265.23 +License.  When distributing the software, include this License Header
  265.24 +Notice in each file and include the License file at
  265.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  265.26 +particular file as subject to the "Classpath" exception as provided
  265.27 +by Oracle in the GPL Version 2 section of the License file that
  265.28 +accompanied this code. If applicable, add the following below the
  265.29 +License Header, with the fields enclosed by brackets [] replaced by
  265.30 +your own identifying information:
  265.31 +"Portions Copyrighted [year] [name of copyright owner]"
  265.32 +
  265.33 +Contributor(s):
  265.34 +
  265.35 +The Original Software is NetBeans. The Initial Developer of the Original
  265.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  265.37 +Microsystems, Inc. All Rights Reserved.
  265.38 +
  265.39 +If you wish your version of this file to be governed by only the CDDL
  265.40 +or only the GPL Version 2, indicate your decision by adding
  265.41 +"[Contributor] elects to include this software in this distribution
  265.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  265.43 +single choice of license, a recipient has the option to distribute
  265.44 +your version of this file under either the CDDL, the GPL Version 2 or
  265.45 +to extend the choice of license to its licensees as provided above.
  265.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  265.47 +Version 2 license, then the option applies only if the new code is
  265.48 +made subject to such option by the copyright holder.
  265.49  -->
  265.50  <html>
  265.51  
   266.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_import_wsdl.html	Mon Dec 19 11:28:54 2016 +0100
   266.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_import_wsdl.html	Wed Feb 22 15:51:40 2017 +0100
   266.3 @@ -1,7 +1,46 @@
   266.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   266.5  <!--
   266.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   266.7 -* Use is subject to license terms.
   266.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   266.9 +
  266.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  266.11 +
  266.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  266.13 +Other names may be trademarks of their respective owners.
  266.14 +
  266.15 +The contents of this file are subject to the terms of either the GNU
  266.16 +General Public License Version 2 only ("GPL") or the Common
  266.17 +Development and Distribution License("CDDL") (collectively, the
  266.18 +"License"). You may not use this file except in compliance with the
  266.19 +License. You can obtain a copy of the License at
  266.20 +http://www.netbeans.org/cddl-gplv2.html
  266.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  266.22 +specific language governing permissions and limitations under the
  266.23 +License.  When distributing the software, include this License Header
  266.24 +Notice in each file and include the License file at
  266.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  266.26 +particular file as subject to the "Classpath" exception as provided
  266.27 +by Oracle in the GPL Version 2 section of the License file that
  266.28 +accompanied this code. If applicable, add the following below the
  266.29 +License Header, with the fields enclosed by brackets [] replaced by
  266.30 +your own identifying information:
  266.31 +"Portions Copyrighted [year] [name of copyright owner]"
  266.32 +
  266.33 +Contributor(s):
  266.34 +
  266.35 +The Original Software is NetBeans. The Initial Developer of the Original
  266.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  266.37 +Microsystems, Inc. All Rights Reserved.
  266.38 +
  266.39 +If you wish your version of this file to be governed by only the CDDL
  266.40 +or only the GPL Version 2, indicate your decision by adding
  266.41 +"[Contributor] elects to include this software in this distribution
  266.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  266.43 +single choice of license, a recipient has the option to distribute
  266.44 +your version of this file under either the CDDL, the GPL Version 2 or
  266.45 +to extend the choice of license to its licensees as provided above.
  266.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  266.47 +Version 2 license, then the option applies only if the new code is
  266.48 +made subject to such option by the copyright holder.
  266.49  -->
  266.50  <html>
  266.51  
   267.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_messages.html	Mon Dec 19 11:28:54 2016 +0100
   267.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_messages.html	Wed Feb 22 15:51:40 2017 +0100
   267.3 @@ -1,7 +1,46 @@
   267.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   267.5  <!--
   267.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   267.7 -* Use is subject to license terms.
   267.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   267.9 +
  267.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  267.11 +
  267.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  267.13 +Other names may be trademarks of their respective owners.
  267.14 +
  267.15 +The contents of this file are subject to the terms of either the GNU
  267.16 +General Public License Version 2 only ("GPL") or the Common
  267.17 +Development and Distribution License("CDDL") (collectively, the
  267.18 +"License"). You may not use this file except in compliance with the
  267.19 +License. You can obtain a copy of the License at
  267.20 +http://www.netbeans.org/cddl-gplv2.html
  267.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  267.22 +specific language governing permissions and limitations under the
  267.23 +License.  When distributing the software, include this License Header
  267.24 +Notice in each file and include the License file at
  267.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  267.26 +particular file as subject to the "Classpath" exception as provided
  267.27 +by Oracle in the GPL Version 2 section of the License file that
  267.28 +accompanied this code. If applicable, add the following below the
  267.29 +License Header, with the fields enclosed by brackets [] replaced by
  267.30 +your own identifying information:
  267.31 +"Portions Copyrighted [year] [name of copyright owner]"
  267.32 +
  267.33 +Contributor(s):
  267.34 +
  267.35 +The Original Software is NetBeans. The Initial Developer of the Original
  267.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  267.37 +Microsystems, Inc. All Rights Reserved.
  267.38 +
  267.39 +If you wish your version of this file to be governed by only the CDDL
  267.40 +or only the GPL Version 2, indicate your decision by adding
  267.41 +"[Contributor] elects to include this software in this distribution
  267.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  267.43 +single choice of license, a recipient has the option to distribute
  267.44 +your version of this file under either the CDDL, the GPL Version 2 or
  267.45 +to extend the choice of license to its licensees as provided above.
  267.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  267.47 +Version 2 license, then the option applies only if the new code is
  267.48 +made subject to such option by the copyright holder.
  267.49  -->
  267.50  <html>
  267.51  
   268.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_ncname.html	Mon Dec 19 11:28:54 2016 +0100
   268.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_ncname.html	Wed Feb 22 15:51:40 2017 +0100
   268.3 @@ -1,7 +1,46 @@
   268.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   268.5  <!--
   268.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   268.7 -* Use is subject to license terms.
   268.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   268.9 +
  268.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  268.11 +
  268.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  268.13 +Other names may be trademarks of their respective owners.
  268.14 +
  268.15 +The contents of this file are subject to the terms of either the GNU
  268.16 +General Public License Version 2 only ("GPL") or the Common
  268.17 +Development and Distribution License("CDDL") (collectively, the
  268.18 +"License"). You may not use this file except in compliance with the
  268.19 +License. You can obtain a copy of the License at
  268.20 +http://www.netbeans.org/cddl-gplv2.html
  268.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  268.22 +specific language governing permissions and limitations under the
  268.23 +License.  When distributing the software, include this License Header
  268.24 +Notice in each file and include the License file at
  268.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  268.26 +particular file as subject to the "Classpath" exception as provided
  268.27 +by Oracle in the GPL Version 2 section of the License file that
  268.28 +accompanied this code. If applicable, add the following below the
  268.29 +License Header, with the fields enclosed by brackets [] replaced by
  268.30 +your own identifying information:
  268.31 +"Portions Copyrighted [year] [name of copyright owner]"
  268.32 +
  268.33 +Contributor(s):
  268.34 +
  268.35 +The Original Software is NetBeans. The Initial Developer of the Original
  268.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  268.37 +Microsystems, Inc. All Rights Reserved.
  268.38 +
  268.39 +If you wish your version of this file to be governed by only the CDDL
  268.40 +or only the GPL Version 2, indicate your decision by adding
  268.41 +"[Contributor] elects to include this software in this distribution
  268.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  268.43 +single choice of license, a recipient has the option to distribute
  268.44 +your version of this file under either the CDDL, the GPL Version 2 or
  268.45 +to extend the choice of license to its licensees as provided above.
  268.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  268.47 +Version 2 license, then the option applies only if the new code is
  268.48 +made subject to such option by the copyright holder.
  268.49  -->
  268.50  
  268.51  <html>
   269.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner.html	Mon Dec 19 11:28:54 2016 +0100
   269.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner.html	Wed Feb 22 15:51:40 2017 +0100
   269.3 @@ -1,7 +1,46 @@
   269.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   269.5  <!--
   269.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   269.7 -* Use is subject to license terms.
   269.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   269.9 +
  269.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  269.11 +
  269.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  269.13 +Other names may be trademarks of their respective owners.
  269.14 +
  269.15 +The contents of this file are subject to the terms of either the GNU
  269.16 +General Public License Version 2 only ("GPL") or the Common
  269.17 +Development and Distribution License("CDDL") (collectively, the
  269.18 +"License"). You may not use this file except in compliance with the
  269.19 +License. You can obtain a copy of the License at
  269.20 +http://www.netbeans.org/cddl-gplv2.html
  269.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  269.22 +specific language governing permissions and limitations under the
  269.23 +License.  When distributing the software, include this License Header
  269.24 +Notice in each file and include the License file at
  269.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  269.26 +particular file as subject to the "Classpath" exception as provided
  269.27 +by Oracle in the GPL Version 2 section of the License file that
  269.28 +accompanied this code. If applicable, add the following below the
  269.29 +License Header, with the fields enclosed by brackets [] replaced by
  269.30 +your own identifying information:
  269.31 +"Portions Copyrighted [year] [name of copyright owner]"
  269.32 +
  269.33 +Contributor(s):
  269.34 +
  269.35 +The Original Software is NetBeans. The Initial Developer of the Original
  269.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  269.37 +Microsystems, Inc. All Rights Reserved.
  269.38 +
  269.39 +If you wish your version of this file to be governed by only the CDDL
  269.40 +or only the GPL Version 2, indicate your decision by adding
  269.41 +"[Contributor] elects to include this software in this distribution
  269.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  269.43 +single choice of license, a recipient has the option to distribute
  269.44 +your version of this file under either the CDDL, the GPL Version 2 or
  269.45 +to extend the choice of license to its licensees as provided above.
  269.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  269.47 +Version 2 license, then the option applies only if the new code is
  269.48 +made subject to such option by the copyright holder.
  269.49  -->
  269.50  
  269.51  <html>
   270.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_layout.html	Mon Dec 19 11:28:54 2016 +0100
   270.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_layout.html	Wed Feb 22 15:51:40 2017 +0100
   270.3 @@ -1,7 +1,46 @@
   270.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   270.5  <!--
   270.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   270.7 -* Use is subject to license terms.
   270.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   270.9 +
  270.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  270.11 +
  270.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  270.13 +Other names may be trademarks of their respective owners.
  270.14 +
  270.15 +The contents of this file are subject to the terms of either the GNU
  270.16 +General Public License Version 2 only ("GPL") or the Common
  270.17 +Development and Distribution License("CDDL") (collectively, the
  270.18 +"License"). You may not use this file except in compliance with the
  270.19 +License. You can obtain a copy of the License at
  270.20 +http://www.netbeans.org/cddl-gplv2.html
  270.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  270.22 +specific language governing permissions and limitations under the
  270.23 +License.  When distributing the software, include this License Header
  270.24 +Notice in each file and include the License file at
  270.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  270.26 +particular file as subject to the "Classpath" exception as provided
  270.27 +by Oracle in the GPL Version 2 section of the License file that
  270.28 +accompanied this code. If applicable, add the following below the
  270.29 +License Header, with the fields enclosed by brackets [] replaced by
  270.30 +your own identifying information:
  270.31 +"Portions Copyrighted [year] [name of copyright owner]"
  270.32 +
  270.33 +Contributor(s):
  270.34 +
  270.35 +The Original Software is NetBeans. The Initial Developer of the Original
  270.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  270.37 +Microsystems, Inc. All Rights Reserved.
  270.38 +
  270.39 +If you wish your version of this file to be governed by only the CDDL
  270.40 +or only the GPL Version 2, indicate your decision by adding
  270.41 +"[Contributor] elects to include this software in this distribution
  270.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  270.43 +single choice of license, a recipient has the option to distribute
  270.44 +your version of this file under either the CDDL, the GPL Version 2 or
  270.45 +to extend the choice of license to its licensees as provided above.
  270.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  270.47 +Version 2 license, then the option applies only if the new code is
  270.48 +made subject to such option by the copyright holder.
  270.49  -->
  270.50  
  270.51  <html>
   271.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_messages.html	Mon Dec 19 11:28:54 2016 +0100
   271.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_messages.html	Wed Feb 22 15:51:40 2017 +0100
   271.3 @@ -1,7 +1,46 @@
   271.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   271.5  <!--
   271.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   271.7 -* Use is subject to license terms.
   271.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   271.9 +
  271.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  271.11 +
  271.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  271.13 +Other names may be trademarks of their respective owners.
  271.14 +
  271.15 +The contents of this file are subject to the terms of either the GNU
  271.16 +General Public License Version 2 only ("GPL") or the Common
  271.17 +Development and Distribution License("CDDL") (collectively, the
  271.18 +"License"). You may not use this file except in compliance with the
  271.19 +License. You can obtain a copy of the License at
  271.20 +http://www.netbeans.org/cddl-gplv2.html
  271.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  271.22 +specific language governing permissions and limitations under the
  271.23 +License.  When distributing the software, include this License Header
  271.24 +Notice in each file and include the License file at
  271.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  271.26 +particular file as subject to the "Classpath" exception as provided
  271.27 +by Oracle in the GPL Version 2 section of the License file that
  271.28 +accompanied this code. If applicable, add the following below the
  271.29 +License Header, with the fields enclosed by brackets [] replaced by
  271.30 +your own identifying information:
  271.31 +"Portions Copyrighted [year] [name of copyright owner]"
  271.32 +
  271.33 +Contributor(s):
  271.34 +
  271.35 +The Original Software is NetBeans. The Initial Developer of the Original
  271.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  271.37 +Microsystems, Inc. All Rights Reserved.
  271.38 +
  271.39 +If you wish your version of this file to be governed by only the CDDL
  271.40 +or only the GPL Version 2, indicate your decision by adding
  271.41 +"[Contributor] elects to include this software in this distribution
  271.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  271.43 +single choice of license, a recipient has the option to distribute
  271.44 +your version of this file under either the CDDL, the GPL Version 2 or
  271.45 +to extend the choice of license to its licensees as provided above.
  271.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  271.47 +Version 2 license, then the option applies only if the new code is
  271.48 +made subject to such option by the copyright holder.
  271.49  -->
  271.50  
  271.51  <html>
   272.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_messages_editing.html	Mon Dec 19 11:28:54 2016 +0100
   272.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_messages_editing.html	Wed Feb 22 15:51:40 2017 +0100
   272.3 @@ -1,7 +1,46 @@
   272.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   272.5  <!--
   272.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   272.7 -* Use is subject to license terms.
   272.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   272.9 +
  272.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  272.11 +
  272.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  272.13 +Other names may be trademarks of their respective owners.
  272.14 +
  272.15 +The contents of this file are subject to the terms of either the GNU
  272.16 +General Public License Version 2 only ("GPL") or the Common
  272.17 +Development and Distribution License("CDDL") (collectively, the
  272.18 +"License"). You may not use this file except in compliance with the
  272.19 +License. You can obtain a copy of the License at
  272.20 +http://www.netbeans.org/cddl-gplv2.html
  272.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  272.22 +specific language governing permissions and limitations under the
  272.23 +License.  When distributing the software, include this License Header
  272.24 +Notice in each file and include the License file at
  272.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  272.26 +particular file as subject to the "Classpath" exception as provided
  272.27 +by Oracle in the GPL Version 2 section of the License file that
  272.28 +accompanied this code. If applicable, add the following below the
  272.29 +License Header, with the fields enclosed by brackets [] replaced by
  272.30 +your own identifying information:
  272.31 +"Portions Copyrighted [year] [name of copyright owner]"
  272.32 +
  272.33 +Contributor(s):
  272.34 +
  272.35 +The Original Software is NetBeans. The Initial Developer of the Original
  272.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  272.37 +Microsystems, Inc. All Rights Reserved.
  272.38 +
  272.39 +If you wish your version of this file to be governed by only the CDDL
  272.40 +or only the GPL Version 2, indicate your decision by adding
  272.41 +"[Contributor] elects to include this software in this distribution
  272.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  272.43 +single choice of license, a recipient has the option to distribute
  272.44 +your version of this file under either the CDDL, the GPL Version 2 or
  272.45 +to extend the choice of license to its licensees as provided above.
  272.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  272.47 +Version 2 license, then the option applies only if the new code is
  272.48 +made subject to such option by the copyright holder.
  272.49  -->
  272.50  
  272.51  <html>
   273.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_nav.html	Mon Dec 19 11:28:54 2016 +0100
   273.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_nav.html	Wed Feb 22 15:51:40 2017 +0100
   273.3 @@ -1,7 +1,46 @@
   273.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   273.5  <!--
   273.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   273.7 -* Use is subject to license terms.
   273.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   273.9 +
  273.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  273.11 +
  273.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  273.13 +Other names may be trademarks of their respective owners.
  273.14 +
  273.15 +The contents of this file are subject to the terms of either the GNU
  273.16 +General Public License Version 2 only ("GPL") or the Common
  273.17 +Development and Distribution License("CDDL") (collectively, the
  273.18 +"License"). You may not use this file except in compliance with the
  273.19 +License. You can obtain a copy of the License at
  273.20 +http://www.netbeans.org/cddl-gplv2.html
  273.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  273.22 +specific language governing permissions and limitations under the
  273.23 +License.  When distributing the software, include this License Header
  273.24 +Notice in each file and include the License file at
  273.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  273.26 +particular file as subject to the "Classpath" exception as provided
  273.27 +by Oracle in the GPL Version 2 section of the License file that
  273.28 +accompanied this code. If applicable, add the following below the
  273.29 +License Header, with the fields enclosed by brackets [] replaced by
  273.30 +your own identifying information:
  273.31 +"Portions Copyrighted [year] [name of copyright owner]"
  273.32 +
  273.33 +Contributor(s):
  273.34 +
  273.35 +The Original Software is NetBeans. The Initial Developer of the Original
  273.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  273.37 +Microsystems, Inc. All Rights Reserved.
  273.38 +
  273.39 +If you wish your version of this file to be governed by only the CDDL
  273.40 +or only the GPL Version 2, indicate your decision by adding
  273.41 +"[Contributor] elects to include this software in this distribution
  273.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  273.43 +single choice of license, a recipient has the option to distribute
  273.44 +your version of this file under either the CDDL, the GPL Version 2 or
  273.45 +to extend the choice of license to its licensees as provided above.
  273.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  273.47 +Version 2 license, then the option applies only if the new code is
  273.48 +made subject to such option by the copyright holder.
  273.49  -->
  273.50  
  273.51  <html>
   274.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_top_bottom.html	Mon Dec 19 11:28:54 2016 +0100
   274.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_top_bottom.html	Wed Feb 22 15:51:40 2017 +0100
   274.3 @@ -1,7 +1,46 @@
   274.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   274.5  <!--
   274.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   274.7 -* Use is subject to license terms.
   274.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   274.9 +
  274.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  274.11 +
  274.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  274.13 +Other names may be trademarks of their respective owners.
  274.14 +
  274.15 +The contents of this file are subject to the terms of either the GNU
  274.16 +General Public License Version 2 only ("GPL") or the Common
  274.17 +Development and Distribution License("CDDL") (collectively, the
  274.18 +"License"). You may not use this file except in compliance with the
  274.19 +License. You can obtain a copy of the License at
  274.20 +http://www.netbeans.org/cddl-gplv2.html
  274.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  274.22 +specific language governing permissions and limitations under the
  274.23 +License.  When distributing the software, include this License Header
  274.24 +Notice in each file and include the License file at
  274.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  274.26 +particular file as subject to the "Classpath" exception as provided
  274.27 +by Oracle in the GPL Version 2 section of the License file that
  274.28 +accompanied this code. If applicable, add the following below the
  274.29 +License Header, with the fields enclosed by brackets [] replaced by
  274.30 +your own identifying information:
  274.31 +"Portions Copyrighted [year] [name of copyright owner]"
  274.32 +
  274.33 +Contributor(s):
  274.34 +
  274.35 +The Original Software is NetBeans. The Initial Developer of the Original
  274.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  274.37 +Microsystems, Inc. All Rights Reserved.
  274.38 +
  274.39 +If you wish your version of this file to be governed by only the CDDL
  274.40 +or only the GPL Version 2, indicate your decision by adding
  274.41 +"[Contributor] elects to include this software in this distribution
  274.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  274.43 +single choice of license, a recipient has the option to distribute
  274.44 +your version of this file under either the CDDL, the GPL Version 2 or
  274.45 +to extend the choice of license to its licensees as provided above.
  274.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  274.47 +Version 2 license, then the option applies only if the new code is
  274.48 +made subject to such option by the copyright holder.
  274.49  -->
  274.50  
  274.51  <html>
   275.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_types.html	Mon Dec 19 11:28:54 2016 +0100
   275.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_types.html	Wed Feb 22 15:51:40 2017 +0100
   275.3 @@ -1,7 +1,46 @@
   275.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   275.5  <!--
   275.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   275.7 -* Use is subject to license terms.
   275.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   275.9 +
  275.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  275.11 +
  275.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  275.13 +Other names may be trademarks of their respective owners.
  275.14 +
  275.15 +The contents of this file are subject to the terms of either the GNU
  275.16 +General Public License Version 2 only ("GPL") or the Common
  275.17 +Development and Distribution License("CDDL") (collectively, the
  275.18 +"License"). You may not use this file except in compliance with the
  275.19 +License. You can obtain a copy of the License at
  275.20 +http://www.netbeans.org/cddl-gplv2.html
  275.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  275.22 +specific language governing permissions and limitations under the
  275.23 +License.  When distributing the software, include this License Header
  275.24 +Notice in each file and include the License file at
  275.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  275.26 +particular file as subject to the "Classpath" exception as provided
  275.27 +by Oracle in the GPL Version 2 section of the License file that
  275.28 +accompanied this code. If applicable, add the following below the
  275.29 +License Header, with the fields enclosed by brackets [] replaced by
  275.30 +your own identifying information:
  275.31 +"Portions Copyrighted [year] [name of copyright owner]"
  275.32 +
  275.33 +Contributor(s):
  275.34 +
  275.35 +The Original Software is NetBeans. The Initial Developer of the Original
  275.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  275.37 +Microsystems, Inc. All Rights Reserved.
  275.38 +
  275.39 +If you wish your version of this file to be governed by only the CDDL
  275.40 +or only the GPL Version 2, indicate your decision by adding
  275.41 +"[Contributor] elects to include this software in this distribution
  275.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  275.43 +single choice of license, a recipient has the option to distribute
  275.44 +your version of this file under either the CDDL, the GPL Version 2 or
  275.45 +to extend the choice of license to its licensees as provided above.
  275.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  275.47 +Version 2 license, then the option applies only if the new code is
  275.48 +made subject to such option by the copyright holder.
  275.49  -->
  275.50  
  275.51  <html>
   276.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_types_editing.html	Mon Dec 19 11:28:54 2016 +0100
   276.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_partner_types_editing.html	Wed Feb 22 15:51:40 2017 +0100
   276.3 @@ -1,7 +1,46 @@
   276.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   276.5  <!--
   276.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   276.7 -* Use is subject to license terms.
   276.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   276.9 +
  276.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  276.11 +
  276.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  276.13 +Other names may be trademarks of their respective owners.
  276.14 +
  276.15 +The contents of this file are subject to the terms of either the GNU
  276.16 +General Public License Version 2 only ("GPL") or the Common
  276.17 +Development and Distribution License("CDDL") (collectively, the
  276.18 +"License"). You may not use this file except in compliance with the
  276.19 +License. You can obtain a copy of the License at
  276.20 +http://www.netbeans.org/cddl-gplv2.html
  276.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  276.22 +specific language governing permissions and limitations under the
  276.23 +License.  When distributing the software, include this License Header
  276.24 +Notice in each file and include the License file at
  276.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  276.26 +particular file as subject to the "Classpath" exception as provided
  276.27 +by Oracle in the GPL Version 2 section of the License file that
  276.28 +accompanied this code. If applicable, add the following below the
  276.29 +License Header, with the fields enclosed by brackets [] replaced by
  276.30 +your own identifying information:
  276.31 +"Portions Copyrighted [year] [name of copyright owner]"
  276.32 +
  276.33 +Contributor(s):
  276.34 +
  276.35 +The Original Software is NetBeans. The Initial Developer of the Original
  276.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  276.37 +Microsystems, Inc. All Rights Reserved.
  276.38 +
  276.39 +If you wish your version of this file to be governed by only the CDDL
  276.40 +or only the GPL Version 2, indicate your decision by adding
  276.41 +"[Contributor] elects to include this software in this distribution
  276.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  276.43 +single choice of license, a recipient has the option to distribute
  276.44 +your version of this file under either the CDDL, the GPL Version 2 or
  276.45 +to extend the choice of license to its licensees as provided above.
  276.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  276.47 +Version 2 license, then the option applies only if the new code is
  276.48 +made subject to such option by the copyright holder.
  276.49  -->
  276.50  
  276.51  <html>
   277.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_port_types.html	Mon Dec 19 11:28:54 2016 +0100
   277.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_port_types.html	Wed Feb 22 15:51:40 2017 +0100
   277.3 @@ -1,7 +1,46 @@
   277.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   277.5  <!--
   277.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   277.7 -* Use is subject to license terms.
   277.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   277.9 +
  277.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  277.11 +
  277.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  277.13 +Other names may be trademarks of their respective owners.
  277.14 +
  277.15 +The contents of this file are subject to the terms of either the GNU
  277.16 +General Public License Version 2 only ("GPL") or the Common
  277.17 +Development and Distribution License("CDDL") (collectively, the
  277.18 +"License"). You may not use this file except in compliance with the
  277.19 +License. You can obtain a copy of the License at
  277.20 +http://www.netbeans.org/cddl-gplv2.html
  277.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  277.22 +specific language governing permissions and limitations under the
  277.23 +License.  When distributing the software, include this License Header
  277.24 +Notice in each file and include the License file at
  277.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  277.26 +particular file as subject to the "Classpath" exception as provided
  277.27 +by Oracle in the GPL Version 2 section of the License file that
  277.28 +accompanied this code. If applicable, add the following below the
  277.29 +License Header, with the fields enclosed by brackets [] replaced by
  277.30 +your own identifying information:
  277.31 +"Portions Copyrighted [year] [name of copyright owner]"
  277.32 +
  277.33 +Contributor(s):
  277.34 +
  277.35 +The Original Software is NetBeans. The Initial Developer of the Original
  277.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  277.37 +Microsystems, Inc. All Rights Reserved.
  277.38 +
  277.39 +If you wish your version of this file to be governed by only the CDDL
  277.40 +or only the GPL Version 2, indicate your decision by adding
  277.41 +"[Contributor] elects to include this software in this distribution
  277.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  277.43 +single choice of license, a recipient has the option to distribute
  277.44 +your version of this file under either the CDDL, the GPL Version 2 or
  277.45 +to extend the choice of license to its licensees as provided above.
  277.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  277.47 +Version 2 license, then the option applies only if the new code is
  277.48 +made subject to such option by the copyright holder.
  277.49  -->
  277.50  
  277.51  <html>
   278.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_prop.html	Mon Dec 19 11:28:54 2016 +0100
   278.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_prop.html	Wed Feb 22 15:51:40 2017 +0100
   278.3 @@ -1,7 +1,46 @@
   278.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   278.5  <!--
   278.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   278.7 -* Use is subject to license terms.
   278.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   278.9 +
  278.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  278.11 +
  278.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  278.13 +Other names may be trademarks of their respective owners.
  278.14 +
  278.15 +The contents of this file are subject to the terms of either the GNU
  278.16 +General Public License Version 2 only ("GPL") or the Common
  278.17 +Development and Distribution License("CDDL") (collectively, the
  278.18 +"License"). You may not use this file except in compliance with the
  278.19 +License. You can obtain a copy of the License at
  278.20 +http://www.netbeans.org/cddl-gplv2.html
  278.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  278.22 +specific language governing permissions and limitations under the
  278.23 +License.  When distributing the software, include this License Header
  278.24 +Notice in each file and include the License file at
  278.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  278.26 +particular file as subject to the "Classpath" exception as provided
  278.27 +by Oracle in the GPL Version 2 section of the License file that
  278.28 +accompanied this code. If applicable, add the following below the
  278.29 +License Header, with the fields enclosed by brackets [] replaced by
  278.30 +your own identifying information:
  278.31 +"Portions Copyrighted [year] [name of copyright owner]"
  278.32 +
  278.33 +Contributor(s):
  278.34 +
  278.35 +The Original Software is NetBeans. The Initial Developer of the Original
  278.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  278.37 +Microsystems, Inc. All Rights Reserved.
  278.38 +
  278.39 +If you wish your version of this file to be governed by only the CDDL
  278.40 +or only the GPL Version 2, indicate your decision by adding
  278.41 +"[Contributor] elects to include this software in this distribution
  278.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  278.43 +single choice of license, a recipient has the option to distribute
  278.44 +your version of this file under either the CDDL, the GPL Version 2 or
  278.45 +to extend the choice of license to its licensees as provided above.
  278.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  278.47 +Version 2 license, then the option applies only if the new code is
  278.48 +made subject to such option by the copyright holder.
  278.49  -->
  278.50  
  278.51  <html>
   279.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_refactoring.html	Mon Dec 19 11:28:54 2016 +0100
   279.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_refactoring.html	Wed Feb 22 15:51:40 2017 +0100
   279.3 @@ -1,7 +1,46 @@
   279.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   279.5  <!--
   279.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   279.7 -* Use is subject to license terms.
   279.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   279.9 +
  279.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  279.11 +
  279.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  279.13 +Other names may be trademarks of their respective owners.
  279.14 +
  279.15 +The contents of this file are subject to the terms of either the GNU
  279.16 +General Public License Version 2 only ("GPL") or the Common
  279.17 +Development and Distribution License("CDDL") (collectively, the
  279.18 +"License"). You may not use this file except in compliance with the
  279.19 +License. You can obtain a copy of the License at
  279.20 +http://www.netbeans.org/cddl-gplv2.html
  279.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  279.22 +specific language governing permissions and limitations under the
  279.23 +License.  When distributing the software, include this License Header
  279.24 +Notice in each file and include the License file at
  279.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  279.26 +particular file as subject to the "Classpath" exception as provided
  279.27 +by Oracle in the GPL Version 2 section of the License file that
  279.28 +accompanied this code. If applicable, add the following below the
  279.29 +License Header, with the fields enclosed by brackets [] replaced by
  279.30 +your own identifying information:
  279.31 +"Portions Copyrighted [year] [name of copyright owner]"
  279.32 +
  279.33 +Contributor(s):
  279.34 +
  279.35 +The Original Software is NetBeans. The Initial Developer of the Original
  279.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  279.37 +Microsystems, Inc. All Rights Reserved.
  279.38 +
  279.39 +If you wish your version of this file to be governed by only the CDDL
  279.40 +or only the GPL Version 2, indicate your decision by adding
  279.41 +"[Contributor] elects to include this software in this distribution
  279.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  279.43 +single choice of license, a recipient has the option to distribute
  279.44 +your version of this file under either the CDDL, the GPL Version 2 or
  279.45 +to extend the choice of license to its licensees as provided above.
  279.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  279.47 +Version 2 license, then the option applies only if the new code is
  279.48 +made subject to such option by the copyright holder.
  279.49  -->
  279.50  <html>
  279.51  
   280.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_root.html	Mon Dec 19 11:28:54 2016 +0100
   280.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_root.html	Wed Feb 22 15:51:40 2017 +0100
   280.3 @@ -1,7 +1,46 @@
   280.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   280.5  <!--
   280.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   280.7 -* Use is subject to license terms.
   280.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   280.9 +
  280.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  280.11 +
  280.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  280.13 +Other names may be trademarks of their respective owners.
  280.14 +
  280.15 +The contents of this file are subject to the terms of either the GNU
  280.16 +General Public License Version 2 only ("GPL") or the Common
  280.17 +Development and Distribution License("CDDL") (collectively, the
  280.18 +"License"). You may not use this file except in compliance with the
  280.19 +License. You can obtain a copy of the License at
  280.20 +http://www.netbeans.org/cddl-gplv2.html
  280.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  280.22 +specific language governing permissions and limitations under the
  280.23 +License.  When distributing the software, include this License Header
  280.24 +Notice in each file and include the License file at
  280.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  280.26 +particular file as subject to the "Classpath" exception as provided
  280.27 +by Oracle in the GPL Version 2 section of the License file that
  280.28 +accompanied this code. If applicable, add the following below the
  280.29 +License Header, with the fields enclosed by brackets [] replaced by
  280.30 +your own identifying information:
  280.31 +"Portions Copyrighted [year] [name of copyright owner]"
  280.32 +
  280.33 +Contributor(s):
  280.34 +
  280.35 +The Original Software is NetBeans. The Initial Developer of the Original
  280.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  280.37 +Microsystems, Inc. All Rights Reserved.
  280.38 +
  280.39 +If you wish your version of this file to be governed by only the CDDL
  280.40 +or only the GPL Version 2, indicate your decision by adding
  280.41 +"[Contributor] elects to include this software in this distribution
  280.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  280.43 +single choice of license, a recipient has the option to distribute
  280.44 +your version of this file under either the CDDL, the GPL Version 2 or
  280.45 +to extend the choice of license to its licensees as provided above.
  280.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  280.47 +Version 2 license, then the option applies only if the new code is
  280.48 +made subject to such option by the copyright holder.
  280.49  -->
  280.50  <html>
  280.51  
   281.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_services.html	Mon Dec 19 11:28:54 2016 +0100
   281.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_services.html	Wed Feb 22 15:51:40 2017 +0100
   281.3 @@ -1,7 +1,46 @@
   281.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   281.5  <!--
   281.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   281.7 -* Use is subject to license terms.
   281.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   281.9 +
  281.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  281.11 +
  281.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  281.13 +Other names may be trademarks of their respective owners.
  281.14 +
  281.15 +The contents of this file are subject to the terms of either the GNU
  281.16 +General Public License Version 2 only ("GPL") or the Common
  281.17 +Development and Distribution License("CDDL") (collectively, the
  281.18 +"License"). You may not use this file except in compliance with the
  281.19 +License. You can obtain a copy of the License at
  281.20 +http://www.netbeans.org/cddl-gplv2.html
  281.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  281.22 +specific language governing permissions and limitations under the
  281.23 +License.  When distributing the software, include this License Header
  281.24 +Notice in each file and include the License file at
  281.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  281.26 +particular file as subject to the "Classpath" exception as provided
  281.27 +by Oracle in the GPL Version 2 section of the License file that
  281.28 +accompanied this code. If applicable, add the following below the
  281.29 +License Header, with the fields enclosed by brackets [] replaced by
  281.30 +your own identifying information:
  281.31 +"Portions Copyrighted [year] [name of copyright owner]"
  281.32 +
  281.33 +Contributor(s):
  281.34 +
  281.35 +The Original Software is NetBeans. The Initial Developer of the Original
  281.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  281.37 +Microsystems, Inc. All Rights Reserved.
  281.38 +
  281.39 +If you wish your version of this file to be governed by only the CDDL
  281.40 +or only the GPL Version 2, indicate your decision by adding
  281.41 +"[Contributor] elects to include this software in this distribution
  281.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  281.43 +single choice of license, a recipient has the option to distribute
  281.44 +your version of this file under either the CDDL, the GPL Version 2 or
  281.45 +to extend the choice of license to its licensees as provided above.
  281.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  281.47 +Version 2 license, then the option applies only if the new code is
  281.48 +made subject to such option by the copyright holder.
  281.49  -->
  281.50  
  281.51  <html>
   282.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_source.html	Mon Dec 19 11:28:54 2016 +0100
   282.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_source.html	Wed Feb 22 15:51:40 2017 +0100
   282.3 @@ -1,7 +1,46 @@
   282.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   282.5  <!--
   282.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   282.7 -* Use is subject to license terms.
   282.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   282.9 +
  282.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  282.11 +
  282.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  282.13 +Other names may be trademarks of their respective owners.
  282.14 +
  282.15 +The contents of this file are subject to the terms of either the GNU
  282.16 +General Public License Version 2 only ("GPL") or the Common
  282.17 +Development and Distribution License("CDDL") (collectively, the
  282.18 +"License"). You may not use this file except in compliance with the
  282.19 +License. You can obtain a copy of the License at
  282.20 +http://www.netbeans.org/cddl-gplv2.html
  282.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  282.22 +specific language governing permissions and limitations under the
  282.23 +License.  When distributing the software, include this License Header
  282.24 +Notice in each file and include the License file at
  282.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  282.26 +particular file as subject to the "Classpath" exception as provided
  282.27 +by Oracle in the GPL Version 2 section of the License file that
  282.28 +accompanied this code. If applicable, add the following below the
  282.29 +License Header, with the fields enclosed by brackets [] replaced by
  282.30 +your own identifying information:
  282.31 +"Portions Copyrighted [year] [name of copyright owner]"
  282.32 +
  282.33 +Contributor(s):
  282.34 +
  282.35 +The Original Software is NetBeans. The Initial Developer of the Original
  282.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  282.37 +Microsystems, Inc. All Rights Reserved.
  282.38 +
  282.39 +If you wish your version of this file to be governed by only the CDDL
  282.40 +or only the GPL Version 2, indicate your decision by adding
  282.41 +"[Contributor] elects to include this software in this distribution
  282.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  282.43 +single choice of license, a recipient has the option to distribute
  282.44 +your version of this file under either the CDDL, the GPL Version 2 or
  282.45 +to extend the choice of license to its licensees as provided above.
  282.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  282.47 +Version 2 license, then the option applies only if the new code is
  282.48 +made subject to such option by the copyright holder.
  282.49  -->
  282.50  
  282.51  <html>
   283.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_validation.html	Mon Dec 19 11:28:54 2016 +0100
   283.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_validation.html	Wed Feb 22 15:51:40 2017 +0100
   283.3 @@ -1,7 +1,46 @@
   283.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   283.5  <!--
   283.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   283.7 -* Use is subject to license terms.
   283.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   283.9 +
  283.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  283.11 +
  283.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  283.13 +Other names may be trademarks of their respective owners.
  283.14 +
  283.15 +The contents of this file are subject to the terms of either the GNU
  283.16 +General Public License Version 2 only ("GPL") or the Common
  283.17 +Development and Distribution License("CDDL") (collectively, the
  283.18 +"License"). You may not use this file except in compliance with the
  283.19 +License. You can obtain a copy of the License at
  283.20 +http://www.netbeans.org/cddl-gplv2.html
  283.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  283.22 +specific language governing permissions and limitations under the
  283.23 +License.  When distributing the software, include this License Header
  283.24 +Notice in each file and include the License file at
  283.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  283.26 +particular file as subject to the "Classpath" exception as provided
  283.27 +by Oracle in the GPL Version 2 section of the License file that
  283.28 +accompanied this code. If applicable, add the following below the
  283.29 +License Header, with the fields enclosed by brackets [] replaced by
  283.30 +your own identifying information:
  283.31 +"Portions Copyrighted [year] [name of copyright owner]"
  283.32 +
  283.33 +Contributor(s):
  283.34 +
  283.35 +The Original Software is NetBeans. The Initial Developer of the Original
  283.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  283.37 +Microsystems, Inc. All Rights Reserved.
  283.38 +
  283.39 +If you wish your version of this file to be governed by only the CDDL
  283.40 +or only the GPL Version 2, indicate your decision by adding
  283.41 +"[Contributor] elects to include this software in this distribution
  283.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  283.43 +single choice of license, a recipient has the option to distribute
  283.44 +your version of this file under either the CDDL, the GPL Version 2 or
  283.45 +to extend the choice of license to its licensees as provided above.
  283.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  283.47 +Version 2 license, then the option applies only if the new code is
  283.48 +made subject to such option by the copyright holder.
  283.49  -->
  283.50  <html>
  283.51  
   284.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_views.html	Mon Dec 19 11:28:54 2016 +0100
   284.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdl_editor_views.html	Wed Feb 22 15:51:40 2017 +0100
   284.3 @@ -1,7 +1,46 @@
   284.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   284.5  <!--
   284.6 -* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
   284.7 -* Use is subject to license terms.
   284.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   284.9 +
  284.10 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
  284.11 +
  284.12 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  284.13 +Other names may be trademarks of their respective owners.
  284.14 +
  284.15 +The contents of this file are subject to the terms of either the GNU
  284.16 +General Public License Version 2 only ("GPL") or the Common
  284.17 +Development and Distribution License("CDDL") (collectively, the
  284.18 +"License"). You may not use this file except in compliance with the
  284.19 +License. You can obtain a copy of the License at
  284.20 +http://www.netbeans.org/cddl-gplv2.html
  284.21 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  284.22 +specific language governing permissions and limitations under the
  284.23 +License.  When distributing the software, include this License Header
  284.24 +Notice in each file and include the License file at
  284.25 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  284.26 +particular file as subject to the "Classpath" exception as provided
  284.27 +by Oracle in the GPL Version 2 section of the License file that
  284.28 +accompanied this code. If applicable, add the following below the
  284.29 +License Header, with the fields enclosed by brackets [] replaced by
  284.30 +your own identifying information:
  284.31 +"Portions Copyrighted [year] [name of copyright owner]"
  284.32 +
  284.33 +Contributor(s):
  284.34 +
  284.35 +The Original Software is NetBeans. The Initial Developer of the Original
  284.36 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  284.37 +Microsystems, Inc. All Rights Reserved.
  284.38 +
  284.39 +If you wish your version of this file to be governed by only the CDDL
  284.40 +or only the GPL Version 2, indicate your decision by adding
  284.41 +"[Contributor] elects to include this software in this distribution
  284.42 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  284.43 +single choice of license, a recipient has the option to distribute
  284.44 +your version of this file under either the CDDL, the GPL Version 2 or
  284.45 +to extend the choice of license to its licensees as provided above.
  284.46 +However, if you add GPL Version 2 code and therefore, elected the GPL
  284.47 +Version 2 license, then the option applies only if the new code is
  284.48 +made subject to such option by the copyright holder.
  284.49  -->
  284.50  
  284.51  <html>
   285.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-idx.xml	Mon Dec 19 11:28:54 2016 +0100
   285.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-idx.xml	Wed Feb 22 15:51:40 2017 +0100
   285.3 @@ -1,4 +1,47 @@
   285.4  <?xml version='1.0' encoding='ISO-8859-1'?>
   285.5 +<!--
   285.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   285.7 +
   285.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   285.9 +
  285.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  285.11 +Other names may be trademarks of their respective owners.
  285.12 +
  285.13 +The contents of this file are subject to the terms of either the GNU
  285.14 +General Public License Version 2 only ("GPL") or the Common
  285.15 +Development and Distribution License("CDDL") (collectively, the
  285.16 +"License"). You may not use this file except in compliance with the
  285.17 +License. You can obtain a copy of the License at
  285.18 +http://www.netbeans.org/cddl-gplv2.html
  285.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  285.20 +specific language governing permissions and limitations under the
  285.21 +License.  When distributing the software, include this License Header
  285.22 +Notice in each file and include the License file at
  285.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  285.24 +particular file as subject to the "Classpath" exception as provided
  285.25 +by Oracle in the GPL Version 2 section of the License file that
  285.26 +accompanied this code. If applicable, add the following below the
  285.27 +License Header, with the fields enclosed by brackets [] replaced by
  285.28 +your own identifying information:
  285.29 +"Portions Copyrighted [year] [name of copyright owner]"
  285.30 +
  285.31 +Contributor(s):
  285.32 +
  285.33 +The Original Software is NetBeans. The Initial Developer of the Original
  285.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  285.35 +Microsystems, Inc. All Rights Reserved.
  285.36 +
  285.37 +If you wish your version of this file to be governed by only the CDDL
  285.38 +or only the GPL Version 2, indicate your decision by adding
  285.39 +"[Contributor] elects to include this software in this distribution
  285.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  285.41 +single choice of license, a recipient has the option to distribute
  285.42 +your version of this file under either the CDDL, the GPL Version 2 or
  285.43 +to extend the choice of license to its licensees as provided above.
  285.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  285.45 +Version 2 license, then the option applies only if the new code is
  285.46 +made subject to such option by the copyright holder.
  285.47 +-->
  285.48  <!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 2.0//EN"
  285.49                         "http://java.sun.com/products/javahelp/index_2_0.dtd">
  285.50  
   286.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-map.jhm	Mon Dec 19 11:28:54 2016 +0100
   286.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-map.jhm	Wed Feb 22 15:51:40 2017 +0100
   286.3 @@ -1,4 +1,47 @@
   286.4  <?xml version='1.0' encoding='ISO-8859-1'?>
   286.5 +<!--
   286.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   286.7 +
   286.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   286.9 +
  286.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  286.11 +Other names may be trademarks of their respective owners.
  286.12 +
  286.13 +The contents of this file are subject to the terms of either the GNU
  286.14 +General Public License Version 2 only ("GPL") or the Common
  286.15 +Development and Distribution License("CDDL") (collectively, the
  286.16 +"License"). You may not use this file except in compliance with the
  286.17 +License. You can obtain a copy of the License at
  286.18 +http://www.netbeans.org/cddl-gplv2.html
  286.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  286.20 +specific language governing permissions and limitations under the
  286.21 +License.  When distributing the software, include this License Header
  286.22 +Notice in each file and include the License file at
  286.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  286.24 +particular file as subject to the "Classpath" exception as provided
  286.25 +by Oracle in the GPL Version 2 section of the License file that
  286.26 +accompanied this code. If applicable, add the following below the
  286.27 +License Header, with the fields enclosed by brackets [] replaced by
  286.28 +your own identifying information:
  286.29 +"Portions Copyrighted [year] [name of copyright owner]"
  286.30 +
  286.31 +Contributor(s):
  286.32 +
  286.33 +The Original Software is NetBeans. The Initial Developer of the Original
  286.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  286.35 +Microsystems, Inc. All Rights Reserved.
  286.36 +
  286.37 +If you wish your version of this file to be governed by only the CDDL
  286.38 +or only the GPL Version 2, indicate your decision by adding
  286.39 +"[Contributor] elects to include this software in this distribution
  286.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  286.41 +single choice of license, a recipient has the option to distribute
  286.42 +your version of this file under either the CDDL, the GPL Version 2 or
  286.43 +to extend the choice of license to its licensees as provided above.
  286.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  286.45 +Version 2 license, then the option applies only if the new code is
  286.46 +made subject to such option by the copyright holder.
  286.47 +-->
  286.48  <!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN"
  286.49                       "http://java.sun.com/products/javahelp/map_1_0.dtd">
  286.50  
   287.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-toc.xml	Mon Dec 19 11:28:54 2016 +0100
   287.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui-toc.xml	Wed Feb 22 15:51:40 2017 +0100
   287.3 @@ -1,4 +1,47 @@
   287.4  <?xml version='1.0' encoding='ISO-8859-1'?>
   287.5 +<!--
   287.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   287.7 +
   287.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   287.9 +
  287.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  287.11 +Other names may be trademarks of their respective owners.
  287.12 +
  287.13 +The contents of this file are subject to the terms of either the GNU
  287.14 +General Public License Version 2 only ("GPL") or the Common
  287.15 +Development and Distribution License("CDDL") (collectively, the
  287.16 +"License"). You may not use this file except in compliance with the
  287.17 +License. You can obtain a copy of the License at
  287.18 +http://www.netbeans.org/cddl-gplv2.html
  287.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  287.20 +specific language governing permissions and limitations under the
  287.21 +License.  When distributing the software, include this License Header
  287.22 +Notice in each file and include the License file at
  287.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  287.24 +particular file as subject to the "Classpath" exception as provided
  287.25 +by Oracle in the GPL Version 2 section of the License file that
  287.26 +accompanied this code. If applicable, add the following below the
  287.27 +License Header, with the fields enclosed by brackets [] replaced by
  287.28 +your own identifying information:
  287.29 +"Portions Copyrighted [year] [name of copyright owner]"
  287.30 +
  287.31 +Contributor(s):
  287.32 +
  287.33 +The Original Software is NetBeans. The Initial Developer of the Original
  287.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  287.35 +Microsystems, Inc. All Rights Reserved.
  287.36 +
  287.37 +If you wish your version of this file to be governed by only the CDDL
  287.38 +or only the GPL Version 2, indicate your decision by adding
  287.39 +"[Contributor] elects to include this software in this distribution
  287.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  287.41 +single choice of license, a recipient has the option to distribute
  287.42 +your version of this file under either the CDDL, the GPL Version 2 or
  287.43 +to extend the choice of license to its licensees as provided above.
  287.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  287.45 +Version 2 license, then the option applies only if the new code is
  287.46 +made subject to such option by the copyright holder.
  287.47 +-->
  287.48  <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
  287.49                       "http://java.sun.com/products/javahelp/toc_2_0.dtd">
  287.50  
   288.1 --- a/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui.hs	Mon Dec 19 11:28:54 2016 +0100
   288.2 +++ b/xml.wsdlui/javahelp/org/netbeans/modules/xml/wsdlui/docs/wsdlui.hs	Wed Feb 22 15:51:40 2017 +0100
   288.3 @@ -1,4 +1,47 @@
   288.4  <?xml version="1.0" encoding="UTF-8"?>
   288.5 +<!--
   288.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   288.7 +
   288.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   288.9 +
  288.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  288.11 +Other names may be trademarks of their respective owners.
  288.12 +
  288.13 +The contents of this file are subject to the terms of either the GNU
  288.14 +General Public License Version 2 only ("GPL") or the Common
  288.15 +Development and Distribution License("CDDL") (collectively, the
  288.16 +"License"). You may not use this file except in compliance with the
  288.17 +License. You can obtain a copy of the License at
  288.18 +http://www.netbeans.org/cddl-gplv2.html
  288.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  288.20 +specific language governing permissions and limitations under the
  288.21 +License.  When distributing the software, include this License Header
  288.22 +Notice in each file and include the License file at
  288.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  288.24 +particular file as subject to the "Classpath" exception as provided
  288.25 +by Oracle in the GPL Version 2 section of the License file that
  288.26 +accompanied this code. If applicable, add the following below the
  288.27 +License Header, with the fields enclosed by brackets [] replaced by
  288.28 +your own identifying information:
  288.29 +"Portions Copyrighted [year] [name of copyright owner]"
  288.30 +
  288.31 +Contributor(s):
  288.32 +
  288.33 +The Original Software is NetBeans. The Initial Developer of the Original
  288.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  288.35 +Microsystems, Inc. All Rights Reserved.
  288.36 +
  288.37 +If you wish your version of this file to be governed by only the CDDL
  288.38 +or only the GPL Version 2, indicate your decision by adding
  288.39 +"[Contributor] elects to include this software in this distribution
  288.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  288.41 +single choice of license, a recipient has the option to distribute
  288.42 +your version of this file under either the CDDL, the GPL Version 2 or
  288.43 +to extend the choice of license to its licensees as provided above.
  288.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  288.45 +Version 2 license, then the option applies only if the new code is
  288.46 +made subject to such option by the copyright holder.
  288.47 +-->
  288.48  <!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
  288.49  <helpset version="2.0">
  288.50      <title>WSDL Editor Help</title>
   289.1 --- a/xml.wsdlui/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   289.2 +++ b/xml.wsdlui/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   289.3 @@ -1,5 +1,48 @@
   289.4  <?xml version="1.0" encoding="UTF-8"?>
   289.5  <!--
   289.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   289.7 +
   289.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   289.9 +
  289.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  289.11 +Other names may be trademarks of their respective owners.
  289.12 +
  289.13 +The contents of this file are subject to the terms of either the GNU
  289.14 +General Public License Version 2 only ("GPL") or the Common
  289.15 +Development and Distribution License("CDDL") (collectively, the
  289.16 +"License"). You may not use this file except in compliance with the
  289.17 +License. You can obtain a copy of the License at
  289.18 +http://www.netbeans.org/cddl-gplv2.html
  289.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  289.20 +specific language governing permissions and limitations under the
  289.21 +License.  When distributing the software, include this License Header
  289.22 +Notice in each file and include the License file at
  289.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  289.24 +particular file as subject to the "Classpath" exception as provided
  289.25 +by Oracle in the GPL Version 2 section of the License file that
  289.26 +accompanied this code. If applicable, add the following below the
  289.27 +License Header, with the fields enclosed by brackets [] replaced by
  289.28 +your own identifying information:
  289.29 +"Portions Copyrighted [year] [name of copyright owner]"
  289.30 +
  289.31 +Contributor(s):
  289.32 +
  289.33 +The Original Software is NetBeans. The Initial Developer of the Original
  289.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  289.35 +Microsystems, Inc. All Rights Reserved.
  289.36 +
  289.37 +If you wish your version of this file to be governed by only the CDDL
  289.38 +or only the GPL Version 2, indicate your decision by adding
  289.39 +"[Contributor] elects to include this software in this distribution
  289.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  289.41 +single choice of license, a recipient has the option to distribute
  289.42 +your version of this file under either the CDDL, the GPL Version 2 or
  289.43 +to extend the choice of license to its licensees as provided above.
  289.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  289.45 +Version 2 license, then the option applies only if the new code is
  289.46 +made subject to such option by the copyright holder.
  289.47 +-->
  289.48 +<!--
  289.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  289.50  ***         EDIT ../build.xml INSTEAD         ***
  289.51  -->
   290.1 --- a/xml.wsdlui/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   290.2 +++ b/xml.wsdlui/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   290.3 @@ -1,3 +1,44 @@
   290.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   290.5 +
   290.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   290.7 +#
   290.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   290.9 +# Other names may be trademarks of their respective owners.
  290.10 +#
  290.11 +# The contents of this file are subject to the terms of either the GNU
  290.12 +# General Public License Version 2 only ("GPL") or the Common
  290.13 +# Development and Distribution License("CDDL") (collectively, the
  290.14 +# "License"). You may not use this file except in compliance with the
  290.15 +# License. You can obtain a copy of the License at
  290.16 +# http://www.netbeans.org/cddl-gplv2.html
  290.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  290.18 +# specific language governing permissions and limitations under the
  290.19 +# License.  When distributing the software, include this License Header
  290.20 +# Notice in each file and include the License file at
  290.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  290.22 +# particular file as subject to the "Classpath" exception as provided
  290.23 +# by Oracle in the GPL Version 2 section of the License file that
  290.24 +# accompanied this code. If applicable, add the following below the
  290.25 +# License Header, with the fields enclosed by brackets [] replaced by
  290.26 +# your own identifying information:
  290.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  290.28 +#
  290.29 +# Contributor(s):
  290.30 +#
  290.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  290.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  290.33 +# Microsystems, Inc. All Rights Reserved.
  290.34 +#
  290.35 +# If you wish your version of this file to be governed by only the CDDL
  290.36 +# or only the GPL Version 2, indicate your decision by adding
  290.37 +# "[Contributor] elects to include this software in this distribution
  290.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  290.39 +# single choice of license, a recipient has the option to distribute
  290.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  290.41 +# to extend the choice of license to its licensees as provided above.
  290.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  290.43 +# Version 2 license, then the option applies only if the new code is
  290.44 +# made subject to such option by the copyright holder.
  290.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  290.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  290.47  nbproject/build-impl.xml.data.CRC32=7e5b3d59
   291.1 --- a/xml.wsdlui/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   291.2 +++ b/xml.wsdlui/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   291.3 @@ -1,1 +1,42 @@
   291.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   291.5 +
   291.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   291.7 +#
   291.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   291.9 +# Other names may be trademarks of their respective owners.
  291.10 +#
  291.11 +# The contents of this file are subject to the terms of either the GNU
  291.12 +# General Public License Version 2 only ("GPL") or the Common
  291.13 +# Development and Distribution License("CDDL") (collectively, the
  291.14 +# "License"). You may not use this file except in compliance with the
  291.15 +# License. You can obtain a copy of the License at
  291.16 +# http://www.netbeans.org/cddl-gplv2.html
  291.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  291.18 +# specific language governing permissions and limitations under the
  291.19 +# License.  When distributing the software, include this License Header
  291.20 +# Notice in each file and include the License file at
  291.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  291.22 +# particular file as subject to the "Classpath" exception as provided
  291.23 +# by Oracle in the GPL Version 2 section of the License file that
  291.24 +# accompanied this code. If applicable, add the following below the
  291.25 +# License Header, with the fields enclosed by brackets [] replaced by
  291.26 +# your own identifying information:
  291.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  291.28 +#
  291.29 +# Contributor(s):
  291.30 +#
  291.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  291.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  291.33 +# Microsystems, Inc. All Rights Reserved.
  291.34 +#
  291.35 +# If you wish your version of this file to be governed by only the CDDL
  291.36 +# or only the GPL Version 2, indicate your decision by adding
  291.37 +# "[Contributor] elects to include this software in this distribution
  291.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  291.39 +# single choice of license, a recipient has the option to distribute
  291.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  291.41 +# to extend the choice of license to its licensees as provided above.
  291.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  291.43 +# Version 2 license, then the option applies only if the new code is
  291.44 +# made subject to such option by the copyright holder.
  291.45  suite.dir=${basedir}/..
   292.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/actions/ConfigurationEditorPanel.java	Mon Dec 19 11:28:54 2016 +0100
   292.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/actions/ConfigurationEditorPanel.java	Wed Feb 22 15:51:40 2017 +0100
   292.3 @@ -1,3 +1,46 @@
   292.4 +/*
   292.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   292.6 + *
   292.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   292.8 + *
   292.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  292.10 + * Other names may be trademarks of their respective owners.
  292.11 + *
  292.12 + * The contents of this file are subject to the terms of either the GNU
  292.13 + * General Public License Version 2 only ("GPL") or the Common
  292.14 + * Development and Distribution License("CDDL") (collectively, the
  292.15 + * "License"). You may not use this file except in compliance with the
  292.16 + * License. You can obtain a copy of the License at
  292.17 + * http://www.netbeans.org/cddl-gplv2.html
  292.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  292.19 + * specific language governing permissions and limitations under the
  292.20 + * License.  When distributing the software, include this License Header
  292.21 + * Notice in each file and include the License file at
  292.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  292.23 + * particular file as subject to the "Classpath" exception as provided
  292.24 + * by Oracle in the GPL Version 2 section of the License file that
  292.25 + * accompanied this code. If applicable, add the following below the
  292.26 + * License Header, with the fields enclosed by brackets [] replaced by
  292.27 + * your own identifying information:
  292.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  292.29 + *
  292.30 + * Contributor(s):
  292.31 + *
  292.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  292.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  292.34 + * Microsystems, Inc. All Rights Reserved.
  292.35 + *
  292.36 + * If you wish your version of this file to be governed by only the CDDL
  292.37 + * or only the GPL Version 2, indicate your decision by adding
  292.38 + * "[Contributor] elects to include this software in this distribution
  292.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  292.40 + * single choice of license, a recipient has the option to distribute
  292.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  292.42 + * to extend the choice of license to its licensees as provided above.
  292.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  292.44 + * Version 2 license, then the option applies only if the new code is
  292.45 + * made subject to such option by the copyright holder.
  292.46 + */
  292.47  /*
  292.48   * ConfigurationEditorPanel.java
  292.49   *
   293.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/WSDL.template	Mon Dec 19 11:28:54 2016 +0100
   293.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/WSDL.template	Wed Feb 22 15:51:40 2017 +0100
   293.3 @@ -1,4 +1,47 @@
   293.4  <?xml version="1.0" encoding="UTF-8"?>
   293.5 +<!--
   293.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   293.7 +
   293.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   293.9 +
  293.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  293.11 +Other names may be trademarks of their respective owners.
  293.12 +
  293.13 +The contents of this file are subject to the terms of either the GNU
  293.14 +General Public License Version 2 only ("GPL") or the Common
  293.15 +Development and Distribution License("CDDL") (collectively, the
  293.16 +"License"). You may not use this file except in compliance with the
  293.17 +License. You can obtain a copy of the License at
  293.18 +http://www.netbeans.org/cddl-gplv2.html
  293.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  293.20 +specific language governing permissions and limitations under the
  293.21 +License.  When distributing the software, include this License Header
  293.22 +Notice in each file and include the License file at
  293.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  293.24 +particular file as subject to the "Classpath" exception as provided
  293.25 +by Oracle in the GPL Version 2 section of the License file that
  293.26 +accompanied this code. If applicable, add the following below the
  293.27 +License Header, with the fields enclosed by brackets [] replaced by
  293.28 +your own identifying information:
  293.29 +"Portions Copyrighted [year] [name of copyright owner]"
  293.30 +
  293.31 +Contributor(s):
  293.32 +
  293.33 +The Original Software is NetBeans. The Initial Developer of the Original
  293.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  293.35 +Microsystems, Inc. All Rights Reserved.
  293.36 +
  293.37 +If you wish your version of this file to be governed by only the CDDL
  293.38 +or only the GPL Version 2, indicate your decision by adding
  293.39 +"[Contributor] elects to include this software in this distribution
  293.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  293.41 +single choice of license, a recipient has the option to distribute
  293.42 +your version of this file under either the CDDL, the GPL Version 2 or
  293.43 +to extend the choice of license to its licensees as provided above.
  293.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  293.45 +Version 2 license, then the option applies only if the new code is
  293.46 +made subject to such option by the copyright holder.
  293.47 +-->
  293.48  <definitions name="#SERVICE_NAME" targetNamespace="#TARGET_NAMESPACE"
  293.49      xmlns:tns="#TARGET_NAMESPACE"
  293.50      xmlns="http://schemas.xmlsoap.org/wsdl/"
   294.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/WSDL_import.template	Mon Dec 19 11:28:54 2016 +0100
   294.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/WSDL_import.template	Wed Feb 22 15:51:40 2017 +0100
   294.3 @@ -1,4 +1,47 @@
   294.4  <?xml version="1.0" encoding="UTF-8"?>
   294.5 +<!--
   294.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   294.7 +
   294.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   294.9 +
  294.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  294.11 +Other names may be trademarks of their respective owners.
  294.12 +
  294.13 +The contents of this file are subject to the terms of either the GNU
  294.14 +General Public License Version 2 only ("GPL") or the Common
  294.15 +Development and Distribution License("CDDL") (collectively, the
  294.16 +"License"). You may not use this file except in compliance with the
  294.17 +License. You can obtain a copy of the License at
  294.18 +http://www.netbeans.org/cddl-gplv2.html
  294.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  294.20 +specific language governing permissions and limitations under the
  294.21 +License.  When distributing the software, include this License Header
  294.22 +Notice in each file and include the License file at
  294.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  294.24 +particular file as subject to the "Classpath" exception as provided
  294.25 +by Oracle in the GPL Version 2 section of the License file that
  294.26 +accompanied this code. If applicable, add the following below the
  294.27 +License Header, with the fields enclosed by brackets [] replaced by
  294.28 +your own identifying information:
  294.29 +"Portions Copyrighted [year] [name of copyright owner]"
  294.30 +
  294.31 +Contributor(s):
  294.32 +
  294.33 +The Original Software is NetBeans. The Initial Developer of the Original
  294.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  294.35 +Microsystems, Inc. All Rights Reserved.
  294.36 +
  294.37 +If you wish your version of this file to be governed by only the CDDL
  294.38 +or only the GPL Version 2, indicate your decision by adding
  294.39 +"[Contributor] elects to include this software in this distribution
  294.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  294.41 +single choice of license, a recipient has the option to distribute
  294.42 +your version of this file under either the CDDL, the GPL Version 2 or
  294.43 +to extend the choice of license to its licensees as provided above.
  294.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  294.45 +Version 2 license, then the option applies only if the new code is
  294.46 +made subject to such option by the copyright holder.
  294.47 +-->
  294.48  <definitions name="#SERVICE_NAME" targetNamespace="#TARGET_NAMESPACE"
  294.49      xmlns:tns="#TARGET_NAMESPACE"
  294.50      xmlns="http://schemas.xmlsoap.org/wsdl/"
   295.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/empty_1.wsdl	Mon Dec 19 11:28:54 2016 +0100
   295.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/empty_1.wsdl	Wed Feb 22 15:51:40 2017 +0100
   295.3 @@ -1,4 +1,47 @@
   295.4  <?xml version="1.0" encoding="UTF-8"?>
   295.5 +<!--
   295.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   295.7 +
   295.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   295.9 +
  295.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  295.11 +Other names may be trademarks of their respective owners.
  295.12 +
  295.13 +The contents of this file are subject to the terms of either the GNU
  295.14 +General Public License Version 2 only ("GPL") or the Common
  295.15 +Development and Distribution License("CDDL") (collectively, the
  295.16 +"License"). You may not use this file except in compliance with the
  295.17 +License. You can obtain a copy of the License at
  295.18 +http://www.netbeans.org/cddl-gplv2.html
  295.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  295.20 +specific language governing permissions and limitations under the
  295.21 +License.  When distributing the software, include this License Header
  295.22 +Notice in each file and include the License file at
  295.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  295.24 +particular file as subject to the "Classpath" exception as provided
  295.25 +by Oracle in the GPL Version 2 section of the License file that
  295.26 +accompanied this code. If applicable, add the following below the
  295.27 +License Header, with the fields enclosed by brackets [] replaced by
  295.28 +your own identifying information:
  295.29 +"Portions Copyrighted [year] [name of copyright owner]"
  295.30 +
  295.31 +Contributor(s):
  295.32 +
  295.33 +The Original Software is NetBeans. The Initial Developer of the Original
  295.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  295.35 +Microsystems, Inc. All Rights Reserved.
  295.36 +
  295.37 +If you wish your version of this file to be governed by only the CDDL
  295.38 +or only the GPL Version 2, indicate your decision by adding
  295.39 +"[Contributor] elects to include this software in this distribution
  295.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  295.41 +single choice of license, a recipient has the option to distribute
  295.42 +your version of this file under either the CDDL, the GPL Version 2 or
  295.43 +to extend the choice of license to its licensees as provided above.
  295.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  295.45 +Version 2 license, then the option applies only if the new code is
  295.46 +made subject to such option by the copyright holder.
  295.47 +-->
  295.48  <definitions 
  295.49      xmlns:ns1="urn:WS/types"
  295.50      xmlns="http://schemas.xmlsoap.org/wsdl/"
   296.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/template.html	Mon Dec 19 11:28:54 2016 +0100
   296.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/template.html	Wed Feb 22 15:51:40 2017 +0100
   296.3 @@ -1,3 +1,46 @@
   296.4 +<!--
   296.5 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   296.6 +
   296.7 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   296.8 +
   296.9 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  296.10 +Other names may be trademarks of their respective owners.
  296.11 +
  296.12 +The contents of this file are subject to the terms of either the GNU
  296.13 +General Public License Version 2 only ("GPL") or the Common
  296.14 +Development and Distribution License("CDDL") (collectively, the
  296.15 +"License"). You may not use this file except in compliance with the
  296.16 +License. You can obtain a copy of the License at
  296.17 +http://www.netbeans.org/cddl-gplv2.html
  296.18 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  296.19 +specific language governing permissions and limitations under the
  296.20 +License.  When distributing the software, include this License Header
  296.21 +Notice in each file and include the License file at
  296.22 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  296.23 +particular file as subject to the "Classpath" exception as provided
  296.24 +by Oracle in the GPL Version 2 section of the License file that
  296.25 +accompanied this code. If applicable, add the following below the
  296.26 +License Header, with the fields enclosed by brackets [] replaced by
  296.27 +your own identifying information:
  296.28 +"Portions Copyrighted [year] [name of copyright owner]"
  296.29 +
  296.30 +Contributor(s):
  296.31 +
  296.32 +The Original Software is NetBeans. The Initial Developer of the Original
  296.33 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  296.34 +Microsystems, Inc. All Rights Reserved.
  296.35 +
  296.36 +If you wish your version of this file to be governed by only the CDDL
  296.37 +or only the GPL Version 2, indicate your decision by adding
  296.38 +"[Contributor] elects to include this software in this distribution
  296.39 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  296.40 +single choice of license, a recipient has the option to distribute
  296.41 +your version of this file under either the CDDL, the GPL Version 2 or
  296.42 +to extend the choice of license to its licensees as provided above.
  296.43 +However, if you add GPL Version 2 code and therefore, elected the GPL
  296.44 +Version 2 license, then the option applies only if the new code is
  296.45 +made subject to such option by the copyright holder.
  296.46 +-->
  296.47  <html>
  296.48  <head>
  296.49  	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
   297.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/windowmanager/properties.wstcgrp	Mon Dec 19 11:28:54 2016 +0100
   297.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/windowmanager/properties.wstcgrp	Wed Feb 22 15:51:40 2017 +0100
   297.3 @@ -1,4 +1,47 @@
   297.4  <?xml version="1.0" encoding="UTF-8" ?>
   297.5 +<!--
   297.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   297.7 +
   297.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   297.9 +
  297.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  297.11 +Other names may be trademarks of their respective owners.
  297.12 +
  297.13 +The contents of this file are subject to the terms of either the GNU
  297.14 +General Public License Version 2 only ("GPL") or the Common
  297.15 +Development and Distribution License("CDDL") (collectively, the
  297.16 +"License"). You may not use this file except in compliance with the
  297.17 +License. You can obtain a copy of the License at
  297.18 +http://www.netbeans.org/cddl-gplv2.html
  297.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  297.20 +specific language governing permissions and limitations under the
  297.21 +License.  When distributing the software, include this License Header
  297.22 +Notice in each file and include the License file at
  297.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  297.24 +particular file as subject to the "Classpath" exception as provided
  297.25 +by Oracle in the GPL Version 2 section of the License file that
  297.26 +accompanied this code. If applicable, add the following below the
  297.27 +License Header, with the fields enclosed by brackets [] replaced by
  297.28 +your own identifying information:
  297.29 +"Portions Copyrighted [year] [name of copyright owner]"
  297.30 +
  297.31 +Contributor(s):
  297.32 +
  297.33 +The Original Software is NetBeans. The Initial Developer of the Original
  297.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  297.35 +Microsystems, Inc. All Rights Reserved.
  297.36 +
  297.37 +If you wish your version of this file to be governed by only the CDDL
  297.38 +or only the GPL Version 2, indicate your decision by adding
  297.39 +"[Contributor] elects to include this software in this distribution
  297.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  297.41 +single choice of license, a recipient has the option to distribute
  297.42 +your version of this file under either the CDDL, the GPL Version 2 or
  297.43 +to extend the choice of license to its licensees as provided above.
  297.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  297.45 +Version 2 license, then the option applies only if the new code is
  297.46 +made subject to such option by the copyright holder.
  297.47 +-->
  297.48  
  297.49  <!DOCTYPE tc-group PUBLIC
  297.50            "-//NetBeans//DTD Top Component in Group Properties 2.0//EN"
   298.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/windowmanager/wsdl_ui.wsgrp	Mon Dec 19 11:28:54 2016 +0100
   298.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/windowmanager/wsdl_ui.wsgrp	Wed Feb 22 15:51:40 2017 +0100
   298.3 @@ -1,4 +1,47 @@
   298.4  <?xml version="1.0" encoding="UTF-8"?>
   298.5 +<!--
   298.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   298.7 +
   298.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   298.9 +
  298.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  298.11 +Other names may be trademarks of their respective owners.
  298.12 +
  298.13 +The contents of this file are subject to the terms of either the GNU
  298.14 +General Public License Version 2 only ("GPL") or the Common
  298.15 +Development and Distribution License("CDDL") (collectively, the
  298.16 +"License"). You may not use this file except in compliance with the
  298.17 +License. You can obtain a copy of the License at
  298.18 +http://www.netbeans.org/cddl-gplv2.html
  298.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  298.20 +specific language governing permissions and limitations under the
  298.21 +License.  When distributing the software, include this License Header
  298.22 +Notice in each file and include the License file at
  298.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  298.24 +particular file as subject to the "Classpath" exception as provided
  298.25 +by Oracle in the GPL Version 2 section of the License file that
  298.26 +accompanied this code. If applicable, add the following below the
  298.27 +License Header, with the fields enclosed by brackets [] replaced by
  298.28 +your own identifying information:
  298.29 +"Portions Copyrighted [year] [name of copyright owner]"
  298.30 +
  298.31 +Contributor(s):
  298.32 +
  298.33 +The Original Software is NetBeans. The Initial Developer of the Original
  298.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  298.35 +Microsystems, Inc. All Rights Reserved.
  298.36 +
  298.37 +If you wish your version of this file to be governed by only the CDDL
  298.38 +or only the GPL Version 2, indicate your decision by adding
  298.39 +"[Contributor] elects to include this software in this distribution
  298.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  298.41 +single choice of license, a recipient has the option to distribute
  298.42 +your version of this file under either the CDDL, the GPL Version 2 or
  298.43 +to extend the choice of license to its licensees as provided above.
  298.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  298.45 +Version 2 license, then the option applies only if the new code is
  298.46 +made subject to such option by the copyright holder.
  298.47 +-->
  298.48  
  298.49  <!DOCTYPE group PUBLIC
  298.50            "-//NetBeans//DTD Group Properties 2.0//EN"
   299.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/wsdlui-helpset.xml	Mon Dec 19 11:28:54 2016 +0100
   299.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/wsdlui-helpset.xml	Wed Feb 22 15:51:40 2017 +0100
   299.3 @@ -1,3 +1,46 @@
   299.4  <?xml version="1.0" encoding="UTF-8"?>
   299.5 +<!--
   299.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   299.7 +
   299.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   299.9 +
  299.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  299.11 +Other names may be trademarks of their respective owners.
  299.12 +
  299.13 +The contents of this file are subject to the terms of either the GNU
  299.14 +General Public License Version 2 only ("GPL") or the Common
  299.15 +Development and Distribution License("CDDL") (collectively, the
  299.16 +"License"). You may not use this file except in compliance with the
  299.17 +License. You can obtain a copy of the License at
  299.18 +http://www.netbeans.org/cddl-gplv2.html
  299.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  299.20 +specific language governing permissions and limitations under the
  299.21 +License.  When distributing the software, include this License Header
  299.22 +Notice in each file and include the License file at
  299.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  299.24 +particular file as subject to the "Classpath" exception as provided
  299.25 +by Oracle in the GPL Version 2 section of the License file that
  299.26 +accompanied this code. If applicable, add the following below the
  299.27 +License Header, with the fields enclosed by brackets [] replaced by
  299.28 +your own identifying information:
  299.29 +"Portions Copyrighted [year] [name of copyright owner]"
  299.30 +
  299.31 +Contributor(s):
  299.32 +
  299.33 +The Original Software is NetBeans. The Initial Developer of the Original
  299.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  299.35 +Microsystems, Inc. All Rights Reserved.
  299.36 +
  299.37 +If you wish your version of this file to be governed by only the CDDL
  299.38 +or only the GPL Version 2, indicate your decision by adding
  299.39 +"[Contributor] elects to include this software in this distribution
  299.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  299.41 +single choice of license, a recipient has the option to distribute
  299.42 +your version of this file under either the CDDL, the GPL Version 2 or
  299.43 +to extend the choice of license to its licensees as provided above.
  299.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  299.45 +Version 2 license, then the option applies only if the new code is
  299.46 +made subject to such option by the copyright holder.
  299.47 +-->
  299.48  <!DOCTYPE helpsetref PUBLIC "-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN" "http://www.netbeans.org/dtds/helpsetref-1_0.dtd">
  299.49  <helpsetref url="nbdocs:/org/netbeans/modules/xml/wsdlui/docs/wsdlui.hs"/>
   300.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/BindingConfigurationEditorPanel.java	Mon Dec 19 11:28:54 2016 +0100
   300.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/BindingConfigurationEditorPanel.java	Wed Feb 22 15:51:40 2017 +0100
   300.3 @@ -1,3 +1,46 @@
   300.4 +/*
   300.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   300.6 + *
   300.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   300.8 + *
   300.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  300.10 + * Other names may be trademarks of their respective owners.
  300.11 + *
  300.12 + * The contents of this file are subject to the terms of either the GNU
  300.13 + * General Public License Version 2 only ("GPL") or the Common
  300.14 + * Development and Distribution License("CDDL") (collectively, the
  300.15 + * "License"). You may not use this file except in compliance with the
  300.16 + * License. You can obtain a copy of the License at
  300.17 + * http://www.netbeans.org/cddl-gplv2.html
  300.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  300.19 + * specific language governing permissions and limitations under the
  300.20 + * License.  When distributing the software, include this License Header
  300.21 + * Notice in each file and include the License file at
  300.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  300.23 + * particular file as subject to the "Classpath" exception as provided
  300.24 + * by Oracle in the GPL Version 2 section of the License file that
  300.25 + * accompanied this code. If applicable, add the following below the
  300.26 + * License Header, with the fields enclosed by brackets [] replaced by
  300.27 + * your own identifying information:
  300.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  300.29 + *
  300.30 + * Contributor(s):
  300.31 + *
  300.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  300.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  300.34 + * Microsystems, Inc. All Rights Reserved.
  300.35 + *
  300.36 + * If you wish your version of this file to be governed by only the CDDL
  300.37 + * or only the GPL Version 2, indicate your decision by adding
  300.38 + * "[Contributor] elects to include this software in this distribution
  300.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  300.40 + * single choice of license, a recipient has the option to distribute
  300.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  300.42 + * to extend the choice of license to its licensees as provided above.
  300.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  300.44 + * Version 2 license, then the option applies only if the new code is
  300.45 + * made subject to such option by the copyright holder.
  300.46 + */
  300.47  /*
  300.48   * BindingConfigurationEditorPanel.java
  300.49   *
   301.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/newWSDL.html	Mon Dec 19 11:28:54 2016 +0100
   301.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/newWSDL.html	Wed Feb 22 15:51:40 2017 +0100
   301.3 @@ -1,4 +1,47 @@
   301.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   301.5 +<!--
   301.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   301.7 +
   301.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   301.9 +
  301.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  301.11 +Other names may be trademarks of their respective owners.
  301.12 +
  301.13 +The contents of this file are subject to the terms of either the GNU
  301.14 +General Public License Version 2 only ("GPL") or the Common
  301.15 +Development and Distribution License("CDDL") (collectively, the
  301.16 +"License"). You may not use this file except in compliance with the
  301.17 +License. You can obtain a copy of the License at
  301.18 +http://www.netbeans.org/cddl-gplv2.html
  301.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  301.20 +specific language governing permissions and limitations under the
  301.21 +License.  When distributing the software, include this License Header
  301.22 +Notice in each file and include the License file at
  301.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  301.24 +particular file as subject to the "Classpath" exception as provided
  301.25 +by Oracle in the GPL Version 2 section of the License file that
  301.26 +accompanied this code. If applicable, add the following below the
  301.27 +License Header, with the fields enclosed by brackets [] replaced by
  301.28 +your own identifying information:
  301.29 +"Portions Copyrighted [year] [name of copyright owner]"
  301.30 +
  301.31 +Contributor(s):
  301.32 +
  301.33 +The Original Software is NetBeans. The Initial Developer of the Original
  301.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  301.35 +Microsystems, Inc. All Rights Reserved.
  301.36 +
  301.37 +If you wish your version of this file to be governed by only the CDDL
  301.38 +or only the GPL Version 2, indicate your decision by adding
  301.39 +"[Contributor] elects to include this software in this distribution
  301.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  301.41 +single choice of license, a recipient has the option to distribute
  301.42 +your version of this file under either the CDDL, the GPL Version 2 or
  301.43 +to extend the choice of license to its licensees as provided above.
  301.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  301.45 +Version 2 license, then the option applies only if the new code is
  301.46 +made subject to such option by the copyright holder.
  301.47 +-->
  301.48  
  301.49  <html>
  301.50  <head>
   302.1 --- a/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wsdl/util/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
   302.2 +++ b/xml.wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wsdl/util/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
   302.3 @@ -1,1 +1,42 @@
   302.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   302.5 +
   302.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   302.7 +#
   302.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   302.9 +# Other names may be trademarks of their respective owners.
  302.10 +#
  302.11 +# The contents of this file are subject to the terms of either the GNU
  302.12 +# General Public License Version 2 only ("GPL") or the Common
  302.13 +# Development and Distribution License("CDDL") (collectively, the
  302.14 +# "License"). You may not use this file except in compliance with the
  302.15 +# License. You can obtain a copy of the License at
  302.16 +# http://www.netbeans.org/cddl-gplv2.html
  302.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  302.18 +# specific language governing permissions and limitations under the
  302.19 +# License.  When distributing the software, include this License Header
  302.20 +# Notice in each file and include the License file at
  302.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  302.22 +# particular file as subject to the "Classpath" exception as provided
  302.23 +# by Oracle in the GPL Version 2 section of the License file that
  302.24 +# accompanied this code. If applicable, add the following below the
  302.25 +# License Header, with the fields enclosed by brackets [] replaced by
  302.26 +# your own identifying information:
  302.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  302.28 +#
  302.29 +# Contributor(s):
  302.30 +#
  302.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  302.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  302.33 +# Microsystems, Inc. All Rights Reserved.
  302.34 +#
  302.35 +# If you wish your version of this file to be governed by only the CDDL
  302.36 +# or only the GPL Version 2, indicate your decision by adding
  302.37 +# "[Contributor] elects to include this software in this distribution
  302.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  302.39 +# single choice of license, a recipient has the option to distribute
  302.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  302.41 +# to extend the choice of license to its licensees as provided above.
  302.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  302.43 +# Version 2 license, then the option applies only if the new code is
  302.44 +# made subject to such option by the copyright holder.
  302.45  BindingComponentUtils.Dialog.title=Select Element Or Type
   303.1 --- a/xml.xam.ui/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   303.2 +++ b/xml.xam.ui/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   303.3 @@ -1,5 +1,48 @@
   303.4  <?xml version="1.0" encoding="UTF-8"?>
   303.5  <!--
   303.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   303.7 +
   303.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   303.9 +
  303.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  303.11 +Other names may be trademarks of their respective owners.
  303.12 +
  303.13 +The contents of this file are subject to the terms of either the GNU
  303.14 +General Public License Version 2 only ("GPL") or the Common
  303.15 +Development and Distribution License("CDDL") (collectively, the
  303.16 +"License"). You may not use this file except in compliance with the
  303.17 +License. You can obtain a copy of the License at
  303.18 +http://www.netbeans.org/cddl-gplv2.html
  303.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  303.20 +specific language governing permissions and limitations under the
  303.21 +License.  When distributing the software, include this License Header
  303.22 +Notice in each file and include the License file at
  303.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  303.24 +particular file as subject to the "Classpath" exception as provided
  303.25 +by Oracle in the GPL Version 2 section of the License file that
  303.26 +accompanied this code. If applicable, add the following below the
  303.27 +License Header, with the fields enclosed by brackets [] replaced by
  303.28 +your own identifying information:
  303.29 +"Portions Copyrighted [year] [name of copyright owner]"
  303.30 +
  303.31 +Contributor(s):
  303.32 +
  303.33 +The Original Software is NetBeans. The Initial Developer of the Original
  303.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  303.35 +Microsystems, Inc. All Rights Reserved.
  303.36 +
  303.37 +If you wish your version of this file to be governed by only the CDDL
  303.38 +or only the GPL Version 2, indicate your decision by adding
  303.39 +"[Contributor] elects to include this software in this distribution
  303.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  303.41 +single choice of license, a recipient has the option to distribute
  303.42 +your version of this file under either the CDDL, the GPL Version 2 or
  303.43 +to extend the choice of license to its licensees as provided above.
  303.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  303.45 +Version 2 license, then the option applies only if the new code is
  303.46 +made subject to such option by the copyright holder.
  303.47 +-->
  303.48 +<!--
  303.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  303.50  ***         EDIT ../build.xml INSTEAD         ***
  303.51  -->
   304.1 --- a/xml.xam.ui/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   304.2 +++ b/xml.xam.ui/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   304.3 @@ -1,3 +1,44 @@
   304.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   304.5 +
   304.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   304.7 +#
   304.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   304.9 +# Other names may be trademarks of their respective owners.
  304.10 +#
  304.11 +# The contents of this file are subject to the terms of either the GNU
  304.12 +# General Public License Version 2 only ("GPL") or the Common
  304.13 +# Development and Distribution License("CDDL") (collectively, the
  304.14 +# "License"). You may not use this file except in compliance with the
  304.15 +# License. You can obtain a copy of the License at
  304.16 +# http://www.netbeans.org/cddl-gplv2.html
  304.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  304.18 +# specific language governing permissions and limitations under the
  304.19 +# License.  When distributing the software, include this License Header
  304.20 +# Notice in each file and include the License file at
  304.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  304.22 +# particular file as subject to the "Classpath" exception as provided
  304.23 +# by Oracle in the GPL Version 2 section of the License file that
  304.24 +# accompanied this code. If applicable, add the following below the
  304.25 +# License Header, with the fields enclosed by brackets [] replaced by
  304.26 +# your own identifying information:
  304.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  304.28 +#
  304.29 +# Contributor(s):
  304.30 +#
  304.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  304.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  304.33 +# Microsystems, Inc. All Rights Reserved.
  304.34 +#
  304.35 +# If you wish your version of this file to be governed by only the CDDL
  304.36 +# or only the GPL Version 2, indicate your decision by adding
  304.37 +# "[Contributor] elects to include this software in this distribution
  304.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  304.39 +# single choice of license, a recipient has the option to distribute
  304.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  304.41 +# to extend the choice of license to its licensees as provided above.
  304.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  304.43 +# Version 2 license, then the option applies only if the new code is
  304.44 +# made subject to such option by the copyright holder.
  304.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  304.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  304.47  nbproject/build-impl.xml.data.CRC32=2c3a4b65
   305.1 --- a/xml.xam.ui/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   305.2 +++ b/xml.xam.ui/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   305.3 @@ -1,1 +1,42 @@
   305.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   305.5 +
   305.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   305.7 +#
   305.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   305.9 +# Other names may be trademarks of their respective owners.
  305.10 +#
  305.11 +# The contents of this file are subject to the terms of either the GNU
  305.12 +# General Public License Version 2 only ("GPL") or the Common
  305.13 +# Development and Distribution License("CDDL") (collectively, the
  305.14 +# "License"). You may not use this file except in compliance with the
  305.15 +# License. You can obtain a copy of the License at
  305.16 +# http://www.netbeans.org/cddl-gplv2.html
  305.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  305.18 +# specific language governing permissions and limitations under the
  305.19 +# License.  When distributing the software, include this License Header
  305.20 +# Notice in each file and include the License file at
  305.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  305.22 +# particular file as subject to the "Classpath" exception as provided
  305.23 +# by Oracle in the GPL Version 2 section of the License file that
  305.24 +# accompanied this code. If applicable, add the following below the
  305.25 +# License Header, with the fields enclosed by brackets [] replaced by
  305.26 +# your own identifying information:
  305.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  305.28 +#
  305.29 +# Contributor(s):
  305.30 +#
  305.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  305.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  305.33 +# Microsystems, Inc. All Rights Reserved.
  305.34 +#
  305.35 +# If you wish your version of this file to be governed by only the CDDL
  305.36 +# or only the GPL Version 2, indicate your decision by adding
  305.37 +# "[Contributor] elects to include this software in this distribution
  305.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  305.39 +# single choice of license, a recipient has the option to distribute
  305.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  305.41 +# to extend the choice of license to its licensees as provided above.
  305.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  305.43 +# Version 2 license, then the option applies only if the new code is
  305.44 +# made subject to such option by the copyright holder.
  305.45  suite.dir=${basedir}/..
   306.1 --- a/xml.xam.ui/test/unit/src/org/netbeans/modules/xml/xam/ui/resources/Empty.xsd	Mon Dec 19 11:28:54 2016 +0100
   306.2 +++ b/xml.xam.ui/test/unit/src/org/netbeans/modules/xml/xam/ui/resources/Empty.xsd	Wed Feb 22 15:51:40 2017 +0100
   306.3 @@ -1,4 +1,47 @@
   306.4  <?xml version="1.0" encoding="UTF-8"?>
   306.5 +<!--
   306.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   306.7 +
   306.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   306.9 +
  306.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  306.11 +Other names may be trademarks of their respective owners.
  306.12 +
  306.13 +The contents of this file are subject to the terms of either the GNU
  306.14 +General Public License Version 2 only ("GPL") or the Common
  306.15 +Development and Distribution License("CDDL") (collectively, the
  306.16 +"License"). You may not use this file except in compliance with the
  306.17 +License. You can obtain a copy of the License at
  306.18 +http://www.netbeans.org/cddl-gplv2.html
  306.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  306.20 +specific language governing permissions and limitations under the
  306.21 +License.  When distributing the software, include this License Header
  306.22 +Notice in each file and include the License file at
  306.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  306.24 +particular file as subject to the "Classpath" exception as provided
  306.25 +by Oracle in the GPL Version 2 section of the License file that
  306.26 +accompanied this code. If applicable, add the following below the
  306.27 +License Header, with the fields enclosed by brackets [] replaced by
  306.28 +your own identifying information:
  306.29 +"Portions Copyrighted [year] [name of copyright owner]"
  306.30 +
  306.31 +Contributor(s):
  306.32 +
  306.33 +The Original Software is NetBeans. The Initial Developer of the Original
  306.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  306.35 +Microsystems, Inc. All Rights Reserved.
  306.36 +
  306.37 +If you wish your version of this file to be governed by only the CDDL
  306.38 +or only the GPL Version 2, indicate your decision by adding
  306.39 +"[Contributor] elects to include this software in this distribution
  306.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  306.41 +single choice of license, a recipient has the option to distribute
  306.42 +your version of this file under either the CDDL, the GPL Version 2 or
  306.43 +to extend the choice of license to its licensees as provided above.
  306.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  306.45 +Version 2 license, then the option applies only if the new code is
  306.46 +made subject to such option by the copyright holder.
  306.47 +-->
  306.48  
  306.49  <!--
  306.50      Document   : Empty.xsd
   307.1 --- a/xml.xam.ui/test/unit/src/org/netbeans/modules/xml/xam/ui/resources/PurchaseOrder.xsd	Mon Dec 19 11:28:54 2016 +0100
   307.2 +++ b/xml.xam.ui/test/unit/src/org/netbeans/modules/xml/xam/ui/resources/PurchaseOrder.xsd	Wed Feb 22 15:51:40 2017 +0100
   307.3 @@ -1,4 +1,47 @@
   307.4  <?xml version="1.0" encoding="UTF-8"?>
   307.5 +<!--
   307.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   307.7 +
   307.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   307.9 +
  307.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  307.11 +Other names may be trademarks of their respective owners.
  307.12 +
  307.13 +The contents of this file are subject to the terms of either the GNU
  307.14 +General Public License Version 2 only ("GPL") or the Common
  307.15 +Development and Distribution License("CDDL") (collectively, the
  307.16 +"License"). You may not use this file except in compliance with the
  307.17 +License. You can obtain a copy of the License at
  307.18 +http://www.netbeans.org/cddl-gplv2.html
  307.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  307.20 +specific language governing permissions and limitations under the
  307.21 +License.  When distributing the software, include this License Header
  307.22 +Notice in each file and include the License file at
  307.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  307.24 +particular file as subject to the "Classpath" exception as provided
  307.25 +by Oracle in the GPL Version 2 section of the License file that
  307.26 +accompanied this code. If applicable, add the following below the
  307.27 +License Header, with the fields enclosed by brackets [] replaced by
  307.28 +your own identifying information:
  307.29 +"Portions Copyrighted [year] [name of copyright owner]"
  307.30 +
  307.31 +Contributor(s):
  307.32 +
  307.33 +The Original Software is NetBeans. The Initial Developer of the Original
  307.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  307.35 +Microsystems, Inc. All Rights Reserved.
  307.36 +
  307.37 +If you wish your version of this file to be governed by only the CDDL
  307.38 +or only the GPL Version 2, indicate your decision by adding
  307.39 +"[Contributor] elects to include this software in this distribution
  307.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  307.41 +single choice of license, a recipient has the option to distribute
  307.42 +your version of this file under either the CDDL, the GPL Version 2 or
  307.43 +to extend the choice of license to its licensees as provided above.
  307.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  307.45 +Version 2 license, then the option applies only if the new code is
  307.46 +made subject to such option by the copyright holder.
  307.47 +-->
  307.48  
  307.49  <schema xmlns="http://www.w3.org/2001/XMLSchema"
  307.50          xmlns:po="http://www.example.com/PO1"
   308.1 --- a/xml.xpath.ext/nbproject/build-impl.xml	Mon Dec 19 11:28:54 2016 +0100
   308.2 +++ b/xml.xpath.ext/nbproject/build-impl.xml	Wed Feb 22 15:51:40 2017 +0100
   308.3 @@ -1,5 +1,48 @@
   308.4  <?xml version="1.0" encoding="UTF-8"?>
   308.5  <!--
   308.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   308.7 +
   308.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   308.9 +
  308.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  308.11 +Other names may be trademarks of their respective owners.
  308.12 +
  308.13 +The contents of this file are subject to the terms of either the GNU
  308.14 +General Public License Version 2 only ("GPL") or the Common
  308.15 +Development and Distribution License("CDDL") (collectively, the
  308.16 +"License"). You may not use this file except in compliance with the
  308.17 +License. You can obtain a copy of the License at
  308.18 +http://www.netbeans.org/cddl-gplv2.html
  308.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  308.20 +specific language governing permissions and limitations under the
  308.21 +License.  When distributing the software, include this License Header
  308.22 +Notice in each file and include the License file at
  308.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  308.24 +particular file as subject to the "Classpath" exception as provided
  308.25 +by Oracle in the GPL Version 2 section of the License file that
  308.26 +accompanied this code. If applicable, add the following below the
  308.27 +License Header, with the fields enclosed by brackets [] replaced by
  308.28 +your own identifying information:
  308.29 +"Portions Copyrighted [year] [name of copyright owner]"
  308.30 +
  308.31 +Contributor(s):
  308.32 +
  308.33 +The Original Software is NetBeans. The Initial Developer of the Original
  308.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  308.35 +Microsystems, Inc. All Rights Reserved.
  308.36 +
  308.37 +If you wish your version of this file to be governed by only the CDDL
  308.38 +or only the GPL Version 2, indicate your decision by adding
  308.39 +"[Contributor] elects to include this software in this distribution
  308.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  308.41 +single choice of license, a recipient has the option to distribute
  308.42 +your version of this file under either the CDDL, the GPL Version 2 or
  308.43 +to extend the choice of license to its licensees as provided above.
  308.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  308.45 +Version 2 license, then the option applies only if the new code is
  308.46 +made subject to such option by the copyright holder.
  308.47 +-->
  308.48 +<!--
  308.49  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  308.50  ***         EDIT ../build.xml INSTEAD         ***
  308.51  -->
   309.1 --- a/xml.xpath.ext/nbproject/genfiles.properties	Mon Dec 19 11:28:54 2016 +0100
   309.2 +++ b/xml.xpath.ext/nbproject/genfiles.properties	Wed Feb 22 15:51:40 2017 +0100
   309.3 @@ -1,3 +1,44 @@
   309.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   309.5 +
   309.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   309.7 +#
   309.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   309.9 +# Other names may be trademarks of their respective owners.
  309.10 +#
  309.11 +# The contents of this file are subject to the terms of either the GNU
  309.12 +# General Public License Version 2 only ("GPL") or the Common
  309.13 +# Development and Distribution License("CDDL") (collectively, the
  309.14 +# "License"). You may not use this file except in compliance with the
  309.15 +# License. You can obtain a copy of the License at
  309.16 +# http://www.netbeans.org/cddl-gplv2.html
  309.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  309.18 +# specific language governing permissions and limitations under the
  309.19 +# License.  When distributing the software, include this License Header
  309.20 +# Notice in each file and include the License file at
  309.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  309.22 +# particular file as subject to the "Classpath" exception as provided
  309.23 +# by Oracle in the GPL Version 2 section of the License file that
  309.24 +# accompanied this code. If applicable, add the following below the
  309.25 +# License Header, with the fields enclosed by brackets [] replaced by
  309.26 +# your own identifying information:
  309.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  309.28 +#
  309.29 +# Contributor(s):
  309.30 +#
  309.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  309.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  309.33 +# Microsystems, Inc. All Rights Reserved.
  309.34 +#
  309.35 +# If you wish your version of this file to be governed by only the CDDL
  309.36 +# or only the GPL Version 2, indicate your decision by adding
  309.37 +# "[Contributor] elects to include this software in this distribution
  309.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  309.39 +# single choice of license, a recipient has the option to distribute
  309.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  309.41 +# to extend the choice of license to its licensees as provided above.
  309.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  309.43 +# Version 2 license, then the option applies only if the new code is
  309.44 +# made subject to such option by the copyright holder.
  309.45  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  309.46  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  309.47  nbproject/build-impl.xml.data.CRC32=b170871d
   310.1 --- a/xml.xpath.ext/nbproject/suite.properties	Mon Dec 19 11:28:54 2016 +0100
   310.2 +++ b/xml.xpath.ext/nbproject/suite.properties	Wed Feb 22 15:51:40 2017 +0100
   310.3 @@ -1,1 +1,42 @@
   310.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   310.5 +
   310.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   310.7 +#
   310.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   310.9 +# Other names may be trademarks of their respective owners.
  310.10 +#
  310.11 +# The contents of this file are subject to the terms of either the GNU
  310.12 +# General Public License Version 2 only ("GPL") or the Common
  310.13 +# Development and Distribution License("CDDL") (collectively, the
  310.14 +# "License"). You may not use this file except in compliance with the
  310.15 +# License. You can obtain a copy of the License at
  310.16 +# http://www.netbeans.org/cddl-gplv2.html
  310.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  310.18 +# specific language governing permissions and limitations under the
  310.19 +# License.  When distributing the software, include this License Header
  310.20 +# Notice in each file and include the License file at
  310.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  310.22 +# particular file as subject to the "Classpath" exception as provided
  310.23 +# by Oracle in the GPL Version 2 section of the License file that
  310.24 +# accompanied this code. If applicable, add the following below the
  310.25 +# License Header, with the fields enclosed by brackets [] replaced by
  310.26 +# your own identifying information:
  310.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  310.28 +#
  310.29 +# Contributor(s):
  310.30 +#
  310.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  310.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  310.33 +# Microsystems, Inc. All Rights Reserved.
  310.34 +#
  310.35 +# If you wish your version of this file to be governed by only the CDDL
  310.36 +# or only the GPL Version 2, indicate your decision by adding
  310.37 +# "[Contributor] elects to include this software in this distribution
  310.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  310.39 +# single choice of license, a recipient has the option to distribute
  310.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  310.41 +# to extend the choice of license to its licensees as provided above.
  310.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  310.43 +# Version 2 license, then the option applies only if the new code is
  310.44 +# made subject to such option by the copyright holder.
  310.45  suite.dir=${basedir}/..
   311.1 --- a/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/Bundle.properties	Mon Dec 19 11:28:54 2016 +0100
   311.2 +++ b/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/Bundle.properties	Wed Feb 22 15:51:40 2017 +0100
   311.3 @@ -1,3 +1,44 @@
   311.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   311.5 +
   311.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   311.7 +#
   311.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   311.9 +# Other names may be trademarks of their respective owners.
  311.10 +#
  311.11 +# The contents of this file are subject to the terms of either the GNU
  311.12 +# General Public License Version 2 only ("GPL") or the Common
  311.13 +# Development and Distribution License("CDDL") (collectively, the
  311.14 +# "License"). You may not use this file except in compliance with the
  311.15 +# License. You can obtain a copy of the License at
  311.16 +# http://www.netbeans.org/cddl-gplv2.html
  311.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  311.18 +# specific language governing permissions and limitations under the
  311.19 +# License.  When distributing the software, include this License Header
  311.20 +# Notice in each file and include the License file at
  311.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  311.22 +# particular file as subject to the "Classpath" exception as provided
  311.23 +# by Oracle in the GPL Version 2 section of the License file that
  311.24 +# accompanied this code. If applicable, add the following below the
  311.25 +# License Header, with the fields enclosed by brackets [] replaced by
  311.26 +# your own identifying information:
  311.27 +# "Portions Copyrighted [year] [name of copyright owner]"
  311.28 +#
  311.29 +# Contributor(s):
  311.30 +#
  311.31 +# The Original Software is NetBeans. The Initial Developer of the Original
  311.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  311.33 +# Microsystems, Inc. All Rights Reserved.
  311.34 +#
  311.35 +# If you wish your version of this file to be governed by only the CDDL
  311.36 +# or only the GPL Version 2, indicate your decision by adding
  311.37 +# "[Contributor] elects to include this software in this distribution
  311.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  311.39 +# single choice of license, a recipient has the option to distribute
  311.40 +# your version of this file under either the CDDL, the GPL Version 2 or
  311.41 +# to extend the choice of license to its licensees as provided above.
  311.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  311.43 +# Version 2 license, then the option applies only if the new code is
  311.44 +# made subject to such option by the copyright holder.
  311.45  OpenIDE-Module-Display-Category=XML
  311.46  OpenIDE-Module-Long-Description=\
  311.47      The module provides modified (and improved) API in comparison with the standard NetBeans "XPath 1.1 Model". \
   312.1 --- a/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/XPathUtils.java	Mon Dec 19 11:28:54 2016 +0100
   312.2 +++ b/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/XPathUtils.java	Wed Feb 22 15:51:40 2017 +0100
   312.3 @@ -1,3 +1,46 @@
   312.4 +/*
   312.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   312.6 + *
   312.7 + * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   312.8 + *
   312.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  312.10 + * Other names may be trademarks of their respective owners.
  312.11 + *
  312.12 + * The contents of this file are subject to the terms of either the GNU
  312.13 + * General Public License Version 2 only ("GPL") or the Common
  312.14 + * Development and Distribution License("CDDL") (collectively, the
  312.15 + * "License"). You may not use this file except in compliance with the
  312.16 + * License. You can obtain a copy of the License at
  312.17 + * http://www.netbeans.org/cddl-gplv2.html
  312.18 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  312.19 + * specific language governing permissions and limitations under the
  312.20 + * License.  When distributing the software, include this License Header
  312.21 + * Notice in each file and include the License file at
  312.22 + * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  312.23 + * particular file as subject to the "Classpath" exception as provided
  312.24 + * by Oracle in the GPL Version 2 section of the License file that
  312.25 + * accompanied this code. If applicable, add the following below the
  312.26 + * License Header, with the fields enclosed by brackets [] replaced by
  312.27 + * your own identifying information:
  312.28 + * "Portions Copyrighted [year] [name of copyright owner]"
  312.29 + *
  312.30 + * Contributor(s):
  312.31 + *
  312.32 + * The Original Software is NetBeans. The Initial Developer of the Original
  312.33 + * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  312.34 + * Microsystems, Inc. All Rights Reserved.
  312.35 + *
  312.36 + * If you wish your version of this file to be governed by only the CDDL
  312.37 + * or only the GPL Version 2, indicate your decision by adding
  312.38 + * "[Contributor] elects to include this software in this distribution
  312.39 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  312.40 + * single choice of license, a recipient has the option to distribute
  312.41 + * your version of this file under either the CDDL, the GPL Version 2 or
  312.42 + * to extend the choice of license to its licensees as provided above.
  312.43 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  312.44 + * Version 2 license, then the option applies only if the new code is
  312.45 + * made subject to such option by the copyright holder.
  312.46 + */
  312.47  /*
  312.48   * Utils.java
  312.49   * 
   313.1 --- a/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/schema/XMLSchema-instance.xsd	Mon Dec 19 11:28:54 2016 +0100
   313.2 +++ b/xml.xpath.ext/src/org/netbeans/modules/xml/xpath/ext/schema/XMLSchema-instance.xsd	Wed Feb 22 15:51:40 2017 +0100
   313.3 @@ -1,4 +1,47 @@
   313.4  <?xml version="1.0" encoding="UTF-8"?>
   313.5 +<!--
   313.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   313.7 +
   313.8 +Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
   313.9 +
  313.10 +Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  313.11 +Other names may be trademarks of their respective owners.
  313.12 +
  313.13 +The contents of this file are subject to the terms of either the GNU
  313.14 +General Public License Version 2 only ("GPL") or the Common
  313.15 +Development and Distribution License("CDDL") (collectively, the
  313.16 +"License"). You may not use this file except in compliance with the
  313.17 +License. You can obtain a copy of the License at
  313.18 +http://www.netbeans.org/cddl-gplv2.html
  313.19 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  313.20 +specific language governing permissions and limitations under the
  313.21 +License.  When distributing the software, include this License Header
  313.22 +Notice in each file and include the License file at
  313.23 +nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
  313.24 +particular file as subject to the "Classpath" exception as provided
  313.25 +by Oracle in the GPL Version 2 section of the License file that
  313.26 +accompanied this code. If applicable, add the following below the
  313.27 +License Header, with the fields enclosed by brackets [] replaced by
  313.28 +your own identifying information:
  313.29 +"Portions Copyrighted [year] [name of copyright owner]"
  313.30 +
  313.31 +Contributor(s):
  313.32 +
  313.33 +The Original Software is NetBeans. The Initial Developer of the Original
  313.34 +Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
  313.35 +Microsystems, Inc. All Rights Reserved.
  313.36 +
  313.37 +If you wish your version of this file to be governed by only the CDDL
  313.38 +or only the GPL Version 2, indicate your decision by adding
  313.39 +"[Contributor] elects to include this software in this distribution
  313.40 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  313.41 +single choice of license, a recipient has the option to distribute
  313.42 +your version of this file under either the CDDL, the GPL Version 2 or
  313.43 +to extend the choice of license to its licensees as provided above.
  313.44 +However, if you add GPL Version 2 code and therefore, elected the GPL
  313.45 +Version 2 license, then the option applies only if the new code is
  313.46 +made subject to such option by the copyright holder.
  313.47 +-->
  313.48  <xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema-instance"
  313.49             xmlns:xs="http://www.w3.org/2001/XMLSchema">
  313.50      <xs:attribute name="nil"/>