You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/04 16:39:18 UTC

[GitHub] geertjanw closed pull request #220: [NETBEANS-54] Module Review performance

geertjanw closed pull request #220: [NETBEANS-54] Module Review performance
URL: https://github.com/apache/incubator-netbeans/pull/220
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/performance/actionsframework/src/org/netbeans/actions/examples/actions.properties b/performance/actionsframework/src/org/netbeans/actions/examples/actions.properties
index fbd453937..61a306158 100644
--- a/performance/actionsframework/src/org/netbeans/actions/examples/actions.properties
+++ b/performance/actionsframework/src/org/netbeans/actions/examples/actions.properties
@@ -1,41 +1,19 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Copyright (c) 2004, 2016 Oracle and/or its affiliates. All rights reserved.
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-# Contributor(s):
-# Sample ResourceBundle properties file
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 file=File
 edit=Edit
 
diff --git a/performance/benchmarks/test/reports/src/org/netbeans/performance/results/ComparePanel.form b/performance/benchmarks/test/reports/src/org/netbeans/performance/results/ComparePanel.form
index ae681c40f..acccaa1fe 100644
--- a/performance/benchmarks/test/reports/src/org/netbeans/performance/results/ComparePanel.form
+++ b/performance/benchmarks/test/reports/src/org/netbeans/performance/results/ComparePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
 <Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
diff --git a/performance/benchmarks/test/reports/style-html.xsl b/performance/benchmarks/test/reports/style-html.xsl
index 5a1dae144..9f077251a 100644
--- a/performance/benchmarks/test/reports/style-html.xsl
+++ b/performance/benchmarks/test/reports/style-html.xsl
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="windows-1250"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <xsl:stylesheet version="1.0"
 		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
diff --git a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.bpel b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.bpel
index 1c47a2ec6..83ab399f3 100644
--- a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.bpel
+++ b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.bpel
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
 
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <process 
     name="SynchronousSample" 
     targetNamespace="http://enterprise.netbeans.org/bpel/SynchronousSample/SynchronousSample_1"
diff --git a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.wsdl b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.wsdl
index dfbeb1d60..e7a9d7229 100644
--- a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.wsdl
+++ b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.wsdl
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <definitions 
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
diff --git a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.xsd b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.xsd
index 1d05efacc..14e7a843c 100644
--- a/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.xsd
+++ b/performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.xsd
@@ -1,25 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
- The contents of this file are subject to the terms of the Common Development
- and Distribution License (the License). You may not use this file except in
- compliance with the License.
- 
- You can obtain a copy of the License at http://www.netbeans.org/cddl.html
- or http://www.netbeans.org/cddl.txt.
- 
- When distributing Covered Code, include this CDDL Header Notice in each file
- and include the License file at http://www.netbeans.org/cddl.txt.
- If applicable, add the following below the CDDL Header, with the fields
- enclosed by brackets [] replaced by your own identifying information:
- "Portions Copyrighted [year] [name of copyright owner]"
- 
- The Original Software is NetBeans. The Initial Developer of the Original
- Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
- Microsystems, Inc. All Rights Reserved.
--->
 
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
 
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             targetNamespace="http://xml.netbeans.org/schema/SynchronousSample"
             xmlns:tns="http://xml.netbeans.org/schema/SynchronousSample"
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/ant-deploy.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/ant-deploy.xml
index 5524a1cf0..5d61b47bd 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/ant-deploy.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/nbproject/ant-deploy.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <project default="-deploy-ant" basedir=".">
     <target name="-init-cl-deployment-env" if="deploy.ant.enabled">
         <property file="${deploy.ant.properties.file}"/>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusAirline.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusAirline.xml
index 55b5d8298..487743bb1 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusAirline.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusAirline.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
     <SOAP-ENV:Body>
         <TravelItinerary xmlns="http://www.opentravel.org/OTA/2003/05">
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusHotel.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusHotel.xml
index 16525b5f3..c80e0c107 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusHotel.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusHotel.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
     <SOAP-ENV:Body>
         <TravelItinerary xmlns="http://www.opentravel.org/OTA/2003/05">
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusVehicle.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusVehicle.xml
index c18f63648..e1c11964a 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusVehicle.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/src/java/partnerservices/callback/ItineraryPlusVehicle.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
     <SOAP-ENV:Body>
         <TravelItinerary xmlns="http://www.opentravel.org/OTA/2003/05">
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/AssemblyInformation.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/AssemblyInformation.xml
index d09e2a650..17bd1621e 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/AssemblyInformation.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/AssemblyInformation.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/jbi ./jbi.xsd">
     <service-assembly>
         <identification>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/BindingComponentInformation.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/BindingComponentInformation.xml
index 6fab6b32c..4eb2b9b5a 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/BindingComponentInformation.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/BindingComponentInformation.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <component-info-list>
     <component-info>
         <description>File Binding</description>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/ComponentInformation.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/ComponentInformation.xml
index a4123507d..753f7bb88 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/ComponentInformation.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/src/conf/ComponentInformation.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <component-info-list>
     <component-info>
         <description>File Binding</description>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Concurrent.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Concurrent.properties
