Fixing license headers for scripts
authorJan Lahoda <jlahoda@netbeans.org>
Sun, 08 Jan 2017 20:11:29 +0100
changeset 10363b6996b67a7c
parent 1035 97d4ae8fcb13
child 1037 55c0650c5969
Fixing license headers for scripts
cmdline/build.sh
cmdline/compiler/scripts/jackpotc
cmdline/tool/scripts/jackpot
cmdline/tool/scripts/jackpot.bat
duplicates/build.sh
hudson/trunk
language/build.sh
language/post-build.sh
remoting/build.sh
remoting/post-build.sh
remoting/server/scripts/index.sh
remoting/server/scripts/web.sh
remoting/server/tests/run-declarative-tests
remoting/server/tests/run-integration-tests
remoting/server/tests/testcases/list.tc/request
remoting/server/tests/testcases/sources/simple.tc/request
remoting/server/tests/testcases/symbol/symbol-lookup1.tc/request
remoting/server/tests/testcases/type/lookup1.tc/request
remoting/server/tests/testcases/usages/field-new.tc/request
remoting/server/tests/testcases/usages/field-old.tc/request
remoting/server/tests/testcases/usages/usages-simple.tc/request
     1.1 --- a/cmdline/build.sh	Sun Jan 08 20:11:20 2017 +0100
     1.2 +++ b/cmdline/build.sh	Sun Jan 08 20:11:29 2017 +0100
     1.3 @@ -1,4 +1,47 @@
     1.4  #!/bin/bash -x
     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  ant "$@" clean && ant "$@" build && ant "$@" test && (cd compiler; ant "$@" create-standalone-compiler && build/test/scripted/run )  && (cd tool; ant "$@" create-standalone-tool && build/test/scripted/run ) && (cd lib; ant "$@" create-cmdline-lib ) && (cd ap; ant "$@" build-ap-jar ) || exit 1
    1.49  mvn $MAVEN_EXTRA_ARGS install:install-file -Dfile=tool/build/jackpot/jackpot.jar -DgroupId=org.netbeans.modules.jackpot30 -DartifactId=tool -Dversion=8.1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
    1.50  (cd maven; mvn $MAVEN_EXTRA_ARGS install -DskipTests;  mvn $MAVEN_EXTRA_ARGS -Dmaven.executable=`which mvn` test)
     2.1 --- a/cmdline/compiler/scripts/jackpotc	Sun Jan 08 20:11:20 2017 +0100
     2.2 +++ b/cmdline/compiler/scripts/jackpotc	Sun Jan 08 20:11:29 2017 +0100
     2.3 @@ -1,2 +1,45 @@
     2.4  #!/bin/bash
     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  java -Xbootclasspath/p:`dirname $0`/jackpotc.jar com.sun.tools.javac.Main -Xjcov "$@"
     3.1 --- a/cmdline/tool/scripts/jackpot	Sun Jan 08 20:11:20 2017 +0100
     3.2 +++ b/cmdline/tool/scripts/jackpot	Sun Jan 08 20:11:29 2017 +0100
     3.3 @@ -1,4 +1,47 @@
     3.4  #!/bin/bash
     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  JACKPOT_JAR=`readlink -f "$0"`
    3.49  JACKPOT_JAR=`dirname "$JACKPOT_JAR"`/jackpot.jar
    3.50  java -classpath `dirname "$JACKPOT_JAR"`/jackpot.jar org.netbeans.modules.jackpot30.cmdline.Main "$@"
     4.1 --- a/cmdline/tool/scripts/jackpot.bat	Sun Jan 08 20:11:20 2017 +0100
     4.2 +++ b/cmdline/tool/scripts/jackpot.bat	Sun Jan 08 20:11:29 2017 +0100
     4.3 @@ -1,3 +1,46 @@
     4.4 +@echo off
     4.5 +REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6 +REM
     4.7 +REM Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     4.8 +REM
     4.9 +REM Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    4.10 +REM Other names may be trademarks of their respective owners.
    4.11 +REM
    4.12 +REM The contents of this file are subject to the terms of either the GNU
    4.13 +REM General Public License Version 2 only ("GPL") or the Common
    4.14 +REM Development and Distribution License("CDDL") (collectively, the
    4.15 +REM "License"). You may not use this file except in compliance with the
    4.16 +REM License. You can obtain a copy of the License at
    4.17 +REM http://www.netbeans.org/cddl-gplv2.html
    4.18 +REM or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.19 +REM specific language governing permissions and limitations under the
    4.20 +REM License.  When distributing the software, include this License Header
    4.21 +REM Notice in each file and include the License file at
    4.22 +REM nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    4.23 +REM particular file as subject to the "Classpath" exception as provided
    4.24 +REM by Oracle in the GPL Version 2 section of the License file that
    4.25 +REM accompanied this code. If applicable, add the following below the
    4.26 +REM License Header, with the fields enclosed by brackets [] replaced by
    4.27 +REM your own identifying information:
    4.28 +REM "Portions Copyrighted [year] [name of copyright owner]"
    4.29 +REM
    4.30 +REM Contributor(s):
    4.31 +REM
    4.32 +REM The Original Software is NetBeans. The Initial Developer of the Original
    4.33 +REM Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    4.34 +REM Microsystems, Inc. All Rights Reserved.
    4.35 +REM
    4.36 +REM If you wish your version of this file to be governed by only the CDDL
    4.37 +REM or only the GPL Version 2, indicate your decision by adding
    4.38 +REM "[Contributor] elects to include this software in this distribution
    4.39 +REM under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.40 +REM single choice of license, a recipient has the option to distribute
    4.41 +REM your version of this file under either the CDDL, the GPL Version 2 or
    4.42 +REM to extend the choice of license to its licensees as provided above.
    4.43 +REM However, if you add GPL Version 2 code and therefore, elected the GPL
    4.44 +REM Version 2 license, then the option applies only if the new code is
    4.45 +REM made subject to such option by the copyright holder.
    4.46 +
    4.47  @echo on
    4.48  set dirname=%0%\..
    4.49  java -classpath "%dirname:"=%\jackpot.jar" org.netbeans.modules.jackpot30.cmdline.Main %*
     5.1 --- a/duplicates/build.sh	Sun Jan 08 20:11:20 2017 +0100
     5.2 +++ b/duplicates/build.sh	Sun Jan 08 20:11:29 2017 +0100
     5.3 @@ -1,4 +1,47 @@
     5.4  #!/bin/bash
     5.5 +
     5.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.7 +#
     5.8 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     5.9 +#
    5.10 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    5.11 +# Other names may be trademarks of their respective owners.
    5.12 +#
    5.13 +# The contents of this file are subject to the terms of either the GNU
    5.14 +# General Public License Version 2 only ("GPL") or the Common
    5.15 +# Development and Distribution License("CDDL") (collectively, the
    5.16 +# "License"). You may not use this file except in compliance with the
    5.17 +# License. You can obtain a copy of the License at
    5.18 +# http://www.netbeans.org/cddl-gplv2.html
    5.19 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.20 +# specific language governing permissions and limitations under the
    5.21 +# License.  When distributing the software, include this License Header
    5.22 +# Notice in each file and include the License file at
    5.23 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    5.24 +# particular file as subject to the "Classpath" exception as provided
    5.25 +# by Oracle in the GPL Version 2 section of the License file that
    5.26 +# accompanied this code. If applicable, add the following below the
    5.27 +# License Header, with the fields enclosed by brackets [] replaced by
    5.28 +# your own identifying information:
    5.29 +# "Portions Copyrighted [year] [name of copyright owner]"
    5.30 +#
    5.31 +# Contributor(s):
    5.32 +#
    5.33 +# The Original Software is NetBeans. The Initial Developer of the Original
    5.34 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    5.35 +# Microsystems, Inc. All Rights Reserved.
    5.36 +#
    5.37 +# If you wish your version of this file to be governed by only the CDDL
    5.38 +# or only the GPL Version 2, indicate your decision by adding
    5.39 +# "[Contributor] elects to include this software in this distribution
    5.40 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.41 +# single choice of license, a recipient has the option to distribute
    5.42 +# your version of this file under either the CDDL, the GPL Version 2 or
    5.43 +# to extend the choice of license to its licensees as provided above.
    5.44 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    5.45 +# Version 2 license, then the option applies only if the new code is
    5.46 +# made subject to such option by the copyright holder.
    5.47 +
    5.48  (cd ide; ant "$@" clean && ant "$@" nbms && ant "$@" test) || exit 1
    5.49  (cd server/indexer; ant "$@" clean && ant "$@" build && cp -r build/cluster build/indexer; cp -r ../../ide/build/cluster/* build/indexer/; cp -r ../../../remoting/ide/build/cluster/* build/indexer/; cd build; zip -r ../../../../remoting/build/duplicates-indexer.zip indexer/) || exit 1
    5.50  (cd server/web/duplicates.web.api; ant "$@" clean && ant "$@") || exit 1
     6.1 --- a/hudson/trunk	Sun Jan 08 20:11:20 2017 +0100
     6.2 +++ b/hudson/trunk	Sun Jan 08 20:11:29 2017 +0100
     6.3 @@ -1,4 +1,47 @@
     6.4  #!/bin/bash -x
     6.5 +
     6.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.7 +#
     6.8 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     6.9 +#
    6.10 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    6.11 +# Other names may be trademarks of their respective owners.
    6.12 +#
    6.13 +# The contents of this file are subject to the terms of either the GNU
    6.14 +# General Public License Version 2 only ("GPL") or the Common
    6.15 +# Development and Distribution License("CDDL") (collectively, the
    6.16 +# "License"). You may not use this file except in compliance with the
    6.17 +# License. You can obtain a copy of the License at
    6.18 +# http://www.netbeans.org/cddl-gplv2.html
    6.19 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.20 +# specific language governing permissions and limitations under the
    6.21 +# License.  When distributing the software, include this License Header
    6.22 +# Notice in each file and include the License file at
    6.23 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    6.24 +# particular file as subject to the "Classpath" exception as provided
    6.25 +# by Oracle in the GPL Version 2 section of the License file that
    6.26 +# accompanied this code. If applicable, add the following below the
    6.27 +# License Header, with the fields enclosed by brackets [] replaced by
    6.28 +# your own identifying information:
    6.29 +# "Portions Copyrighted [year] [name of copyright owner]"
    6.30 +#
    6.31 +# Contributor(s):
    6.32 +#
    6.33 +# The Original Software is NetBeans. The Initial Developer of the Original
    6.34 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    6.35 +# Microsystems, Inc. All Rights Reserved.
    6.36 +#
    6.37 +# If you wish your version of this file to be governed by only the CDDL
    6.38 +# or only the GPL Version 2, indicate your decision by adding
    6.39 +# "[Contributor] elects to include this software in this distribution
    6.40 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.41 +# single choice of license, a recipient has the option to distribute
    6.42 +# your version of this file under either the CDDL, the GPL Version 2 or
    6.43 +# to extend the choice of license to its licensees as provided above.
    6.44 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    6.45 +# Version 2 license, then the option applies only if the new code is
    6.46 +# made subject to such option by the copyright holder.
    6.47 +
    6.48  prepare_platform() {
    6.49  if [ "$TRUNK_URL" == "" ] ; then
    6.50      TRUNK_URL="http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc";
     7.1 --- a/language/build.sh	Sun Jan 08 20:11:20 2017 +0100
     7.2 +++ b/language/build.sh	Sun Jan 08 20:11:29 2017 +0100
     7.3 @@ -1,3 +1,46 @@
     7.4  #!/bin/bash
     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  (cd ide; ant "$@" clean && ant "$@" nbms && ant "$@" test) || exit 1
    7.49  
     8.1 --- a/language/post-build.sh	Sun Jan 08 20:11:20 2017 +0100
     8.2 +++ b/language/post-build.sh	Sun Jan 08 20:11:29 2017 +0100
     8.3 @@ -1,2 +1,45 @@
     8.4  #!/bin/bash
     8.5 +
     8.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.7 +#
     8.8 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     8.9 +#
    8.10 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    8.11 +# Other names may be trademarks of their respective owners.
    8.12 +#
    8.13 +# The contents of this file are subject to the terms of either the GNU
    8.14 +# General Public License Version 2 only ("GPL") or the Common
    8.15 +# Development and Distribution License("CDDL") (collectively, the
    8.16 +# "License"). You may not use this file except in compliance with the
    8.17 +# License. You can obtain a copy of the License at
    8.18 +# http://www.netbeans.org/cddl-gplv2.html
    8.19 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.20 +# specific language governing permissions and limitations under the
    8.21 +# License.  When distributing the software, include this License Header
    8.22 +# Notice in each file and include the License file at
    8.23 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    8.24 +# particular file as subject to the "Classpath" exception as provided
    8.25 +# by Oracle in the GPL Version 2 section of the License file that
    8.26 +# accompanied this code. If applicable, add the following below the
    8.27 +# License Header, with the fields enclosed by brackets [] replaced by
    8.28 +# your own identifying information:
    8.29 +# "Portions Copyrighted [year] [name of copyright owner]"
    8.30 +#
    8.31 +# Contributor(s):
    8.32 +#
    8.33 +# The Original Software is NetBeans. The Initial Developer of the Original
    8.34 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    8.35 +# Microsystems, Inc. All Rights Reserved.
    8.36 +#
    8.37 +# If you wish your version of this file to be governed by only the CDDL
    8.38 +# or only the GPL Version 2, indicate your decision by adding
    8.39 +# "[Contributor] elects to include this software in this distribution
    8.40 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.41 +# single choice of license, a recipient has the option to distribute
    8.42 +# your version of this file under either the CDDL, the GPL Version 2 or
    8.43 +# to extend the choice of license to its licensees as provided above.
    8.44 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    8.45 +# Version 2 license, then the option applies only if the new code is
    8.46 +# made subject to such option by the copyright holder.
    8.47 +
    8.48  (cd server/web/language.web.api; ant "$@" clean && ant "$@") || exit 1
     9.1 --- a/remoting/build.sh	Sun Jan 08 20:11:20 2017 +0100
     9.2 +++ b/remoting/build.sh	Sun Jan 08 20:11:29 2017 +0100
     9.3 @@ -1,4 +1,47 @@
     9.4  #!/bin/bash
     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  (cd common; ant "$@" clean && ant "$@" build) || exit 1
    9.49  (cd ide; ant "$@" clean && (cd ../common; ant "$@" -Dbuild.updates.dir=../ide/build/updates nbms) && ant "$@" nbms) || exit 1
    9.50  rm -rf build
    10.1 --- a/remoting/post-build.sh	Sun Jan 08 20:11:20 2017 +0100
    10.2 +++ b/remoting/post-build.sh	Sun Jan 08 20:11:29 2017 +0100
    10.3 @@ -1,4 +1,47 @@
    10.4  #!/bin/bash
    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  cp -r ../duplicates/server/indexer/build/cluster/* build/indexing-backend/indexer/indexer
   10.49  cp -r ../duplicates/ide/build/cluster/* build/indexing-backend/indexer/indexer
   10.50  cp -r ../remoting/ide/build/cluster/* build/indexing-backend/indexer/indexer
    11.1 --- a/remoting/server/scripts/index.sh	Sun Jan 08 20:11:20 2017 +0100
    11.2 +++ b/remoting/server/scripts/index.sh	Sun Jan 08 20:11:29 2017 +0100
    11.3 @@ -1,3 +1,45 @@
    11.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.5 +#
    11.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    11.7 +#
    11.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    11.9 +# Other names may be trademarks of their respective owners.
   11.10 +#
   11.11 +# The contents of this file are subject to the terms of either the GNU
   11.12 +# General Public License Version 2 only ("GPL") or the Common
   11.13 +# Development and Distribution License("CDDL") (collectively, the
   11.14 +# "License"). You may not use this file except in compliance with the
   11.15 +# License. You can obtain a copy of the License at
   11.16 +# http://www.netbeans.org/cddl-gplv2.html
   11.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.18 +# specific language governing permissions and limitations under the
   11.19 +# License.  When distributing the software, include this License Header
   11.20 +# Notice in each file and include the License file at
   11.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   11.22 +# particular file as subject to the "Classpath" exception as provided
   11.23 +# by Oracle in the GPL Version 2 section of the License file that
   11.24 +# accompanied this code. If applicable, add the following below the
   11.25 +# License Header, with the fields enclosed by brackets [] replaced by
   11.26 +# your own identifying information:
   11.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   11.28 +#
   11.29 +# Contributor(s):
   11.30 +#
   11.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   11.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   11.33 +# Microsystems, Inc. All Rights Reserved.
   11.34 +#
   11.35 +# If you wish your version of this file to be governed by only the CDDL
   11.36 +# or only the GPL Version 2, indicate your decision by adding
   11.37 +# "[Contributor] elects to include this software in this distribution
   11.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   11.39 +# single choice of license, a recipient has the option to distribute
   11.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   11.41 +# to extend the choice of license to its licensees as provided above.
   11.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   11.43 +# Version 2 license, then the option applies only if the new code is
   11.44 +# made subject to such option by the copyright holder.
   11.45 +
   11.46  DIR=`dirname $0`
   11.47  USERDIR=`mktemp -d`;
   11.48  trap "rm -rf -- '$USERDIR'" EXIT
    12.1 --- a/remoting/server/scripts/web.sh	Sun Jan 08 20:11:20 2017 +0100
    12.2 +++ b/remoting/server/scripts/web.sh	Sun Jan 08 20:11:29 2017 +0100
    12.3 @@ -1,4 +1,47 @@
    12.4  #!/bin/bash
    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  #XXX: unix only
   12.49  DIR=$(readlink -m `dirname $0`)
   12.50  classpath="$DIR/web/web.main.jar"
    13.1 --- a/remoting/server/tests/run-declarative-tests	Sun Jan 08 20:11:20 2017 +0100
    13.2 +++ b/remoting/server/tests/run-declarative-tests	Sun Jan 08 20:11:29 2017 +0100
    13.3 @@ -1,4 +1,47 @@
    13.4  #!/bin/bash -x
    13.5 +
    13.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.7 +#
    13.8 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    13.9 +#
   13.10 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   13.11 +# Other names may be trademarks of their respective owners.
   13.12 +#
   13.13 +# The contents of this file are subject to the terms of either the GNU
   13.14 +# General Public License Version 2 only ("GPL") or the Common
   13.15 +# Development and Distribution License("CDDL") (collectively, the
   13.16 +# "License"). You may not use this file except in compliance with the
   13.17 +# License. You can obtain a copy of the License at
   13.18 +# http://www.netbeans.org/cddl-gplv2.html
   13.19 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.20 +# specific language governing permissions and limitations under the
   13.21 +# License.  When distributing the software, include this License Header
   13.22 +# Notice in each file and include the License file at
   13.23 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   13.24 +# particular file as subject to the "Classpath" exception as provided
   13.25 +# by Oracle in the GPL Version 2 section of the License file that
   13.26 +# accompanied this code. If applicable, add the following below the
   13.27 +# License Header, with the fields enclosed by brackets [] replaced by
   13.28 +# your own identifying information:
   13.29 +# "Portions Copyrighted [year] [name of copyright owner]"
   13.30 +#
   13.31 +# Contributor(s):
   13.32 +#
   13.33 +# The Original Software is NetBeans. The Initial Developer of the Original
   13.34 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   13.35 +# Microsystems, Inc. All Rights Reserved.
   13.36 +#
   13.37 +# If you wish your version of this file to be governed by only the CDDL
   13.38 +# or only the GPL Version 2, indicate your decision by adding
   13.39 +# "[Contributor] elects to include this software in this distribution
   13.40 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.41 +# single choice of license, a recipient has the option to distribute
   13.42 +# your version of this file under either the CDDL, the GPL Version 2 or
   13.43 +# to extend the choice of license to its licensees as provided above.
   13.44 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   13.45 +# Version 2 license, then the option applies only if the new code is
   13.46 +# made subject to such option by the copyright holder.
   13.47 +
   13.48  do_index() {
   13.49      rm -rf cache
   13.50      mkdir -p cache
   13.51 @@ -54,7 +97,7 @@
   13.52  mkdir results
   13.53  
   13.54  for tc in `find testcases -name "*.tc" -type d`; do
   13.55 -    REQUEST=`cat $tc/request`;
   13.56 +    REQUEST=`cat $tc/request | grep -v '^#'`;
   13.57      TEST_NAME=`echo ${tc#testcases/} | tr '/' '-'`;
   13.58      RESULT_FILE="`pwd`/results/TEST-$TEST_NAME.xml"
   13.59      if wget -O - "http://localhost:${PORT}$REQUEST" | diff -w - $tc/response; then
    14.1 --- a/remoting/server/tests/run-integration-tests	Sun Jan 08 20:11:20 2017 +0100
    14.2 +++ b/remoting/server/tests/run-integration-tests	Sun Jan 08 20:11:29 2017 +0100
    14.3 @@ -1,4 +1,47 @@
    14.4  #!/bin/bash -x
    14.5 +
    14.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.7 +#
    14.8 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    14.9 +#
   14.10 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   14.11 +# Other names may be trademarks of their respective owners.
   14.12 +#
   14.13 +# The contents of this file are subject to the terms of either the GNU
   14.14 +# General Public License Version 2 only ("GPL") or the Common
   14.15 +# Development and Distribution License("CDDL") (collectively, the
   14.16 +# "License"). You may not use this file except in compliance with the
   14.17 +# License. You can obtain a copy of the License at
   14.18 +# http://www.netbeans.org/cddl-gplv2.html
   14.19 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.20 +# specific language governing permissions and limitations under the
   14.21 +# License.  When distributing the software, include this License Header
   14.22 +# Notice in each file and include the License file at
   14.23 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   14.24 +# particular file as subject to the "Classpath" exception as provided
   14.25 +# by Oracle in the GPL Version 2 section of the License file that
   14.26 +# accompanied this code. If applicable, add the following below the
   14.27 +# License Header, with the fields enclosed by brackets [] replaced by
   14.28 +# your own identifying information:
   14.29 +# "Portions Copyrighted [year] [name of copyright owner]"
   14.30 +#
   14.31 +# Contributor(s):
   14.32 +#
   14.33 +# The Original Software is NetBeans. The Initial Developer of the Original
   14.34 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   14.35 +# Microsystems, Inc. All Rights Reserved.
   14.36 +#
   14.37 +# If you wish your version of this file to be governed by only the CDDL
   14.38 +# or only the GPL Version 2, indicate your decision by adding
   14.39 +# "[Contributor] elects to include this software in this distribution
   14.40 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.41 +# single choice of license, a recipient has the option to distribute
   14.42 +# your version of this file under either the CDDL, the GPL Version 2 or
   14.43 +# to extend the choice of license to its licensees as provided above.
   14.44 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   14.45 +# Version 2 license, then the option applies only if the new code is
   14.46 +# made subject to such option by the copyright holder.
   14.47 +
   14.48  exit 0 #TODO - OverallTest is failing
   14.49  
   14.50  do_index() {
    15.1 --- a/remoting/server/tests/testcases/list.tc/request	Sun Jan 08 20:11:20 2017 +0100
    15.2 +++ b/remoting/server/tests/testcases/list.tc/request	Sun Jan 08 20:11:29 2017 +0100
    15.3 @@ -1,1 +1,42 @@
    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  /index/list
   15.46 \ No newline at end of file
    16.1 --- a/remoting/server/tests/testcases/sources/simple.tc/request	Sun Jan 08 20:11:20 2017 +0100
    16.2 +++ b/remoting/server/tests/testcases/sources/simple.tc/request	Sun Jan 08 20:11:29 2017 +0100
    16.3 @@ -1,1 +1,42 @@
    16.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.5 +#
    16.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    16.7 +#
    16.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    16.9 +# Other names may be trademarks of their respective owners.
   16.10 +#
   16.11 +# The contents of this file are subject to the terms of either the GNU
   16.12 +# General Public License Version 2 only ("GPL") or the Common
   16.13 +# Development and Distribution License("CDDL") (collectively, the
   16.14 +# "License"). You may not use this file except in compliance with the
   16.15 +# License. You can obtain a copy of the License at
   16.16 +# http://www.netbeans.org/cddl-gplv2.html
   16.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.18 +# specific language governing permissions and limitations under the
   16.19 +# License.  When distributing the software, include this License Header
   16.20 +# Notice in each file and include the License file at
   16.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   16.22 +# particular file as subject to the "Classpath" exception as provided
   16.23 +# by Oracle in the GPL Version 2 section of the License file that
   16.24 +# accompanied this code. If applicable, add the following below the
   16.25 +# License Header, with the fields enclosed by brackets [] replaced by
   16.26 +# your own identifying information:
   16.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   16.28 +#
   16.29 +# Contributor(s):
   16.30 +#
   16.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   16.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   16.33 +# Microsystems, Inc. All Rights Reserved.
   16.34 +#
   16.35 +# If you wish your version of this file to be governed by only the CDDL
   16.36 +# or only the GPL Version 2, indicate your decision by adding
   16.37 +# "[Contributor] elects to include this software in this distribution
   16.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.39 +# single choice of license, a recipient has the option to distribute
   16.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   16.41 +# to extend the choice of license to its licensees as provided above.
   16.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   16.43 +# Version 2 license, then the option applies only if the new code is
   16.44 +# made subject to such option by the copyright holder.
   16.45  /index/source/cat?path=group1&relative=prj1/src/project1/A.java
   16.46 \ No newline at end of file
    17.1 --- a/remoting/server/tests/testcases/symbol/symbol-lookup1.tc/request	Sun Jan 08 20:11:20 2017 +0100
    17.2 +++ b/remoting/server/tests/testcases/symbol/symbol-lookup1.tc/request	Sun Jan 08 20:11:29 2017 +0100
    17.3 @@ -1,1 +1,42 @@
    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  /index/symbol/search?path=group1&prefix=tes
    18.1 --- a/remoting/server/tests/testcases/type/lookup1.tc/request	Sun Jan 08 20:11:20 2017 +0100
    18.2 +++ b/remoting/server/tests/testcases/type/lookup1.tc/request	Sun Jan 08 20:11:29 2017 +0100
    18.3 @@ -1,1 +1,42 @@
    18.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.5 +#
    18.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    18.7 +#
    18.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    18.9 +# Other names may be trademarks of their respective owners.
   18.10 +#
   18.11 +# The contents of this file are subject to the terms of either the GNU
   18.12 +# General Public License Version 2 only ("GPL") or the Common
   18.13 +# Development and Distribution License("CDDL") (collectively, the
   18.14 +# "License"). You may not use this file except in compliance with the
   18.15 +# License. You can obtain a copy of the License at
   18.16 +# http://www.netbeans.org/cddl-gplv2.html
   18.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.18 +# specific language governing permissions and limitations under the
   18.19 +# License.  When distributing the software, include this License Header
   18.20 +# Notice in each file and include the License file at
   18.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   18.22 +# particular file as subject to the "Classpath" exception as provided
   18.23 +# by Oracle in the GPL Version 2 section of the License file that
   18.24 +# accompanied this code. If applicable, add the following below the
   18.25 +# License Header, with the fields enclosed by brackets [] replaced by
   18.26 +# your own identifying information:
   18.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   18.28 +#
   18.29 +# Contributor(s):
   18.30 +#
   18.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   18.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   18.33 +# Microsystems, Inc. All Rights Reserved.
   18.34 +#
   18.35 +# If you wish your version of this file to be governed by only the CDDL
   18.36 +# or only the GPL Version 2, indicate your decision by adding
   18.37 +# "[Contributor] elects to include this software in this distribution
   18.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   18.39 +# single choice of license, a recipient has the option to distribute
   18.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   18.41 +# to extend the choice of license to its licensees as provided above.
   18.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   18.43 +# Version 2 license, then the option applies only if the new code is
   18.44 +# made subject to such option by the copyright holder.
   18.45  /index/type/search?path=group1&prefix=A
    19.1 --- a/remoting/server/tests/testcases/usages/field-new.tc/request	Sun Jan 08 20:11:20 2017 +0100
    19.2 +++ b/remoting/server/tests/testcases/usages/field-new.tc/request	Sun Jan 08 20:11:29 2017 +0100
    19.3 @@ -1,1 +1,42 @@
    19.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.5 +#
    19.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    19.7 +#
    19.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    19.9 +# Other names may be trademarks of their respective owners.
   19.10 +#
   19.11 +# The contents of this file are subject to the terms of either the GNU
   19.12 +# General Public License Version 2 only ("GPL") or the Common
   19.13 +# Development and Distribution License("CDDL") (collectively, the
   19.14 +# "License"). You may not use this file except in compliance with the
   19.15 +# License. You can obtain a copy of the License at
   19.16 +# http://www.netbeans.org/cddl-gplv2.html
   19.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.18 +# specific language governing permissions and limitations under the
   19.19 +# License.  When distributing the software, include this License Header
   19.20 +# Notice in each file and include the License file at
   19.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   19.22 +# particular file as subject to the "Classpath" exception as provided
   19.23 +# by Oracle in the GPL Version 2 section of the License file that
   19.24 +# accompanied this code. If applicable, add the following below the
   19.25 +# License Header, with the fields enclosed by brackets [] replaced by
   19.26 +# your own identifying information:
   19.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   19.28 +#
   19.29 +# Contributor(s):
   19.30 +#
   19.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   19.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   19.33 +# Microsystems, Inc. All Rights Reserved.
   19.34 +#
   19.35 +# If you wish your version of this file to be governed by only the CDDL
   19.36 +# or only the GPL Version 2, indicate your decision by adding
   19.37 +# "[Contributor] elects to include this software in this distribution
   19.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   19.39 +# single choice of license, a recipient has the option to distribute
   19.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   19.41 +# to extend the choice of license to its licensees as provided above.
   19.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   19.43 +# Version 2 license, then the option applies only if the new code is
   19.44 +# made subject to such option by the copyright holder.
   19.45  /index/usages/search?path=group1&signatures=FIELD:project1.B:F
   19.46 \ No newline at end of file
    20.1 --- a/remoting/server/tests/testcases/usages/field-old.tc/request	Sun Jan 08 20:11:20 2017 +0100
    20.2 +++ b/remoting/server/tests/testcases/usages/field-old.tc/request	Sun Jan 08 20:11:29 2017 +0100
    20.3 @@ -1,1 +1,42 @@
    20.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.5 +#
    20.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    20.7 +#
    20.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    20.9 +# Other names may be trademarks of their respective owners.
   20.10 +#
   20.11 +# The contents of this file are subject to the terms of either the GNU
   20.12 +# General Public License Version 2 only ("GPL") or the Common
   20.13 +# Development and Distribution License("CDDL") (collectively, the
   20.14 +# "License"). You may not use this file except in compliance with the
   20.15 +# License. You can obtain a copy of the License at
   20.16 +# http://www.netbeans.org/cddl-gplv2.html
   20.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.18 +# specific language governing permissions and limitations under the
   20.19 +# License.  When distributing the software, include this License Header
   20.20 +# Notice in each file and include the License file at
   20.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   20.22 +# particular file as subject to the "Classpath" exception as provided
   20.23 +# by Oracle in the GPL Version 2 section of the License file that
   20.24 +# accompanied this code. If applicable, add the following below the
   20.25 +# License Header, with the fields enclosed by brackets [] replaced by
   20.26 +# your own identifying information:
   20.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   20.28 +#
   20.29 +# Contributor(s):
   20.30 +#
   20.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   20.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   20.33 +# Microsystems, Inc. All Rights Reserved.
   20.34 +#
   20.35 +# If you wish your version of this file to be governed by only the CDDL
   20.36 +# or only the GPL Version 2, indicate your decision by adding
   20.37 +# "[Contributor] elects to include this software in this distribution
   20.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   20.39 +# single choice of license, a recipient has the option to distribute
   20.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   20.41 +# to extend the choice of license to its licensees as provided above.
   20.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   20.43 +# Version 2 license, then the option applies only if the new code is
   20.44 +# made subject to such option by the copyright holder.
   20.45  /index/usages/search?path=group1&signatures=FIELD:project1.B:F:I
   20.46 \ No newline at end of file
    21.1 --- a/remoting/server/tests/testcases/usages/usages-simple.tc/request	Sun Jan 08 20:11:20 2017 +0100
    21.2 +++ b/remoting/server/tests/testcases/usages/usages-simple.tc/request	Sun Jan 08 20:11:29 2017 +0100
    21.3 @@ -1,1 +1,42 @@
    21.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.5 +#
    21.6 +# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
    21.7 +#
    21.8 +# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    21.9 +# Other names may be trademarks of their respective owners.
   21.10 +#
   21.11 +# The contents of this file are subject to the terms of either the GNU
   21.12 +# General Public License Version 2 only ("GPL") or the Common
   21.13 +# Development and Distribution License("CDDL") (collectively, the
   21.14 +# "License"). You may not use this file except in compliance with the
   21.15 +# License. You can obtain a copy of the License at
   21.16 +# http://www.netbeans.org/cddl-gplv2.html
   21.17 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.18 +# specific language governing permissions and limitations under the
   21.19 +# License.  When distributing the software, include this License Header
   21.20 +# Notice in each file and include the License file at
   21.21 +# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   21.22 +# particular file as subject to the "Classpath" exception as provided
   21.23 +# by Oracle in the GPL Version 2 section of the License file that
   21.24 +# accompanied this code. If applicable, add the following below the
   21.25 +# License Header, with the fields enclosed by brackets [] replaced by
   21.26 +# your own identifying information:
   21.27 +# "Portions Copyrighted [year] [name of copyright owner]"
   21.28 +#
   21.29 +# Contributor(s):
   21.30 +#
   21.31 +# The Original Software is NetBeans. The Initial Developer of the Original
   21.32 +# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
   21.33 +# Microsystems, Inc. All Rights Reserved.
   21.34 +#
   21.35 +# If you wish your version of this file to be governed by only the CDDL
   21.36 +# or only the GPL Version 2, indicate your decision by adding
   21.37 +# "[Contributor] elects to include this software in this distribution
   21.38 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   21.39 +# single choice of license, a recipient has the option to distribute
   21.40 +# your version of this file under either the CDDL, the GPL Version 2 or
   21.41 +# to extend the choice of license to its licensees as provided above.
   21.42 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   21.43 +# Version 2 license, then the option applies only if the new code is
   21.44 +# made subject to such option by the copyright holder.
   21.45  /index/usages/search?path=group1&signatures=METHOD:project1.B:test:()V
   21.46 \ No newline at end of file