You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/15 09:56:46 UTC

[05/10] incubator-netbeans git commit: [NETBEANS-54] Added/updated ALv2 header for build.xml

[NETBEANS-54] Added/updated ALv2 header for build.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/dcf55134
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/dcf55134
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/dcf55134

Branch: refs/heads/master
Commit: dcf551341c8f9deae9bd2d96784589d3e4b3de8f
Parents: 014f2f1
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sat Oct 14 16:32:06 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sat Oct 14 16:32:06 2017 +0200

----------------------------------------------------------------------
 .../extbuildscript/scripts/build.xml            | 20 +++++++
 .../freeforminside/FreeForm/build.xml           | 20 +++++++
 .../example-projects/freeforminside/build.xml   | 20 +++++++
 .../unit/data/example-projects/simple/build.xml | 20 +++++++
 .../data/example-projects/simple3/build.xml     | 20 +++++++
 .../simplewithlicense/build.xml                 | 20 +++++++
 .../data/debugTestProject/build.xml             | 20 +++++++
 .../data/debugTestProjectAnt/build.xml          | 20 +++++++
 .../data/SampleDesktopApplication/build.xml     | 20 +++++++
 .../qa-functional/data/SampleProject/build.xml  | 20 +++++++
 .../data/projects/ProjectI18n/build.xml         | 20 +++++++
 .../test/unit/data/JavaApp/build.xml            | 20 +++++++
 .../data/projects/JavaApplication1/build.xml    | 20 +++++++
 .../test/qa-functional/data/CC15Tests/build.xml | 20 +++++++
 .../test/qa-functional/data/cp-prj-1/build.xml  | 20 +++++++
 .../data/projects/Formatting/build.xml          | 20 +++++++
 .../data/projects/java_editor_test/build.xml    | 20 +++++++
 .../test/unit/data/simple-app/build.xml         | 20 +++++++
 .../data/projects/default/build.xml             | 20 +++++++
 .../qa-functional/data/SampleProject/build.xml  | 20 +++++++
 .../qa-functional/data/SampleProject/build.xml  | 20 +++++++
 jumpto/build.xml                                | 58 ++++++--------------
 .../data/JunitTestProject/build.xml             | 20 +++++++
 .../qa-functional/data/OpenFileProj/build.xml   | 20 +++++++
 lib.nbjshell9/build.xml                         | 20 +++++++
 .../data/projects/j2se-simple/build.xml         | 20 +++++++
 .../test/qa-functional/data/JavaApp/build.xml   | 20 +++++++
 .../qa-functional/data/SampleProject/build.xml  | 20 +++++++
 .../test/unit/data/projects/Project1/build.xml  | 20 +++++++
 .../data/PerformanceTestData/build.xml          | 20 +++++++
 .../data/PerformanceTestFoldersData/build.xml   | 20 +++++++
 .../src/folders/xmlFolder100/build.xml          | 20 +++++++
 .../data/SystemProperties/build.xml             | 20 +++++++
 .../data/BPELTestProject/build.xml              | 34 ++++++------
 .../ReservationPartnerServices/build.xml        | 20 +++++++
 .../TravelReservationService/build.xml          | 20 +++++++
 .../build.xml                                   | 20 +++++++
 .../build.xml                                   | 20 +++++++
 .../MobileApplicationVisualMIDlet/build.xml     | 20 +++++++
 profiler.j2se/test/unit/data/JavaApp/build.xml  | 20 +++++++
 .../test/unit/data/JavaApp/build.xml            | 20 +++++++
 .../data/projects/properties_test/build.xml     | 20 +++++++
 .../data/projects/properties_test2/build.xml    | 20 +++++++
 .../data/projects/RefactoringTest/build.xml     | 20 +++++++
 .../test/unit/data/SimpleJ2SEApp/build.xml      | 20 +++++++
 .../test/unit/data/SimpleJ2SEAppChild/build.xml | 20 +++++++
 .../data/CoreTemplatesTestProject/build.xml     | 20 +++++++
 .../data/DTDActionsTestProject/build.xml        | 20 +++++++
 48 files changed, 954 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/extbuildscript/scripts/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/extbuildscript/scripts/build.xml b/ant.freeform/test/unit/data/example-projects/extbuildscript/scripts/build.xml