index 0501129c3..f3a98bee3 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Concurrent.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Concurrent.properties
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 calculatethroughput=false
 comparisontype=identical
 concurrentthreads=1
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Input.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Input.xml
index 5d6c80182..851df3806 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Input.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Input.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope
   xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Output.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Output.xml
index b92e3a2a5..efc07a710 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Output.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasAirline/Output.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Concurrent.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Concurrent.properties
index a48f5ce35..baf80654a 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Concurrent.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Concurrent.properties
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 calculatethroughput=false
 comparisontype=identical
 concurrentthreads=1
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Input.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Input.xml
index 783623893..927bd15de 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Input.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Input.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope
   xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Output.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Output.xml
index 78f95f5c0..a112f8dfb 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Output.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasHotel/Output.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Concurrent.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Concurrent.properties
index 949b9ad2b..663c33199 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Concurrent.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Concurrent.properties
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 calculatethroughput=false
 comparisontype=identical
 concurrentthreads=1
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Input.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Input.xml
index c0f56871b..31a3e21b8 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Input.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Input.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope
   xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Output.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Output.xml
index 1143b453a..6af24c2f9 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Output.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasNoReservations/Output.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Concurrent.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Concurrent.properties
index 4594c02c5..d0b7fb56c 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Concurrent.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Concurrent.properties
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 calculatethroughput=false
 comparisontype=identical
 concurrentthreads=1
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Input.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Input.xml
index 8feed265c..a19b4b805 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Input.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Input.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <SOAP-ENV:Envelope
   xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Output.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Output.xml
index 5f566af5d..7a4931484 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Output.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/HasVehicle/Output.xml
@@ -1,3 +1,23 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/all-tests.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/all-tests.properties
index a80c23aa0..de4c3cc1a 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/all-tests.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/all-tests.properties
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 testcases=HasNoReservations,HasAirline,HasVehicle,HasHotel
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/selected-tests.properties b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/selected-tests.properties
index 9ec481fcb..56a6dd7d8 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/selected-tests.properties
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/test/selected-tests.properties
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 testcases=HasHotel
diff --git a/performance/jtrace/linux/Makefile b/performance/jtrace/linux/Makefile
index c2e6d5425..dc3be15fa 100644
--- a/performance/jtrace/linux/Makefile
+++ b/performance/jtrace/linux/Makefile
@@ -1,47 +1,21 @@
 # -*- Makefile -*-
 #
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is Forte for Java, Community Edition. The Initial
-# Developer of the Original Software is Sun Microsystems, Inc. Portions
-# Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
 JDK_HOME = /usr/local/jdk
 
diff --git a/performance/jtrace/win32/Makefile b/performance/jtrace/win32/Makefile
index de9e48e9e..e00940653 100644
--- a/performance/jtrace/win32/Makefile
+++ b/performance/jtrace/win32/Makefile
@@ -1,47 +1,21 @@
 # -*- Makefile -*-
 #
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is Forte for Java, Community Edition. The Initial
-# Developer of the Original Software is Sun Microsystems, Inc. Portions
-# Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
 JDK_HOME = c:\jdk1.3.1_03
 
diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/allComponents/VisualMIDletMIDP20.vmd b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/allComponents/VisualMIDletMIDP20.vmd
index fb445cf62..c56c2d377 100644
--- a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/allComponents/VisualMIDletMIDP20.vmd
+++ b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/allComponents/VisualMIDletMIDP20.vmd
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <VisualDesign projectType="vmd-midp" version="1">
     <Document version="2">
         <Component componentID="0" typeID="C#Root">
diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/simple/VisualMIDlet.vmd b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/simple/VisualMIDlet.vmd
index ad166ce41..f22b9296c 100644
--- a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/simple/VisualMIDlet.vmd
+++ b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/src/simple/VisualMIDlet.vmd
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
 <VisualDesign projectType="vmd-midp" version="1">
     <Document version="1">
         <Component componentID="0" typeID="C#Root">
diff --git a/performance/sparrow/lib/ext/PLACEHOLDER.txt b/performance/sparrow/lib/ext/PLACEHOLDER.txt
index 2bc74a82a..9fe523720 100644
--- a/performance/sparrow/lib/ext/PLACEHOLDER.txt
+++ b/performance/sparrow/lib/ext/PLACEHOLDER.txt
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 This directory should hold jcommon and jfreechart.jar, available from sourceforge.  There is an ant task
 in the build script that will download them.
diff --git a/performance/sparrow/src/org/netbeans/performance/definitions/PLACEHOLDER.txt b/performance/sparrow/src/org/netbeans/performance/definitions/PLACEHOLDER.txt
index 82d796b66..d4ac6123e 100644
--- a/performance/sparrow/src/org/netbeans/performance/definitions/PLACEHOLDER.txt
+++ b/performance/sparrow/src/org/netbeans/performance/definitions/PLACEHOLDER.txt
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 This directory is for XML definitions for charts, queries, filters and so forth
 once the infrastructure for that is completed.  
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services