index b856805..6642377 100644
--- a/ant.freeform/test/unit/data/example-projects/extbuildscript/scripts/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/extbuildscript/scripts/build.xml
@@ -1,3 +1,23 @@
 <?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 name="extbuildscript" default="default" basedir=".">
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/freeforminside/FreeForm/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/freeforminside/FreeForm/build.xml b/ant.freeform/test/unit/data/example-projects/freeforminside/FreeForm/build.xml
index 6273e82..14c1f16 100644
--- a/ant.freeform/test/unit/data/example-projects/freeforminside/FreeForm/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/freeforminside/FreeForm/build.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 basedir="." default="dist" name="simple-freeform-project">
     <target name="dist" />
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/freeforminside/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/freeforminside/build.xml b/ant.freeform/test/unit/data/example-projects/freeforminside/build.xml
index 6273e82..14c1f16 100644
--- a/ant.freeform/test/unit/data/example-projects/freeforminside/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/freeforminside/build.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 basedir="." default="dist" name="simple-freeform-project">
     <target name="dist" />
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/simple/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/simple/build.xml b/ant.freeform/test/unit/data/example-projects/simple/build.xml
index 6134d22..77e1181 100644
--- a/ant.freeform/test/unit/data/example-projects/simple/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/simple/build.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 basedir="." default="dist" name="simple-freeform-project">
     <target name="init">
         <property file="build.properties"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/simple3/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/simple3/build.xml b/ant.freeform/test/unit/data/example-projects/simple3/build.xml
index 6273e82..14c1f16 100644
--- a/ant.freeform/test/unit/data/example-projects/simple3/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/simple3/build.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 basedir="." default="dist" name="simple-freeform-project">
     <target name="dist" />
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/ant.freeform/test/unit/data/example-projects/simplewithlicense/build.xml
----------------------------------------------------------------------
diff --git a/ant.freeform/test/unit/data/example-projects/simplewithlicense/build.xml b/ant.freeform/test/unit/data/example-projects/simplewithlicense/build.xml
index 8c3b6f0..df056ac 100644
--- a/ant.freeform/test/unit/data/example-projects/simplewithlicense/build.xml
+++ b/ant.freeform/test/unit/data/example-projects/simplewithlicense/build.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 basedir="." default="all" name="simplewithlicense">
     

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/debugger.jpda.ui/test/qa-functional/data/debugTestProject/build.xml
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/test/qa-functional/data/debugTestProject/build.xml b/debugger.jpda.ui/test/qa-functional/data/debugTestProject/build.xml
index e5721b9..4a40f5a 100644
--- a/debugger.jpda.ui/test/qa-functional/data/debugTestProject/build.xml
+++ b/debugger.jpda.ui/test/qa-functional/data/debugTestProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/build.xml
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/build.xml b/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/build.xml
index 6c20a30..2d8edc8 100644
--- a/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/build.xml
+++ b/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/form/test/qa-functional/data/SampleDesktopApplication/build.xml
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleDesktopApplication/build.xml b/form/test/qa-functional/data/SampleDesktopApplication/build.xml
index 332e7a6..713817a 100644
--- a/form/test/qa-functional/data/SampleDesktopApplication/build.xml
+++ b/form/test/qa-functional/data/SampleDesktopApplication/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/form/test/qa-functional/data/SampleProject/build.xml
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/build.xml b/form/test/qa-functional/data/SampleProject/build.xml
index 5c96d35..9b0608d 100644
--- a/form/test/qa-functional/data/SampleProject/build.xml
+++ b/form/test/qa-functional/data/SampleProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/i18n/test/qa-functional/data/projects/ProjectI18n/build.xml
----------------------------------------------------------------------
diff --git a/i18n/test/qa-functional/data/projects/ProjectI18n/build.xml b/i18n/test/qa-functional/data/projects/ProjectI18n/build.xml
index 8626628..3ba200f 100644
--- a/i18n/test/qa-functional/data/projects/ProjectI18n/build.xml
+++ b/i18n/test/qa-functional/data/projects/ProjectI18n/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/j2ee.core.utilities/test/unit/data/JavaApp/build.xml
----------------------------------------------------------------------
diff --git a/j2ee.core.utilities/test/unit/data/JavaApp/build.xml b/j2ee.core.utilities/test/unit/data/JavaApp/build.xml
index d7f3d7c..b3fb481 100644
--- a/j2ee.core.utilities/test/unit/data/JavaApp/build.xml
+++ b/j2ee.core.utilities/test/unit/data/JavaApp/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/j2ee.metadata/test/unit/data/projects/JavaApplication1/build.xml
----------------------------------------------------------------------
diff --git a/j2ee.metadata/test/unit/data/projects/JavaApplication1/build.xml b/j2ee.metadata/test/unit/data/projects/JavaApplication1/build.xml
index 716370b..0d2eb1c 100644
--- a/j2ee.metadata/test/unit/data/projects/JavaApplication1/build.xml
+++ b/j2ee.metadata/test/unit/data/projects/JavaApplication1/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.editor/test/qa-functional/data/CC15Tests/build.xml
----------------------------------------------------------------------
diff --git a/java.editor/test/qa-functional/data/CC15Tests/build.xml b/java.editor/test/qa-functional/data/CC15Tests/build.xml
index 7764320..4933ba0 100644
--- a/java.editor/test/qa-functional/data/CC15Tests/build.xml
+++ b/java.editor/test/qa-functional/data/CC15Tests/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.editor/test/qa-functional/data/cp-prj-1/build.xml
----------------------------------------------------------------------
diff --git a/java.editor/test/qa-functional/data/cp-prj-1/build.xml b/java.editor/test/qa-functional/data/cp-prj-1/build.xml
index 1f25285..d7db021 100644
--- a/java.editor/test/qa-functional/data/cp-prj-1/build.xml
+++ b/java.editor/test/qa-functional/data/cp-prj-1/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.editor/test/qa-functional/data/projects/Formatting/build.xml
----------------------------------------------------------------------
diff --git a/java.editor/test/qa-functional/data/projects/Formatting/build.xml b/java.editor/test/qa-functional/data/projects/Formatting/build.xml
index 481f315..46ad2ee 100644
--- a/java.editor/test/qa-functional/data/projects/Formatting/build.xml
+++ b/java.editor/test/qa-functional/data/projects/Formatting/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.editor/test/qa-functional/data/projects/java_editor_test/build.xml
----------------------------------------------------------------------
diff --git a/java.editor/test/qa-functional/data/projects/java_editor_test/build.xml b/java.editor/test/qa-functional/data/projects/java_editor_test/build.xml
index 79bfd32..1e0f71e 100644
--- a/java.editor/test/qa-functional/data/projects/java_editor_test/build.xml
+++ b/java.editor/test/qa-functional/data/projects/java_editor_test/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.project.ui/test/unit/data/simple-app/build.xml
----------------------------------------------------------------------
diff --git a/java.project.ui/test/unit/data/simple-app/build.xml b/java.project.ui/test/unit/data/simple-app/build.xml
index 04ab4be..2a2d38a 100644
--- a/java.project.ui/test/unit/data/simple-app/build.xml
+++ b/java.project.ui/test/unit/data/simple-app/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/java.source/test/qa-functional/data/projects/default/build.xml
----------------------------------------------------------------------
diff --git a/java.source/test/qa-functional/data/projects/default/build.xml b/java.source/test/qa-functional/data/projects/default/build.xml
index a48d6ba..5b31ada 100644
--- a/java.source/test/qa-functional/data/projects/default/build.xml
+++ b/java.source/test/qa-functional/data/projects/default/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/jellytools.ide/test/qa-functional/data/SampleProject/build.xml
----------------------------------------------------------------------
diff --git a/jellytools.ide/test/qa-functional/data/SampleProject/build.xml b/jellytools.ide/test/qa-functional/data/SampleProject/build.xml
index 5c96d35..9b0608d 100644
--- a/jellytools.ide/test/qa-functional/data/SampleProject/build.xml
+++ b/jellytools.ide/test/qa-functional/data/SampleProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/jellytools.java/test/qa-functional/data/SampleProject/build.xml
----------------------------------------------------------------------
diff --git a/jellytools.java/test/qa-functional/data/SampleProject/build.xml b/jellytools.java/test/qa-functional/data/SampleProject/build.xml
index 5c96d35..9b0608d 100644
--- a/jellytools.java/test/qa-functional/data/SampleProject/build.xml
+++ b/jellytools.java/test/qa-functional/data/SampleProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/jumpto/build.xml
----------------------------------------------------------------------
diff --git a/jumpto/build.xml b/jumpto/build.xml
index 1ddc56b..9b243d0 100644
--- a/jumpto/build.xml
+++ b/jumpto/build.xml
@@ -1,48 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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 the Accelerators module.
-The Initial Developer of the Original Software is Andrei Badea.
-Portions Copyright 2005-2006 Andrei Badea.
-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.
 
 -->
 <project basedir="." default="netbeans" name="jumpto">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/junit/test/qa-functional/data/JunitTestProject/build.xml
----------------------------------------------------------------------
diff --git a/junit/test/qa-functional/data/JunitTestProject/build.xml b/junit/test/qa-functional/data/JunitTestProject/build.xml
index a700d7c..4902a30 100644
--- a/junit/test/qa-functional/data/JunitTestProject/build.xml
+++ b/junit/test/qa-functional/data/JunitTestProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/languages/test/qa-functional/data/OpenFileProj/build.xml
----------------------------------------------------------------------
diff --git a/languages/test/qa-functional/data/OpenFileProj/build.xml b/languages/test/qa-functional/data/OpenFileProj/build.xml
index 95ebb0d..7756710 100644
--- a/languages/test/qa-functional/data/OpenFileProj/build.xml
+++ b/languages/test/qa-functional/data/OpenFileProj/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/lib.nbjshell9/build.xml
----------------------------------------------------------------------
diff --git a/lib.nbjshell9/build.xml b/lib.nbjshell9/build.xml
index b75f3cb..2e1b922 100644
--- a/lib.nbjshell9/build.xml
+++ b/lib.nbjshell9/build.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 basedir="." default="netbeans" name="lib.nbjshell9">
     <description>Builds, tests, and runs the project org.netbeans.lib.nbjshell9</description>
     <import file="../nbbuild/templates/projectized.xml"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/lib.profiler/test/qa-functional/data/projects/j2se-simple/build.xml
----------------------------------------------------------------------
diff --git a/lib.profiler/test/qa-functional/data/projects/j2se-simple/build.xml b/lib.profiler/test/qa-functional/data/projects/j2se-simple/build.xml
index 93e129e..40874ec 100644
--- a/lib.profiler/test/qa-functional/data/projects/j2se-simple/build.xml
+++ b/lib.profiler/test/qa-functional/data/projects/j2se-simple/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/localhistory/test/qa-functional/data/JavaApp/build.xml
----------------------------------------------------------------------
diff --git a/localhistory/test/qa-functional/data/JavaApp/build.xml b/localhistory/test/qa-functional/data/JavaApp/build.xml
index d7f3d7c..b3fb481 100644
--- a/localhistory/test/qa-functional/data/JavaApp/build.xml
+++ b/localhistory/test/qa-functional/data/JavaApp/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/o.n.core/test/qa-functional/data/SampleProject/build.xml
----------------------------------------------------------------------
diff --git a/o.n.core/test/qa-functional/data/SampleProject/build.xml b/o.n.core/test/qa-functional/data/SampleProject/build.xml
index 2c7ac9f..3d23542 100644
--- a/o.n.core/test/qa-functional/data/SampleProject/build.xml
+++ b/o.n.core/test/qa-functional/data/SampleProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/o.openidex.util/test/unit/data/projects/Project1/build.xml
----------------------------------------------------------------------
diff --git a/o.openidex.util/test/unit/data/projects/Project1/build.xml b/o.openidex.util/test/unit/data/projects/Project1/build.xml
index a1aee56..11db0cb 100644
--- a/o.openidex.util/test/unit/data/projects/Project1/build.xml
+++ b/o.openidex.util/test/unit/data/projects/Project1/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance.java/test/qa-functional/data/PerformanceTestData/build.xml
----------------------------------------------------------------------
diff --git a/performance.java/test/qa-functional/data/PerformanceTestData/build.xml b/performance.java/test/qa-functional/data/PerformanceTestData/build.xml
index 09356be..71bec87 100644
--- a/performance.java/test/qa-functional/data/PerformanceTestData/build.xml
+++ b/performance.java/test/qa-functional/data/PerformanceTestData/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance.java/test/qa-functional/data/PerformanceTestFoldersData/build.xml
----------------------------------------------------------------------
diff --git a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/build.xml b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/build.xml
index 1e0d15b..abdb1a4 100644
--- a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/build.xml
+++ b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/xmlFolder100/build.xml
----------------------------------------------------------------------
diff --git a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/xmlFolder100/build.xml b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/xmlFolder100/build.xml
index ae2ab11..a25f6ab 100644
--- a/performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/xmlFolder100/build.xml
+++ b/performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/xmlFolder100/build.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.
+
+-->
 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
 <!-- for some information on what you could do (e.g. targets to override). -->
 <!-- If you delete this file and reopen the project it will be recreated. -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance.java/test/qa-functional/data/SystemProperties/build.xml
----------------------------------------------------------------------
diff --git a/performance.java/test/qa-functional/data/SystemProperties/build.xml b/performance.java/test/qa-functional/data/SystemProperties/build.xml
index 0e04e87..3edc962 100644
--- a/performance.java/test/qa-functional/data/SystemProperties/build.xml
+++ b/performance.java/test/qa-functional/data/SystemProperties/build.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.
+
+-->
 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
 <!-- for some information on what you could do (e.g. targets to override). -->
 <!-- If you delete this file and reopen the project it will be recreated. -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml
----------------------------------------------------------------------
diff --git a/performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml b/performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml
index 98a84dc..9bdac94 100644
--- a/performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml
+++ b/performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml
@@ -1,21 +1,23 @@
 <?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.
+
 -->
 <project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
     <description>Builds, tests, and runs the project .</description>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/build.xml
----------------------------------------------------------------------
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/build.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/build.xml
index 8801401..7227dcf 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/build.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/ReservationPartnerServices/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/build.xml
----------------------------------------------------------------------
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/build.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/build.xml
index 912fb10..4277a97 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/build.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationService/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/build.xml
----------------------------------------------------------------------
diff --git a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/build.xml b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/build.xml
index 41ddf53..d29b046 100644
--- a/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/build.xml
+++ b/performance/enterprise/test/qa-functional/data/TravelReservationService/TravelReservationServiceApplication/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/build.xml
----------------------------------------------------------------------
diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/build.xml b/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/build.xml
index 57e438f..84cb6f6 100644
--- a/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/build.xml
+++ b/performance/mobility/test/qa-functional/data/MobileApplicationSwitchConfiguration/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/build.xml
----------------------------------------------------------------------
diff --git a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/build.xml b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/build.xml
index e29d7b0..068843f 100644
--- a/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/build.xml
+++ b/performance/mobility/test/qa-functional/data/MobileApplicationVisualMIDlet/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/profiler.j2se/test/unit/data/JavaApp/build.xml
----------------------------------------------------------------------
diff --git a/profiler.j2se/test/unit/data/JavaApp/build.xml b/profiler.j2se/test/unit/data/JavaApp/build.xml
index d7f3d7c..b3fb481 100644
--- a/profiler.j2se/test/unit/data/JavaApp/build.xml
+++ b/profiler.j2se/test/unit/data/JavaApp/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/profiler.nbimpl/test/unit/data/JavaApp/build.xml
----------------------------------------------------------------------
diff --git a/profiler.nbimpl/test/unit/data/JavaApp/build.xml b/profiler.nbimpl/test/unit/data/JavaApp/build.xml
index d7f3d7c..b3fb481 100644
--- a/profiler.nbimpl/test/unit/data/JavaApp/build.xml
+++ b/profiler.nbimpl/test/unit/data/JavaApp/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/properties/test/qa-functional/data/projects/properties_test/build.xml
----------------------------------------------------------------------
diff --git a/properties/test/qa-functional/data/projects/properties_test/build.xml b/properties/test/qa-functional/data/projects/properties_test/build.xml
index 0dab3c9..180c253 100644
--- a/properties/test/qa-functional/data/projects/properties_test/build.xml
+++ b/properties/test/qa-functional/data/projects/properties_test/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/properties/test/qa-functional/data/projects/properties_test2/build.xml
----------------------------------------------------------------------
diff --git a/properties/test/qa-functional/data/projects/properties_test2/build.xml b/properties/test/qa-functional/data/projects/properties_test2/build.xml
index 5a030a1..4a2b2b2 100644
--- a/properties/test/qa-functional/data/projects/properties_test2/build.xml
+++ b/properties/test/qa-functional/data/projects/properties_test2/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/refactoring.java/test/qa-functional/data/projects/RefactoringTest/build.xml
----------------------------------------------------------------------
diff --git a/refactoring.java/test/qa-functional/data/projects/RefactoringTest/build.xml b/refactoring.java/test/qa-functional/data/projects/RefactoringTest/build.xml
index 4e74705..2ab9db0 100644
--- a/refactoring.java/test/qa-functional/data/projects/RefactoringTest/build.xml
+++ b/refactoring.java/test/qa-functional/data/projects/RefactoringTest/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/refactoring.java/test/unit/data/SimpleJ2SEApp/build.xml
----------------------------------------------------------------------
diff --git a/refactoring.java/test/unit/data/SimpleJ2SEApp/build.xml b/refactoring.java/test/unit/data/SimpleJ2SEApp/build.xml
index 418aa67..933b4da 100644
--- a/refactoring.java/test/unit/data/SimpleJ2SEApp/build.xml
+++ b/refactoring.java/test/unit/data/SimpleJ2SEApp/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/refactoring.java/test/unit/data/SimpleJ2SEAppChild/build.xml
----------------------------------------------------------------------
diff --git a/refactoring.java/test/unit/data/SimpleJ2SEAppChild/build.xml b/refactoring.java/test/unit/data/SimpleJ2SEAppChild/build.xml
index 5c564e1..fbd77f6 100644
--- a/refactoring.java/test/unit/data/SimpleJ2SEAppChild/build.xml
+++ b/refactoring.java/test/unit/data/SimpleJ2SEAppChild/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/xml/test/qa-functional/data/CoreTemplatesTestProject/build.xml
----------------------------------------------------------------------
diff --git a/xml/test/qa-functional/data/CoreTemplatesTestProject/build.xml b/xml/test/qa-functional/data/CoreTemplatesTestProject/build.xml
index 75c52fd..f9f3ec4 100644
--- a/xml/test/qa-functional/data/CoreTemplatesTestProject/build.xml
+++ b/xml/test/qa-functional/data/CoreTemplatesTestProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/dcf55134/xml/test/qa-functional/data/DTDActionsTestProject/build.xml
----------------------------------------------------------------------
diff --git a/xml/test/qa-functional/data/DTDActionsTestProject/build.xml b/xml/test/qa-functional/data/DTDActionsTestProject/build.xml
index 1da747e..77967b3 100644
--- a/xml/test/qa-functional/data/DTDActionsTestProject/build.xml
+++ b/xml/test/qa-functional/data/DTDActionsTestProject/build.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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->