You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/10/01 08:42:37 UTC

[01/24] incubator-netbeans git commit: Applying the header conversion tool to the files fixed by the previous commit, so that the license header is re-written for these files.

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master fdedb2518 -> bf9caf7aa


Applying the header conversion tool to the files fixed by the previous commit, so that the license header is re-written for these files.


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

Branch: refs/heads/master
Commit: 6f163f6ddcd8cd7e4c546ce5ea96115879da6c97
Parents: cc6231c
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Thu Sep 28 07:35:40 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Sun Oct 1 10:38:03 2017 +0200

----------------------------------------------------------------------
 .../ui/customizer/CustomizerSources.java        | 55 ++++++--------------
 .../ui/customizer/CustomizerSources.java        | 55 ++++++--------------
 2 files changed, 30 insertions(+), 80 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6f163f6d/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
index c25ea2e..abe24d2 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
@@ -1,45 +1,20 @@
-/*
- * 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):
+/**
+ * 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
  *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * 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.
+ * 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.
  */
 
 package org.netbeans.modules.java.j2semodule.ui.customizer;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6f163f6d/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
index af37496..78a3c3b 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
@@ -1,45 +1,20 @@
-/*
- * 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):
+/**
+ * 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
  *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * 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.
+ * 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.
  */
 
 package org.netbeans.modules.java.j2seproject.ui.customizer;


[18/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/derby/src/org/netbeans/modules/derby/ui/SecurityManagerBugPanel.form
----------------------------------------------------------------------
diff --git a/derby/src/org/netbeans/modules/derby/ui/SecurityManagerBugPanel.form b/derby/src/org/netbeans/modules/derby/ui/SecurityManagerBugPanel.form
index 276238e..ea2b91c 100644
--- a/derby/src/org/netbeans/modules/derby/ui/SecurityManagerBugPanel.form
+++ b/derby/src/org/netbeans/modules/derby/ui/SecurityManagerBugPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/EditorBufferSelectorPanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/EditorBufferSelectorPanel.form b/diff/src/org/netbeans/modules/diff/EditorBufferSelectorPanel.form
index 80bae3e..fe02911 100644
--- a/diff/src/org/netbeans/modules/diff/EditorBufferSelectorPanel.form
+++ b/diff/src/org/netbeans/modules/diff/EditorBufferSelectorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/builtin/DiffPresenter.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/builtin/DiffPresenter.form b/diff/src/org/netbeans/modules/diff/builtin/DiffPresenter.form
index 56c6eb0..0a9b5d0 100644
--- a/diff/src/org/netbeans/modules/diff/builtin/DiffPresenter.form
+++ b/diff/src/org/netbeans/modules/diff/builtin/DiffPresenter.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/builtin/SingleDiffPanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/builtin/SingleDiffPanel.form b/diff/src/org/netbeans/modules/diff/builtin/SingleDiffPanel.form
index 96099f4..7070641 100644
--- a/diff/src/org/netbeans/modules/diff/builtin/SingleDiffPanel.form
+++ b/diff/src/org/netbeans/modules/diff/builtin/SingleDiffPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffPanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffPanel.form b/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffPanel.form
index 4f36692..aec9726 100644
--- a/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffPanel.form
+++ b/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffViewImpl.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffViewImpl.form b/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffViewImpl.form
index 39211d1..ae0652c 100644
--- a/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffViewImpl.form
+++ b/diff/src/org/netbeans/modules/diff/builtin/visualizer/DiffViewImpl.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/options/DiffColorsPanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/options/DiffColorsPanel.form b/diff/src/org/netbeans/modules/diff/options/DiffColorsPanel.form
index 4d19660..27d617f 100644
--- a/diff/src/org/netbeans/modules/diff/options/DiffColorsPanel.form
+++ b/diff/src/org/netbeans/modules/diff/options/DiffColorsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.form b/diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.form
index 3023716..a898c54 100644
--- a/diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.form
+++ b/diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergeDialogComponent.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergeDialogComponent.form b/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergeDialogComponent.form
index b71779c..cb212dc 100644
--- a/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergeDialogComponent.form
+++ b/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergeDialogComponent.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergePanel.form
----------------------------------------------------------------------
diff --git a/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergePanel.form b/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergePanel.form
index cb7768b..c7063ec 100644
--- a/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergePanel.form
+++ b/diff/src/org/netbeans/modules/merge/builtin/visualizer/MergePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthTypeSelectorDlg.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthTypeSelectorDlg.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthTypeSelectorDlg.form
index 8c3bd28..5f1a1db 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthTypeSelectorDlg.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthTypeSelectorDlg.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthenticationSettingsPanel.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthenticationSettingsPanel.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthenticationSettingsPanel.form
index c682ad6..c0d0fa8 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthenticationSettingsPanel.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/AuthenticationSettingsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/CertPassphraseDlg.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/CertPassphraseDlg.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/CertPassphraseDlg.form
index 3b83ca0..acec4bc 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/CertPassphraseDlg.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/CertPassphraseDlg.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/GrantPrivilegesDialog.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/GrantPrivilegesDialog.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/GrantPrivilegesDialog.form
index 71932d1..9585877 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/GrantPrivilegesDialog.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/GrantPrivilegesDialog.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/PasswordDlg.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/PasswordDlg.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/PasswordDlg.form
index 7cfb351..b6baedd 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/PasswordDlg.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/PasswordDlg.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/SSHKeysPanel.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/SSHKeysPanel.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/SSHKeysPanel.form
index 3422aeb..4646d7f 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/SSHKeysPanel.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/SSHKeysPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/ShellValidationStatusPanel.form
----------------------------------------------------------------------
diff --git a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/ShellValidationStatusPanel.form b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/ShellValidationStatusPanel.form
index 5f9350b..65f7fa0 100644
--- a/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/ShellValidationStatusPanel.form
+++ b/dlight.nativeexecution.nb/src/org/netbeans/modules/nativeexecution/ui/ShellValidationStatusPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/RemoteInfoDialog.form
----------------------------------------------------------------------
diff --git a/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/RemoteInfoDialog.form b/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/RemoteInfoDialog.form
index c43a832..949d142 100644
--- a/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/RemoteInfoDialog.form
+++ b/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/RemoteInfoDialog.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/TerminalContainerTopComponent.form
----------------------------------------------------------------------
diff --git a/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/TerminalContainerTopComponent.form b/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/TerminalContainerTopComponent.form
index 43878a0..cba38b7 100644
--- a/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/TerminalContainerTopComponent.form
+++ b/dlight.terminal/src/org/netbeans/modules/dlight/terminal/ui/TerminalContainerTopComponent.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildContextVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildContextVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildContextVisual.form
index 769adc3..787687f 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildContextVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildContextVisual.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildInstanceVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildInstanceVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildInstanceVisual.form
index 4bbb0e0..04b2cc6 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildInstanceVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildInstanceVisual.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildOptionsVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildOptionsVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildOptionsVisual.form
index 3a4860b..f0433a4 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildOptionsVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildOptionsVisual.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.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/commit/CommitPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/commit/CommitPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/commit/CommitPanel.form
index a822b45..aca88be 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/commit/CommitPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/commit/CommitPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsListPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsListPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsListPanel.form
index b445786..2c56ac6 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsListPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsListPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsPanel.form
index 427e8d1..21fc981 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/credentials/CredentialsPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/node/ViewPortBindingsPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/node/ViewPortBindingsPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/node/ViewPortBindingsPanel.form
index 69dc846..2870dec 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/node/ViewPortBindingsPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/node/ViewPortBindingsPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/pull/DockerHubSearchPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/pull/DockerHubSearchPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/pull/DockerHubSearchPanel.form
index b37d781..cf11aca 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/pull/DockerHubSearchPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/pull/DockerHubSearchPanel.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="messagePanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/rename/RenamePanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/rename/RenamePanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/rename/RenamePanel.form
index d2aca44..ec9b3a0 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/rename/RenamePanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/rename/RenamePanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/run/RunContainerPropertiesVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/run/RunContainerPropertiesVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/run/RunContainerPropertiesVisual.form
index 5c7cd7a..45ce454 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/run/RunContainerPropertiesVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/run/RunContainerPropertiesVisual.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.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/run/RunPortBindingsVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/run/RunPortBindingsVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/run/RunPortBindingsVisual.form
index 242665d..a2fd38e 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/run/RunPortBindingsVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/run/RunPortBindingsVisual.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/tag/TagPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/tag/TagPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/tag/TagPanel.form
index e886136..5917a46 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/tag/TagPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/tag/TagPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationLinuxPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationLinuxPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationLinuxPanel.form
index 80c3887..413aad4 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationLinuxPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationLinuxPanel.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="switchButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationPanel.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationPanel.form b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationPanel.form
index 7e150f6..7652bfb 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationPanel.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/ConfigurationPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/docker.ui/src/org/netbeans/modules/docker/ui/wizard/DockerConnectionVisual.form
----------------------------------------------------------------------
diff --git a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/DockerConnectionVisual.form b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/DockerConnectionVisual.form
index 4c6e721..3911b43 100644
--- a/docker.ui/src/org/netbeans/modules/docker/ui/wizard/DockerConnectionVisual.form
+++ b/docker.ui/src/org/netbeans/modules/docker/ui/wizard/DockerConnectionVisual.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.bookmarks/src/org/netbeans/modules/editor/bookmarks/ui/GotoLineOrBookmarkPanel.form
----------------------------------------------------------------------
diff --git a/editor.bookmarks/src/org/netbeans/modules/editor/bookmarks/ui/GotoLineOrBookmarkPanel.form b/editor.bookmarks/src/org/netbeans/modules/editor/bookmarks/ui/GotoLineOrBookmarkPanel.form
index 0f84d0b..d1d4e65 100644
--- a/editor.bookmarks/src/org/netbeans/modules/editor/bookmarks/ui/GotoLineOrBookmarkPanel.form
+++ b/editor.bookmarks/src/org/netbeans/modules/editor/bookmarks/ui/GotoLineOrBookmarkPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.bracesmatching/src/org/netbeans/modules/editor/bracesmatching/ControlPanel.form
----------------------------------------------------------------------
diff --git a/editor.bracesmatching/src/org/netbeans/modules/editor/bracesmatching/ControlPanel.form b/editor.bracesmatching/src/org/netbeans/modules/editor/bracesmatching/ControlPanel.form
index 2c4831b..f2929e9 100644
--- a/editor.bracesmatching/src/org/netbeans/modules/editor/bracesmatching/ControlPanel.form
+++ b/editor.bracesmatching/src/org/netbeans/modules/editor/bracesmatching/ControlPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.codetemplates/src/org/netbeans/lib/editor/codetemplates/storage/ui/CodeTemplatesPanel.form
----------------------------------------------------------------------
diff --git a/editor.codetemplates/src/org/netbeans/lib/editor/codetemplates/storage/ui/CodeTemplatesPanel.form b/editor.codetemplates/src/org/netbeans/lib/editor/codetemplates/storage/ui/CodeTemplatesPanel.form
index 0d8e8fc..d3fb399 100644
--- a/editor.codetemplates/src/org/netbeans/lib/editor/codetemplates/storage/ui/CodeTemplatesPanel.form
+++ b/editor.codetemplates/src/org/netbeans/lib/editor/codetemplates/storage/ui/CodeTemplatesPanel.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">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/DefaultFoldingOptions.form
----------------------------------------------------------------------
diff --git a/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/DefaultFoldingOptions.form b/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/DefaultFoldingOptions.form
index 7b37454..52d6489 100644
--- a/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/DefaultFoldingOptions.form
+++ b/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/DefaultFoldingOptions.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldOptionsPanel.form
----------------------------------------------------------------------
diff --git a/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldOptionsPanel.form b/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldOptionsPanel.form
index 6819b10..86069cb 100644
--- a/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldOptionsPanel.form
+++ b/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldOptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.global.format/src/org/netbeans/modules/editor/global/format/ConfirmationPanel.form
----------------------------------------------------------------------
diff --git a/editor.global.format/src/org/netbeans/modules/editor/global/format/ConfirmationPanel.form b/editor.global.format/src/org/netbeans/modules/editor/global/format/ConfirmationPanel.form
index 2f10e2f..253d67b 100644
--- a/editor.global.format/src/org/netbeans/modules/editor/global/format/ConfirmationPanel.form
+++ b/editor.global.format/src/org/netbeans/modules/editor/global/format/ConfirmationPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.indent.project/src/org/netbeans/modules/editor/indent/project/FormattingCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/editor.indent.project/src/org/netbeans/modules/editor/indent/project/FormattingCustomizerPanel.form b/editor.indent.project/src/org/netbeans/modules/editor/indent/project/FormattingCustomizerPanel.form
index 6ef5906..c49142e 100644
--- a/editor.indent.project/src/org/netbeans/modules/editor/indent/project/FormattingCustomizerPanel.form
+++ b/editor.indent.project/src/org/netbeans/modules/editor/indent/project/FormattingCustomizerPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="group">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.lib/src/org/netbeans/editor/KeySequenceInputPanel.form
----------------------------------------------------------------------
diff --git a/editor.lib/src/org/netbeans/editor/KeySequenceInputPanel.form b/editor.lib/src/org/netbeans/editor/KeySequenceInputPanel.form
index fa4b487..d8879d5 100644
--- a/editor.lib/src/org/netbeans/editor/KeySequenceInputPanel.form
+++ b/editor.lib/src/org/netbeans/editor/KeySequenceInputPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.lib/src/org/netbeans/editor/MacroSavePanel.form
----------------------------------------------------------------------
diff --git a/editor.lib/src/org/netbeans/editor/MacroSavePanel.form b/editor.lib/src/org/netbeans/editor/MacroSavePanel.form
index 6f8e8af..793a5dc 100644
--- a/editor.lib/src/org/netbeans/editor/MacroSavePanel.form
+++ b/editor.lib/src/org/netbeans/editor/MacroSavePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.lib/src/org/netbeans/editor/ext/GotoDialogPanel.form
----------------------------------------------------------------------
diff --git a/editor.lib/src/org/netbeans/editor/ext/GotoDialogPanel.form b/editor.lib/src/org/netbeans/editor/ext/GotoDialogPanel.form
index 30d68d2..788b5e7 100644
--- a/editor.lib/src/org/netbeans/editor/ext/GotoDialogPanel.form
+++ b/editor.lib/src/org/netbeans/editor/ext/GotoDialogPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosNamePanel.form
----------------------------------------------------------------------
diff --git a/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosNamePanel.form b/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosNamePanel.form
index 40b1e97..8f0774a 100644
--- a/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosNamePanel.form
+++ b/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosNamePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosPanel.form
----------------------------------------------------------------------
diff --git a/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosPanel.form b/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosPanel.form
index 0b389f0..350de18 100644
--- a/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosPanel.form
+++ b/editor.macros/src/org/netbeans/modules/editor/macros/storage/ui/MacrosPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor/demosrc/base/org/netbeans/editor/example/Editor.form
----------------------------------------------------------------------
diff --git a/editor/demosrc/base/org/netbeans/editor/example/Editor.form b/editor/demosrc/base/org/netbeans/editor/example/Editor.form
index af0c20d..43f03a5 100644
--- a/editor/demosrc/base/org/netbeans/editor/example/Editor.form
+++ b/editor/demosrc/base/org/netbeans/editor/example/Editor.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="menuBar">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor/src/org/netbeans/modules/editor/codegen/GenerateCodePanel.form
----------------------------------------------------------------------
diff --git a/editor/src/org/netbeans/modules/editor/codegen/GenerateCodePanel.form b/editor/src/org/netbeans/modules/editor/codegen/GenerateCodePanel.form
index 90382e3..420fcc9 100644
--- a/editor/src/org/netbeans/modules/editor/codegen/GenerateCodePanel.form
+++ b/editor/src/org/netbeans/modules/editor/codegen/GenerateCodePanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.form
----------------------------------------------------------------------
diff --git a/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.form b/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.form
index 18dd7f0..7ed085d 100644
--- a/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.form
+++ b/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form
----------------------------------------------------------------------
diff --git a/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form b/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form
index aafbffd..5c12c4b 100644
--- a/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form
+++ b/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form.j2ee/src/org/netbeans/modules/form/j2ee/JPADataImporter.form
----------------------------------------------------------------------
diff --git a/form.j2ee/src/org/netbeans/modules/form/j2ee/JPADataImporter.form b/form.j2ee/src/org/netbeans/modules/form/j2ee/JPADataImporter.form
index f7e88e4..3a82c75 100644
--- a/form.j2ee/src/org/netbeans/modules/form/j2ee/JPADataImporter.form
+++ b/form.j2ee/src/org/netbeans/modules/form/j2ee/JPADataImporter.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/DetailPanel.form
----------------------------------------------------------------------
diff --git a/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/DetailPanel.form b/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/DetailPanel.form
index b78b380..6fbd94e 100644
--- a/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/DetailPanel.form
+++ b/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/DetailPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="masterPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/MasterPanel.form
----------------------------------------------------------------------
diff --git a/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/MasterPanel.form b/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/MasterPanel.form
index eaa7fe4..86377c3 100644
--- a/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/MasterPanel.form
+++ b/form.j2ee/src/org/netbeans/modules/form/j2ee/wizard/MasterPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="masterPanel">



[14/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/WrapperPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/WrapperPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/WrapperPanel.form
index 047fa76..ff8a9a9 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/WrapperPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/WrapperPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.form
index fb5661b..6457c87 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/DatabaseTablesPanel.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="schemaSource">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/EntityClassesPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/EntityClassesPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/EntityClassesPanel.form
index 165e44f..7e3e106 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/EntityClassesPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/EntityClassesPanel.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">
   <NonVisualComponents>
     <Container class="javax.swing.JPopupMenu" name="tableActionsPopup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/MappingOptionsPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/MappingOptionsPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/MappingOptionsPanel.form
index ecfb953..2556baf 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/MappingOptionsPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/MappingOptionsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/ProgressPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/ProgressPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/ProgressPanel.form
index e0bf12a..68e6159 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/ProgressPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/fromdb/ProgressPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/JpaControllerSetupPanelVisual.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/JpaControllerSetupPanelVisual.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/JpaControllerSetupPanelVisual.form
index 7d4954d..fccdea5 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/JpaControllerSetupPanelVisual.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/JpaControllerSetupPanelVisual.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/J2SEVolumeCustomizer.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/J2SEVolumeCustomizer.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/J2SEVolumeCustomizer.form
index aff0c51..d46aa65 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/J2SEVolumeCustomizer.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/J2SEVolumeCustomizer.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.form
index 5a311fe..29b8c21 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelDS.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelDS.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelDS.form
index 87cee42..5f24f52 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelDS.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelDS.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelJdbc.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelJdbc.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelJdbc.form
index 20ddefd..d02ca2c 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelJdbc.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/unit/PersistenceUnitWizardPanelJdbc.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/AntArtifactChooser.form
----------------------------------------------------------------------
diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/AntArtifactChooser.form b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/AntArtifactChooser.form
index 99c97b5..334e3cd 100644
--- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/AntArtifactChooser.form
+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/AntArtifactChooser.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassChooser.form
----------------------------------------------------------------------
diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassChooser.form b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassChooser.form
index 19be8bf..0b54fed 100644
--- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassChooser.form
+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassChooser.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassWarning.form
----------------------------------------------------------------------
diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassWarning.form b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassWarning.form
index ee56414..379d2f6 100644
--- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassWarning.form
+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/MainClassWarning.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/VMOptionEditorPanel.form
----------------------------------------------------------------------
diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/VMOptionEditorPanel.form b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/VMOptionEditorPanel.form
index b68ad05..2c9b56b 100644
--- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/VMOptionEditorPanel.form
+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/VMOptionEditorPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/wizards/FolderList.form
----------------------------------------------------------------------
diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/wizards/FolderList.form b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/wizards/FolderList.form
index c538cef..b558c1c 100644
--- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/wizards/FolderList.form
+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/wizards/FolderList.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/ShowGoldenFilesPanel.form
----------------------------------------------------------------------
diff --git a/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/ShowGoldenFilesPanel.form b/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/ShowGoldenFilesPanel.form
index a072924..1068576 100644
--- a/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/ShowGoldenFilesPanel.form
+++ b/java.editor.base/test/unit/src/org/netbeans/modules/java/editor/base/semantic/ShowGoldenFilesPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodePanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodePanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodePanel.form
index 7078c15..ba3f805 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodePanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/RemoveSurroundingCodePanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ConstructorPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ConstructorPanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ConstructorPanel.form
index 6d4b5db..6e297d2 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ConstructorPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ConstructorPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/DelegatePanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/DelegatePanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/DelegatePanel.form
index 00889c5..08bbf52 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/DelegatePanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/DelegatePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusable" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/EqualsHashCodePanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/EqualsHashCodePanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/EqualsHashCodePanel.form
index 6d4b5db..6e297d2 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/EqualsHashCodePanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/EqualsHashCodePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/GetterSetterPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/GetterSetterPanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/GetterSetterPanel.form
index cc25087..f7a4d9a 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/GetterSetterPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/GetterSetterPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ImplementOverridePanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ImplementOverridePanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ImplementOverridePanel.form
index 03b6869..4197ecb 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ImplementOverridePanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ImplementOverridePanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ToStringPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ToStringPanel.form b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ToStringPanel.form
index 03b6869..4197ecb 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ToStringPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/codegen/ui/ToStringPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardImportPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardImportPanel.form b/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardImportPanel.form
index 2789687..1f656f7 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardImportPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/imports/ClipboardImportPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.form b/java.editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.form
index 1c2f36d..61c2212 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.form b/java.editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.form
index 2b90f5e..666d016 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/imports/ImportClassPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/options/CodeCompletionPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/options/CodeCompletionPanel.form b/java.editor/src/org/netbeans/modules/java/editor/options/CodeCompletionPanel.form
index 2ad6bac..3bf355c 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/options/CodeCompletionPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/options/CodeCompletionPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JDialog" name="javaCompletionExcluderDialog2">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.form b/java.editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.form
index 2bd7e73..d3514e6 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.editor/src/org/netbeans/modules/java/editor/overridden/IsOverriddenPopup.form
----------------------------------------------------------------------
diff --git a/java.editor/src/org/netbeans/modules/java/editor/overridden/IsOverriddenPopup.form b/java.editor/src/org/netbeans/modules/java/editor/overridden/IsOverriddenPopup.form
index 850cf14..7a47e23 100644
--- a/java.editor/src/org/netbeans/modules/java/editor/overridden/IsOverriddenPopup.form
+++ b/java.editor/src/org/netbeans/modules/java/editor/overridden/IsOverriddenPopup.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/ClientEditor/src/clienteditor/ClientEditor.form
----------------------------------------------------------------------
diff --git a/java.examples/ClientEditor/src/clienteditor/ClientEditor.form b/java.examples/ClientEditor/src/clienteditor/ClientEditor.form
index 5752376..e42bfa1 100644
--- a/java.examples/ClientEditor/src/clienteditor/ClientEditor.form
+++ b/java.examples/ClientEditor/src/clienteditor/ClientEditor.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="sexButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/GUIFormExamples/src/examples/Antenna.form
----------------------------------------------------------------------
diff --git a/java.examples/GUIFormExamples/src/examples/Antenna.form b/java.examples/GUIFormExamples/src/examples/Antenna.form
index 8a475e3..0f32207 100644
--- a/java.examples/GUIFormExamples/src/examples/Antenna.form
+++ b/java.examples/GUIFormExamples/src/examples/Antenna.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.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/GUIFormExamples/src/examples/ContactEditor.form
----------------------------------------------------------------------
diff --git a/java.examples/GUIFormExamples/src/examples/ContactEditor.form b/java.examples/GUIFormExamples/src/examples/ContactEditor.form
index 8b6a74f..2b028f2 100644
--- a/java.examples/GUIFormExamples/src/examples/ContactEditor.form
+++ b/java.examples/GUIFormExamples/src/examples/ContactEditor.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.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/GUIFormExamples/src/examples/Find.form
----------------------------------------------------------------------
diff --git a/java.examples/GUIFormExamples/src/examples/Find.form b/java.examples/GUIFormExamples/src/examples/Find.form
index ce4d581..edbe880 100644
--- a/java.examples/GUIFormExamples/src/examples/Find.form
+++ b/java.examples/GUIFormExamples/src/examples/Find.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.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/anagrams/src/com/toy/anagrams/ui/About.form
----------------------------------------------------------------------
diff --git a/java.examples/anagrams/src/com/toy/anagrams/ui/About.form b/java.examples/anagrams/src/com/toy/anagrams/ui/About.form
index ce3dfc2..7971741 100644
--- a/java.examples/anagrams/src/com/toy/anagrams/ui/About.form
+++ b/java.examples/anagrams/src/com/toy/anagrams/ui/About.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.0" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.form
----------------------------------------------------------------------
diff --git a/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.form b/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.form
index 35e0873..daa989d 100644
--- a/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.form
+++ b/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.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.2" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="mainMenu">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/src/org/netbeans/modules/java/examples/PanelConfigureProjectVisual.form
----------------------------------------------------------------------
diff --git a/java.examples/src/org/netbeans/modules/java/examples/PanelConfigureProjectVisual.form b/java.examples/src/org/netbeans/modules/java/examples/PanelConfigureProjectVisual.form
index 3af4329..4e160a7 100644
--- a/java.examples/src/org/netbeans/modules/java/examples/PanelConfigureProjectVisual.form
+++ b/java.examples/src/org/netbeans/modules/java/examples/PanelConfigureProjectVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.examples/src/org/netbeans/modules/java/examples/PanelProjectLocationVisual.form
----------------------------------------------------------------------
diff --git a/java.examples/src/org/netbeans/modules/java/examples/PanelProjectLocationVisual.form b/java.examples/src/org/netbeans/modules/java/examples/PanelProjectLocationVisual.form
index 21598bd..5cfc4d2 100644
--- a/java.examples/src/org/netbeans/modules/java/examples/PanelProjectLocationVisual.form
+++ b/java.examples/src/org/netbeans/modules/java/examples/PanelProjectLocationVisual.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.freeform/src/org/netbeans/modules/java/freeform/ui/ClasspathPanel.form
----------------------------------------------------------------------
diff --git a/java.freeform/src/org/netbeans/modules/java/freeform/ui/ClasspathPanel.form b/java.freeform/src/org/netbeans/modules/java/freeform/ui/ClasspathPanel.form
index 82d5b5c..1dfdadc 100644
--- a/java.freeform/src/org/netbeans/modules/java/freeform/ui/ClasspathPanel.form
+++ b/java.freeform/src/org/netbeans/modules/java/freeform/ui/ClasspathPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form
----------------------------------------------------------------------
diff --git a/java.freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form b/java.freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form
index a0e4b91..ab772d1 100644
--- a/java.freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.form
+++ b/java.freeform/src/org/netbeans/modules/java/freeform/ui/OutputPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form
----------------------------------------------------------------------
diff --git a/java.freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form b/java.freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form
index 4624b9d..e012207 100644
--- a/java.freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form
+++ b/java.freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints.ui/src/org/netbeans/modules/java/hints/onsave/OnSaveCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints.ui/src/org/netbeans/modules/java/hints/onsave/OnSaveCustomizer.form b/java.hints.ui/src/org/netbeans/modules/java/hints/onsave/OnSaveCustomizer.form
index 6674317..df0d222 100644
--- a/java.hints.ui/src/org/netbeans/modules/java/hints/onsave/OnSaveCustomizer.form
+++ b/java.hints.ui/src/org/netbeans/modules/java/hints/onsave/OnSaveCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/options/HintsPanel.form
----------------------------------------------------------------------
diff --git a/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/options/HintsPanel.form b/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/options/HintsPanel.form
index 58d3832..5291292 100644
--- a/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/options/HintsPanel.form
+++ b/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/options/HintsPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/InspectAndRefactorPanel.form
----------------------------------------------------------------------
diff --git a/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/InspectAndRefactorPanel.form b/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/InspectAndRefactorPanel.form
index 639712a..2a7418c 100644
--- a/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/InspectAndRefactorPanel.form
+++ b/java.hints.ui/src/org/netbeans/modules/java/hints/spiimpl/refactoring/InspectAndRefactorPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/FieldForUnusedParamCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/FieldForUnusedParamCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/FieldForUnusedParamCustomizer.form
index 7c70ff8..603051d 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/FieldForUnusedParamCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/FieldForUnusedParamCustomizer.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/LoggerHintsCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/LoggerHintsCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/LoggerHintsCustomizer.form
index a9a536b..7f8cf09 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/LoggerHintsCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/LoggerHintsCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/OneCheckboxCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/OneCheckboxCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/OneCheckboxCustomizer.form
index f4c6bd4..68f8dc1 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/OneCheckboxCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/OneCheckboxCustomizer.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/SuspiciousNamesCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/SuspiciousNamesCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/SuspiciousNamesCustomizer.form
index 92933af..5643f7a 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/SuspiciousNamesCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/SuspiciousNamesCustomizer.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/WrongStringComparisonCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/WrongStringComparisonCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/WrongStringComparisonCustomizer.form
index a62b0ea..8212bd5 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/WrongStringComparisonCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/WrongStringComparisonCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/analyzer/ProgressDialog.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/analyzer/ProgressDialog.form b/java.hints/src/org/netbeans/modules/java/hints/analyzer/ProgressDialog.form
index 719a501..41dd02c 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/analyzer/ProgressDialog.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/analyzer/ProgressDialog.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.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/analyzer/ui/AnalyzerTopComponent.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/analyzer/ui/AnalyzerTopComponent.form b/java.hints/src/org/netbeans/modules/java/hints/analyzer/ui/AnalyzerTopComponent.form
index c16c33b..06e260b 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/analyzer/ui/AnalyzerTopComponent.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/analyzer/ui/AnalyzerTopComponent.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/bugs/BroadCatchCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/bugs/BroadCatchCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/bugs/BroadCatchCustomizer.form
index c78a63c..2ae540a 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/bugs/BroadCatchCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/bugs/BroadCatchCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">



[17/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/BindingCustomizer.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/BindingCustomizer.form b/form/src/org/netbeans/modules/form/BindingCustomizer.form
index 3575a4b..a83c1a3 100644
--- a/form/src/org/netbeans/modules/form/BindingCustomizer.form
+++ b/form/src/org/netbeans/modules/form/BindingCustomizer.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/ConnectionCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/ConnectionCustomEditor.form b/form/src/org/netbeans/modules/form/ConnectionCustomEditor.form
index 36b1c04..77cce5d 100644
--- a/form/src/org/netbeans/modules/form/ConnectionCustomEditor.form
+++ b/form/src/org/netbeans/modules/form/ConnectionCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/CustomCodeView.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/CustomCodeView.form b/form/src/org/netbeans/modules/form/CustomCodeView.form
index 2656316..ad4603c 100644
--- a/form/src/org/netbeans/modules/form/CustomCodeView.form
+++ b/form/src/org/netbeans/modules/form/CustomCodeView.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/EventCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/EventCustomEditor.form b/form/src/org/netbeans/modules/form/EventCustomEditor.form
index d78f83d..4ee6c03 100644
--- a/form/src/org/netbeans/modules/form/EventCustomEditor.form
+++ b/form/src/org/netbeans/modules/form/EventCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/ListSelector.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/ListSelector.form b/form/src/org/netbeans/modules/form/ListSelector.form
index e7c242c..5f9dda1 100644
--- a/form/src/org/netbeans/modules/form/ListSelector.form
+++ b/form/src/org/netbeans/modules/form/ListSelector.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/MethodPicker.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/MethodPicker.form b/form/src/org/netbeans/modules/form/MethodPicker.form
index 70c9941..2fbd70d 100644
--- a/form/src/org/netbeans/modules/form/MethodPicker.form
+++ b/form/src/org/netbeans/modules/form/MethodPicker.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/ParametersPicker.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/ParametersPicker.form b/form/src/org/netbeans/modules/form/ParametersPicker.form
index c0b14e3..ab66ff8 100644
--- a/form/src/org/netbeans/modules/form/ParametersPicker.form
+++ b/form/src/org/netbeans/modules/form/ParametersPicker.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/PropertyPicker.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/PropertyPicker.form b/form/src/org/netbeans/modules/form/PropertyPicker.form
index afce331..1d56b22 100644
--- a/form/src/org/netbeans/modules/form/PropertyPicker.form
+++ b/form/src/org/netbeans/modules/form/PropertyPicker.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/actions/EditLayoutSpacePanel.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/actions/EditLayoutSpacePanel.form b/form/src/org/netbeans/modules/form/actions/EditLayoutSpacePanel.form
index e884d9f..e954983 100644
--- a/form/src/org/netbeans/modules/form/actions/EditLayoutSpacePanel.form
+++ b/form/src/org/netbeans/modules/form/actions/EditLayoutSpacePanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="componentGapsPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/CustomCodeEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/CustomCodeEditor.form b/form/src/org/netbeans/modules/form/editors/CustomCodeEditor.form
index b1144a4..c8d6ccc 100644
--- a/form/src/org/netbeans/modules/form/editors/CustomCodeEditor.form
+++ b/form/src/org/netbeans/modules/form/editors/CustomCodeEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Events>
     <EventHandler event="componentShown" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentShown"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/CustomIconEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/CustomIconEditor.form b/form/src/org/netbeans/modules/form/editors/CustomIconEditor.form
index 3081ee3..5fbe295 100644
--- a/form/src/org/netbeans/modules/form/editors/CustomIconEditor.form
+++ b/form/src/org/netbeans/modules/form/editors/CustomIconEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/FormatSelector.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/FormatSelector.form b/form/src/org/netbeans/modules/form/editors/FormatSelector.form
index 5eba403..99f86d0 100644
--- a/form/src/org/netbeans/modules/form/editors/FormatSelector.form
+++ b/form/src/org/netbeans/modules/form/editors/FormatSelector.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="selector">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.form b/form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.form
index 1ba3398..170be13 100644
--- a/form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.form
+++ b/form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="customizerPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/StringArrayCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/StringArrayCustomEditor.form b/form/src/org/netbeans/modules/form/editors/StringArrayCustomEditor.form
index 5117aa7..64559cb 100644
--- a/form/src/org/netbeans/modules/form/editors/StringArrayCustomEditor.form
+++ b/form/src/org/netbeans/modules/form/editors/StringArrayCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors/TableCustomizer.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors/TableCustomizer.form b/form/src/org/netbeans/modules/form/editors/TableCustomizer.form
index c244bc1..a8b4b9a 100644
--- a/form/src/org/netbeans/modules/form/editors/TableCustomizer.form
+++ b/form/src/org/netbeans/modules/form/editors/TableCustomizer.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="modelButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors2/JTableHeaderEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors2/JTableHeaderEditor.form b/form/src/org/netbeans/modules/form/editors2/JTableHeaderEditor.form
index 0aad4b4..5095095 100644
--- a/form/src/org/netbeans/modules/form/editors2/JTableHeaderEditor.form
+++ b/form/src/org/netbeans/modules/form/editors2/JTableHeaderEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="customizer">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors2/SpinnerModelEditor.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors2/SpinnerModelEditor.form b/form/src/org/netbeans/modules/form/editors2/SpinnerModelEditor.form
index 230bafb..dcbd5ea 100644
--- a/form/src/org/netbeans/modules/form/editors2/SpinnerModelEditor.form
+++ b/form/src/org/netbeans/modules/form/editors2/SpinnerModelEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="customizerPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/editors2/TreeModelCustomizer.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/editors2/TreeModelCustomizer.form b/form/src/org/netbeans/modules/form/editors2/TreeModelCustomizer.form
index 6e0a257..e4a365a 100644
--- a/form/src/org/netbeans/modules/form/editors2/TreeModelCustomizer.form
+++ b/form/src/org/netbeans/modules/form/editors2/TreeModelCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GridBagCustomizer.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GridBagCustomizer.form b/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GridBagCustomizer.form
index cccc4b0..3c7b447 100644
--- a/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GridBagCustomizer.form
+++ b/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/GridBagCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="customizer">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/wizard/ConnectionPanel1.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel1.form b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel1.form
index 4262e41..10af1cf 100644
--- a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel1.form
+++ b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel1.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/wizard/ConnectionPanel2.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel2.form b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel2.form
index 68eb32d..3fa0bb5 100644
--- a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel2.form
+++ b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel2.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/src/org/netbeans/modules/form/wizard/ConnectionPanel3.form
----------------------------------------------------------------------
diff --git a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel3.form b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel3.form
index bb33ded..7390a22 100644
--- a/form/src/org/netbeans/modules/form/wizard/ConnectionPanel3.form
+++ b/form/src/org/netbeans/modules/form/wizard/ConnectionPanel3.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/ConnectionPanel1.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/ConnectionPanel1.form b/form/test/qa-functional/data/OpenForm/ConnectionPanel1.form
index 417bdb3..1ade3d0 100644
--- a/form/test/qa-functional/data/OpenForm/ConnectionPanel1.form
+++ b/form/test/qa-functional/data/OpenForm/ConnectionPanel1.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/ConnectionPanel2.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/ConnectionPanel2.form b/form/test/qa-functional/data/OpenForm/ConnectionPanel2.form
index 367cd25..ea73330 100644
--- a/form/test/qa-functional/data/OpenForm/ConnectionPanel2.form
+++ b/form/test/qa-functional/data/OpenForm/ConnectionPanel2.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/ConnectionPanel3.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/ConnectionPanel3.form b/form/test/qa-functional/data/OpenForm/ConnectionPanel3.form
index bb33ded..7390a22 100644
--- a/form/test/qa-functional/data/OpenForm/ConnectionPanel3.form
+++ b/form/test/qa-functional/data/OpenForm/ConnectionPanel3.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/CustomCodeEditor.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/CustomCodeEditor.form b/form/test/qa-functional/data/OpenForm/CustomCodeEditor.form
index 99c0e93..e0c864e 100644
--- a/form/test/qa-functional/data/OpenForm/CustomCodeEditor.form
+++ b/form/test/qa-functional/data/OpenForm/CustomCodeEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Events>
     <EventHandler event="componentShown" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentShown"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/EventCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/EventCustomEditor.form b/form/test/qa-functional/data/OpenForm/EventCustomEditor.form
index 3e6404c..465b84b 100644
--- a/form/test/qa-functional/data/OpenForm/EventCustomEditor.form
+++ b/form/test/qa-functional/data/OpenForm/EventCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/FormCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/FormCustomEditor.form b/form/test/qa-functional/data/OpenForm/FormCustomEditor.form
index 18d0367..65a3156 100644
--- a/form/test/qa-functional/data/OpenForm/FormCustomEditor.form
+++ b/form/test/qa-functional/data/OpenForm/FormCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
   </SyntheticProperties>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/FormCustomEditorAdvanced.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/FormCustomEditorAdvanced.form b/form/test/qa-functional/data/OpenForm/FormCustomEditorAdvanced.form
index 18fd3af..bccedbc 100644
--- a/form/test/qa-functional/data/OpenForm/FormCustomEditorAdvanced.form
+++ b/form/test/qa-functional/data/OpenForm/FormCustomEditorAdvanced.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
   </SyntheticProperties>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/MethodPicker.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/MethodPicker.form b/form/test/qa-functional/data/OpenForm/MethodPicker.form
index c0b7fef..b6f2f19 100644
--- a/form/test/qa-functional/data/OpenForm/MethodPicker.form
+++ b/form/test/qa-functional/data/OpenForm/MethodPicker.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/ParametersPicker.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/ParametersPicker.form b/form/test/qa-functional/data/OpenForm/ParametersPicker.form
index 24d51c9..f5efd44 100644
--- a/form/test/qa-functional/data/OpenForm/ParametersPicker.form
+++ b/form/test/qa-functional/data/OpenForm/ParametersPicker.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/PropertyPicker.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/PropertyPicker.form b/form/test/qa-functional/data/OpenForm/PropertyPicker.form
index 233a52e..b8983db 100644
--- a/form/test/qa-functional/data/OpenForm/PropertyPicker.form
+++ b/form/test/qa-functional/data/OpenForm/PropertyPicker.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/OpenForm/StringArrayCustomEditor.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/OpenForm/StringArrayCustomEditor.form b/form/test/qa-functional/data/OpenForm/StringArrayCustomEditor.form
index 1b6ef18..ec96cc2 100644
--- a/form/test/qa-functional/data/OpenForm/StringArrayCustomEditor.form
+++ b/form/test/qa-functional/data/OpenForm/StringArrayCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
   </SyntheticProperties>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleDesktopApplication/src/data/clear_JFrame.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleDesktopApplication/src/data/clear_JFrame.form b/form/test/qa-functional/data/SampleDesktopApplication/src/data/clear_JFrame.form
index d94214c..fa64212 100644
--- a/form/test/qa-functional/data/SampleDesktopApplication/src/data/clear_JFrame.form
+++ b/form/test/qa-functional/data/SampleDesktopApplication/src/data/clear_JFrame.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopAboutBox.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopAboutBox.form b/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopAboutBox.form
index 57a94fe..f031fce 100644
--- a/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopAboutBox.form
+++ b/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopAboutBox.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopView.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopView.form b/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopView.form
index d99e663..08988e5 100644
--- a/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopView.form
+++ b/form/test/qa-functional/data/SampleDesktopApplication/src/sampledesktopapplication/SampleDesktopView.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.5" maxVersion="1.7">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="mainPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/ConvertorAndValidatorTest.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/ConvertorAndValidatorTest.form b/form/test/qa-functional/data/SampleProject/src/data/ConvertorAndValidatorTest.form
index b9a19af..4b207db 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/ConvertorAndValidatorTest.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/ConvertorAndValidatorTest.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Component class="data.Bool2FaceConverter" name="bool2FaceConverter">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/CustomComponentForm.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/CustomComponentForm.form b/form/test/qa-functional/data/SampleProject/src/data/CustomComponentForm.form
index 9f6c52c..597f414 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/CustomComponentForm.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/CustomComponentForm.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" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundle.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundle.form b/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundle.form
index 54eb79d..256e1a2 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundle.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundle.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundleToMove.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundleToMove.form b/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundleToMove.form
index b594e7f..a96f95f 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundleToMove.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/FrameWithBundleToMove.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/Gaps.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/Gaps.form b/form/test/qa-functional/data/SampleProject/src/data/Gaps.form
index 9d5453b..5526e95 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/Gaps.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/Gaps.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.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/RenameComponentVariableTestFrame.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/RenameComponentVariableTestFrame.form b/form/test/qa-functional/data/SampleProject/src/data/RenameComponentVariableTestFrame.form
index ed456f9..39af707 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/RenameComponentVariableTestFrame.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/RenameComponentVariableTestFrame.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/clear_Frame.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/clear_Frame.form b/form/test/qa-functional/data/SampleProject/src/data/clear_Frame.form
index d719ed2..794d001 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/clear_Frame.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/clear_Frame.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.0" type="org.netbeans.modules.form.forminfo.FrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/data/clear_JFrame.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/data/clear_JFrame.form b/form/test/qa-functional/data/SampleProject/src/data/clear_JFrame.form
index 18db218..0a471f3 100644
--- a/form/test/qa-functional/data/SampleProject/src/data/clear_JFrame.form
+++ b/form/test/qa-functional/data/SampleProject/src/data/clear_JFrame.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testAdvancedIndentation.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testAdvancedIndentation.form b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testAdvancedIndentation.form
index 7b8d127..d977a0c 100644
--- a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testAdvancedIndentation.form
+++ b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testAdvancedIndentation.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.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testBasicIndentation.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testBasicIndentation.form b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testBasicIndentation.form
index 3577401..da7130b 100644
--- a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testBasicIndentation.form
+++ b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testBasicIndentation.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.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat.form b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat.form
index 62ddff0..3b4cb60 100644
--- a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat.form
+++ b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat.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.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat2.form
----------------------------------------------------------------------
diff --git a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat2.form b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat2.form
index cb05b13..df4e503 100644
--- a/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat2.form
+++ b/form/test/qa-functional/data/SampleProject/src/org/netbeans/test/editor/formatting/testReformat2.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.JFrameFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/client/CommandReport.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/client/CommandReport.form b/git/src/org/netbeans/modules/git/client/CommandReport.form
index c594349..551e1de 100644
--- a/git/src/org/netbeans/modules/git/client/CommandReport.form
+++ b/git/src/org/netbeans/modules/git/client/CommandReport.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/options/GitOptionsPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/options/GitOptionsPanel.form b/git/src/org/netbeans/modules/git/options/GitOptionsPanel.form
index 79fe103..b286867 100644
--- a/git/src/org/netbeans/modules/git/options/GitOptionsPanel.form
+++ b/git/src/org/netbeans/modules/git/options/GitOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/options/LabelsPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/options/LabelsPanel.form b/git/src/org/netbeans/modules/git/options/LabelsPanel.form
index 8a806fa..3dc8ac4 100644
--- a/git/src/org/netbeans/modules/git/options/LabelsPanel.form
+++ b/git/src/org/netbeans/modules/git/options/LabelsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/branch/CherryPickPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/branch/CherryPickPanel.form b/git/src/org/netbeans/modules/git/ui/branch/CherryPickPanel.form
index ca04468..5f96e96 100644
--- a/git/src/org/netbeans/modules/git/ui/branch/CherryPickPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/branch/CherryPickPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="rbFFOptions">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/branch/CreateBranchPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/branch/CreateBranchPanel.form b/git/src/org/netbeans/modules/git/ui/branch/CreateBranchPanel.form
index 7f69a98..d53d65c 100644
--- a/git/src/org/netbeans/modules/git/ui/branch/CreateBranchPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/branch/CreateBranchPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/branch/SelectTrackedBranchPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/branch/SelectTrackedBranchPanel.form b/git/src/org/netbeans/modules/git/ui/branch/SelectTrackedBranchPanel.form
index 4cc11f2..ac8de2f 100644
--- a/git/src/org/netbeans/modules/git/ui/branch/SelectTrackedBranchPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/branch/SelectTrackedBranchPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[11/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXJavaScriptCallbacksPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXJavaScriptCallbacksPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXJavaScriptCallbacksPanel.form
index 06a5022..ac6bce5 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXJavaScriptCallbacksPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXJavaScriptCallbacksPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPackagingPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPackagingPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPackagingPanel.form
index c39d897..b3bfa61 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPackagingPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPackagingPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.form
index 5708768..37b9f5f 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXPreloaderChooserVisualPanel1.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonSourceType">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRequestRuntimePanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRequestRuntimePanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRequestRuntimePanel.form
index a6ef999..282caf8 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRequestRuntimePanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRequestRuntimePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRunPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRunPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRunPanel.form
index 9928e36..5aabc6d 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRunPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXRunPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroupRunAs">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXSigningPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXSigningPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXSigningPanel.form
index 85fe4ed..a8900b0 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXSigningPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXSigningPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroupSigning">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEApplicationClassChooser.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEApplicationClassChooser.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEApplicationClassChooser.form
index ce4035a..4dd8c87 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEApplicationClassChooser.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEApplicationClassChooser.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEDeploymentPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEDeploymentPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEDeploymentPanel.form
index bd01c00..994ad6c 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEDeploymentPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JSEDeploymentPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/RuntimeComboBox.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/RuntimeComboBox.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/RuntimeComboBox.form
index 9d53ed8..7fd9b88 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/RuntimeComboBox.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/RuntimeComboBox.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelConfigureProjectVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelConfigureProjectVisual.form b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelConfigureProjectVisual.form
index d7c653f..bcde088 100644
--- a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelConfigureProjectVisual.form
+++ b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelConfigureProjectVisual.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelOptionsVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelOptionsVisual.form b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelOptionsVisual.form
index 348b97e..5231ce1 100644
--- a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelOptionsVisual.form
+++ b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelOptionsVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelProjectLocationVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelProjectLocationVisual.form b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelProjectLocationVisual.form
index c780768..ff56e58 100644
--- a/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelProjectLocationVisual.form
+++ b/javafx2.samples/src/org/netbeans/modules/javafx2/samples/PanelProjectLocationVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/GrowingComboBox.form
----------------------------------------------------------------------
diff --git a/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/GrowingComboBox.form b/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/GrowingComboBox.form
index 32a2829..3ff2270 100644
--- a/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/GrowingComboBox.form
+++ b/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/GrowingComboBox.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.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/SBOptionsPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/SBOptionsPanel.form b/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/SBOptionsPanel.form
index fd208cb..0819088 100644
--- a/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/SBOptionsPanel.form
+++ b/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/options/SBOptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javascript2.debug.ui/src/org/netbeans/modules/javascript2/debug/ui/breakpoints/JSLineBreakpointCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/javascript2.debug.ui/src/org/netbeans/modules/javascript2/debug/ui/breakpoints/JSLineBreakpointCustomizerPanel.form b/javascript2.debug.ui/src/org/netbeans/modules/javascript2/debug/ui/breakpoints/JSLineBreakpointCustomizerPanel.form
index 19446ab..c5b5c9f 100644
--- a/javascript2.debug.ui/src/org/netbeans/modules/javascript2/debug/ui/breakpoints/JSLineBreakpointCustomizerPanel.form
+++ b/javascript2.debug.ui/src/org/netbeans/modules/javascript2/debug/ui/breakpoints/JSLineBreakpointCustomizerPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/CustomizerRunComponent.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/CustomizerRunComponent.form b/javawebstart/src/org/netbeans/modules/javawebstart/CustomizerRunComponent.form
index 51049c1..006bf22 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/CustomizerRunComponent.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/CustomizerRunComponent.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/AppletParametersPanel.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/AppletParametersPanel.form b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/AppletParametersPanel.form
index 6ff6226..424bc57 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/AppletParametersPanel.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/AppletParametersPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ExtensionResourcesPanel.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ExtensionResourcesPanel.form b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ExtensionResourcesPanel.form
index fc0dcac..4c7e532 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ExtensionResourcesPanel.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ExtensionResourcesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.form b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.form
index b1bba5f..09db2e6 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/JWSCustomizerPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="descButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ResourcesCustomizer.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ResourcesCustomizer.form b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ResourcesCustomizer.form
index 842f60c..38bccc8 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ResourcesCustomizer.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/ResourcesCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/SigningPanel.form
----------------------------------------------------------------------
diff --git a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/SigningPanel.form b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/SigningPanel.form
index 6ac947d..fc7b410 100644
--- a/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/SigningPanel.form
+++ b/javawebstart/src/org/netbeans/modules/javawebstart/ui/customizer/SigningPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="bg">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jellytools.ide/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
----------------------------------------------------------------------
diff --git a/jellytools.ide/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form b/jellytools.ide/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
index 40909bf..cf2b4a4 100644
--- a/jellytools.ide/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
+++ b/jellytools.ide/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.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.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jellytools.java/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
----------------------------------------------------------------------
diff --git a/jellytools.java/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form b/jellytools.java/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
index 40909bf..cf2b4a4 100644
--- a/jellytools.java/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
+++ b/jellytools.java/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.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.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
----------------------------------------------------------------------
diff --git a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form b/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
index 7289fdf..4a0c781 100644
--- a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.form
+++ b/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/JFrameSample.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" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/editor/ClassNamePanel.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/editor/ClassNamePanel.form b/jshell.support/src/org/netbeans/modules/jshell/editor/ClassNamePanel.form
index 13bbd8d..b00aacb 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/editor/ClassNamePanel.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/editor/ClassNamePanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/editor/ExecutingGlassPanel.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/editor/ExecutingGlassPanel.form b/jshell.support/src/org/netbeans/modules/jshell/editor/ExecutingGlassPanel.form
index f5a4504..d42ce1d 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/editor/ExecutingGlassPanel.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/editor/ExecutingGlassPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/launch/JShellOptionsPanel.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/launch/JShellOptionsPanel.form b/jshell.support/src/org/netbeans/modules/jshell/launch/JShellOptionsPanel.form
index 2370b99..3f11400 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/launch/JShellOptionsPanel.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/launch/JShellOptionsPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/maven/MavenRunOptions.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/maven/MavenRunOptions.form b/jshell.support/src/org/netbeans/modules/jshell/maven/MavenRunOptions.form
index a02a7cc..db98e8d 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/maven/MavenRunOptions.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/maven/MavenRunOptions.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/navigation/SnippetPanelUI.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/navigation/SnippetPanelUI.form b/jshell.support/src/org/netbeans/modules/jshell/navigation/SnippetPanelUI.form
index dd03911..55eb1e9 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/navigation/SnippetPanelUI.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/navigation/SnippetPanelUI.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions.form b/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions.form
index 3063c90..12c3b8d 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions2.form
----------------------------------------------------------------------
diff --git a/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions2.form b/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions2.form
index 7cd7de6..701f5a5 100644
--- a/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions2.form
+++ b/jshell.support/src/org/netbeans/modules/jshell/project/JShellOptions2.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchPanel.form
----------------------------------------------------------------------
diff --git a/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchPanel.form b/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchPanel.form
index 18cfd57..67180af 100644
--- a/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchPanel.form
+++ b/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jumpto/src/org/netbeans/modules/jumpto/settings/JumpToPanel.form
----------------------------------------------------------------------
diff --git a/jumpto/src/org/netbeans/modules/jumpto/settings/JumpToPanel.form b/jumpto/src/org/netbeans/modules/jumpto/settings/JumpToPanel.form
index c096fb4..097fcee 100644
--- a/jumpto/src/org/netbeans/modules/jumpto/settings/JumpToPanel.form
+++ b/jumpto/src/org/netbeans/modules/jumpto/settings/JumpToPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jumpto/src/org/netbeans/modules/jumpto/symbol/GoToPanelImpl.form
----------------------------------------------------------------------
diff --git a/jumpto/src/org/netbeans/modules/jumpto/symbol/GoToPanelImpl.form b/jumpto/src/org/netbeans/modules/jumpto/symbol/GoToPanelImpl.form
index 3f20ef9..17368df 100644
--- a/jumpto/src/org/netbeans/modules/jumpto/symbol/GoToPanelImpl.form
+++ b/jumpto/src/org/netbeans/modules/jumpto/symbol/GoToPanelImpl.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/jumpto/src/org/netbeans/modules/jumpto/type/GoToPanel.form
----------------------------------------------------------------------
diff --git a/jumpto/src/org/netbeans/modules/jumpto/type/GoToPanel.form b/jumpto/src/org/netbeans/modules/jumpto/type/GoToPanel.form
index 8d84f4e..88eccae 100644
--- a/jumpto/src/org/netbeans/modules/jumpto/type/GoToPanel.form
+++ b/jumpto/src/org/netbeans/modules/jumpto/type/GoToPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/keyring.fallback/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
----------------------------------------------------------------------
diff --git a/keyring.fallback/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form b/keyring.fallback/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
index 2b339e1..fc7e32b 100644
--- a/keyring.fallback/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
+++ b/keyring.fallback/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/languages/src/org/netbeans/modules/languages/dataobject/GLFFilesCustomEditor.form
----------------------------------------------------------------------
diff --git a/languages/src/org/netbeans/modules/languages/dataobject/GLFFilesCustomEditor.form b/languages/src/org/netbeans/modules/languages/dataobject/GLFFilesCustomEditor.form
index ba85323..43c11cd 100644
--- a/languages/src/org/netbeans/modules/languages/dataobject/GLFFilesCustomEditor.form
+++ b/languages/src/org/netbeans/modules/languages/dataobject/GLFFilesCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.form
----------------------------------------------------------------------
diff --git a/languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.form b/languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.form
index a90df12..85c8c72 100644
--- a/languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.form
+++ b/languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.form
----------------------------------------------------------------------
diff --git a/languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.form b/languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.form
index 2838a25..0925ec7 100644
--- a/languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.form
+++ b/languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/comprehensive/TerminalPanel.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/comprehensive/TerminalPanel.form b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/comprehensive/TerminalPanel.form
index 0b6374e..013b5b6 100644
--- a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/comprehensive/TerminalPanel.form
+++ b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/comprehensive/TerminalPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="tcButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/control/ControlTopComponent.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/control/ControlTopComponent.form b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/control/ControlTopComponent.form
index 80d0852..df23881 100644
--- a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/control/ControlTopComponent.form
+++ b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/control/ControlTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/MuxableTerminalTopComponent.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/MuxableTerminalTopComponent.form b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/MuxableTerminalTopComponent.form
index 318ce04..1a3a5f9 100644
--- a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/MuxableTerminalTopComponent.form
+++ b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/MuxableTerminalTopComponent.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/TerminalTopComponent.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/TerminalTopComponent.form b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/TerminalTopComponent.form
index 318ce04..1a3a5f9 100644
--- a/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/TerminalTopComponent.form
+++ b/lib.terminalemulator/examples/TermExample/src/org/netbeans/terminal/example/topcomponent/TerminalTopComponent.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermTester/src/termtester/MainFrame.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermTester/src/termtester/MainFrame.form b/lib.terminalemulator/examples/TermTester/src/termtester/MainFrame.form
index 8d7733c..62e54d7 100644
--- a/lib.terminalemulator/examples/TermTester/src/termtester/MainFrame.form
+++ b/lib.terminalemulator/examples/TermTester/src/termtester/MainFrame.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.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/examples/TermTester/src/termtester/SequenceViewer.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/examples/TermTester/src/termtester/SequenceViewer.form b/lib.terminalemulator/examples/TermTester/src/termtester/SequenceViewer.form
index b57de1c..fcfdd33 100644
--- a/lib.terminalemulator/examples/TermTester/src/termtester/SequenceViewer.form
+++ b/lib.terminalemulator/examples/TermTester/src/termtester/SequenceViewer.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.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/TermOptionsPanel.form
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/TermOptionsPanel.form b/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/TermOptionsPanel.form
index 5fa3523..1257933 100644
--- a/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/TermOptionsPanel.form
+++ b/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/TermOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/localhistory/src/org/netbeans/modules/localhistory/ui/actions/RevertPanel.form
----------------------------------------------------------------------
diff --git a/localhistory/src/org/netbeans/modules/localhistory/ui/actions/RevertPanel.form b/localhistory/src/org/netbeans/modules/localhistory/ui/actions/RevertPanel.form
index de56ab2..136f3ca 100644
--- a/localhistory/src/org/netbeans/modules/localhistory/ui/actions/RevertPanel.form
+++ b/localhistory/src/org/netbeans/modules/localhistory/ui/actions/RevertPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/localhistory/src/org/netbeans/modules/localhistory/ui/view/HistoryTopComponent.form
----------------------------------------------------------------------
diff --git a/localhistory/src/org/netbeans/modules/localhistory/ui/view/HistoryTopComponent.form b/localhistory/src/org/netbeans/modules/localhistory/ui/view/HistoryTopComponent.form
index 18eab47..0e53cae 100644
--- a/localhistory/src/org/netbeans/modules/localhistory/ui/view/HistoryTopComponent.form
+++ b/localhistory/src/org/netbeans/modules/localhistory/ui/view/HistoryTopComponent.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/localtasks/src/org/netbeans/modules/localtasks/task/AddSubtaskPanel.form
----------------------------------------------------------------------
diff --git a/localtasks/src/org/netbeans/modules/localtasks/task/AddSubtaskPanel.form b/localtasks/src/org/netbeans/modules/localtasks/task/AddSubtaskPanel.form
index 057ba7f..29d7027 100644
--- a/localtasks/src/org/netbeans/modules/localtasks/task/AddSubtaskPanel.form
+++ b/localtasks/src/org/netbeans/modules/localtasks/task/AddSubtaskPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/localtasks/src/org/netbeans/modules/localtasks/task/TaskPanel.form
----------------------------------------------------------------------
diff --git a/localtasks/src/org/netbeans/modules/localtasks/task/TaskPanel.form b/localtasks/src/org/netbeans/modules/localtasks/task/TaskPanel.form
index b14f66d..c90f14f 100644
--- a/localtasks/src/org/netbeans/modules/localtasks/task/TaskPanel.form
+++ b/localtasks/src/org/netbeans/modules/localtasks/task/TaskPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="referencesPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.apisupport/src/org/netbeans/modules/maven/apisupport/InstallerPanel.form
----------------------------------------------------------------------
diff --git a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/InstallerPanel.form b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/InstallerPanel.form
index adb57e3..a1e44aa 100644
--- a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/InstallerPanel.form
+++ b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/InstallerPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardPanelVisual.form
----------------------------------------------------------------------
diff --git a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardPanelVisual.form b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardPanelVisual.form
index 00cfcb3..c4f0093 100644
--- a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardPanelVisual.form
+++ b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardPanelVisual.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">



[19/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/ui/options/SassOptionsPanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/ui/options/SassOptionsPanel.form b/css.prep/src/org/netbeans/modules/css/prep/ui/options/SassOptionsPanel.form
index 538a2f4..97a4896 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/ui/options/SassOptionsPanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/ui/options/SassOptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/CreateRulePanel.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/CreateRulePanel.form b/css.visual/src/org/netbeans/modules/css/visual/CreateRulePanel.form
index 21d2f01..cca5289 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/CreateRulePanel.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/CreateRulePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/CssStylesPanel.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/CssStylesPanel.form b/css.visual/src/org/netbeans/modules/css/visual/CssStylesPanel.form
index 80b3151..8fcf60b 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/CssStylesPanel.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/CssStylesPanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/DocumentViewPanel.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/DocumentViewPanel.form b/css.visual/src/org/netbeans/modules/css/visual/DocumentViewPanel.form
index 473437d..4719ee5 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/DocumentViewPanel.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/DocumentViewPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JToggleButton" name="createRuleToggleButton">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/EditRulesPanel.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/EditRulesPanel.form b/css.visual/src/org/netbeans/modules/css/visual/EditRulesPanel.form
index b81fb2a..54846c6 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/EditRulesPanel.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/EditRulesPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JButton" name="jButton1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.form b/css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.form
index 687ebdb..85c7e1c 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/RuleEditorPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JLabel" name="cancelFilterLabel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.visual/src/org/netbeans/modules/css/visual/SelectorsGroupEditor.form
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/SelectorsGroupEditor.form b/css.visual/src/org/netbeans/modules/css/visual/SelectorsGroupEditor.form
index 67d74d8..939d47b 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/SelectorsGroupEditor.form
+++ b/css.visual/src/org/netbeans/modules/css/visual/SelectorsGroupEditor.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="selectRuleButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.core/src/org/netbeans/modules/db/sql/execute/ui/SQLHistoryPanel.form
----------------------------------------------------------------------
diff --git a/db.core/src/org/netbeans/modules/db/sql/execute/ui/SQLHistoryPanel.form b/db.core/src/org/netbeans/modules/db/sql/execute/ui/SQLHistoryPanel.form
index f0cb344..1b33b53 100644
--- a/db.core/src/org/netbeans/modules/db/sql/execute/ui/SQLHistoryPanel.form
+++ b/db.core/src/org/netbeans/modules/db/sql/execute/ui/SQLHistoryPanel.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.6" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.dataview/src/org/netbeans/modules/db/dataview/output/InsertRecordDialog.form
----------------------------------------------------------------------
diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/InsertRecordDialog.form b/db.dataview/src/org/netbeans/modules/db/dataview/output/InsertRecordDialog.form
index d90db93..a6e34d9 100644
--- a/db.dataview/src/org/netbeans/modules/db/dataview/output/InsertRecordDialog.form
+++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/InsertRecordDialog.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.dataview/src/org/netbeans/modules/db/dataview/output/ShowSQLDialog.form
----------------------------------------------------------------------
diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/ShowSQLDialog.form b/db.dataview/src/org/netbeans/modules/db/dataview/output/ShowSQLDialog.form
index f8ec6b5..42a914d 100644
--- a/db.dataview/src/org/netbeans/modules/db/dataview/output/ShowSQLDialog.form
+++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/ShowSQLDialog.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.mysql/src/org/netbeans/modules/db/mysql/installations/ui/SelectInstallationPanel.form
----------------------------------------------------------------------
diff --git a/db.mysql/src/org/netbeans/modules/db/mysql/installations/ui/SelectInstallationPanel.form b/db.mysql/src/org/netbeans/modules/db/mysql/installations/ui/SelectInstallationPanel.form
index 8b52572..40c3527 100644
--- a/db.mysql/src/org/netbeans/modules/db/mysql/installations/ui/SelectInstallationPanel.form
+++ b/db.mysql/src/org/netbeans/modules/db/mysql/installations/ui/SelectInstallationPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.mysql/src/org/netbeans/modules/db/mysql/ui/AdminPropertiesPanel.form
----------------------------------------------------------------------
diff --git a/db.mysql/src/org/netbeans/modules/db/mysql/ui/AdminPropertiesPanel.form b/db.mysql/src/org/netbeans/modules/db/mysql/ui/AdminPropertiesPanel.form
index 9c8f296..9a33c97 100644
--- a/db.mysql/src/org/netbeans/modules/db/mysql/ui/AdminPropertiesPanel.form
+++ b/db.mysql/src/org/netbeans/modules/db/mysql/ui/AdminPropertiesPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.mysql/src/org/netbeans/modules/db/mysql/ui/BasePropertiesPanel.form
----------------------------------------------------------------------
diff --git a/db.mysql/src/org/netbeans/modules/db/mysql/ui/BasePropertiesPanel.form b/db.mysql/src/org/netbeans/modules/db/mysql/ui/BasePropertiesPanel.form
index 3527475..50dbf6b 100644
--- a/db.mysql/src/org/netbeans/modules/db/mysql/ui/BasePropertiesPanel.form
+++ b/db.mysql/src/org/netbeans/modules/db/mysql/ui/BasePropertiesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="autoscrolls" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.mysql/src/org/netbeans/modules/db/mysql/ui/CreateDatabasePanel.form
----------------------------------------------------------------------
diff --git a/db.mysql/src/org/netbeans/modules/db/mysql/ui/CreateDatabasePanel.form b/db.mysql/src/org/netbeans/modules/db/mysql/ui/CreateDatabasePanel.form
index c0d8126..cb9852d 100644
--- a/db.mysql/src/org/netbeans/modules/db/mysql/ui/CreateDatabasePanel.form
+++ b/db.mysql/src/org/netbeans/modules/db/mysql/ui/CreateDatabasePanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectConnectionPanel.form
----------------------------------------------------------------------
diff --git a/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectConnectionPanel.form b/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectConnectionPanel.form
index 16b1291..40d7067 100644
--- a/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectConnectionPanel.form
+++ b/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/SelectConnectionPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/ParameterizedQueryDialog.form
----------------------------------------------------------------------
diff --git a/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/ParameterizedQueryDialog.form b/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/ParameterizedQueryDialog.form
index 3f84cbf..abfe4f1 100644
--- a/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/ParameterizedQueryDialog.form
+++ b/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/querybuilder/ParameterizedQueryDialog.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/ui/ConnectionStatusPanel.form
----------------------------------------------------------------------
diff --git a/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/ui/ConnectionStatusPanel.form b/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/ui/ConnectionStatusPanel.form
index 680a4d5..3f20455 100644
--- a/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/ui/ConnectionStatusPanel.form
+++ b/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/ui/ConnectionStatusPanel.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form b/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form
index 3d8408e..73675cf 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/ChoosingDriverUI.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/ChoosingDriverUI.form b/db/src/org/netbeans/modules/db/explorer/dlg/ChoosingDriverUI.form
index 1ee1e90..0d748fc 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/ChoosingDriverUI.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/ChoosingDriverUI.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form
index 400eefd..6d73e1a 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/ConnectProgressDialog.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectProgressDialog.form b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectProgressDialog.form
index 39cd0ed..bf143c6 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectProgressDialog.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectProgressDialog.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionNamePanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionNamePanel.form b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionNamePanel.form
index 2cd8aac..b443a00 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionNamePanel.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionNamePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/GrabTableProgressPanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/GrabTableProgressPanel.form b/db/src/org/netbeans/modules/db/explorer/dlg/GrabTableProgressPanel.form
index 2614821..b6938e8 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/GrabTableProgressPanel.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/GrabTableProgressPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/LabeledTextFieldDialog.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/LabeledTextFieldDialog.form b/db/src/org/netbeans/modules/db/explorer/dlg/LabeledTextFieldDialog.form
index 4a347fc..e1740dd 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/LabeledTextFieldDialog.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/LabeledTextFieldDialog.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form b/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form
index bd1e72b..5f37405 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="inputModeButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form b/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form
index 6934423..a487a60 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/explorer/dlg/ViewProcedureDialog.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/explorer/dlg/ViewProcedureDialog.form b/db/src/org/netbeans/modules/db/explorer/dlg/ViewProcedureDialog.form
index c2cf9a8..d9dafb8 100644
--- a/db/src/org/netbeans/modules/db/explorer/dlg/ViewProcedureDialog.form
+++ b/db/src/org/netbeans/modules/db/explorer/dlg/ViewProcedureDialog.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/db/src/org/netbeans/modules/db/util/PropertyEditorPanel.form
----------------------------------------------------------------------
diff --git a/db/src/org/netbeans/modules/db/util/PropertyEditorPanel.form b/db/src/org/netbeans/modules/db/util/PropertyEditorPanel.form
index 4874229..5671923 100644
--- a/db/src/org/netbeans/modules/db/util/PropertyEditorPanel.form
+++ b/db/src/org/netbeans/modules/db/util/PropertyEditorPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ChooseConnectionPanel.form
----------------------------------------------------------------------
diff --git a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ChooseConnectionPanel.form b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ChooseConnectionPanel.form
index e718d4a..d28a62a 100644
--- a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ChooseConnectionPanel.form
+++ b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ChooseConnectionPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form
----------------------------------------------------------------------
diff --git a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form
index b559c27..c83a4c7 100644
--- a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form
+++ b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form
----------------------------------------------------------------------
diff --git a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form
index 92741f8..3cabadd 100644
--- a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form
+++ b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressFrame.form
----------------------------------------------------------------------
diff --git a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressFrame.form b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressFrame.form
index c5b4cc7..5c05f57 100644
--- a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressFrame.form
+++ b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressFrame.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressPanel.form
----------------------------------------------------------------------
diff --git a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressPanel.form b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressPanel.form
index e0bf12a..68e6159 100644
--- a/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressPanel.form
+++ b/dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/ProgressPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ActionsPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ActionsPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ActionsPanel.form
index 21162e3..2fcdc39 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ActionsPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ActionsPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ClassBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ClassBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ClassBreakpointPanel.form
index d53dd83..87033eb 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ClassBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ClassBreakpointPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form
index 7366aa4..3bc9d6f 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="spCondition">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ExceptionBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ExceptionBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ExceptionBreakpointPanel.form
index 039d34b..be553c8 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ExceptionBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ExceptionBreakpointPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/FieldBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/FieldBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/FieldBreakpointPanel.form
index 85b9870..d220558 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/FieldBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/FieldBreakpointPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.form
index 3319d2f..5ea1b1c 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/LineBreakpointPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.form
index efdf911..72bbdf9 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ThreadBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ThreadBreakpointPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ThreadBreakpointPanel.form
index 89ace5b..e523106 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ThreadBreakpointPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ThreadBreakpointPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelFormatters.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelFormatters.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelFormatters.form
index b96b786..0975b9e 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelFormatters.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelFormatters.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JLabel" name="childrenVarsLabel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelGeneral.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelGeneral.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelGeneral.form
index ff39fa3..b3f8449 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelGeneral.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelGeneral.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.form
index 9e98e31..97599aa 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/CategoryPanelStepFilters.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/JavaDebuggerPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/JavaDebuggerPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/JavaDebuggerPanel.form
index ac194e8..be0e62b 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/JavaDebuggerPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/JavaDebuggerPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="categoriesButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/VariableFormatterEditPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/VariableFormatterEditPanel.form b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/VariableFormatterEditPanel.form
index 558e9a2..d8f3271 100644
--- a/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/VariableFormatterEditPanel.form
+++ b/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/options/VariableFormatterEditPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="childrenButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/breakpoints/ComponentBreakpointPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/breakpoints/ComponentBreakpointPanel.form b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/breakpoints/ComponentBreakpointPanel.form
index 6d13ab1..74a8398 100644
--- a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/breakpoints/ComponentBreakpointPanel.form
+++ b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/breakpoints/ComponentBreakpointPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/SelectEventsPanel.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/SelectEventsPanel.form b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/SelectEventsPanel.form
index 1622e28..2988b5f 100644
--- a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/SelectEventsPanel.form
+++ b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/SelectEventsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/options/CategoryPanelVisual.form
----------------------------------------------------------------------
diff --git a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/options/CategoryPanelVisual.form b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/options/CategoryPanelVisual.form
index 45018c1..c37b32d 100644
--- a/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/options/CategoryPanelVisual.form
+++ b/debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/options/CategoryPanelVisual.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/derby/src/org/netbeans/modules/derby/ui/CreateDatabasePanel.form
----------------------------------------------------------------------
diff --git a/derby/src/org/netbeans/modules/derby/ui/CreateDatabasePanel.form b/derby/src/org/netbeans/modules/derby/ui/CreateDatabasePanel.form
index 4118a40..2519c11 100644
--- a/derby/src/org/netbeans/modules/derby/ui/CreateDatabasePanel.form
+++ b/derby/src/org/netbeans/modules/derby/ui/CreateDatabasePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/derby/src/org/netbeans/modules/derby/ui/CreateSampleDatabasePanel.form
----------------------------------------------------------------------
diff --git a/derby/src/org/netbeans/modules/derby/ui/CreateSampleDatabasePanel.form b/derby/src/org/netbeans/modules/derby/ui/CreateSampleDatabasePanel.form
index d62df85..2089c42 100644
--- a/derby/src/org/netbeans/modules/derby/ui/CreateSampleDatabasePanel.form
+++ b/derby/src/org/netbeans/modules/derby/ui/CreateSampleDatabasePanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/derby/src/org/netbeans/modules/derby/ui/DerbyPropertiesPanel.form
----------------------------------------------------------------------
diff --git a/derby/src/org/netbeans/modules/derby/ui/DerbyPropertiesPanel.form b/derby/src/org/netbeans/modules/derby/ui/DerbyPropertiesPanel.form
index 0da2901..c0efe7f 100644
--- a/derby/src/org/netbeans/modules/derby/ui/DerbyPropertiesPanel.form
+++ b/derby/src/org/netbeans/modules/derby/ui/DerbyPropertiesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>



[08/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_JFrame.form
----------------------------------------------------------------------
diff --git a/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_JFrame.form b/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_JFrame.form
index fde80b7..57fc352 100644
--- a/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_JFrame.form
+++ b/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_JFrame.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="menuBar" type="java.lang.String" value="(No Menu)"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/demo/TestFrame.form
----------------------------------------------------------------------
diff --git a/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/demo/TestFrame.form b/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/demo/TestFrame.form
index 879459c..71948d5 100644
--- a/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/demo/TestFrame.form
+++ b/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/demo/TestFrame.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.upgrader/src/org/netbeans/license/LicensePanel.form
----------------------------------------------------------------------
diff --git a/o.n.upgrader/src/org/netbeans/license/LicensePanel.form b/o.n.upgrader/src/org/netbeans/license/LicensePanel.form
index 2ef1959..05a1347 100644
--- a/o.n.upgrader/src/org/netbeans/license/LicensePanel.form
+++ b/o.n.upgrader/src/org/netbeans/license/LicensePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgradePanel.form
----------------------------------------------------------------------
diff --git a/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgradePanel.form b/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgradePanel.form
index 5033b90..f1b32f3 100644
--- a/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgradePanel.form
+++ b/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgradePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/openide.explorer/src/org/openide/explorer/propertysheet/IndexedEditorPanel.form
----------------------------------------------------------------------
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/IndexedEditorPanel.form b/openide.explorer/src/org/openide/explorer/propertysheet/IndexedEditorPanel.form
index b063356..5faccd7 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/IndexedEditorPanel.form
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/IndexedEditorPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/openide.explorer/src/org/openide/explorer/view/IconPanel.form
----------------------------------------------------------------------
diff --git a/openide.explorer/src/org/openide/explorer/view/IconPanel.form b/openide.explorer/src/org/openide/explorer/view/IconPanel.form
index 72e0d4b..9b7cad6 100644
--- a/openide.explorer/src/org/openide/explorer/view/IconPanel.form
+++ b/openide.explorer/src/org/openide/explorer/view/IconPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/openide.loaders/src/org/openide/loaders/NewObjectPanel.form
----------------------------------------------------------------------
diff --git a/openide.loaders/src/org/openide/loaders/NewObjectPanel.form b/openide.loaders/src/org/openide/loaders/NewObjectPanel.form
index eeee6df..de0df87 100644
--- a/openide.loaders/src/org/openide/loaders/NewObjectPanel.form
+++ b/openide.loaders/src/org/openide/loaders/NewObjectPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/openide.loaders/src/org/openide/loaders/TemplateWizard1.form
----------------------------------------------------------------------
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizard1.form b/openide.loaders/src/org/openide/loaders/TemplateWizard1.form
index 4c6d72d..4ff7303 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizard1.form
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizard1.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/openide.loaders/src/org/openide/loaders/TemplateWizard2.form
----------------------------------------------------------------------
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizard2.form b/openide.loaders/src/org/openide/loaders/TemplateWizard2.form
index d58f360..58427ce 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizard2.form
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizard2.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.api/src/org/netbeans/modules/options/export/ExportConfirmationPanel.form
----------------------------------------------------------------------
diff --git a/options.api/src/org/netbeans/modules/options/export/ExportConfirmationPanel.form b/options.api/src/org/netbeans/modules/options/export/ExportConfirmationPanel.form
index a3dbf94..2be4c8d 100644
--- a/options.api/src/org/netbeans/modules/options/export/ExportConfirmationPanel.form
+++ b/options.api/src/org/netbeans/modules/options/export/ExportConfirmationPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.api/src/org/netbeans/modules/options/export/ImportConfirmationPanel.form
----------------------------------------------------------------------
diff --git a/options.api/src/org/netbeans/modules/options/export/ImportConfirmationPanel.form b/options.api/src/org/netbeans/modules/options/export/ImportConfirmationPanel.form
index 1da32b1..f28e7ac 100644
--- a/options.api/src/org/netbeans/modules/options/export/ImportConfirmationPanel.form
+++ b/options.api/src/org/netbeans/modules/options/export/ImportConfirmationPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.api/src/org/netbeans/modules/options/export/OptionsChooserPanel.form
----------------------------------------------------------------------
diff --git a/options.api/src/org/netbeans/modules/options/export/OptionsChooserPanel.form b/options.api/src/org/netbeans/modules/options/export/OptionsChooserPanel.form
index 6081a71..684094f 100644
--- a/options.api/src/org/netbeans/modules/options/export/OptionsChooserPanel.form
+++ b/options.api/src/org/netbeans/modules/options/export/OptionsChooserPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/colors/AnnotationsPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/colors/AnnotationsPanel.form b/options.editor/src/org/netbeans/modules/options/colors/AnnotationsPanel.form
index b5eb616..926f481 100644
--- a/options.editor/src/org/netbeans/modules/options/colors/AnnotationsPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/colors/AnnotationsPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/colors/FontAndColorsPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/colors/FontAndColorsPanel.form b/options.editor/src/org/netbeans/modules/options/colors/FontAndColorsPanel.form
index d05a90b..30773c9 100644
--- a/options.editor/src/org/netbeans/modules/options/colors/FontAndColorsPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/colors/FontAndColorsPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/colors/HighlightingPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/colors/HighlightingPanel.form b/options.editor/src/org/netbeans/modules/options/colors/HighlightingPanel.form
index 1ee1aa1..f8d2d7f 100644
--- a/options.editor/src/org/netbeans/modules/options/colors/HighlightingPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/colors/HighlightingPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.form b/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.form
index baa13b2..cbbff35 100644
--- a/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/colors/SyntaxColoringPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/editor/FolderBasedOptionPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/editor/FolderBasedOptionPanel.form b/options.editor/src/org/netbeans/modules/options/editor/FolderBasedOptionPanel.form
index 53c8d72..f4941e7 100644
--- a/options.editor/src/org/netbeans/modules/options/editor/FolderBasedOptionPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/editor/FolderBasedOptionPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.form b/options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.form
index e35617f..821845a 100644
--- a/options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/editor/completion/CodeCompletionOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/editor/completion/GeneralCompletionOptionsPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/editor/completion/GeneralCompletionOptionsPanel.form b/options.editor/src/org/netbeans/modules/options/editor/completion/GeneralCompletionOptionsPanel.form
index d3ab813..aebe194 100644
--- a/options.editor/src/org/netbeans/modules/options/editor/completion/GeneralCompletionOptionsPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/editor/completion/GeneralCompletionOptionsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveCommonPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveCommonPanel.form b/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveCommonPanel.form
index 0ca0760..9f7296f 100644
--- a/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveCommonPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveCommonPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveTabPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveTabPanel.form b/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveTabPanel.form
index 64cca8e..9bb5df0 100644
--- a/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveTabPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/editor/onsave/OnSaveTabPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.form b/options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.form
index 215e339..d317c18 100644
--- a/options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/generaleditor/GeneralEditorPanel.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">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/indentation/FormattingPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/indentation/FormattingPanel.form b/options.editor/src/org/netbeans/modules/options/indentation/FormattingPanel.form
index bf4fe8a..3133325 100644
--- a/options.editor/src/org/netbeans/modules/options/indentation/FormattingPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/indentation/FormattingPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.editor/src/org/netbeans/modules/options/indentation/IndentationPanel.form
----------------------------------------------------------------------
diff --git a/options.editor/src/org/netbeans/modules/options/indentation/IndentationPanel.form b/options.editor/src/org/netbeans/modules/options/indentation/IndentationPanel.form
index 8e67e10..28bce82 100644
--- a/options.editor/src/org/netbeans/modules/options/indentation/IndentationPanel.form
+++ b/options.editor/src/org/netbeans/modules/options/indentation/IndentationPanel.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">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.form
index cc98860..bb27a93 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/ProfilesPanel.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ProfilesPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/ProfilesPanel.form
index c03db11..6c942c4 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ProfilesPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ProfilesPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutCellPanel.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutCellPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutCellPanel.form
index 9847eab..432204a 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutCellPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutCellPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
index dc6b801..00c7c70 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
index 2bdfd5e..6e784bf 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.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">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/options.keymap/src/org/netbeans/modules/options/keymap/SpecialkeyPanel.form
----------------------------------------------------------------------
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/SpecialkeyPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/SpecialkeyPanel.form
index 01d8cf0..312605e 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/SpecialkeyPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/SpecialkeyPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/JFrame20kB.form
----------------------------------------------------------------------
diff --git a/performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/JFrame20kB.form b/performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/JFrame20kB.form
index fbbaa1e..715cd48 100644
--- a/performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/JFrame20kB.form
+++ b/performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/JFrame20kB.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/performance/actionsframework/src/org/netbeans/actions/examples/MiniEdit.form
----------------------------------------------------------------------
diff --git a/performance/actionsframework/src/org/netbeans/actions/examples/MiniEdit.form b/performance/actionsframework/src/org/netbeans/actions/examples/MiniEdit.form
index 7638d72..7662b6f 100644
--- a/performance/actionsframework/src/org/netbeans/actions/examples/MiniEdit.form
+++ b/performance/actionsframework/src/org/netbeans/actions/examples/MiniEdit.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="title" type="java.lang.String" value="MiniEdit"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/performance/benchmarks/test/reports/src/org/netbeans/performance/results/ComparePanel.form
----------------------------------------------------------------------
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 a06007a..fef009f 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" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/performance/imagecache/src/org/netbeans/imagecache/ImageCacheTest.form
----------------------------------------------------------------------
diff --git a/performance/imagecache/src/org/netbeans/imagecache/ImageCacheTest.form b/performance/imagecache/src/org/netbeans/imagecache/ImageCacheTest.form
index 02ae89e..b1d21be 100644
--- a/performance/imagecache/src/org/netbeans/imagecache/ImageCacheTest.form
+++ b/performance/imagecache/src/org/netbeans/imagecache/ImageCacheTest.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JTabbedPane" name="jTabbedPane2">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.ant.ui/src/org/netbeans/modules/project/ant/ui/FileChooserAccessory.form
----------------------------------------------------------------------
diff --git a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/FileChooserAccessory.form b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/FileChooserAccessory.form
index c0dba83..8b696cc 100644
--- a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/FileChooserAccessory.form
+++ b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/FileChooserAccessory.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablePanel.form
----------------------------------------------------------------------
diff --git a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablePanel.form b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablePanel.form
index c9a7bd3..40654de 100644
--- a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablePanel.form
+++ b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablePanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablesPanel.form
----------------------------------------------------------------------
diff --git a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablesPanel.form b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablesPanel.form
index 1a154dd..d6a8720 100644
--- a/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablesPanel.form
+++ b/project.ant.ui/src/org/netbeans/modules/project/ant/ui/VariablesPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.form
----------------------------------------------------------------------
diff --git a/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.form b/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.form
index 15d55b5..36f1306 100644
--- a/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.form
+++ b/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.libraries.ui/src/org/netbeans/api/project/libraries/LibraryChooserGUI.form
----------------------------------------------------------------------
diff --git a/project.libraries.ui/src/org/netbeans/api/project/libraries/LibraryChooserGUI.form b/project.libraries.ui/src/org/netbeans/api/project/libraries/LibraryChooserGUI.form
index be7b003..e3cc3fa 100644
--- a/project.libraries.ui/src/org/netbeans/api/project/libraries/LibraryChooserGUI.form
+++ b/project.libraries.ui/src/org/netbeans/api/project/libraries/LibraryChooserGUI.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/AllLibrariesCustomizer.form
----------------------------------------------------------------------
diff --git a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/AllLibrariesCustomizer.form b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/AllLibrariesCustomizer.form
index cccf296..a3e9a7e 100644
--- a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/AllLibrariesCustomizer.form
+++ b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/AllLibrariesCustomizer.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.form
----------------------------------------------------------------------
diff --git a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.form b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.form
index 60fe40b..cee77b6 100644
--- a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.form
+++ b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/LibrariesCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form
----------------------------------------------------------------------
diff --git a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form
index 04c7144..5c1ca77 100644
--- a/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form
+++ b/project.libraries.ui/src/org/netbeans/modules/project/libraries/ui/NewLibraryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/ImportProblemsPanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/ImportProblemsPanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/ImportProblemsPanel.form
index 2964891..aca0ab3 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/ImportProblemsPanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/ImportProblemsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/RequiredProjectsPanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/RequiredProjectsPanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/RequiredProjectsPanel.form
index faff41e..8d5308d 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/RequiredProjectsPanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/RequiredProjectsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/UpdateEclipseReferencePanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/UpdateEclipseReferencePanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/UpdateEclipseReferencePanel.form
index 615a1ea..8634235 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/UpdateEclipseReferencePanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/UpdateEclipseReferencePanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProgressPanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProgressPanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProgressPanel.form
index 286c9d5..452fd0a 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProgressPanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProgressPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProjectSelectionPanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProjectSelectionPanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProjectSelectionPanel.form
index 975107b..8f1e2cc 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProjectSelectionPanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/ProjectSelectionPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/SelectionPanel.form
----------------------------------------------------------------------
diff --git a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/SelectionPanel.form b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/SelectionPanel.form
index 1af0c27..45cbdf1 100644
--- a/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/SelectionPanel.form
+++ b/projectimport.eclipse.core/src/org/netbeans/modules/projectimport/eclipse/core/wizard/SelectionPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/BrowseFolders.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/BrowseFolders.form b/projectui/src/org/netbeans/modules/project/ui/BrowseFolders.form
index 8b8c75d..5ddb9c4 100644
--- a/projectui/src/org/netbeans/modules/project/ui/BrowseFolders.form
+++ b/projectui/src/org/netbeans/modules/project/ui/BrowseFolders.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.form b/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.form
index b37553c..799d47f 100644
--- a/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.form
+++ b/projectui/src/org/netbeans/modules/project/ui/NoProjectNew.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form b/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form
index 6f43b30..5182418 100644
--- a/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form
+++ b/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/ProjectTab.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/ProjectTab.form b/projectui/src/org/netbeans/modules/project/ui/ProjectTab.form
index 61a84d5..d293aba 100644
--- a/projectui/src/org/netbeans/modules/project/ui/ProjectTab.form
+++ b/projectui/src/org/netbeans/modules/project/ui/ProjectTab.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>



[05/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHCliPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHCliPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHCliPanel.form
index 2e501eb..f9b26e9 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHCliPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHCliPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHSvnKitPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHSvnKitPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHSvnKitPanel.form
index f6256ca..2943b52 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHSvnKitPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/repository/SvnSSHSvnKitPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/search/SvnSearchPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/search/SvnSearchPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/search/SvnSearchPanel.form
index dd7dfca..c147713 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/search/SvnSearchPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/search/SvnSearchPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/status/VersioningPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/status/VersioningPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/status/VersioningPanel.form
index 6f3fc54..195eb74 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/status/VersioningPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/status/VersioningPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/update/RevertModificationsPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/update/RevertModificationsPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/update/RevertModificationsPanel.form
index 1ab55c4..5eddd80 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/update/RevertModificationsPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/update/RevertModificationsPanel.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/update/UpdateToPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/update/UpdateToPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/update/UpdateToPanel.form
index 9b28511..86975bc 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/update/UpdateToPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/update/UpdateToPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form
index 01e2943..1765cca 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/PreviewPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/PreviewPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/PreviewPanel.form
index 0f693f5..2cb4943 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/PreviewPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/wizards/importstep/PreviewPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form
index 4764bc9..0029cef 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/wizards/urlpatternstep/URLPatternPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/wizards/urlpatternstep/URLPatternPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/wizards/urlpatternstep/URLPatternPanel.form
index 23fec13..82601cf 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/wizards/urlpatternstep/URLPatternPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/wizards/urlpatternstep/URLPatternPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/util/NotifyHtmlPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/util/NotifyHtmlPanel.form b/subversion/src/org/netbeans/modules/subversion/util/NotifyHtmlPanel.form
index ec54ff5..3f70ba6 100644
--- a/subversion/src/org/netbeans/modules/subversion/util/NotifyHtmlPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/util/NotifyHtmlPanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/target.iterator/src/org/netbeans/modules/target/iterator/api/TargetChooserPanelGUI.form
----------------------------------------------------------------------
diff --git a/target.iterator/src/org/netbeans/modules/target/iterator/api/TargetChooserPanelGUI.form b/target.iterator/src/org/netbeans/modules/target/iterator/api/TargetChooserPanelGUI.form
index 872d95c..ff141ff 100644
--- a/target.iterator/src/org/netbeans/modules/target/iterator/api/TargetChooserPanelGUI.form
+++ b/target.iterator/src/org/netbeans/modules/target/iterator/api/TargetChooserPanelGUI.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/IdentifierPickerPanel.form
----------------------------------------------------------------------
diff --git a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/IdentifierPickerPanel.form b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/IdentifierPickerPanel.form
index cbc36d3..73efc24 100644
--- a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/IdentifierPickerPanel.form
+++ b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/IdentifierPickerPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/ToDoCustomizer.form
----------------------------------------------------------------------
diff --git a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/ToDoCustomizer.form b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/ToDoCustomizer.form
index 351c19d..2492a34 100644
--- a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/ToDoCustomizer.form
+++ b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/ToDoCustomizer.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JLabel" name="lblExtensions1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.ui/src/org/netbeans/modules/tasklist/filter/ConditionPanel.form
----------------------------------------------------------------------
diff --git a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/ConditionPanel.form b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/ConditionPanel.form
index 0084f8c..ea604fb 100644
--- a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/ConditionPanel.form
+++ b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/ConditionPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusable" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.form
----------------------------------------------------------------------
diff --git a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.form b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.form
index fc738ee..cd5a718 100644
--- a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.form
+++ b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.ui/src/org/netbeans/modules/tasklist/filter/KeywordsPanel.form
----------------------------------------------------------------------
diff --git a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/KeywordsPanel.form b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/KeywordsPanel.form
index de60e9c..87bf1f5 100644
--- a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/KeywordsPanel.form
+++ b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/KeywordsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="matchGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.ui/src/org/netbeans/modules/tasklist/filter/TypesPanel.form
----------------------------------------------------------------------
diff --git a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/TypesPanel.form b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/TypesPanel.form
index e435de2..26c9f5b 100644
--- a/tasklist.ui/src/org/netbeans/modules/tasklist/filter/TypesPanel.form
+++ b/tasklist.ui/src/org/netbeans/modules/tasklist/filter/TypesPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/tasklist.ui/src/org/netbeans/modules/tasklist/ui/TaskListTopComponent.form
----------------------------------------------------------------------
diff --git a/tasklist.ui/src/org/netbeans/modules/tasklist/ui/TaskListTopComponent.form b/tasklist.ui/src/org/netbeans/modules/tasklist/ui/TaskListTopComponent.form
index a61de19..7a1335c 100644
--- a/tasklist.ui/src/org/netbeans/modules/tasklist/ui/TaskListTopComponent.form
+++ b/tasklist.ui/src/org/netbeans/modules/tasklist/ui/TaskListTopComponent.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/AttachmentPanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/AttachmentPanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/AttachmentPanel.form
index c50ebed..095d0f9 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/AttachmentPanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/AttachmentPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/AutoupdatePanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/AutoupdatePanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/AutoupdatePanel.form
index 4668518..b8fd161 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/AutoupdatePanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/AutoupdatePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/CollapsibleSectionPanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/CollapsibleSectionPanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/CollapsibleSectionPanel.form
index 35a2d47..63c7e5f 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/CollapsibleSectionPanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/CollapsibleSectionPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/ListValuePicker.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/ListValuePicker.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/ListValuePicker.form
index e8a2e9b..7c40195 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/ListValuePicker.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/ListValuePicker.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/NoContentPanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/NoContentPanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/NoContentPanel.form
index 9cd0c05..1a5c637 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/NoContentPanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/NoContentPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/SaveQueryPanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/SaveQueryPanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/SaveQueryPanel.form
index 5aa8df7..8654d2e 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/SaveQueryPanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/SaveQueryPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.commons/src/org/netbeans/modules/bugtracking/commons/SectionPanel.form
----------------------------------------------------------------------
diff --git a/team.commons/src/org/netbeans/modules/bugtracking/commons/SectionPanel.form b/team.commons/src/org/netbeans/modules/bugtracking/commons/SectionPanel.form
index 6142bff..c7ebed3 100644
--- a/team.commons/src/org/netbeans/modules/bugtracking/commons/SectionPanel.form
+++ b/team.commons/src/org/netbeans/modules/bugtracking/commons/SectionPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.ide/src/org/netbeans/modules/team/ide/JXDatePickerImpl.form
----------------------------------------------------------------------
diff --git a/team.ide/src/org/netbeans/modules/team/ide/JXDatePickerImpl.form b/team.ide/src/org/netbeans/modules/team/ide/JXDatePickerImpl.form
index d9aab27..c914999 100644
--- a/team.ide/src/org/netbeans/modules/team/ide/JXDatePickerImpl.form
+++ b/team.ide/src/org/netbeans/modules/team/ide/JXDatePickerImpl.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/team.ide/src/org/netbeans/modules/team/ide/PatchContextChooser.form
----------------------------------------------------------------------
diff --git a/team.ide/src/org/netbeans/modules/team/ide/PatchContextChooser.form b/team.ide/src/org/netbeans/modules/team/ide/PatchContextChooser.form
index 3c832a3..3026660 100644
--- a/team.ide/src/org/netbeans/modules/team/ide/PatchContextChooser.form
+++ b/team.ide/src/org/netbeans/modules/team/ide/PatchContextChooser.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/templates/src/org/netbeans/modules/templates/ui/RenameTemplatePanel.form
----------------------------------------------------------------------
diff --git a/templates/src/org/netbeans/modules/templates/ui/RenameTemplatePanel.form b/templates/src/org/netbeans/modules/templates/ui/RenameTemplatePanel.form
index c0a056f..e4e12fb 100644
--- a/templates/src/org/netbeans/modules/templates/ui/RenameTemplatePanel.form
+++ b/templates/src/org/netbeans/modules/templates/ui/RenameTemplatePanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.PanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/templates/src/org/netbeans/modules/templates/ui/TemplatesPanel.form
----------------------------------------------------------------------
diff --git a/templates/src/org/netbeans/modules/templates/ui/TemplatesPanel.form b/templates/src/org/netbeans/modules/templates/ui/TemplatesPanel.form
index 2a72265..7dfedce 100644
--- a/templates/src/org/netbeans/modules/templates/ui/TemplatesPanel.form
+++ b/templates/src/org/netbeans/modules/templates/ui/TemplatesPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/terminal.nb/src/org/netbeans/modules/terminal/nb/PinPanel.form
----------------------------------------------------------------------
diff --git a/terminal.nb/src/org/netbeans/modules/terminal/nb/PinPanel.form b/terminal.nb/src/org/netbeans/modules/terminal/nb/PinPanel.form
index f4a7793..fee3691 100644
--- a/terminal.nb/src/org/netbeans/modules/terminal/nb/PinPanel.form
+++ b/terminal.nb/src/org/netbeans/modules/terminal/nb/PinPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/terminal.nb/src/org/netbeans/modules/terminal/nb/TermOptionsPanel.form
----------------------------------------------------------------------
diff --git a/terminal.nb/src/org/netbeans/modules/terminal/nb/TermOptionsPanel.form b/terminal.nb/src/org/netbeans/modules/terminal/nb/TermOptionsPanel.form
index 96b090c..1b7eee4 100644
--- a/terminal.nb/src/org/netbeans/modules/terminal/nb/TermOptionsPanel.form
+++ b/terminal.nb/src/org/netbeans/modules/terminal/nb/TermOptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/timers/src/org/netbeans/modules/timers/TimeComponentPanel.form
----------------------------------------------------------------------
diff --git a/timers/src/org/netbeans/modules/timers/TimeComponentPanel.form b/timers/src/org/netbeans/modules/timers/TimeComponentPanel.form
index a06ebcd..903f608 100644
--- a/timers/src/org/netbeans/modules/timers/TimeComponentPanel.form
+++ b/timers/src/org/netbeans/modules/timers/TimeComponentPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,9,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/uihandler/src/org/netbeans/modules/exceptions/ReportPanel.form
----------------------------------------------------------------------
diff --git a/uihandler/src/org/netbeans/modules/exceptions/ReportPanel.form b/uihandler/src/org/netbeans/modules/exceptions/ReportPanel.form
index c47d46e..551f2f8 100644
--- a/uihandler/src/org/netbeans/modules/exceptions/ReportPanel.form
+++ b/uihandler/src/org/netbeans/modules/exceptions/ReportPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form
----------------------------------------------------------------------
diff --git a/uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form b/uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form
index f7a2dce..658ca31 100644
--- a/uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form
+++ b/uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/uihandler/src/org/netbeans/modules/uihandler/ReminderPanel.form
----------------------------------------------------------------------
diff --git a/uihandler/src/org/netbeans/modules/uihandler/ReminderPanel.form b/uihandler/src/org/netbeans/modules/uihandler/ReminderPanel.form
index bd872ff..0ec467e 100644
--- a/uihandler/src/org/netbeans/modules/uihandler/ReminderPanel.form
+++ b/uihandler/src/org/netbeans/modules/uihandler/ReminderPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusable" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.form
----------------------------------------------------------------------
diff --git a/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.form b/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.form
index 180f023..999bee6 100644
--- a/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.form
+++ b/uihandler/src/org/netbeans/modules/uihandler/SubmitPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/colorpicker/ColorPicker.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/colorpicker/ColorPicker.form b/usersguide/demosrc/examples/colorpicker/ColorPicker.form
index 088e299..060bada 100644
--- a/usersguide/demosrc/examples/colorpicker/ColorPicker.form
+++ b/usersguide/demosrc/examples/colorpicker/ColorPicker.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.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/imageviewer/ImageFrame.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/imageviewer/ImageFrame.form b/usersguide/demosrc/examples/imageviewer/ImageFrame.form
index fa33019..f73d65e 100644
--- a/usersguide/demosrc/examples/imageviewer/ImageFrame.form
+++ b/usersguide/demosrc/examples/imageviewer/ImageFrame.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.2" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo">
   <Properties>
     <Property name="closable" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/imageviewer/ImageViewer.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/imageviewer/ImageViewer.form b/usersguide/demosrc/examples/imageviewer/ImageViewer.form
index 2abc16c..d6281d9 100644
--- a/usersguide/demosrc/examples/imageviewer/ImageViewer.form
+++ b/usersguide/demosrc/examples/imageviewer/ImageViewer.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.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="mainMenuBar">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/texteditor/About.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/texteditor/About.form b/usersguide/demosrc/examples/texteditor/About.form
index b0556e6..cf8501b 100644
--- a/usersguide/demosrc/examples/texteditor/About.form
+++ b/usersguide/demosrc/examples/texteditor/About.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.2" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="title" type="java.lang.String" value="About"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/texteditor/Finder.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/texteditor/Finder.form b/usersguide/demosrc/examples/texteditor/Finder.form
index fab572b..f4fed94 100644
--- a/usersguide/demosrc/examples/texteditor/Finder.form
+++ b/usersguide/demosrc/examples/texteditor/Finder.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.2" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="title" type="java.lang.String" value="Find"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/usersguide/demosrc/examples/texteditor/Ted.form
----------------------------------------------------------------------
diff --git a/usersguide/demosrc/examples/texteditor/Ted.form b/usersguide/demosrc/examples/texteditor/Ted.form
index cf5ddba..8ce2ee9 100644
--- a/usersguide/demosrc/examples/texteditor/Ted.form
+++ b/usersguide/demosrc/examples/texteditor/Ted.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.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="tedMenuBar">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/utilities/src/org/netbeans/modules/openfile/PackagePanel.form
----------------------------------------------------------------------
diff --git a/utilities/src/org/netbeans/modules/openfile/PackagePanel.form b/utilities/src/org/netbeans/modules/openfile/PackagePanel.form
index 9bc99ab..6e6d9e2 100644
--- a/utilities/src/org/netbeans/modules/openfile/PackagePanel.form
+++ b/utilities/src/org/netbeans/modules/openfile/PackagePanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/utilities/src/org/netbeans/modules/pdf/SetCommandForm.form
----------------------------------------------------------------------
diff --git a/utilities/src/org/netbeans/modules/pdf/SetCommandForm.form b/utilities/src/org/netbeans/modules/pdf/SetCommandForm.form
index 5718bfb..bc2e9e2 100644
--- a/utilities/src/org/netbeans/modules/pdf/SetCommandForm.form
+++ b/utilities/src/org/netbeans/modules/pdf/SetCommandForm.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.system.cvss.installer/src/org/netbeans/modules/versioning/system/cvss/installer/CvsInstallDialog.form
----------------------------------------------------------------------
diff --git a/versioning.system.cvss.installer/src/org/netbeans/modules/versioning/system/cvss/installer/CvsInstallDialog.form b/versioning.system.cvss.installer/src/org/netbeans/modules/versioning/system/cvss/installer/CvsInstallDialog.form
index e259664..35f3d0d 100644
--- a/versioning.system.cvss.installer/src/org/netbeans/modules/versioning/system/cvss/installer/CvsInstallDialog.form
+++ b/versioning.system.cvss.installer/src/org/netbeans/modules/versioning/system/cvss/installer/CvsInstallDialog.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.ui/src/org/netbeans/modules/versioning/ui/diff/DiffSidebarDiffPanel.form
----------------------------------------------------------------------
diff --git a/versioning.ui/src/org/netbeans/modules/versioning/ui/diff/DiffSidebarDiffPanel.form b/versioning.ui/src/org/netbeans/modules/versioning/ui/diff/DiffSidebarDiffPanel.form
index 11fa921..32137e1 100644
--- a/versioning.ui/src/org/netbeans/modules/versioning/ui/diff/DiffSidebarDiffPanel.form
+++ b/versioning.ui/src/org/netbeans/modules/versioning/ui/diff/DiffSidebarDiffPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.ui/src/org/netbeans/modules/versioning/ui/history/DiffPanel.form
----------------------------------------------------------------------
diff --git a/versioning.ui/src/org/netbeans/modules/versioning/ui/history/DiffPanel.form b/versioning.ui/src/org/netbeans/modules/versioning/ui/history/DiffPanel.form
index bac75a0..40a5952 100644
--- a/versioning.ui/src/org/netbeans/modules/versioning/ui/history/DiffPanel.form
+++ b/versioning.ui/src/org/netbeans/modules/versioning/ui/history/DiffPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.ui/src/org/netbeans/modules/versioning/ui/history/HistoryComponent.form
----------------------------------------------------------------------
diff --git a/versioning.ui/src/org/netbeans/modules/versioning/ui/history/HistoryComponent.form b/versioning.ui/src/org/netbeans/modules/versioning/ui/history/HistoryComponent.form
index 18eab47..0e53cae 100644
--- a/versioning.ui/src/org/netbeans/modules/versioning/ui/history/HistoryComponent.form
+++ b/versioning.ui/src/org/netbeans/modules/versioning/ui/history/HistoryComponent.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.ui/src/org/netbeans/modules/versioning/ui/options/GeneralOptionsPanel.form
----------------------------------------------------------------------
diff --git a/versioning.ui/src/org/netbeans/modules/versioning/ui/options/GeneralOptionsPanel.form b/versioning.ui/src/org/netbeans/modules/versioning/ui/options/GeneralOptionsPanel.form
index 2e7c5bb..c70b49d 100644
--- a/versioning.ui/src/org/netbeans/modules/versioning/ui/options/GeneralOptionsPanel.form
+++ b/versioning.ui/src/org/netbeans/modules/versioning/ui/options/GeneralOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.ui/src/org/netbeans/modules/versioning/ui/options/HistoryOptionsPanel.form
----------------------------------------------------------------------
diff --git a/versioning.ui/src/org/netbeans/modules/versioning/ui/options/HistoryOptionsPanel.form b/versioning.ui/src/org/netbeans/modules/versioning/ui/options/HistoryOptionsPanel.form
index c82cc5a..24c5370 100644
--- a/versioning.ui/src/org/netbeans/modules/versioning/ui/options/HistoryOptionsPanel.form
+++ b/versioning.ui/src/org/netbeans/modules/versioning/ui/options/HistoryOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/shelve/ShelveChangesPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/shelve/ShelveChangesPanel.form b/versioning.util/src/org/netbeans/modules/versioning/shelve/ShelveChangesPanel.form
index 9b2ec92..10c59cc 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/shelve/ShelveChangesPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/shelve/ShelveChangesPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/shelve/impl/UnshelveChangesPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/shelve/impl/UnshelveChangesPanel.form b/versioning.util/src/org/netbeans/modules/versioning/shelve/impl/UnshelveChangesPanel.form
index 8b72c78..de8bfa4 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/shelve/impl/UnshelveChangesPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/shelve/impl/UnshelveChangesPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[03/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeParameterEntityReferenceCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeParameterEntityReferenceCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeParameterEntityReferenceCustomizer.form
index 9f72d01..4c10a22 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeParameterEntityReferenceCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeParameterEntityReferenceCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeProcessingInstructionCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeProcessingInstructionCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeProcessingInstructionCustomizer.form
index d05ab30..d33a465 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeProcessingInstructionCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeProcessingInstructionCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeTextCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeTextCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeTextCustomizer.form
index fb31726..85c7317 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeTextCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeTextCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/NullStringCustomEditor.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/NullStringCustomEditor.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/NullStringCustomEditor.form
index 533e9cc..14bc8d0 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/NullStringCustomEditor.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/NullStringCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeAttlistDeclAttributeListCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeAttlistDeclAttributeListCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeAttlistDeclAttributeListCustomizer.form
index 4eb24a1..7a3f0d2 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeAttlistDeclAttributeListCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeAttlistDeclAttributeListCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.form
index e90fc4a..236c997 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeNodeFilterCustomEditor.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeNodeFilterCustomEditor.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeNodeFilterCustomEditor.form
index 5d14870..dc7433b 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeNodeFilterCustomEditor.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeNodeFilterCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="acceptPolicyGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorCustomizer.form b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorCustomizer.form
index 398cebf..0b2cd5b 100644
--- a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorCustomizer.form
+++ b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorFilePanel.form
----------------------------------------------------------------------
diff --git a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorFilePanel.form b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorFilePanel.form
index 33377e5..f19a65b 100644
--- a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorFilePanel.form
+++ b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorFilePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorMethodPanel.form
----------------------------------------------------------------------
diff --git a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorMethodPanel.form b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorMethodPanel.form
index b2e3b4e..8655645 100644
--- a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorMethodPanel.form
+++ b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorMethodPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorParsletPanel.form
----------------------------------------------------------------------
diff --git a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorParsletPanel.form b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorParsletPanel.form
index 77afc14..87fcadc 100644
--- a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorParsletPanel.form
+++ b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorParsletPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorVersionPanel.form
----------------------------------------------------------------------
diff --git a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorVersionPanel.form b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorVersionPanel.form
index 9eb502b..f6575e1 100644
--- a/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorVersionPanel.form
+++ b/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/SAXGeneratorVersionPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml/src/org/netbeans/modules/xml/wizard/XMLContentPanel.form
----------------------------------------------------------------------
diff --git a/xml/src/org/netbeans/modules/xml/wizard/XMLContentPanel.form b/xml/src/org/netbeans/modules/xml/wizard/XMLContentPanel.form
index 574fb81..f780558 100644
--- a/xml/src/org/netbeans/modules/xml/wizard/XMLContentPanel.form
+++ b/xml/src/org/netbeans/modules/xml/wizard/XMLContentPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml/src/org/netbeans/modules/xml/wizard/impl/DTDPanel.form
----------------------------------------------------------------------
diff --git a/xml/src/org/netbeans/modules/xml/wizard/impl/DTDPanel.form b/xml/src/org/netbeans/modules/xml/wizard/impl/DTDPanel.form
index b5e7246..f472233 100644
--- a/xml/src/org/netbeans/modules/xml/wizard/impl/DTDPanel.form
+++ b/xml/src/org/netbeans/modules/xml/wizard/impl/DTDPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml/src/org/netbeans/modules/xml/wizard/impl/DocumentPanel.form
----------------------------------------------------------------------
diff --git a/xml/src/org/netbeans/modules/xml/wizard/impl/DocumentPanel.form b/xml/src/org/netbeans/modules/xml/wizard/impl/DocumentPanel.form
index 6d6e10a..bedd3b3 100644
--- a/xml/src/org/netbeans/modules/xml/wizard/impl/DocumentPanel.form
+++ b/xml/src/org/netbeans/modules/xml/wizard/impl/DocumentPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaImportGUI.form
----------------------------------------------------------------------
diff --git a/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaImportGUI.form b/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaImportGUI.form
index 5e03855..39b2341 100644
--- a/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaImportGUI.form
+++ b/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaImportGUI.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaPanel.form
----------------------------------------------------------------------
diff --git a/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaPanel.form b/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaPanel.form
index c54b9b0..4053475 100644
--- a/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaPanel.form
+++ b/xml/src/org/netbeans/modules/xml/wizard/impl/SchemaPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xsl/src/org/netbeans/modules/xsl/ui/TransformPanel.form
----------------------------------------------------------------------
diff --git a/xsl/src/org/netbeans/modules/xsl/ui/TransformPanel.form b/xsl/src/org/netbeans/modules/xsl/ui/TransformPanel.form
index 344f500..9f390c4 100644
--- a/xsl/src/org/netbeans/modules/xsl/ui/TransformPanel.form
+++ b/xsl/src/org/netbeans/modules/xsl/ui/TransformPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>


[22/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/api.search/test/unit/src/org/netbeans/modules/search/matcher/SearchPerformanceComparator.form
----------------------------------------------------------------------
diff --git a/api.search/test/unit/src/org/netbeans/modules/search/matcher/SearchPerformanceComparator.form b/api.search/test/unit/src/org/netbeans/modules/search/matcher/SearchPerformanceComparator.form
index e75f325..e94d3f4 100644
--- a/api.search/test/unit/src/org/netbeans/modules/search/matcher/SearchPerformanceComparator.form
+++ b/api.search/test/unit/src/org/netbeans/modules/search/matcher/SearchPerformanceComparator.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddFriendPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddFriendPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddFriendPanel.form
index 5be54a4..824bc64 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddFriendPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddFriendPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.form
index af19484..1bbd4a6 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/AddModulePanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel1.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel1.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel1.form
index 6aff16b..43d0599 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel1.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel1.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel2.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel2.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel2.form
index 32a9481..3750b84 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel2.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel2.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel3.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel3.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel3.form
index 87f5626..dc8c37a 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel3.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/ClusterizeVisualPanel3.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.form
index fae3d3e..69c6575 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.form
index 38809bd..b7d11d1 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerDisplay.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.form
index 88f4d68..857c5c6 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerPackaging.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerPackaging.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerPackaging.form
index 0cd52b1..308be2a 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerPackaging.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerPackaging.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerSources.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerSources.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerSources.form
index 00809a6..e2d49fc 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerSources.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerSources.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerVersioning.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerVersioning.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerVersioning.form
index 90616b1..347df7f 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerVersioning.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerVersioning.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="moduleTypeGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditClusterPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditClusterPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditClusterPanel.form
index 1cc17aa..c1197b1 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditClusterPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditClusterPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditDependencyPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditDependencyPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditDependencyPanel.form
index 12eaaa4..e18764b 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditDependencyPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditDependencyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="versionGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditTestDependencyPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditTestDependencyPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditTestDependencyPanel.form
index 7ad1bcd..6f2031a 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditTestDependencyPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/EditTestDependencyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/NbPropertyPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/NbPropertyPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/NbPropertyPanel.form
index 331449a..157ad26 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/NbPropertyPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/NbPropertyPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerBasicBranding.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerBasicBranding.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerBasicBranding.form
index 7581d45..0f5b549 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerBasicBranding.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerBasicBranding.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.form
index 6a97c3be..d633857 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSources.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSources.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSources.form
index 385bd7b..3297b5c 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSources.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSources.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.form
index 350db7c..f64d671 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.form
index e00ef31..a05cf73 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerJavadoc.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerJavadoc.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerJavadoc.form
index 39e7219..e1978ae 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerJavadoc.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerJavadoc.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerModules.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerModules.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerModules.form
index 4bae4eb..c3d9783 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerModules.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerModules.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerSources.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerSources.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerSources.form
index 3b6f086..9e40f14 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerSources.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerSources.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.form
index 0f08f1a..671bbd6 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformChooserVisualPanel.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.8" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="infoPanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformInfoVisualPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformInfoVisualPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformInfoVisualPanel.form
index 258d44b..bbe4f46 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformInfoVisualPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformInfoVisualPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicConfVisualPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicConfVisualPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicConfVisualPanel.form
index ebf7c3c..0cf99cf 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicConfVisualPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicConfVisualPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicInfoVisualPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicInfoVisualPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicInfoVisualPanel.form
index c711594..d58cc07 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicInfoVisualPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/BasicInfoVisualPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="moduleTypeGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/DefaultSuiteProjectDeletePanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/DefaultSuiteProjectDeletePanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/DefaultSuiteProjectDeletePanel.form
index 88adeee..c7f227a 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/DefaultSuiteProjectDeletePanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/DefaultSuiteProjectDeletePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/LibraryStartVisualPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/LibraryStartVisualPanel.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/LibraryStartVisualPanel.form
index fea40b9..c3f5928 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/LibraryStartVisualPanel.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/LibraryStartVisualPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/TypeChooserPanelImpl.form
----------------------------------------------------------------------
diff --git a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/TypeChooserPanelImpl.form b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/TypeChooserPanelImpl.form
index e6ef446..5c4c057 100644
--- a/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/TypeChooserPanelImpl.form
+++ b/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/TypeChooserPanelImpl.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="moduleTypeGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.installer/src/org/netbeans/modules/apisupport/installer/ui/InstallerPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.installer/src/org/netbeans/modules/apisupport/installer/ui/InstallerPanel.form b/apisupport.installer/src/org/netbeans/modules/apisupport/installer/ui/InstallerPanel.form
index 01b260b..9e2d21e 100644
--- a/apisupport.installer/src/org/netbeans/modules/apisupport/installer/ui/InstallerPanel.form
+++ b/apisupport.installer/src/org/netbeans/modules/apisupport/installer/ui/InstallerPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BasicBrandingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BasicBrandingPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BasicBrandingPanel.form
index 34255fa..f15f67a 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BasicBrandingPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BasicBrandingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BrandingEditorPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BrandingEditorPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BrandingEditorPanel.form
index c5a082d..b6b6f7b 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BrandingEditorPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/BrandingEditorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.form
index 644d1ad..07e2780 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/InternationalizationResourceBundleBrandingPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Events>
     <EventHandler event="componentShown" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentShown"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.form
index 4291ec2..d52edd7 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleBrandingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Events>
     <EventHandler event="componentShown" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentShown"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleKeyPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleKeyPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleKeyPanel.form
index 4a42b0d..f8adcf3 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleKeyPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/ResourceBundleKeyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/SplashBrandingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/SplashBrandingPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/SplashBrandingPanel.form
index 1517c74..a295d10 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/SplashBrandingPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/SplashBrandingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/WindowSystemBrandingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/WindowSystemBrandingPanel.form b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/WindowSystemBrandingPanel.form
index f530911..0ac5c0b 100644
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/WindowSystemBrandingPanel.form
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/branding/WindowSystemBrandingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ActionTypePanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ActionTypePanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ActionTypePanel.form
index 7e63485..3e7ec22 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ActionTypePanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ActionTypePanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="whenEnabledGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form
index 89ec751..56efe13 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.form
index 4e33a9e..8241743 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.form
index 759774b..7d55f2d 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/codegenerator/CodeGeneratorPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/codegenerator/CodeGeneratorPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/codegenerator/CodeGeneratorPanel.form
index 80b8fcd..dadca2e 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/codegenerator/CodeGeneratorPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/codegenerator/CodeGeneratorPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/html/NameAndLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/html/NameAndLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/html/NameAndLocationPanel.form
index 7e0d390..b3c62ea 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/html/NameAndLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/html/NameAndLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahelp/JavaHelpPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahelp/JavaHelpPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahelp/JavaHelpPanel.form
index 35a48eb..75c11ac 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahelp/JavaHelpPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahelp/JavaHelpPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintDataPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintDataPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintDataPanel.form
index 91fb321..7c9f5c1 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintDataPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintDataPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintLocationPanel.form
index ace2451..d5d8a5b 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/javahint/JavaHintLocationPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/layer/LayerPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/layer/LayerPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/layer/LayerPanel.form
index 5a986e9..35f7cf1 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/layer/LayerPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/layer/LayerPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">



[21/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form
index 0d272f0..c603d75 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/FileRecognitionPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/FileRecognitionPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/FileRecognitionPanel.form
index 811dd16..d049db9 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/FileRecognitionPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/FileRecognitionPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.form
index 724909b..d1e0fdc 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/moduleinstall/ModuleInstallPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/moduleinstall/ModuleInstallPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/moduleinstall/ModuleInstallPanel.form
index 1f03e4c..bfcb903 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/moduleinstall/ModuleInstallPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/moduleinstall/ModuleInstallPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel.form
index f5c1add..8b7f238 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel0.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel0.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel0.form
index 696cca3..cccf075 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel0.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/options/OptionsPanel0.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NameAndLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NameAndLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NameAndLocationPanel.form
index f856f32..fa1a92c 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NameAndLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/NameAndLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/SelectProjectPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/SelectProjectPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/SelectProjectPanel.form
index 443fa82..9e93bb9 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/SelectProjectPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/project/SelectProjectPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/quicksearch/QuickSearchPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/quicksearch/QuickSearchPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/quicksearch/QuickSearchPanel.form
index 750fbff..583b571 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/quicksearch/QuickSearchPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/quicksearch/QuickSearchPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/UpdateCenterRegistrationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/UpdateCenterRegistrationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/UpdateCenterRegistrationPanel.form
index 0770182..d39f687 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/UpdateCenterRegistrationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/UpdateCenterRegistrationPanel.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.form
index 88dc5d4..3ed4519 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutLaunchingPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutLaunchingPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutLaunchingPanel.form
index 97af513..74751c7 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutLaunchingPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutLaunchingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutSummaryPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutSummaryPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutSummaryPanel.form
index 82219b7..74384ff 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutSummaryPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutSummaryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutWarningPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutWarningPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutWarningPanel.form
index e218fe8..d511d7f 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutWarningPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/LayoutWarningPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/NameAndLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/NameAndLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/NameAndLocationPanel.form
index a975371..be05326 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/NameAndLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/NameAndLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.form
index ca8c389..ab468a8 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/WizardTypePanel.form
----------------------------------------------------------------------
diff --git a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/WizardTypePanel.form b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/WizardTypePanel.form
index 958b1c4..939cee7 100644
--- a/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/WizardTypePanel.form
+++ b/apisupport.wizards/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/WizardTypePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="registrationType">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/ImportManager.form
----------------------------------------------------------------------
diff --git a/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/ImportManager.form b/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/ImportManager.form
index 0c9a6fc..4c8bcfe 100644
--- a/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/ImportManager.form
+++ b/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/ImportManager.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.PanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="jScrollPane3">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
----------------------------------------------------------------------
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
index eae6a1f..fb4a6e3 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="background" type="java.awt.Color" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HeaderPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HeaderPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HeaderPanel.form
index 9823b41..d354715 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HeaderPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HeaderPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.form
index f895b2c..5eeb636 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/ProblemPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/ProblemPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/ProblemPanel.form
index 3b9db3c..dce5dfb 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/ProblemPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/ProblemPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
index a545454..0e536cd 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="pluginsViewGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.form
index 382320c..d524a53 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.form
index 9f2fd79..bf2d7c3 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalPanel.form
index 8af8f8a..b1eea6a 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.form
index 72268a1..3272247 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
index 5804cb1..046eeea 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="bgRestartButtons">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.form
index 1f426d1..9aa0d27 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.form
----------------------------------------------------------------------
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.form
index d768ae1..70d3f6c 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/BeanPanelUI.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/BeanPanelUI.form b/beans/src/org/netbeans/modules/beans/BeanPanelUI.form
index e4c2711..c01ac8a 100644
--- a/beans/src/org/netbeans/modules/beans/BeanPanelUI.form
+++ b/beans/src/org/netbeans/modules/beans/BeanPanelUI.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/EventSetPatternPanel.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/EventSetPatternPanel.form b/beans/src/org/netbeans/modules/beans/EventSetPatternPanel.form
index 7cb02e5..6772632 100644
--- a/beans/src/org/netbeans/modules/beans/EventSetPatternPanel.form
+++ b/beans/src/org/netbeans/modules/beans/EventSetPatternPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.form b/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.form
index c20ecfa..bb4bdd1 100644
--- a/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.form
+++ b/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.form b/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.form
index 3ceab41..78c0882 100644
--- a/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.form
+++ b/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.form b/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.form
index 6330170..81b5ecf 100644
--- a/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.form
+++ b/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/beans/src/org/netbeans/modules/beans/addproperty/AddPropertyPanel.form
----------------------------------------------------------------------
diff --git a/beans/src/org/netbeans/modules/beans/addproperty/AddPropertyPanel.form b/beans/src/org/netbeans/modules/beans/addproperty/AddPropertyPanel.form
index d95be84..d8803eb 100644
--- a/beans/src/org/netbeans/modules/beans/addproperty/AddPropertyPanel.form
+++ b/beans/src/org/netbeans/modules/beans/addproperty/AddPropertyPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="accessGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking.bridge/src/org/netbeans/modules/bugtracking/bridge/exportdiff/AttachPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/bridge/exportdiff/AttachPanel.form b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/bridge/exportdiff/AttachPanel.form
index 4a9b5d5..42b4754 100644
--- a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/bridge/exportdiff/AttachPanel.form
+++ b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/bridge/exportdiff/AttachPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/FormatPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/FormatPanel.form b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/FormatPanel.form
index 9004638..c606487 100644
--- a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/FormatPanel.form
+++ b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/FormatPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HgQueueHookPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HgQueueHookPanel.form b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HgQueueHookPanel.form
index fef0595..41a8546 100644
--- a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HgQueueHookPanel.form
+++ b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HgQueueHookPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HookPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HookPanel.form b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HookPanel.form
index b66ee21..27e03f4 100644
--- a/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HookPanel.form
+++ b/bugtracking.bridge/src/org/netbeans/modules/bugtracking/vcs/HookPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/FindInQueryBar.form
----------------------------------------------------------------------
diff --git a/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/FindInQueryBar.form b/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/FindInQueryBar.form
index 763bb96..6f81a18 100644
--- a/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/FindInQueryBar.form
+++ b/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/FindInQueryBar.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.form
index eff743e..bcf3b77 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/settings/DashboardOptions.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/settings/DashboardOptions.form b/bugtracking/src/org/netbeans/modules/bugtracking/settings/DashboardOptions.form
index 0874259..949319a 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/settings/DashboardOptions.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/settings/DashboardOptions.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/ActiveTaskPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/ActiveTaskPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/ActiveTaskPanel.form
index b41fd8b..7623c6b 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/ActiveTaskPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/ActiveTaskPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryNamePanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryNamePanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryNamePanel.form
index df96d88..02db383 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryNamePanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryNamePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryPicker.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryPicker.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryPicker.form
index d931539..81ee027 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryPicker.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/CategoryPicker.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/DashboardTopComponent.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/DashboardTopComponent.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/DashboardTopComponent.form
index eef333f..d457d27 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/DashboardTopComponent.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/DashboardTopComponent.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/FilterPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/FilterPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/FilterPanel.form
index b41fd8b..7623c6b 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/FilterPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/FilterPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/QuickSearchPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/QuickSearchPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/QuickSearchPanel.form
index 746102c..c227ccf 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/QuickSearchPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/QuickSearchPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SchedulingPickerImpl.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SchedulingPickerImpl.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SchedulingPickerImpl.form
index 90ec41a..fcc7ed6 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SchedulingPickerImpl.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SchedulingPickerImpl.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortAttributePanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortAttributePanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortAttributePanel.form
index 08e704e..92d474b 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortAttributePanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortAttributePanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">



[07/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.form b/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.form
index c1fbbcd..0a30626 100644
--- a/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.form
+++ b/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanelGUI.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.form b/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.form
index 3aa991a..44eb7e7 100644
--- a/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.form
+++ b/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.form b/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.form
index 31f73b6..df1a619 100644
--- a/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.form
+++ b/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/actions/StopBuildingAlert.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/actions/StopBuildingAlert.form b/projectui/src/org/netbeans/modules/project/ui/actions/StopBuildingAlert.form
index 8a0ff40..c20cdfd 100644
--- a/projectui/src/org/netbeans/modules/project/ui/actions/StopBuildingAlert.form
+++ b/projectui/src/org/netbeans/modules/project/ui/actions/StopBuildingAlert.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/groups/AdHocGroupEditPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/groups/AdHocGroupEditPanel.form b/projectui/src/org/netbeans/modules/project/ui/groups/AdHocGroupEditPanel.form
index 24c18c8..4b69354 100644
--- a/projectui/src/org/netbeans/modules/project/ui/groups/AdHocGroupEditPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/groups/AdHocGroupEditPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/groups/DirectoryGroupEditPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/groups/DirectoryGroupEditPanel.form b/projectui/src/org/netbeans/modules/project/ui/groups/DirectoryGroupEditPanel.form
index 510d745..d523c9f 100644
--- a/projectui/src/org/netbeans/modules/project/ui/groups/DirectoryGroupEditPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/groups/DirectoryGroupEditPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/groups/ManageGroupsPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/groups/ManageGroupsPanel.form b/projectui/src/org/netbeans/modules/project/ui/groups/ManageGroupsPanel.form
index 634afc2..d1eb5ca 100644
--- a/projectui/src/org/netbeans/modules/project/ui/groups/ManageGroupsPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/groups/ManageGroupsPanel.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/groups/NewGroupPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/groups/NewGroupPanel.form b/projectui/src/org/netbeans/modules/project/ui/groups/NewGroupPanel.form
index 864a119..9fdb30e 100644
--- a/projectui/src/org/netbeans/modules/project/ui/groups/NewGroupPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/groups/NewGroupPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="kindButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/groups/SubprojectsGroupEditPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/groups/SubprojectsGroupEditPanel.form b/projectui/src/org/netbeans/modules/project/ui/groups/SubprojectsGroupEditPanel.form
index dddf1a4..550e087 100644
--- a/projectui/src/org/netbeans/modules/project/ui/groups/SubprojectsGroupEditPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/groups/SubprojectsGroupEditPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesAlertPanel.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesAlertPanel.form b/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesAlertPanel.form
index fd5c79b..089a38b 100644
--- a/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesAlertPanel.form
+++ b/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesAlertPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesCustomizer.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesCustomizer.form b/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesCustomizer.form
index 69ae23b..2d895e1 100644
--- a/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesCustomizer.form
+++ b/projectui/src/org/netbeans/modules/project/ui/problems/BrokenReferencesCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/zip/ChangeImportFolder.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/zip/ChangeImportFolder.form b/projectui/src/org/netbeans/modules/project/ui/zip/ChangeImportFolder.form
index 22035d3..14897db 100644
--- a/projectui/src/org/netbeans/modules/project/ui/zip/ChangeImportFolder.form
+++ b/projectui/src/org/netbeans/modules/project/ui/zip/ChangeImportFolder.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.form b/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.form
index bbfa800..2f0f021 100644
--- a/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.form
+++ b/projectui/src/org/netbeans/modules/project/ui/zip/ExportZIP.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="rootGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectui/src/org/netbeans/modules/project/ui/zip/ImportZIP.form
----------------------------------------------------------------------
diff --git a/projectui/src/org/netbeans/modules/project/ui/zip/ImportZIP.form b/projectui/src/org/netbeans/modules/project/ui/zip/ImportZIP.form
index 1152a59..ff98ad1 100644
--- a/projectui/src/org/netbeans/modules/project/ui/zip/ImportZIP.form
+++ b/projectui/src/org/netbeans/modules/project/ui/zip/ImportZIP.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.form
----------------------------------------------------------------------
diff --git a/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.form b/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.form
index 197e6da..bc36b31 100644
--- a/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.form
+++ b/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectDeletePanel.form
----------------------------------------------------------------------
diff --git a/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectDeletePanel.form b/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectDeletePanel.form
index 7369f12..9a6c0e2 100644
--- a/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectDeletePanel.form
+++ b/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectDeletePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectRenamePanel.form
----------------------------------------------------------------------
diff --git a/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectRenamePanel.form b/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectRenamePanel.form
index b54ba25..d1ca4a0 100644
--- a/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectRenamePanel.form
+++ b/projectuiapi/src/org/netbeans/modules/project/uiapi/DefaultProjectRenamePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectuiapi/src/org/netbeans/modules/project/uiapi/ProjectCopyPanel.form
----------------------------------------------------------------------
diff --git a/projectuiapi/src/org/netbeans/modules/project/uiapi/ProjectCopyPanel.form b/projectuiapi/src/org/netbeans/modules/project/uiapi/ProjectCopyPanel.form
index 0adde16..27be2c5 100644
--- a/projectuiapi/src/org/netbeans/modules/project/uiapi/ProjectCopyPanel.form
+++ b/projectuiapi/src/org/netbeans/modules/project/uiapi/ProjectCopyPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.form
----------------------------------------------------------------------
diff --git a/projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.form b/projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.form
index d42faad..daabddf 100644
--- a/projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.form
+++ b/projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/properties/src/org/netbeans/modules/properties/BundleEditPanel.form
----------------------------------------------------------------------
diff --git a/properties/src/org/netbeans/modules/properties/BundleEditPanel.form b/properties/src/org/netbeans/modules/properties/BundleEditPanel.form
index bad0930..6adeb81 100644
--- a/properties/src/org/netbeans/modules/properties/BundleEditPanel.form
+++ b/properties/src/org/netbeans/modules/properties/BundleEditPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/properties/src/org/netbeans/modules/properties/BundleNodeCustomizer.form
----------------------------------------------------------------------
diff --git a/properties/src/org/netbeans/modules/properties/BundleNodeCustomizer.form b/properties/src/org/netbeans/modules/properties/BundleNodeCustomizer.form
index 50fea4e..3907a9d 100644
--- a/properties/src/org/netbeans/modules/properties/BundleNodeCustomizer.form
+++ b/properties/src/org/netbeans/modules/properties/BundleNodeCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/properties/src/org/netbeans/modules/properties/FindPanel.form
----------------------------------------------------------------------
diff --git a/properties/src/org/netbeans/modules/properties/FindPanel.form b/properties/src/org/netbeans/modules/properties/FindPanel.form
index 4cede0f..1dda7d2 100644
--- a/properties/src/org/netbeans/modules/properties/FindPanel.form
+++ b/properties/src/org/netbeans/modules/properties/FindPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/properties/src/org/netbeans/modules/properties/LocaleNodeCustomizer.form
----------------------------------------------------------------------
diff --git a/properties/src/org/netbeans/modules/properties/LocaleNodeCustomizer.form b/properties/src/org/netbeans/modules/properties/LocaleNodeCustomizer.form
index 89d0da2..efdb4d6 100644
--- a/properties/src/org/netbeans/modules/properties/LocaleNodeCustomizer.form
+++ b/properties/src/org/netbeans/modules/properties/LocaleNodeCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/properties/src/org/netbeans/modules/properties/LocalePanel.form
----------------------------------------------------------------------
diff --git a/properties/src/org/netbeans/modules/properties/LocalePanel.form b/properties/src/org/netbeans/modules/properties/LocalePanel.form
index 22e3086..4e8a331 100644
--- a/properties/src/org/netbeans/modules/properties/LocalePanel.form
+++ b/properties/src/org/netbeans/modules/properties/LocalePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ErrorPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ErrorPanel.form b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ErrorPanel.form
index 1a2ae6c..2660f6d 100644
--- a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ErrorPanel.form
+++ b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ErrorPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ParametersPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ParametersPanel.form b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ParametersPanel.form
index 22578be..6f1e7f3 100644
--- a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ParametersPanel.form
+++ b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ParametersPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ProblemComponent.form
----------------------------------------------------------------------
diff --git a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ProblemComponent.form b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ProblemComponent.form
index b5a4191..8d29261 100644
--- a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ProblemComponent.form
+++ b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/ProblemComponent.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/SafeDeletePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/SafeDeletePanel.form b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/SafeDeletePanel.form
index b13f1dc..f9ec629 100644
--- a/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/SafeDeletePanel.form
+++ b/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/SafeDeletePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.api/src/org/netbeans/modules/refactoring/spi/ui/ScopePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.api/src/org/netbeans/modules/refactoring/spi/ui/ScopePanel.form b/refactoring.api/src/org/netbeans/modules/refactoring/spi/ui/ScopePanel.form
index dd8b0e1..059ab55 100644
--- a/refactoring.api/src/org/netbeans/modules/refactoring/spi/ui/ScopePanel.form
+++ b/refactoring.api/src/org/netbeans/modules/refactoring/spi/ui/ScopePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/callhierarchy/CallHierarchyTopComponent.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/callhierarchy/CallHierarchyTopComponent.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/callhierarchy/CallHierarchyTopComponent.form
index 41f9f20..520a38c 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/callhierarchy/CallHierarchyTopComponent.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/callhierarchy/CallHierarchyTopComponent.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPopupMenu" name="jPopupMenuScope">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.form
index 42e215c..4979fd5 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ChangeParametersPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="bgOverloadMethod">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/EncapsulateFieldPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/EncapsulateFieldPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/EncapsulateFieldPanel.form
index f1adad6..cda8bad 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/EncapsulateFieldPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/EncapsulateFieldPanel.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.6" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractInterfacePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractInterfacePanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractInterfacePanel.form
index 617164b..372d848 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractInterfacePanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractInterfacePanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractSuperclassPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractSuperclassPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractSuperclassPanel.form
index 84ed6c5..29fdda2 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractSuperclassPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ExtractSuperclassPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InnerToOuterPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InnerToOuterPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InnerToOuterPanel.form
index 81dd92e..c1203ce 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InnerToOuterPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InnerToOuterPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceLocalExtensionPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceLocalExtensionPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceLocalExtensionPanel.form
index b215703..1a6483a 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceLocalExtensionPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceLocalExtensionPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btngroupType">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceParameterPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceParameterPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceParameterPanel.form
index 7386d68..331ef61 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceParameterPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/IntroduceParameterPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="bgOverloadMethod">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InvertBooleanRefactoringPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InvertBooleanRefactoringPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InvertBooleanRefactoringPanel.form
index 048e843..10aadb1 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InvertBooleanRefactoringPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/InvertBooleanRefactoringPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveClassPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveClassPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveClassPanel.form
index 30ac384..c5e698d 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveClassPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveClassPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveMembersPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveMembersPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveMembersPanel.form
index ab96530..40343b7 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveMembersPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/MoveMembersPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="visibilityButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PullUpPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PullUpPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PullUpPanel.form
index 1f19394..231a7f2 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PullUpPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PullUpPanel.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PushDownPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PushDownPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PushDownPanel.form
index f4c9b33..a6b76f8 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PushDownPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/PushDownPanel.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.form
index 65a5cac..8b33081 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.form
index 44054d7..5eb8d5a 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithFactoryPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithFactoryPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithFactoryPanel.form
index 37caf74..ce6f603 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithFactoryPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithFactoryPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/SafeDeletePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/SafeDeletePanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/SafeDeletePanel.form
index bdc26c7..8fc7c89 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/SafeDeletePanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/SafeDeletePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/UseSuperTypePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/UseSuperTypePanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/UseSuperTypePanel.form
index 87aada6..f16e1eb 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/UseSuperTypePanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/UseSuperTypePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanel.form
index a36bd01..471d6ec 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelClass.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelClass.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelClass.form
index dd1344e..080c661 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelClass.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelClass.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelMethod.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelMethod.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelMethod.form
index 6cd5f04..ae6e745 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelMethod.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelMethod.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelPackage.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelPackage.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelPackage.form
index e86dd3e..5fe2c40 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelPackage.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelPackage.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelVariable.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelVariable.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelVariable.form
index 536f09a..af66c83 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelVariable.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/WhereUsedPanelVariable.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[16/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/checkout/CheckoutPathsPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/checkout/CheckoutPathsPanel.form b/git/src/org/netbeans/modules/git/ui/checkout/CheckoutPathsPanel.form
index ba73816..da40b8b 100644
--- a/git/src/org/netbeans/modules/git/ui/checkout/CheckoutPathsPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/checkout/CheckoutPathsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/checkout/CheckoutRevisionPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/checkout/CheckoutRevisionPanel.form b/git/src/org/netbeans/modules/git/ui/checkout/CheckoutRevisionPanel.form
index 8636370..a8e6e0a 100644
--- a/git/src/org/netbeans/modules/git/ui/checkout/CheckoutRevisionPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/checkout/CheckoutRevisionPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/checkout/RevertChangesPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/checkout/RevertChangesPanel.form b/git/src/org/netbeans/modules/git/ui/checkout/RevertChangesPanel.form
index f8e1a35..db9bf05 100644
--- a/git/src/org/netbeans/modules/git/ui/checkout/RevertChangesPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/checkout/RevertChangesPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="revertbButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/clone/CloneDestinationPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/clone/CloneDestinationPanel.form b/git/src/org/netbeans/modules/git/ui/clone/CloneDestinationPanel.form
index 4f19b14..b240fc3 100644
--- a/git/src/org/netbeans/modules/git/ui/clone/CloneDestinationPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/clone/CloneDestinationPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.form b/git/src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.form
index c6b0ed1..9fc95b0 100644
--- a/git/src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/commit/CommitPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/commit/CommitPanel.form b/git/src/org/netbeans/modules/git/ui/commit/CommitPanel.form
index eef0623..db5ae84 100644
--- a/git/src/org/netbeans/modules/git/ui/commit/CommitPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/commit/CommitPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/conflicts/ResolveTreeConflictPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/conflicts/ResolveTreeConflictPanel.form b/git/src/org/netbeans/modules/git/ui/conflicts/ResolveTreeConflictPanel.form
index 82ef67b..1f04878 100644
--- a/git/src/org/netbeans/modules/git/ui/conflicts/ResolveTreeConflictPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/conflicts/ResolveTreeConflictPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/diff/DiffToRevisionPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/diff/DiffToRevisionPanel.form b/git/src/org/netbeans/modules/git/ui/diff/DiffToRevisionPanel.form
index ee0f817..ed0b72a 100644
--- a/git/src/org/netbeans/modules/git/ui/diff/DiffToRevisionPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/diff/DiffToRevisionPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btnGrp">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/diff/ExportAsFilePanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/diff/ExportAsFilePanel.form b/git/src/org/netbeans/modules/git/ui/diff/ExportAsFilePanel.form
index f7fd53b..4b5ab02 100644
--- a/git/src/org/netbeans/modules/git/ui/diff/ExportAsFilePanel.form
+++ b/git/src/org/netbeans/modules/git/ui/diff/ExportAsFilePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/diff/ExportCommitPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/diff/ExportCommitPanel.form b/git/src/org/netbeans/modules/git/ui/diff/ExportCommitPanel.form
index 097c67b..a7c1632 100644
--- a/git/src/org/netbeans/modules/git/ui/diff/ExportCommitPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/diff/ExportCommitPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.form b/git/src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.form
index fcf7aa3..8a464b5 100644
--- a/git/src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/diff/MultiDiffPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btnModeGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/history/SearchCriteriaPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/history/SearchCriteriaPanel.form b/git/src/org/netbeans/modules/git/ui/history/SearchCriteriaPanel.form
index b610902..2347110 100644
--- a/git/src/org/netbeans/modules/git/ui/history/SearchCriteriaPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/history/SearchCriteriaPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/history/SearchHistoryPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/history/SearchHistoryPanel.form b/git/src/org/netbeans/modules/git/ui/history/SearchHistoryPanel.form
index 686f2be..88e654a 100644
--- a/git/src/org/netbeans/modules/git/ui/history/SearchHistoryPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/history/SearchHistoryPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/init/InitPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/init/InitPanel.form b/git/src/org/netbeans/modules/git/ui/init/InitPanel.form
index de5bcf0..e86e08c 100644
--- a/git/src/org/netbeans/modules/git/ui/init/InitPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/init/InitPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/merge/MergeRevisionPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/merge/MergeRevisionPanel.form b/git/src/org/netbeans/modules/git/ui/merge/MergeRevisionPanel.form
index e5403fa..692029c 100644
--- a/git/src/org/netbeans/modules/git/ui/merge/MergeRevisionPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/merge/MergeRevisionPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="rbFFOptions">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/rebase/BasicPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/rebase/BasicPanel.form b/git/src/org/netbeans/modules/git/ui/rebase/BasicPanel.form
index 4ef4b96..794b21b 100644
--- a/git/src/org/netbeans/modules/git/ui/rebase/BasicPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/rebase/BasicPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/rebase/RebasePanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/rebase/RebasePanel.form b/git/src/org/netbeans/modules/git/ui/rebase/RebasePanel.form
index 6c94351..a7a0758 100644
--- a/git/src/org/netbeans/modules/git/ui/rebase/RebasePanel.form
+++ b/git/src/org/netbeans/modules/git/ui/rebase/RebasePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/rebase/SelectDestPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/rebase/SelectDestPanel.form b/git/src/org/netbeans/modules/git/ui/rebase/SelectDestPanel.form
index 54e4200..87521bc 100644
--- a/git/src/org/netbeans/modules/git/ui/rebase/SelectDestPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/rebase/SelectDestPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/ControlToolbar.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/ControlToolbar.form b/git/src/org/netbeans/modules/git/ui/repository/ControlToolbar.form
index a79802a..04fee9e 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/ControlToolbar.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/ControlToolbar.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7">
   <Properties>
     <Property name="floatable" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/RepositoryBrowserPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/RepositoryBrowserPanel.form b/git/src/org/netbeans/modules/git/ui/repository/RepositoryBrowserPanel.form
index f1071d9..192d0e8 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/RepositoryBrowserPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/RepositoryBrowserPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/RevisionDialog.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/RevisionDialog.form b/git/src/org/netbeans/modules/git/ui/repository/RevisionDialog.form
index 9bff23a..bf71455 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/RevisionDialog.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/RevisionDialog.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/RevisionInfoPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/RevisionInfoPanel.form b/git/src/org/netbeans/modules/git/ui/repository/RevisionInfoPanel.form
index 083f7b1..3c65223 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/RevisionInfoPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/RevisionInfoPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/RevisionListPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/RevisionListPanel.form b/git/src/org/netbeans/modules/git/ui/repository/RevisionListPanel.form
index 850f8a0..b2f93d7 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/RevisionListPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/RevisionListPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/RevisionPickerDialog.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/RevisionPickerDialog.form b/git/src/org/netbeans/modules/git/ui/repository/RevisionPickerDialog.form
index 5d2c335..a267823 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/RevisionPickerDialog.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/RevisionPickerDialog.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/SelectBranchPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/SelectBranchPanel.form b/git/src/org/netbeans/modules/git/ui/repository/SelectBranchPanel.form
index 69267c3..e04e528 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/SelectBranchPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/SelectBranchPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepositoryPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepositoryPanel.form b/git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepositoryPanel.form
index 628af36..0ca4a2d 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepositoryPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepositoryPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/remote/SSHPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/remote/SSHPanel.form b/git/src/org/netbeans/modules/git/ui/repository/remote/SSHPanel.form
index b76a3c6..ed97121 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/remote/SSHPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/remote/SSHPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/remote/SelectUriPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/remote/SelectUriPanel.form b/git/src/org/netbeans/modules/git/ui/repository/remote/SelectUriPanel.form
index 0faacf4..f48799e 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/remote/SelectUriPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/remote/SelectUriPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/repository/remote/UserPasswordPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/repository/remote/UserPasswordPanel.form b/git/src/org/netbeans/modules/git/ui/repository/remote/UserPasswordPanel.form
index d892226..ddc44b7 100644
--- a/git/src/org/netbeans/modules/git/ui/repository/remote/UserPasswordPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/repository/remote/UserPasswordPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/reset/ResetPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/reset/ResetPanel.form b/git/src/org/netbeans/modules/git/ui/reset/ResetPanel.form
index 593a43d..216fa5f 100644
--- a/git/src/org/netbeans/modules/git/ui/reset/ResetPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/reset/ResetPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/revert/RevertCommitPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/revert/RevertCommitPanel.form b/git/src/org/netbeans/modules/git/ui/revert/RevertCommitPanel.form
index 0072f6e..42a787e 100644
--- a/git/src/org/netbeans/modules/git/ui/revert/RevertCommitPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/revert/RevertCommitPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/selectors/ItemsPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/selectors/ItemsPanel.form b/git/src/org/netbeans/modules/git/ui/selectors/ItemsPanel.form
index cb2d4fb..f45c271 100644
--- a/git/src/org/netbeans/modules/git/ui/selectors/ItemsPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/selectors/ItemsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/stash/SaveStashPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/stash/SaveStashPanel.form b/git/src/org/netbeans/modules/git/ui/stash/SaveStashPanel.form
index b22839a..f9c1fb0 100644
--- a/git/src/org/netbeans/modules/git/ui/stash/SaveStashPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/stash/SaveStashPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/status/VersioningPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/status/VersioningPanel.form b/git/src/org/netbeans/modules/git/ui/status/VersioningPanel.form
index fbce0e4..1721bd1 100644
--- a/git/src/org/netbeans/modules/git/ui/status/VersioningPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/status/VersioningPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btnGroupModes">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/tag/CreateTagPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/tag/CreateTagPanel.form b/git/src/org/netbeans/modules/git/ui/tag/CreateTagPanel.form
index 3c4f728..b3ec4f4 100644
--- a/git/src/org/netbeans/modules/git/ui/tag/CreateTagPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/tag/CreateTagPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/git/src/org/netbeans/modules/git/ui/tag/ManageTagsPanel.form
----------------------------------------------------------------------
diff --git a/git/src/org/netbeans/modules/git/ui/tag/ManageTagsPanel.form b/git/src/org/netbeans/modules/git/ui/tag/ManageTagsPanel.form
index 8b228d1..b50104d 100644
--- a/git/src/org/netbeans/modules/git/ui/tag/ManageTagsPanel.form
+++ b/git/src/org/netbeans/modules/git/ui/tag/ManageTagsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/gototest/src/org/netbeans/modules/gototest/OppositeCandidateChooser.form
----------------------------------------------------------------------
diff --git a/gototest/src/org/netbeans/modules/gototest/OppositeCandidateChooser.form b/gototest/src/org/netbeans/modules/gototest/OppositeCandidateChooser.form
index a7fc0dc..f47f724 100644
--- a/gototest/src/org/netbeans/modules/gototest/OppositeCandidateChooser.form
+++ b/gototest/src/org/netbeans/modules/gototest/OppositeCandidateChooser.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.form
----------------------------------------------------------------------
diff --git a/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.form b/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.form
index a4f3eeb..30f1419 100644
--- a/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.form
+++ b/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageReportTopComponent.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.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageSideBar.form
----------------------------------------------------------------------
diff --git a/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageSideBar.form b/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageSideBar.form
index b897e40..dbf9650 100644
--- a/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageSideBar.form
+++ b/gsf.codecoverage/src/org/netbeans/modules/gsf/codecoverage/CoverageSideBar.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/hqleditor/ui/HQLEditorTopComponent.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/hqleditor/ui/HQLEditorTopComponent.form b/hibernate/src/org/netbeans/modules/hibernate/hqleditor/ui/HQLEditorTopComponent.form
index 365097c..5f3aed6 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/hqleditor/ui/HQLEditorTopComponent.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/hqleditor/ui/HQLEditorTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/BrowseFolders.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/BrowseFolders.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/BrowseFolders.form
index 3dd8157..bc0c80a 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/BrowseFolders.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/BrowseFolders.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/ClassCachePanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/ClassCachePanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/ClassCachePanel.form
index 6dae00d..7bff2ce 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/ClassCachePanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/ClassCachePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/CollectionCachePanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/CollectionCachePanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/CollectionCachePanel.form
index 092c5c5..f184368 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/CollectionCachePanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/CollectionCachePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/EventListenerPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/EventListenerPanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/EventListenerPanel.form
index 684f751..c2d3e23 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/EventListenerPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/EventListenerPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/GrantPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/GrantPanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/GrantPanel.form
index d3ea580..e6759c2 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/GrantPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/GrantPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/MappingPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/MappingPanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/MappingPanel.form
index c7a2976..db6a2bd 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/MappingPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/MappingPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/NewEventPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/NewEventPanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/NewEventPanel.form
index 342efca..b24bfd8 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/NewEventPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/NewEventPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/PropertyPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/PropertyPanel.form b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/PropertyPanel.form
index 96900d7..edc5994 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/PropertyPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/loaders/cfg/multiview/PropertyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/refactoring/MoveMappingFilePanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/refactoring/MoveMappingFilePanel.form b/hibernate/src/org/netbeans/modules/hibernate/refactoring/MoveMappingFilePanel.form
index 096f77b..9fbe338 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/refactoring/MoveMappingFilePanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/refactoring/MoveMappingFilePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/refactoring/RenameMappingFilePanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/refactoring/RenameMappingFilePanel.form b/hibernate/src/org/netbeans/modules/hibernate/refactoring/RenameMappingFilePanel.form
index 7a21f70..a633a5d 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/refactoring/RenameMappingFilePanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/refactoring/RenameMappingFilePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateCodeGenerationPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateCodeGenerationPanel.form b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateCodeGenerationPanel.form
index d8191c3..0bf5f45 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateCodeGenerationPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateCodeGenerationPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateConfigurationWizardPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateConfigurationWizardPanel.form b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateConfigurationWizardPanel.form
index ddb1b77..437059b 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateConfigurationWizardPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateConfigurationWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateMappingWizardPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateMappingWizardPanel.form b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateMappingWizardPanel.form
index 8a3900a..c4d1416 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateMappingWizardPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateMappingWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">



[02/24] incubator-netbeans git commit: Fixing typos in two license headers.

Posted by jl...@apache.org.
Fixing typos in two license headers.


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

Branch: refs/heads/master
Commit: cc6231c5f8fc1d99619b940387f1dcb51374631a
Parents: fdedb25
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Thu Sep 28 07:27:48 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Sun Oct 1 10:38:03 2017 +0200

----------------------------------------------------------------------
 .../modules/java/j2semodule/ui/customizer/CustomizerSources.java   | 2 +-
 .../modules/java/j2seproject/ui/customizer/CustomizerSources.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/cc6231c5/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
index d104f40..c25ea2e 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.java
@@ -26,7 +26,7 @@
  *
  * Contributor(s):
  *
- * The Original Software is NetBeans. The Initial Deve1loper of the Original
+ * The Original Software is NetBeans. The Initial Developer of the Original
  * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  * Microsystems, Inc. All Rights Reserved.
  *

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/cc6231c5/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
index c611ae4..af37496 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java
@@ -26,7 +26,7 @@
  *
  * Contributor(s):
  *
- * The Original Software is NetBeans. The Initial Deve1loper of the Original
+ * The Original Software is NetBeans. The Initial Developer of the Original
  * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  * Microsystems, Inc. All Rights Reserved.
  *


[24/24] incubator-netbeans git commit: Excluding form test data from Rat.

Posted by jl...@apache.org.
Excluding form test data from Rat.


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

Branch: refs/heads/master
Commit: bf9caf7aa689aee3ce7c759f378e2a70ce67d690
Parents: 2861b9c
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Thu Sep 28 07:47:41 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Sun Oct 1 10:38:04 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf9caf7a/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 2433751..5ddfc7e 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1958,6 +1958,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="**/*.pass2" /> <!--generated test files-->
                 <exclude name="**/.list" /> <!--no degree of creativity-->
                 <exclude name="**/src/META-INF/**" /> <!--no degree of creativity-->
+                <exclude name="form/test/unit/data/goldenfiles/*" /> <!--test data-->
             </fileset>
         </rat:report>
     </target>


[10/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PublicPackagesPanel.form
----------------------------------------------------------------------
diff --git a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PublicPackagesPanel.form b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PublicPackagesPanel.form
index 38bb59d..7a74e97 100644
--- a/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PublicPackagesPanel.form
+++ b/maven.apisupport/src/org/netbeans/modules/maven/apisupport/PublicPackagesPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/CheckstylePanel.form
----------------------------------------------------------------------
diff --git a/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/CheckstylePanel.form b/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/CheckstylePanel.form
index ce4bdad..4f8db26 100644
--- a/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/CheckstylePanel.form
+++ b/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/CheckstylePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/codegen/NewLicensePanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewLicensePanel.form b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewLicensePanel.form
index fc8d4be..4d09ca2 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewLicensePanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewLicensePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/codegen/NewMirrorPanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewMirrorPanel.form b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewMirrorPanel.form
index eba7378..abb779e 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewMirrorPanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewMirrorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/codegen/NewPluginPanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewPluginPanel.form b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewPluginPanel.form
index 5bf1eb8..dafb20b 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewPluginPanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewPluginPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/codegen/NewProfilePanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewProfilePanel.form b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewProfilePanel.form
index ec0bd17..b9aaa2c 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/codegen/NewProfilePanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/codegen/NewProfilePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/grammar/ShowEffPomDiffPanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/grammar/ShowEffPomDiffPanel.form b/maven.grammar/src/org/netbeans/modules/maven/grammar/ShowEffPomDiffPanel.form
index 9a3e97d..70b2bcc 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/grammar/ShowEffPomDiffPanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/grammar/ShowEffPomDiffPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/navigator/POMInheritancePanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/navigator/POMInheritancePanel.form b/maven.grammar/src/org/netbeans/modules/maven/navigator/POMInheritancePanel.form
index e5497af..a706682 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/navigator/POMInheritancePanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/navigator/POMInheritancePanel.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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.grammar/src/org/netbeans/modules/maven/navigator/POMModelPanel.form
----------------------------------------------------------------------
diff --git a/maven.grammar/src/org/netbeans/modules/maven/navigator/POMModelPanel.form b/maven.grammar/src/org/netbeans/modules/maven/navigator/POMModelPanel.form
index 2218dc2..5bc838b 100644
--- a/maven.grammar/src/org/netbeans/modules/maven/navigator/POMModelPanel.form
+++ b/maven.grammar/src/org/netbeans/modules/maven/navigator/POMModelPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.graph/src/org/netbeans/modules/maven/graph/DependencyGraphTopComponent.form
----------------------------------------------------------------------
diff --git a/maven.graph/src/org/netbeans/modules/maven/graph/DependencyGraphTopComponent.form b/maven.graph/src/org/netbeans/modules/maven/graph/DependencyGraphTopComponent.form
index b30a158..3095325 100644
--- a/maven.graph/src/org/netbeans/modules/maven/graph/DependencyGraphTopComponent.form
+++ b/maven.graph/src/org/netbeans/modules/maven/graph/DependencyGraphTopComponent.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.graph/src/org/netbeans/modules/maven/graph/FixVersionConflictPanel.form
----------------------------------------------------------------------
diff --git a/maven.graph/src/org/netbeans/modules/maven/graph/FixVersionConflictPanel.form b/maven.graph/src/org/netbeans/modules/maven/graph/FixVersionConflictPanel.form
index befa541..57c5d78 100644
--- a/maven.graph/src/org/netbeans/modules/maven/graph/FixVersionConflictPanel.form
+++ b/maven.graph/src/org/netbeans/modules/maven/graph/FixVersionConflictPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/pom/HintsPanel.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/pom/HintsPanel.form b/maven.hints/src/org/netbeans/modules/maven/hints/pom/HintsPanel.form
index 9dc6285..4a12463 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/pom/HintsPanel.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/pom/HintsPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/pom/JavaNetRepositoryErrorCustomizer.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/pom/JavaNetRepositoryErrorCustomizer.form b/maven.hints/src/org/netbeans/modules/maven/hints/pom/JavaNetRepositoryErrorCustomizer.form
index 6c9f27f..ded7530 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/pom/JavaNetRepositoryErrorCustomizer.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/pom/JavaNetRepositoryErrorCustomizer.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/pom/MoveToDependencyManagementPanel.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/pom/MoveToDependencyManagementPanel.form b/maven.hints/src/org/netbeans/modules/maven/hints/pom/MoveToDependencyManagementPanel.form
index 0b3171d..adeaa08 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/pom/MoveToDependencyManagementPanel.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/pom/MoveToDependencyManagementPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/pom/ParentVersionErrorCustomizer.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/pom/ParentVersionErrorCustomizer.form b/maven.hints/src/org/netbeans/modules/maven/hints/pom/ParentVersionErrorCustomizer.form
index 747b7c0..7deb3eb 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/pom/ParentVersionErrorCustomizer.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/pom/ParentVersionErrorCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/pom/ReleaseVersionErrorCustomizer.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/pom/ReleaseVersionErrorCustomizer.form b/maven.hints/src/org/netbeans/modules/maven/hints/pom/ReleaseVersionErrorCustomizer.form
index b481389..5301f29 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/pom/ReleaseVersionErrorCustomizer.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/pom/ReleaseVersionErrorCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/ui/SearchDependencyUI.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/ui/SearchDependencyUI.form b/maven.hints/src/org/netbeans/modules/maven/hints/ui/SearchDependencyUI.form
index a4deda0..f8cdaee 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/ui/SearchDependencyUI.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/ui/SearchDependencyUI.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.hints/src/org/netbeans/modules/maven/hints/ui/customizers/SearchDependencyCustomizer.form
----------------------------------------------------------------------
diff --git a/maven.hints/src/org/netbeans/modules/maven/hints/ui/customizers/SearchDependencyCustomizer.form b/maven.hints/src/org/netbeans/modules/maven/hints/ui/customizers/SearchDependencyCustomizer.form
index 8ad8e27..e23179f 100644
--- a/maven.hints/src/org/netbeans/modules/maven/hints/ui/customizers/SearchDependencyCustomizer.form
+++ b/maven.hints/src/org/netbeans/modules/maven/hints/ui/customizers/SearchDependencyCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.osgi/src/org/netbeans/modules/maven/osgi/customizer/PackagesPanel.form
----------------------------------------------------------------------
diff --git a/maven.osgi/src/org/netbeans/modules/maven/osgi/customizer/PackagesPanel.form b/maven.osgi/src/org/netbeans/modules/maven/osgi/customizer/PackagesPanel.form
index 61217a3..f0f6ee6 100644
--- a/maven.osgi/src/org/netbeans/modules/maven/osgi/customizer/PackagesPanel.form
+++ b/maven.osgi/src/org/netbeans/modules/maven/osgi/customizer/PackagesPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/FindInRepoPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/FindInRepoPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/FindInRepoPanel.form
index e84d9c1..6af9ecf 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/FindInRepoPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/FindInRepoPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/dependency/ui/AddDependencyUI.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/dependency/ui/AddDependencyUI.form b/maven.repository/src/org/netbeans/modules/maven/repository/dependency/ui/AddDependencyUI.form
index 31aed83..9152f36 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/dependency/ui/AddDependencyUI.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/dependency/ui/AddDependencyUI.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/register/RepositoryRegisterUI.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/register/RepositoryRegisterUI.form b/maven.repository/src/org/netbeans/modules/maven/repository/register/RepositoryRegisterUI.form
index 43b52f8..b487c9b 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/register/RepositoryRegisterUI.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/register/RepositoryRegisterUI.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/BasicArtifactPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/BasicArtifactPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/BasicArtifactPanel.form
index 21405d8..0e353f6 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/BasicArtifactPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/BasicArtifactPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/DependencyPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/DependencyPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/DependencyPanel.form
index 19e28f0..636dc82 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/DependencyPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/DependencyPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusable" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/ErrorPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/ErrorPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/ErrorPanel.form
index abe02f6..e21b793 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/ErrorPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/ErrorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/LicensePanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/LicensePanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/LicensePanel.form
index 6a74977..ccfbefc 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/LicensePanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/LicensePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/MailingListPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/MailingListPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/MailingListPanel.form
index 8219cc3..0611292 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/MailingListPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/MailingListPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven.repository/src/org/netbeans/modules/maven/repository/ui/ProjectInfoPanel.form
----------------------------------------------------------------------
diff --git a/maven.repository/src/org/netbeans/modules/maven/repository/ui/ProjectInfoPanel.form b/maven.repository/src/org/netbeans/modules/maven/repository/ui/ProjectInfoPanel.form
index 667d1f2..ad4c4c3 100644
--- a/maven.repository/src/org/netbeans/modules/maven/repository/ui/ProjectInfoPanel.form
+++ b/maven.repository/src/org/netbeans/modules/maven/repository/ui/ProjectInfoPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/actions/CreateLibraryPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/actions/CreateLibraryPanel.form b/maven/src/org/netbeans/modules/maven/actions/CreateLibraryPanel.form
index 8bd4ae3..2dfba45 100644
--- a/maven/src/org/netbeans/modules/maven/actions/CreateLibraryPanel.form
+++ b/maven/src/org/netbeans/modules/maven/actions/CreateLibraryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.7" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.form b/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.form
index 411f919..5173895 100644
--- a/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.form
+++ b/maven/src/org/netbeans/modules/maven/actions/scm/ui/CheckoutUI.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/actions/usages/ui/UsagesUI.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/actions/usages/ui/UsagesUI.form b/maven/src/org/netbeans/modules/maven/actions/usages/ui/UsagesUI.form
index 91cff52..2c754d9 100644
--- a/maven/src/org/netbeans/modules/maven/actions/usages/ui/UsagesUI.form
+++ b/maven/src/org/netbeans/modules/maven/actions/usages/ui/UsagesUI.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.4" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/configurations/ConfigurationsPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/configurations/ConfigurationsPanel.form b/maven/src/org/netbeans/modules/maven/configurations/ConfigurationsPanel.form
index d884c0b..e29cf07 100644
--- a/maven/src/org/netbeans/modules/maven/configurations/ConfigurationsPanel.form
+++ b/maven/src/org/netbeans/modules/maven/configurations/ConfigurationsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/configurations/NewConfigurationPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/configurations/NewConfigurationPanel.form b/maven/src/org/netbeans/modules/maven/configurations/NewConfigurationPanel.form
index e5c9f6e..3091fc9 100644
--- a/maven/src/org/netbeans/modules/maven/configurations/NewConfigurationPanel.form
+++ b/maven/src/org/netbeans/modules/maven/configurations/NewConfigurationPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/ActionMappings.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/ActionMappings.form b/maven/src/org/netbeans/modules/maven/customizer/ActionMappings.form
index ce1416f..26975d4 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/ActionMappings.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/ActionMappings.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/AddPropertyDialog.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/AddPropertyDialog.form b/maven/src/org/netbeans/modules/maven/customizer/AddPropertyDialog.form
index b2de879..7c3f9bd 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/AddPropertyDialog.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/AddPropertyDialog.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/BasicInfoPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/BasicInfoPanel.form b/maven/src/org/netbeans/modules/maven/customizer/BasicInfoPanel.form
index fa62725..c58b67d 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/BasicInfoPanel.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/BasicInfoPanel.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.form b/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.form
index 7b2be47..649c9f7 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/CompilePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/MainClassChooser.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/MainClassChooser.form b/maven/src/org/netbeans/modules/maven/customizer/MainClassChooser.form
index bdaf566..513c39b 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/MainClassChooser.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/MainClassChooser.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.form b/maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.form
index 958e5cc..65d11df 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/RunJarPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.form b/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.form
index 7450a26..d257967 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/customizer/WarnPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/customizer/WarnPanel.form b/maven/src/org/netbeans/modules/maven/customizer/WarnPanel.form
index 70fc0ed..2eed164 100644
--- a/maven/src/org/netbeans/modules/maven/customizer/WarnPanel.form
+++ b/maven/src/org/netbeans/modules/maven/customizer/WarnPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/dependencies/ExcludeDependencyPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/dependencies/ExcludeDependencyPanel.form b/maven/src/org/netbeans/modules/maven/dependencies/ExcludeDependencyPanel.form
index 7fc090d..58a3f03 100644
--- a/maven/src/org/netbeans/modules/maven/dependencies/ExcludeDependencyPanel.form
+++ b/maven/src/org/netbeans/modules/maven/dependencies/ExcludeDependencyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.7" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/execute/navigator/GoalsPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/execute/navigator/GoalsPanel.form b/maven/src/org/netbeans/modules/maven/execute/navigator/GoalsPanel.form
index 55aafba..4238353 100644
--- a/maven/src/org/netbeans/modules/maven/execute/navigator/GoalsPanel.form
+++ b/maven/src/org/netbeans/modules/maven/execute/navigator/GoalsPanel.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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/execute/ui/RunGoalsPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/execute/ui/RunGoalsPanel.form b/maven/src/org/netbeans/modules/maven/execute/ui/RunGoalsPanel.form
index 43a9a8c..6f466a3 100644
--- a/maven/src/org/netbeans/modules/maven/execute/ui/RunGoalsPanel.form
+++ b/maven/src/org/netbeans/modules/maven/execute/ui/RunGoalsPanel.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/execute/ui/ShowExecutionPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/execute/ui/ShowExecutionPanel.form b/maven/src/org/netbeans/modules/maven/execute/ui/ShowExecutionPanel.form
index 1c6170e..4d7484a 100644
--- a/maven/src/org/netbeans/modules/maven/execute/ui/ShowExecutionPanel.form
+++ b/maven/src/org/netbeans/modules/maven/execute/ui/ShowExecutionPanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.form b/maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.form
index 6fb7e7c..4688231 100644
--- a/maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.form
+++ b/maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/newproject/ChooseArchetypePanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/newproject/ChooseArchetypePanel.form b/maven/src/org/netbeans/modules/maven/newproject/ChooseArchetypePanel.form
index adca397..e199c4b 100644
--- a/maven/src/org/netbeans/modules/maven/newproject/ChooseArchetypePanel.form
+++ b/maven/src/org/netbeans/modules/maven/newproject/ChooseArchetypePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/newproject/UseOpenPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/newproject/UseOpenPanel.form b/maven/src/org/netbeans/modules/maven/newproject/UseOpenPanel.form
index 5af736a..01d1fdd 100644
--- a/maven/src/org/netbeans/modules/maven/newproject/UseOpenPanel.form
+++ b/maven/src/org/netbeans/modules/maven/newproject/UseOpenPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/nodes/AddDependencyPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/nodes/AddDependencyPanel.form b/maven/src/org/netbeans/modules/maven/nodes/AddDependencyPanel.form
index 2ce0125..0a59ac9 100644
--- a/maven/src/org/netbeans/modules/maven/nodes/AddDependencyPanel.form
+++ b/maven/src/org/netbeans/modules/maven/nodes/AddDependencyPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/nodes/InstallDocSourcePanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/nodes/InstallDocSourcePanel.form b/maven/src/org/netbeans/modules/maven/nodes/InstallDocSourcePanel.form
index bdcf9df..051acf9 100644
--- a/maven/src/org/netbeans/modules/maven/nodes/InstallDocSourcePanel.form
+++ b/maven/src/org/netbeans/modules/maven/nodes/InstallDocSourcePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/nodes/InstallPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/nodes/InstallPanel.form b/maven/src/org/netbeans/modules/maven/nodes/InstallPanel.form
index d7725a5..b684f03 100644
--- a/maven/src/org/netbeans/modules/maven/nodes/InstallPanel.form
+++ b/maven/src/org/netbeans/modules/maven/nodes/InstallPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/operations/RenameProjectPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/operations/RenameProjectPanel.form b/maven/src/org/netbeans/modules/maven/operations/RenameProjectPanel.form
index de3857d..d1f9dd5 100644
--- a/maven/src/org/netbeans/modules/maven/operations/RenameProjectPanel.form
+++ b/maven/src/org/netbeans/modules/maven/operations/RenameProjectPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/options/GlobalOptionsPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/options/GlobalOptionsPanel.form b/maven/src/org/netbeans/modules/maven/options/GlobalOptionsPanel.form
index 1f04377..f9539fe 100644
--- a/maven/src/org/netbeans/modules/maven/options/GlobalOptionsPanel.form
+++ b/maven/src/org/netbeans/modules/maven/options/GlobalOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[09/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/options/MavenGroupPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/options/MavenGroupPanel.form b/maven/src/org/netbeans/modules/maven/options/MavenGroupPanel.form
index 3df5d97..6572fc8 100644
--- a/maven/src/org/netbeans/modules/maven/options/MavenGroupPanel.form
+++ b/maven/src/org/netbeans/modules/maven/options/MavenGroupPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/options/SettingsPanel.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/options/SettingsPanel.form b/maven/src/org/netbeans/modules/maven/options/SettingsPanel.form
index faadbcc..54c5ca4 100644
--- a/maven/src/org/netbeans/modules/maven/options/SettingsPanel.form
+++ b/maven/src/org/netbeans/modules/maven/options/SettingsPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/maven/src/org/netbeans/modules/maven/runjar/MainClassChooser.form
----------------------------------------------------------------------
diff --git a/maven/src/org/netbeans/modules/maven/runjar/MainClassChooser.form b/maven/src/org/netbeans/modules/maven/runjar/MainClassChooser.form
index b03a695..43c4599 100644
--- a/maven/src/org/netbeans/modules/maven/runjar/MainClassChooser.form
+++ b/maven/src/org/netbeans/modules/maven/runjar/MainClassChooser.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/options/LabelsPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/options/LabelsPanel.form b/mercurial/src/org/netbeans/modules/mercurial/options/LabelsPanel.form
index 303afd7..e7f3785 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/options/LabelsPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/options/LabelsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/options/MercurialPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/options/MercurialPanel.form b/mercurial/src/org/netbeans/modules/mercurial/options/MercurialPanel.form
index 1da8381..4f711f7 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/options/MercurialPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/options/MercurialPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/options/PropertiesPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/options/PropertiesPanel.form b/mercurial/src/org/netbeans/modules/mercurial/options/PropertiesPanel.form
index e6e12cd..54eddf1 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/options/PropertiesPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/options/PropertiesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/branch/BranchSelectorPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/branch/BranchSelectorPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/branch/BranchSelectorPanel.form
index 2181226..0251fb7 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/branch/BranchSelectorPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/branch/BranchSelectorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="jScrollPane1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/branch/CreateBranchPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/branch/CreateBranchPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/branch/CreateBranchPanel.form
index 0e5adb4..0c384ca 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/branch/CreateBranchPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/branch/CreateBranchPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/clone/ClonePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/clone/ClonePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/clone/ClonePanel.form
index 64bc105..6f82c4e 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/clone/ClonePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/clone/ClonePanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/create/CreatePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/create/CreatePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/create/CreatePanel.form
index faa4d01..396002f 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/create/CreatePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/create/CreatePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffToRevisionPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffToRevisionPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffToRevisionPanel.form
index 3285844..c113f41 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffToRevisionPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffToRevisionPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btnGrp">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportAsFilePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportAsFilePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportAsFilePanel.form
index a474944..b9af3ca 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportAsFilePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportAsFilePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportBundlePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportBundlePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportBundlePanel.form
index 0e94aea..55cd327 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportBundlePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportBundlePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/diff/MultiDiffPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/MultiDiffPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/MultiDiffPanel.form
index d730cd6..3747680 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/MultiDiffPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/diff/MultiDiffPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="viewTypeGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchCriteriaPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchCriteriaPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchCriteriaPanel.form
index b6f36c8..55e6299 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchCriteriaPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchCriteriaPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.form
index f34b5a6..afd6f35 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form
index aa2aa56..01daeaf 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/queues/CommitPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/queues/CommitPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/queues/CommitPanel.form
index a2a3816..9cfb570 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/queues/CommitPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/queues/CommitPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/queues/PatchSeriesPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/queues/PatchSeriesPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/queues/PatchSeriesPanel.form
index b40901a..0739208 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/queues/PatchSeriesPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/queues/PatchSeriesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/BasicPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/BasicPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/BasicPanel.form
index ed7a562..aec76cc 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/BasicPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/BasicPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/RebasePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/RebasePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/RebasePanel.form
index 5eb1efe..79bf92e 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/RebasePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/RebasePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectBasePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectBasePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectBasePanel.form
index 18244f2..a908006 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectBasePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectBasePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectDestPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectDestPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectDestPanel.form
index cd6b972..5f08c20 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectDestPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectDestPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectSourcePanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectSourcePanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectSourcePanel.form
index e793114..2bb8e6b 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectSourcePanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/rebase/SelectSourcePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPanel.form
index e228c46..f726ded 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPickerPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPickerPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPickerPanel.form
index e69b313..391fd8f 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPickerPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/ChangesetPickerPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="jScrollPane1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryDialogPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryDialogPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryDialogPanel.form
index fd5c2d0..636ec59 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryDialogPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryDialogPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryPanel.form
index 1b0459a..072d738 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/RepositoryPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/repository/UserPasswordPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/UserPasswordPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/UserPasswordPanel.form
index 78ef668..122ad8e 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/repository/UserPasswordPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/repository/UserPasswordPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.form
index cd86e2d..d9b9dda 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JComboBox" name="jComboBox1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/tag/CreateTagPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/CreateTagPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/CreateTagPanel.form
index 76387e0..13e8348 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/CreateTagPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/CreateTagPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/tag/RemoveTagPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/RemoveTagPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/RemoveTagPanel.form
index 663b842..595e3dd 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/RemoveTagPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/RemoveTagPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/tag/TagManagerPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/TagManagerPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/TagManagerPanel.form
index 56d365c..fc81881 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/tag/TagManagerPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/tag/TagManagerPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form
index 65ab18e..c1330de 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/CloneDestinationDirectoryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/ClonePathsPanel.form
----------------------------------------------------------------------
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/ClonePathsPanel.form b/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/ClonePathsPanel.form
index fa3a7bd..c3eb3ce 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/ClonePathsPanel.form
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/wizards/ClonePathsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/mylyn.util/src/org/netbeans/modules/mylyn/util/wiki/WikiEditPanel.form
----------------------------------------------------------------------
diff --git a/mylyn.util/src/org/netbeans/modules/mylyn/util/wiki/WikiEditPanel.form b/mylyn.util/src/org/netbeans/modules/mylyn/util/wiki/WikiEditPanel.form
index 3783d77..2ba09c6 100644
--- a/mylyn.util/src/org/netbeans/modules/mylyn/util/wiki/WikiEditPanel.form
+++ b/mylyn.util/src/org/netbeans/modules/mylyn/util/wiki/WikiEditPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/nashorn.execution/src/org/netbeans/modules/nashorn/execution/options/JavaScriptNashornPanel.form
----------------------------------------------------------------------
diff --git a/nashorn.execution/src/org/netbeans/modules/nashorn/execution/options/JavaScriptNashornPanel.form b/nashorn.execution/src/org/netbeans/modules/nashorn/execution/options/JavaScriptNashornPanel.form
index b1867a0..d8e1a1d 100644
--- a/nashorn.execution/src/org/netbeans/modules/nashorn/execution/options/JavaScriptNashornPanel.form
+++ b/nashorn.execution/src/org/netbeans/modules/nashorn/execution/options/JavaScriptNashornPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.form
----------------------------------------------------------------------
diff --git a/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.form b/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.form
index cc621fd..d76ea1a 100644
--- a/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.form
+++ b/notifications/src/org/netbeans/modules/notifications/center/NotificationCenterTopComponent.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/notifications/src/org/netbeans/modules/notifications/filter/CateogoriesPanel.form
----------------------------------------------------------------------
diff --git a/notifications/src/org/netbeans/modules/notifications/filter/CateogoriesPanel.form b/notifications/src/org/netbeans/modules/notifications/filter/CateogoriesPanel.form
index e86e495..2d2c9dd 100644
--- a/notifications/src/org/netbeans/modules/notifications/filter/CateogoriesPanel.form
+++ b/notifications/src/org/netbeans/modules/notifications/filter/CateogoriesPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/notifications/src/org/netbeans/modules/notifications/filter/FilterEditor.form
----------------------------------------------------------------------
diff --git a/notifications/src/org/netbeans/modules/notifications/filter/FilterEditor.form b/notifications/src/org/netbeans/modules/notifications/filter/FilterEditor.form
index 2b636a5..3e4e9ca 100644
--- a/notifications/src/org/netbeans/modules/notifications/filter/FilterEditor.form
+++ b/notifications/src/org/netbeans/modules/notifications/filter/FilterEditor.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
index fcacf4e..3b402e8 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
index 27f3dad..8097a47 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/run/AdvancedActionPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
index fa9ce36..a48f51b 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/CustomizeScriptPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
index 553d3cd..d5dbe7b 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/IntroPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
index 0cb5ad0..e4bfa06 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectFolderPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
index 80ade51..cf2f7f4 100644
--- a/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.form
+++ b/o.apache.tools.ant.module/src/org/apache/tools/ant/module/wizards/shortcut/SelectKeyboardShortcutPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/src/org/netbeans/beaninfo/editors/DimensionCustomEditor.form
----------------------------------------------------------------------
diff --git a/o.n.core/src/org/netbeans/beaninfo/editors/DimensionCustomEditor.form b/o.n.core/src/org/netbeans/beaninfo/editors/DimensionCustomEditor.form
index 6f61601..f02f96d 100644
--- a/o.n.core/src/org/netbeans/beaninfo/editors/DimensionCustomEditor.form
+++ b/o.n.core/src/org/netbeans/beaninfo/editors/DimensionCustomEditor.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/src/org/netbeans/beaninfo/editors/PointCustomEditor.form
----------------------------------------------------------------------
diff --git a/o.n.core/src/org/netbeans/beaninfo/editors/PointCustomEditor.form b/o.n.core/src/org/netbeans/beaninfo/editors/PointCustomEditor.form
index 58db2a0..57b53ef 100644
--- a/o.n.core/src/org/netbeans/beaninfo/editors/PointCustomEditor.form
+++ b/o.n.core/src/org/netbeans/beaninfo/editors/PointCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/src/org/netbeans/beaninfo/editors/StringArrayCustomEditor.form
----------------------------------------------------------------------
diff --git a/o.n.core/src/org/netbeans/beaninfo/editors/StringArrayCustomEditor.form b/o.n.core/src/org/netbeans/beaninfo/editors/StringArrayCustomEditor.form
index 1b6ef18..ec96cc2 100644
--- a/o.n.core/src/org/netbeans/beaninfo/editors/StringArrayCustomEditor.form
+++ b/o.n.core/src/org/netbeans/beaninfo/editors/StringArrayCustomEditor.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
   </SyntheticProperties>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/src/org/netbeans/core/NbAuthenticatorPanel.form
----------------------------------------------------------------------
diff --git a/o.n.core/src/org/netbeans/core/NbAuthenticatorPanel.form b/o.n.core/src/org/netbeans/core/NbAuthenticatorPanel.form
index 166cda9..a5055e4 100644
--- a/o.n.core/src/org/netbeans/core/NbAuthenticatorPanel.form
+++ b/o.n.core/src/org/netbeans/core/NbAuthenticatorPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.form
----------------------------------------------------------------------
diff --git a/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.form b/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.form
index 7442f7c..fa98b17 100644
--- a/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.form
+++ b/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/test/qa-functional/data/SampleProject/src/sampleproject/FormFile.form
----------------------------------------------------------------------
diff --git a/o.n.core/test/qa-functional/data/SampleProject/src/sampleproject/FormFile.form b/o.n.core/test/qa-functional/data/SampleProject/src/sampleproject/FormFile.form
index 42c8312..dbe0b38 100644
--- a/o.n.core/test/qa-functional/data/SampleProject/src/sampleproject/FormFile.form
+++ b/o.n.core/test/qa-functional/data/SampleProject/src/sampleproject/FormFile.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="3"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_Frame.form
----------------------------------------------------------------------
diff --git a/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_Frame.form b/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_Frame.form
index c595ff9..0c04e12 100644
--- a/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_Frame.form
+++ b/o.n.core/test/qa-functional/src/gui/propertyeditors/data/clear_Frame.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.0" type="org.netbeans.modules.form.forminfo.FrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="menuBar" type="java.lang.String" value="(No Menu)"/>



[20/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortPanel.form
index e9137ce..ea7303d 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/SortPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/tasks/TaskNotificationPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/TaskNotificationPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/TaskNotificationPanel.form
index 177c9db..1c70331 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/TaskNotificationPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/TaskNotificationPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/team/TeamRepositoryPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/team/TeamRepositoryPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/team/TeamRepositoryPanel.form
index c2f962b..8a0a4f8 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/team/TeamRepositoryPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/team/TeamRepositoryPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/FindBar.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/FindBar.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/FindBar.form
index a07051e..2cafcbf 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/FindBar.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/FindBar.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/IssueTopComponent.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/IssueTopComponent.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/IssueTopComponent.form
index c62bd04..f26c1e0 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/IssueTopComponent.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/issue/IssueTopComponent.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/query/QueryTopComponent.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/query/QueryTopComponent.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/query/QueryTopComponent.form
index 6188519..165332c 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/query/QueryTopComponent.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/query/QueryTopComponent.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchComboBar.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchComboBar.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchComboBar.form
index f35a9b0..216915d 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchComboBar.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchComboBar.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPanel.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPanel.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPanel.form
index b1e80c0..ed7a074 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPanel.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPopup.form
----------------------------------------------------------------------
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPopup.form b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPopup.form
index 40692e7..a083a39 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPopup.form
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/search/QuickSearchPopup.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/commands/HtmlPanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/commands/HtmlPanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/commands/HtmlPanel.form
index fb6ec2f..ebce4a8 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/commands/HtmlPanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/commands/HtmlPanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.form
index 354bcb6..f7d54c1 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/issue/IssuePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JTextField" name="productField">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/issue/ResolveIssuePanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/issue/ResolveIssuePanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/issue/ResolveIssuePanel.form
index 4e3836c..37006f6 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/issue/ResolveIssuePanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/issue/ResolveIssuePanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form
index 8d1d271..6fbe51a 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="byLastChangePanel">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/repository/NBLoginPanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/repository/NBLoginPanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/repository/NBLoginPanel.form
index 6b50615..97b2b43 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/repository/NBLoginPanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/repository/NBLoginPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/src/org/netbeans/modules/bugzilla/repository/RepositoryPanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/src/org/netbeans/modules/bugzilla/repository/RepositoryPanel.form b/bugzilla/src/org/netbeans/modules/bugzilla/repository/RepositoryPanel.form
index e1223da..cfc354e 100644
--- a/bugzilla/src/org/netbeans/modules/bugzilla/repository/RepositoryPanel.form
+++ b/bugzilla/src/org/netbeans/modules/bugzilla/repository/RepositoryPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/HtmlPanel.form
----------------------------------------------------------------------
diff --git a/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/HtmlPanel.form b/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/HtmlPanel.form
index e535cc5..794796a 100644
--- a/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/HtmlPanel.form
+++ b/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/HtmlPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/code.analysis/src/org/netbeans/modules/analysis/RequiredPluginsPanel.form
----------------------------------------------------------------------
diff --git a/code.analysis/src/org/netbeans/modules/analysis/RequiredPluginsPanel.form b/code.analysis/src/org/netbeans/modules/analysis/RequiredPluginsPanel.form
index 501add7..21da663 100644
--- a/code.analysis/src/org/netbeans/modules/analysis/RequiredPluginsPanel.form
+++ b/code.analysis/src/org/netbeans/modules/analysis/RequiredPluginsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/code.analysis/src/org/netbeans/modules/analysis/RunAnalysisPanel.form
----------------------------------------------------------------------
diff --git a/code.analysis/src/org/netbeans/modules/analysis/RunAnalysisPanel.form b/code.analysis/src/org/netbeans/modules/analysis/RunAnalysisPanel.form
index 65dde38..a24ca0d 100644
--- a/code.analysis/src/org/netbeans/modules/analysis/RunAnalysisPanel.form
+++ b/code.analysis/src/org/netbeans/modules/analysis/RunAnalysisPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="radioButtons">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/code.analysis/src/org/netbeans/modules/analysis/ui/AdjustConfigurationPanel.form
----------------------------------------------------------------------
diff --git a/code.analysis/src/org/netbeans/modules/analysis/ui/AdjustConfigurationPanel.form b/code.analysis/src/org/netbeans/modules/analysis/ui/AdjustConfigurationPanel.form
index 11a2874..409f75b 100644
--- a/code.analysis/src/org/netbeans/modules/analysis/ui/AdjustConfigurationPanel.form
+++ b/code.analysis/src/org/netbeans/modules/analysis/ui/AdjustConfigurationPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.form
----------------------------------------------------------------------
diff --git a/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.form b/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.form
index 14c576c..90e005a 100644
--- a/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.form
+++ b/code.analysis/src/org/netbeans/modules/analysis/ui/AnalysisResultTopComponent.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.browser.webview/src/org/netbeans/core/browser/webview/OldRuntimePanel.form
----------------------------------------------------------------------
diff --git a/core.browser.webview/src/org/netbeans/core/browser/webview/OldRuntimePanel.form b/core.browser.webview/src/org/netbeans/core/browser/webview/OldRuntimePanel.form
index cc86670..90bf820 100644
--- a/core.browser.webview/src/org/netbeans/core/browser/webview/OldRuntimePanel.form
+++ b/core.browser.webview/src/org/netbeans/core/browser/webview/OldRuntimePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbClassPathCustomEditor.form
----------------------------------------------------------------------
diff --git a/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbClassPathCustomEditor.form b/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbClassPathCustomEditor.form
index adf70f5..a74dec3 100644
--- a/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbClassPathCustomEditor.form
+++ b/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbClassPathCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.form
----------------------------------------------------------------------
diff --git a/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.form b/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.form
index b9de896..ddf3493 100644
--- a/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.form
+++ b/core.execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.multitabs/src/org/netbeans/core/multitabs/prefs/InnerTabsPanel.form
----------------------------------------------------------------------
diff --git a/core.multitabs/src/org/netbeans/core/multitabs/prefs/InnerTabsPanel.form b/core.multitabs/src/org/netbeans/core/multitabs/prefs/InnerTabsPanel.form
index e6f2674..7951888 100644
--- a/core.multitabs/src/org/netbeans/core/multitabs/prefs/InnerTabsPanel.form
+++ b/core.multitabs/src/org/netbeans/core/multitabs/prefs/InnerTabsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.multiview/src/org/netbeans/core/multiview/EmptyViewDescription.form
----------------------------------------------------------------------
diff --git a/core.multiview/src/org/netbeans/core/multiview/EmptyViewDescription.form b/core.multiview/src/org/netbeans/core/multiview/EmptyViewDescription.form
index d99fa6c..c1e3923 100644
--- a/core.multiview/src/org/netbeans/core/multiview/EmptyViewDescription.form
+++ b/core.multiview/src/org/netbeans/core/multiview/EmptyViewDescription.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.output2/src/org/netbeans/core/output2/FindDialogPanel.form
----------------------------------------------------------------------
diff --git a/core.output2/src/org/netbeans/core/output2/FindDialogPanel.form b/core.output2/src/org/netbeans/core/output2/FindDialogPanel.form
index 3b0d0142..8d3a19e 100644
--- a/core.output2/src/org/netbeans/core/output2/FindDialogPanel.form
+++ b/core.output2/src/org/netbeans/core/output2/FindDialogPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.output2/src/org/netbeans/core/output2/options/OutputSettingsPanel.form
----------------------------------------------------------------------
diff --git a/core.output2/src/org/netbeans/core/output2/options/OutputSettingsPanel.form b/core.output2/src/org/netbeans/core/output2/options/OutputSettingsPanel.form
index 2e9037e..98061d7 100644
--- a/core.output2/src/org/netbeans/core/output2/options/OutputSettingsPanel.form
+++ b/core.output2/src/org/netbeans/core/output2/options/OutputSettingsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsPanel.form b/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsPanel.form
index 9b0fafc..6ca4877 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/filetypes/NewExtensionPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/NewExtensionPanel.form b/core.ui/src/org/netbeans/core/ui/options/filetypes/NewExtensionPanel.form
index 38c4a0d..e6d3ebc 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/NewExtensionPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/NewExtensionPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsPanel.form b/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsPanel.form
index ed2996f..4077290 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/general/AdvancedProxyPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/AdvancedProxyPanel.form b/core.ui/src/org/netbeans/core/ui/options/general/AdvancedProxyPanel.form
index b323a7f..ea63516 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/AdvancedProxyPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/general/AdvancedProxyPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
index ab99ad1..a589573 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.ui/src/org/netbeans/core/ui/options/general/WebBrowsersOptionsPanel.form
----------------------------------------------------------------------
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/WebBrowsersOptionsPanel.form b/core.ui/src/org/netbeans/core/ui/options/general/WebBrowsersOptionsPanel.form
index 52a4561..8a92702 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/WebBrowsersOptionsPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/general/WebBrowsersOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/design/DesignViewComponent.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/design/DesignViewComponent.form b/core.windows/src/org/netbeans/core/windows/design/DesignViewComponent.form
index d1b3a7a..8fcea49 100644
--- a/core.windows/src/org/netbeans/core/windows/design/DesignViewComponent.form
+++ b/core.windows/src/org/netbeans/core/windows/design/DesignViewComponent.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/documentgroup/ManageGroupsPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/documentgroup/ManageGroupsPanel.form b/core.windows/src/org/netbeans/core/windows/documentgroup/ManageGroupsPanel.form
index c04fe6b..a220b96 100644
--- a/core.windows/src/org/netbeans/core/windows/documentgroup/ManageGroupsPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/documentgroup/ManageGroupsPanel.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/documentgroup/NewGroupPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/documentgroup/NewGroupPanel.form b/core.windows/src/org/netbeans/core/windows/documentgroup/NewGroupPanel.form
index 9cf887c..4b5b49d 100644
--- a/core.windows/src/org/netbeans/core/windows/documentgroup/NewGroupPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/documentgroup/NewGroupPanel.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.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/options/LafPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/options/LafPanel.form b/core.windows/src/org/netbeans/core/windows/options/LafPanel.form
index 94fbb36..0ac2eb0 100644
--- a/core.windows/src/org/netbeans/core/windows/options/LafPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/options/LafPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/options/TabsPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/options/TabsPanel.form b/core.windows/src/org/netbeans/core/windows/options/TabsPanel.form
index 5248fd7..5c49c5e 100644
--- a/core.windows/src/org/netbeans/core/windows/options/TabsPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/options/TabsPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/options/WinSysPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/options/WinSysPanel.form b/core.windows/src/org/netbeans/core/windows/options/WinSysPanel.form
index fe2a75a..ad261a1 100644
--- a/core.windows/src/org/netbeans/core/windows/options/WinSysPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/options/WinSysPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.form b/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.form
index d482d9c..7326f82 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.form
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form
----------------------------------------------------------------------
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form
index 0813389..bdb7d41 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/DeclarationPopup.form
----------------------------------------------------------------------
diff --git a/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/DeclarationPopup.form b/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/DeclarationPopup.form
index 7b9283c..65ef1c6 100644
--- a/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/DeclarationPopup.form
+++ b/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/DeclarationPopup.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/csl.api/src/org/netbeans/modules/csl/editor/overridden/IsOverriddenPopup.form
----------------------------------------------------------------------
diff --git a/csl.api/src/org/netbeans/modules/csl/editor/overridden/IsOverriddenPopup.form b/csl.api/src/org/netbeans/modules/csl/editor/overridden/IsOverriddenPopup.form
index 7b9283c..65ef1c6 100644
--- a/csl.api/src/org/netbeans/modules/csl/editor/overridden/IsOverriddenPopup.form
+++ b/csl.api/src/org/netbeans/modules/csl/editor/overridden/IsOverriddenPopup.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/csl.api/src/org/netbeans/modules/csl/hints/infrastructure/HintsPanel.form
----------------------------------------------------------------------
diff --git a/csl.api/src/org/netbeans/modules/csl/hints/infrastructure/HintsPanel.form b/csl.api/src/org/netbeans/modules/csl/hints/infrastructure/HintsPanel.form
index aebf6df..49d8640 100644
--- a/csl.api/src/org/netbeans/modules/csl/hints/infrastructure/HintsPanel.form
+++ b/csl.api/src/org/netbeans/modules/csl/hints/infrastructure/HintsPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.form
----------------------------------------------------------------------
diff --git a/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.form b/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.form
index b7fc1c6..a4339f4 100644
--- a/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.form
+++ b/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.editor/src/org/netbeans/modules/css/editor/ui/CssRuleCreateActionDialog.form
----------------------------------------------------------------------
diff --git a/css.editor/src/org/netbeans/modules/css/editor/ui/CssRuleCreateActionDialog.form b/css.editor/src/org/netbeans/modules/css/editor/ui/CssRuleCreateActionDialog.form
index 3962ede..318cc3c 100644
--- a/css.editor/src/org/netbeans/modules/css/editor/ui/CssRuleCreateActionDialog.form
+++ b/css.editor/src/org/netbeans/modules/css/editor/ui/CssRuleCreateActionDialog.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="selectRuleButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.editor/src/org/netbeans/modules/css/refactoring/RenamePanel.form
----------------------------------------------------------------------
diff --git a/css.editor/src/org/netbeans/modules/css/refactoring/RenamePanel.form b/css.editor/src/org/netbeans/modules/css/refactoring/RenamePanel.form
index 6f60af5..2a62928 100644
--- a/css.editor/src/org/netbeans/modules/css/refactoring/RenamePanel.form
+++ b/css.editor/src/org/netbeans/modules/css/refactoring/RenamePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.editor/src/org/netbeans/modules/css/refactoring/WhereUsedPanel.form
----------------------------------------------------------------------
diff --git a/css.editor/src/org/netbeans/modules/css/refactoring/WhereUsedPanel.form b/css.editor/src/org/netbeans/modules/css/refactoring/WhereUsedPanel.form
index 2c4d849..0151d7f 100644
--- a/css.editor/src/org/netbeans/modules/css/refactoring/WhereUsedPanel.form
+++ b/css.editor/src/org/netbeans/modules/css/refactoring/WhereUsedPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/RenamePanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/RenamePanel.form b/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/RenamePanel.form
index 05bbc9d..5b9da67 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/RenamePanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/RenamePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/WhereUsedPanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/WhereUsedPanel.form b/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/WhereUsedPanel.form
index c7621a6..220e9e5 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/WhereUsedPanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/editor/refactoring/WhereUsedPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/CustomizerOptionsPanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/CustomizerOptionsPanel.form b/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/CustomizerOptionsPanel.form
index 2de9b94..681e443 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/CustomizerOptionsPanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/CustomizerOptionsPanel.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.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/OptionsPanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/OptionsPanel.form b/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/OptionsPanel.form
index 93ccfc9..1f0f47d 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/OptionsPanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/ui/customizer/OptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/css.prep/src/org/netbeans/modules/css/prep/ui/options/LessOptionsPanel.form
----------------------------------------------------------------------
diff --git a/css.prep/src/org/netbeans/modules/css/prep/ui/options/LessOptionsPanel.form b/css.prep/src/org/netbeans/modules/css/prep/ui/options/LessOptionsPanel.form
index dd1e3f5..6840106 100644
--- a/css.prep/src/org/netbeans/modules/css/prep/ui/options/LessOptionsPanel.form
+++ b/css.prep/src/org/netbeans/modules/css/prep/ui/options/LessOptionsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[13/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/errors/FinalFieldsFromCtorCustomiser.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/errors/FinalFieldsFromCtorCustomiser.form b/java.hints/src/org/netbeans/modules/java/hints/errors/FinalFieldsFromCtorCustomiser.form
index aa3680c..487c616 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/errors/FinalFieldsFromCtorCustomiser.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/errors/FinalFieldsFromCtorCustomiser.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/errors/ImportClassCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/errors/ImportClassCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/errors/ImportClassCustomizer.form
index ac326c3..fa57da7 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/errors/ImportClassCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/errors/ImportClassCustomizer.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/errors/LocalVariableFixCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/errors/LocalVariableFixCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/errors/LocalVariableFixCustomizer.form
index f66657f..f6f69f3 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/errors/LocalVariableFixCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/errors/LocalVariableFixCustomizer.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/errors/SurroundWithTryCatchLog.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/errors/SurroundWithTryCatchLog.form b/java.hints/src/org/netbeans/modules/java/hints/errors/SurroundWithTryCatchLog.form
index b418962..4946c0d 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/errors/SurroundWithTryCatchLog.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/errors/SurroundWithTryCatchLog.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceFieldPanel.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceFieldPanel.form b/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceFieldPanel.form
index 8a5eb81..13fed28 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceFieldPanel.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceFieldPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="initilizeIn">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.form b/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.form
index 403e9f1..d98f510 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="initilizeIn">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/introduce/MethodCandidateChooser.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/introduce/MethodCandidateChooser.form b/java.hints/src/org/netbeans/modules/java/hints/introduce/MethodCandidateChooser.form
index a7fc0dc..f47f724 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/introduce/MethodCandidateChooser.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/introduce/MethodCandidateChooser.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="focusCycleRoot" type="boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/jdk/AddUnderscoresPanel.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/jdk/AddUnderscoresPanel.form b/java.hints/src/org/netbeans/modules/java/hints/jdk/AddUnderscoresPanel.form
index a60bf52..05620c1 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/jdk/AddUnderscoresPanel.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/jdk/AddUnderscoresPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertToDiamondBulkHintPanel.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertToDiamondBulkHintPanel.form b/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertToDiamondBulkHintPanel.form
index 4223e24..7483a2d 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertToDiamondBulkHintPanel.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertToDiamondBulkHintPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/jdk/UseSpecificCatchCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/jdk/UseSpecificCatchCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/jdk/UseSpecificCatchCustomizer.form
index 81e4dc3..8fbc5c5 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/jdk/UseSpecificCatchCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/jdk/UseSpecificCatchCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/suggestions/ConstantNameOptions.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/suggestions/ConstantNameOptions.form b/java.hints/src/org/netbeans/modules/java/hints/suggestions/ConstantNameOptions.form
index cadf922..3e04b36 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/suggestions/ConstantNameOptions.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/suggestions/ConstantNameOptions.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/suggestions/FillSwitchCustomizer.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/suggestions/FillSwitchCustomizer.form b/java.hints/src/org/netbeans/modules/java/hints/suggestions/FillSwitchCustomizer.form
index ccacbef..789334a 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/suggestions/FillSwitchCustomizer.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/suggestions/FillSwitchCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/suggestions/NameAndPackagePanel.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/suggestions/NameAndPackagePanel.form b/java.hints/src/org/netbeans/modules/java/hints/suggestions/NameAndPackagePanel.form
index 7bad0cc..9c27759 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/suggestions/NameAndPackagePanel.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/suggestions/NameAndPackagePanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.hints/src/org/netbeans/modules/java/hints/ui/ClassNameList.form
----------------------------------------------------------------------
diff --git a/java.hints/src/org/netbeans/modules/java/hints/ui/ClassNameList.form b/java.hints/src/org/netbeans/modules/java/hints/ui/ClassNameList.form
index 46ac0a0..2676189 100644
--- a/java.hints/src/org/netbeans/modules/java/hints/ui/ClassNameList.form
+++ b/java.hints/src/org/netbeans/modules/java/hints/ui/ClassNameList.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.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2sedeploy/src/org/netbeans/modules/java/j2sedeploy/ui/JSEDeploymentPanel.form
----------------------------------------------------------------------
diff --git a/java.j2sedeploy/src/org/netbeans/modules/java/j2sedeploy/ui/JSEDeploymentPanel.form b/java.j2sedeploy/src/org/netbeans/modules/java/j2sedeploy/ui/JSEDeploymentPanel.form
index 5ccbbc7..613f19d 100644
--- a/java.j2sedeploy/src/org/netbeans/modules/java/j2sedeploy/ui/JSEDeploymentPanel.form
+++ b/java.j2sedeploy/src/org/netbeans/modules/java/j2sedeploy/ui/JSEDeploymentPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/ui/CreateJREPanel.form
----------------------------------------------------------------------
diff --git a/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/ui/CreateJREPanel.form b/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/ui/CreateJREPanel.form
index 270cb59..7fb3b61 100644
--- a/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/ui/CreateJREPanel.form
+++ b/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/ui/CreateJREPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/wizard/SetUpRemotePlatform.form
----------------------------------------------------------------------
diff --git a/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/wizard/SetUpRemotePlatform.form b/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/wizard/SetUpRemotePlatform.form
index 181b949..aea7dd6 100644
--- a/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/wizard/SetUpRemotePlatform.form
+++ b/java.j2seembedded/src/org/netbeans/modules/java/j2seembedded/wizard/SetUpRemotePlatform.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroupAuth">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddAnnotationProcessor.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddAnnotationProcessor.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddAnnotationProcessor.form
index 449830a..7287e7a 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddAnnotationProcessor.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddAnnotationProcessor.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddProcessorOption.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddProcessorOption.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddProcessorOption.form
index 277c39c..9170826 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddProcessorOption.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/AddProcessorOption.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerApplication.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerApplication.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerApplication.form
index 6ed7717..aa72b93 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerApplication.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerApplication.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerCompile.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerCompile.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerCompile.form
index 517bb49..202d019 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerCompile.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerCompile.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.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJar.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJar.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJar.form
index 3b6c3a2..8457e2e 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJar.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJar.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJavadoc.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJavadoc.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJavadoc.form
index 4a6cde4..340b3fc 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJavadoc.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerJavadoc.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerLibraries.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerLibraries.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerLibraries.form
index 2572b0c..4feda8d 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerLibraries.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerLibraries.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.7" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerRun.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerRun.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerRun.form
index e7e77b5..5e7068a 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerRun.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerRun.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.form
index a5ba284..a42b846 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/CustomizerSources.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/PathsCustomizer.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/PathsCustomizer.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/PathsCustomizer.form
index 847870a..ffb4fa3 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/PathsCustomizer.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/customizer/PathsCustomizer.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.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="jScrollPane1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanelGUI.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanelGUI.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanelGUI.form
index f7a8ce5..9d6120f 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanelGUI.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanelGUI.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelConfigureProjectVisual.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelConfigureProjectVisual.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelConfigureProjectVisual.form
index acd4e1a..bf37eff 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelConfigureProjectVisual.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelConfigureProjectVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelOptionsVisual.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelOptionsVisual.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelOptionsVisual.form
index 4f6e51e..94ea283 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelOptionsVisual.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelOptionsVisual.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelProjectLocationVisual.form
----------------------------------------------------------------------
diff --git a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelProjectLocationVisual.form b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelProjectLocationVisual.form
index 173fb01..4887963 100644
--- a/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelProjectLocationVisual.form
+++ b/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/PanelProjectLocationVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.form
----------------------------------------------------------------------
diff --git a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.form b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.form
index c47984d..0ef9a6b 100644
--- a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.form
+++ b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/BrokenPlatformCustomizer.form
----------------------------------------------------------------------
diff --git a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/BrokenPlatformCustomizer.form b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/BrokenPlatformCustomizer.form
index a1474e2..824d1b3 100644
--- a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/BrokenPlatformCustomizer.form
+++ b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/BrokenPlatformCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/queries/SelectRootsPanel.form
----------------------------------------------------------------------
diff --git a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/queries/SelectRootsPanel.form b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/queries/SelectRootsPanel.form
index c8a9d4e..2a3d9b1 100644
--- a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/queries/SelectRootsPanel.form
+++ b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/queries/SelectRootsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/DetectPanel.form
----------------------------------------------------------------------
diff --git a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/DetectPanel.form b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/DetectPanel.form
index 385fe4a..0f152d3 100644
--- a/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/DetectPanel.form
+++ b/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/DetectPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seprofiles/src/org/netbeans/modules/java/j2seprofiles/ProfilesCustomizer.form
----------------------------------------------------------------------
diff --git a/java.j2seprofiles/src/org/netbeans/modules/java/j2seprofiles/ProfilesCustomizer.form b/java.j2seprofiles/src/org/netbeans/modules/java/j2seprofiles/ProfilesCustomizer.form
index 325392e..ee21f2d 100644
--- a/java.j2seprofiles/src/org/netbeans/modules/java/j2seprofiles/ProfilesCustomizer.form
+++ b/java.j2seprofiles/src/org/netbeans/modules/java/j2seprofiles/ProfilesCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/problems/ResolveBrokenRuntimePlatform.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/problems/ResolveBrokenRuntimePlatform.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/problems/ResolveBrokenRuntimePlatform.form
index 697ab23..9e8c8a0 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/problems/ResolveBrokenRuntimePlatform.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/problems/ResolveBrokenRuntimePlatform.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="actions">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddAnnotationProcessor.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddAnnotationProcessor.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddAnnotationProcessor.form
index 2696afd..e257e08 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddAnnotationProcessor.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddAnnotationProcessor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddProcessorOption.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddProcessorOption.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddProcessorOption.form
index d5c7e51..96ad39c 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddProcessorOption.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AddProcessorOption.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.form
index df3b5e8..4354e01 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerCompile.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerCompile.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerCompile.form
index b901f29..3a118dc 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerCompile.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerCompile.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.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form
index e1189f9..3657e50 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJar.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JCheckBox" name="jCheckBox1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form
index bbc6b34..60cc412 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form
index fd18098..0fc17b3 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.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.7" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form
index 5432edd..9f8fbb7 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form
index 6c41689..7e786ce 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PathsCustomizer.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PathsCustomizer.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PathsCustomizer.form
index 847870a..ffb4fa3 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PathsCustomizer.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PathsCustomizer.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.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JScrollPane" name="jScrollPane1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/ImportFoldersPanel.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/ImportFoldersPanel.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/ImportFoldersPanel.form
index 927fcb4..6713c03 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/ImportFoldersPanel.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/ImportFoldersPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/MoveToModulePathPanelGUI.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/MoveToModulePathPanelGUI.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/MoveToModulePathPanelGUI.form
index 45f69e0..f13860f 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/MoveToModulePathPanelGUI.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/MoveToModulePathPanelGUI.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelConfigureProjectVisual.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelConfigureProjectVisual.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelConfigureProjectVisual.form
index a80424c..3de7e1f 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelConfigureProjectVisual.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelConfigureProjectVisual.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>


[06/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/scope/CustomScopePanel.form
----------------------------------------------------------------------
diff --git a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/scope/CustomScopePanel.form b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/scope/CustomScopePanel.form
index a4f29e1..79c2a6d 100644
--- a/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/scope/CustomScopePanel.form
+++ b/refactoring.java/src/org/netbeans/modules/refactoring/java/ui/scope/CustomScopePanel.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.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/selenium2.server/src/org/netbeans/modules/selenium2/server/Selenium2Customizer.form
----------------------------------------------------------------------
diff --git a/selenium2.server/src/org/netbeans/modules/selenium2/server/Selenium2Customizer.form b/selenium2.server/src/org/netbeans/modules/selenium2/server/Selenium2Customizer.form
index 1cd348b..05273f0 100644
--- a/selenium2.server/src/org/netbeans/modules/selenium2/server/Selenium2Customizer.form
+++ b/selenium2.server/src/org/netbeans/modules/selenium2/server/Selenium2Customizer.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/server/src/org/netbeans/modules/server/ui/manager/ServerManagerPanel.form
----------------------------------------------------------------------
diff --git a/server/src/org/netbeans/modules/server/ui/manager/ServerManagerPanel.form b/server/src/org/netbeans/modules/server/ui/manager/ServerManagerPanel.form
index f6d8670..363263a 100644
--- a/server/src/org/netbeans/modules/server/ui/manager/ServerManagerPanel.form
+++ b/server/src/org/netbeans/modules/server/ui/manager/ServerManagerPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel3">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/server/src/org/netbeans/modules/server/ui/wizard/AvailableProvidersPanel.form
----------------------------------------------------------------------
diff --git a/server/src/org/netbeans/modules/server/ui/wizard/AvailableProvidersPanel.form b/server/src/org/netbeans/modules/server/ui/wizard/AvailableProvidersPanel.form
index c28803c..aeb915c 100644
--- a/server/src/org/netbeans/modules/server/ui/wizard/AvailableProvidersPanel.form
+++ b/server/src/org/netbeans/modules/server/ui/wizard/AvailableProvidersPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="radioGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/server/src/org/netbeans/modules/server/ui/wizard/ServerWizardVisual.form
----------------------------------------------------------------------
diff --git a/server/src/org/netbeans/modules/server/ui/wizard/ServerWizardVisual.form b/server/src/org/netbeans/modules/server/ui/wizard/ServerWizardVisual.form
index 326ad2b..33bc815 100644
--- a/server/src/org/netbeans/modules/server/ui/wizard/ServerWizardVisual.form
+++ b/server/src/org/netbeans/modules/server/ui/wizard/ServerWizardVisual.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spellchecker/src/org/netbeans/modules/spellchecker/options/DictionaryInstallerPanel.form
----------------------------------------------------------------------
diff --git a/spellchecker/src/org/netbeans/modules/spellchecker/options/DictionaryInstallerPanel.form b/spellchecker/src/org/netbeans/modules/spellchecker/options/DictionaryInstallerPanel.form
index f7cb6cd..20701eb 100644
--- a/spellchecker/src/org/netbeans/modules/spellchecker/options/DictionaryInstallerPanel.form
+++ b/spellchecker/src/org/netbeans/modules/spellchecker/options/DictionaryInstallerPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spellchecker/src/org/netbeans/modules/spellchecker/options/SpellcheckerOptionsPanel.form
----------------------------------------------------------------------
diff --git a/spellchecker/src/org/netbeans/modules/spellchecker/options/SpellcheckerOptionsPanel.form b/spellchecker/src/org/netbeans/modules/spellchecker/options/SpellcheckerOptionsPanel.form
index 9113538..27e4df4 100644
--- a/spellchecker/src/org/netbeans/modules/spellchecker/options/SpellcheckerOptionsPanel.form
+++ b/spellchecker/src/org/netbeans/modules/spellchecker/options/SpellcheckerOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/eval/CodeEvaluatorUI.form
----------------------------------------------------------------------
diff --git a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/eval/CodeEvaluatorUI.form b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/eval/CodeEvaluatorUI.form
index dc9516c..8ccbc83 100644
--- a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/eval/CodeEvaluatorUI.form
+++ b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/eval/CodeEvaluatorUI.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JButton" name="evaluateButton">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/models/BreakpointNestedGroupsDialog.form
----------------------------------------------------------------------
diff --git a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/models/BreakpointNestedGroupsDialog.form b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/models/BreakpointNestedGroupsDialog.form
index bfb17d3..d09ad96 100644
--- a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/models/BreakpointNestedGroupsDialog.form
+++ b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/models/BreakpointNestedGroupsDialog.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.form
----------------------------------------------------------------------
diff --git a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.form b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.form
index a21b303..f4e7912 100644
--- a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.form
+++ b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/InfoPanel.form
----------------------------------------------------------------------
diff --git a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/InfoPanel.form b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/InfoPanel.form
index dd8c773..e63bec6 100644
--- a/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/InfoPanel.form
+++ b/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/InfoPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.debugger.ui/test/apps/src/DebuggerTestApplication.form
----------------------------------------------------------------------
diff --git a/spi.debugger.ui/test/apps/src/DebuggerTestApplication.form b/spi.debugger.ui/test/apps/src/DebuggerTestApplication.form
index e88ce1a..2941b70 100644
--- a/spi.debugger.ui/test/apps/src/DebuggerTestApplication.form
+++ b/spi.debugger.ui/test/apps/src/DebuggerTestApplication.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/PerProjectHintsPanelUI.form
----------------------------------------------------------------------
diff --git a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/PerProjectHintsPanelUI.form b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/PerProjectHintsPanelUI.form
index b9eec03..9685252 100644
--- a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/PerProjectHintsPanelUI.form
+++ b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/PerProjectHintsPanelUI.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/AdvancedLocationPanel.form
----------------------------------------------------------------------
diff --git a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/AdvancedLocationPanel.form b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/AdvancedLocationPanel.form
index 39ee0e9..48cbf7f 100644
--- a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/AdvancedLocationPanel.form
+++ b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/AdvancedLocationPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/ProjectHintSettingPanel.form
----------------------------------------------------------------------
diff --git a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/ProjectHintSettingPanel.form b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/ProjectHintSettingPanel.form
index 95334ff..d04c8f1 100644
--- a/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/ProjectHintSettingPanel.form
+++ b/spi.editor.hints.projects/src/org/netbeans/spi/editor/hints/projects/support/ProjectHintSettingPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="settingsSourceSelection">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.navigator/src/org/netbeans/modules/navigator/NavigatorTC.form
----------------------------------------------------------------------
diff --git a/spi.navigator/src/org/netbeans/modules/navigator/NavigatorTC.form b/spi.navigator/src/org/netbeans/modules/navigator/NavigatorTC.form
index b4ca368..a827127 100644
--- a/spi.navigator/src/org/netbeans/modules/navigator/NavigatorTC.form
+++ b/spi.navigator/src/org/netbeans/modules/navigator/NavigatorTC.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.palette/src/org/netbeans/modules/palette/ui/Customizer.form
----------------------------------------------------------------------
diff --git a/spi.palette/src/org/netbeans/modules/palette/ui/Customizer.form b/spi.palette/src/org/netbeans/modules/palette/ui/Customizer.form
index 757e937..3e76a83 100644
--- a/spi.palette/src/org/netbeans/modules/palette/ui/Customizer.form
+++ b/spi.palette/src/org/netbeans/modules/palette/ui/Customizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.form
----------------------------------------------------------------------
diff --git a/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.form b/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.form
index 8a86ce2..f820f03 100644
--- a/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.form
+++ b/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.form
----------------------------------------------------------------------
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.form b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.form
index b596f4c..34e1874 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.form
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SelectConfigFilesPanel.form
----------------------------------------------------------------------
diff --git a/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SelectConfigFilesPanel.form b/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SelectConfigFilesPanel.form
index 15d1ff2..93a7700 100644
--- a/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SelectConfigFilesPanel.form
+++ b/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SelectConfigFilesPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SpringCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SpringCustomizerPanel.form b/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SpringCustomizerPanel.form
index 5280764..a7931a6 100644
--- a/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SpringCustomizerPanel.form
+++ b/spring.beans/src/org/netbeans/modules/spring/beans/ui/customizer/SpringCustomizerPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigGroupVisual.form
----------------------------------------------------------------------
diff --git a/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigGroupVisual.form b/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigGroupVisual.form
index 1b50165..1cdee50 100644
--- a/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigGroupVisual.form
+++ b/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigGroupVisual.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigNamespacesVisual.form
----------------------------------------------------------------------
diff --git a/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigNamespacesVisual.form b/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigNamespacesVisual.form
index 05de287..7b1bd44 100644
--- a/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigNamespacesVisual.form
+++ b/spring.beans/src/org/netbeans/modules/spring/beans/wizards/SpringXMLConfigNamespacesVisual.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/client/AcceptCertificatePanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/client/AcceptCertificatePanel.form b/subversion/src/org/netbeans/modules/subversion/client/AcceptCertificatePanel.form
index 602f444..bd2e6de 100644
--- a/subversion/src/org/netbeans/modules/subversion/client/AcceptCertificatePanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/client/AcceptCertificatePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/client/CommandReport.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/client/CommandReport.form b/subversion/src/org/netbeans/modules/subversion/client/CommandReport.form
index c594349..551e1de 100644
--- a/subversion/src/org/netbeans/modules/subversion/client/CommandReport.form
+++ b/subversion/src/org/netbeans/modules/subversion/client/CommandReport.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/client/MissingClientPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/client/MissingClientPanel.form b/subversion/src/org/netbeans/modules/subversion/client/MissingClientPanel.form
index 4d42b68..5cd7782 100644
--- a/subversion/src/org/netbeans/modules/subversion/client/MissingClientPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/client/MissingClientPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/options/AnnotationSettingsPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/options/AnnotationSettingsPanel.form b/subversion/src/org/netbeans/modules/subversion/options/AnnotationSettingsPanel.form
index 13039ab..be3c6b3 100644
--- a/subversion/src/org/netbeans/modules/subversion/options/AnnotationSettingsPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/options/AnnotationSettingsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/options/EditAnnotationPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/options/EditAnnotationPanel.form b/subversion/src/org/netbeans/modules/subversion/options/EditAnnotationPanel.form
index 6134784..5d2b782 100644
--- a/subversion/src/org/netbeans/modules/subversion/options/EditAnnotationPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/options/EditAnnotationPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/options/LabelsPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/options/LabelsPanel.form b/subversion/src/org/netbeans/modules/subversion/options/LabelsPanel.form
index 303afd7..e7f3785 100644
--- a/subversion/src/org/netbeans/modules/subversion/options/LabelsPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/options/LabelsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/options/SvnOptionsPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/options/SvnOptionsPanel.form b/subversion/src/org/netbeans/modules/subversion/options/SvnOptionsPanel.form
index 5e30486..3d7dfd5 100644
--- a/subversion/src/org/netbeans/modules/subversion/options/SvnOptionsPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/options/SvnOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/browser/ControlPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/browser/ControlPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/browser/ControlPanel.form
index d698e8a..57ed7fb 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/browser/ControlPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/browser/ControlPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/BranchPickerPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/BranchPickerPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/BranchPickerPanel.form
index f5858d1..aadef3e 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/BranchPickerPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/BranchPickerPanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form
index 3d6bfbe..0e0c795 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeBranchPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeBranchPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeBranchPanel.form
index a1e4b81..0f4088c 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeBranchPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeBranchPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeOneFolderPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeOneFolderPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeOneFolderPanel.form
index 2e5341b..bce45d6 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeOneFolderPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeOneFolderPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/MergePanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergePanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergePanel.form
index 1f3b414..2db7a27 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergePanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergePanel.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeSinceOriginPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeSinceOriginPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeSinceOriginPanel.form
index db6f035..25dd9b6 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeSinceOriginPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeSinceOriginPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeTwoFoldersPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeTwoFoldersPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeTwoFoldersPanel.form
index 24634e6..ac5e430 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeTwoFoldersPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/MergeTwoFoldersPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/OneFolderPreviewPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/OneFolderPreviewPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/OneFolderPreviewPanel.form
index 51e67c7..e815180 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/OneFolderPreviewPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/OneFolderPreviewPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/ReintegrateBranchPreviewPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/ReintegrateBranchPreviewPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/ReintegrateBranchPreviewPanel.form
index dc906ae..35f116f 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/ReintegrateBranchPreviewPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/ReintegrateBranchPreviewPanel.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/SinceOriginPreviewPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/SinceOriginPreviewPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/SinceOriginPreviewPanel.form
index 5dbf417..f1d1565 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/SinceOriginPreviewPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/SinceOriginPreviewPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form
index 7eaed4b..b99608d 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/SwitchToPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form
index 589c5ef..a3c338a 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/copy/TwoFoldersPreviewPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/diff/MultiDiffPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/diff/MultiDiffPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/diff/MultiDiffPanel.form
index 688c1e1..f04c364 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/diff/MultiDiffPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/diff/MultiDiffPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="btnGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/diff/SelectDiffTreePanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/diff/SelectDiffTreePanel.form b/subversion/src/org/netbeans/modules/subversion/ui/diff/SelectDiffTreePanel.form
index 2e4cafa..ab2437b 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/diff/SelectDiffTreePanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/diff/SelectDiffTreePanel.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_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/export/ExportPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/export/ExportPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/export/ExportPanel.form
index b2a8340..05c3a01 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/export/ExportPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/export/ExportPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/history/SearchHistoryPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/history/SearchHistoryPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/history/SearchHistoryPanel.form
index 7fc0798..6ba3a6f 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/history/SearchHistoryPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/history/SearchHistoryPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/lock/LockPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/lock/LockPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/lock/LockPanel.form
index 01b44eb..1457d70 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/lock/LockPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/lock/LockPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/relocate/RelocatePanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/relocate/RelocatePanel.form b/subversion/src/org/netbeans/modules/subversion/ui/relocate/RelocatePanel.form
index 30fab9f..57158d9 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/relocate/RelocatePanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/relocate/RelocatePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/repository/HttpPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/repository/HttpPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/repository/HttpPanel.form
index c72a7e4..4404e86 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/repository/HttpPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/repository/HttpPanel.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryDialogPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryDialogPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryDialogPanel.form
index ee4c186..80f21fd 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryDialogPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryDialogPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form
----------------------------------------------------------------------
diff --git a/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form b/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form
index 90f6dc8..845d795 100644
--- a/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form
+++ b/subversion/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">



[12/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelOptionsVisual.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelOptionsVisual.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelOptionsVisual.form
index 88a8e95..937a446 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelOptionsVisual.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelOptionsVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationExtSrc.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationExtSrc.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationExtSrc.form
index 2ab3b78..2e6ae26 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationExtSrc.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationExtSrc.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.form
index 173fb01..4887963 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.form
----------------------------------------------------------------------
diff --git a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.form b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.form
index fbe363d..a53c24e 100644
--- a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.form
+++ b/java.j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.module.graph/src/org/netbeans/modules/java/module/graph/GraphTopComponent.form
----------------------------------------------------------------------
diff --git a/java.module.graph/src/org/netbeans/modules/java/module/graph/GraphTopComponent.form b/java.module.graph/src/org/netbeans/modules/java/module/graph/GraphTopComponent.form
index 180fe79..e835ba0 100644
--- a/java.module.graph/src/org/netbeans/modules/java/module/graph/GraphTopComponent.form
+++ b/java.module.graph/src/org/netbeans/modules/java/module/graph/GraphTopComponent.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JComboBox" name="jComboBox1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.form
----------------------------------------------------------------------
diff --git a/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.form b/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.form
index b7fc1c6..a4339f4 100644
--- a/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.form
+++ b/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.navigation/src/org/netbeans/modules/java/navigation/JavadocTopComponent.form
----------------------------------------------------------------------
diff --git a/java.navigation/src/org/netbeans/modules/java/navigation/JavadocTopComponent.form b/java.navigation/src/org/netbeans/modules/java/navigation/JavadocTopComponent.form
index 18eab47..0e53cae 100644
--- a/java.navigation/src/org/netbeans/modules/java/navigation/JavadocTopComponent.form
+++ b/java.navigation/src/org/netbeans/modules/java/navigation/JavadocTopComponent.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.navigation/src/org/netbeans/modules/java/navigation/hierarchy/HierarchyTopComponent.form
----------------------------------------------------------------------
diff --git a/java.navigation/src/org/netbeans/modules/java/navigation/hierarchy/HierarchyTopComponent.form b/java.navigation/src/org/netbeans/modules/java/navigation/hierarchy/HierarchyTopComponent.form
index 5e404a8..d2ae7bf 100644
--- a/java.navigation/src/org/netbeans/modules/java/navigation/hierarchy/HierarchyTopComponent.form
+++ b/java.navigation/src/org/netbeans/modules/java/navigation/hierarchy/HierarchyTopComponent.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.form
----------------------------------------------------------------------
diff --git a/java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.form b/java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.form
index 0258948..141945a 100644
--- a/java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.form
+++ b/java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" value="Form" noResource="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.platform.ui/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form
----------------------------------------------------------------------
diff --git a/java.platform.ui/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form b/java.platform.ui/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form
index 60bde55..f58ab25 100644
--- a/java.platform.ui/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form
+++ b/java.platform.ui/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel3">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.platform.ui/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form
----------------------------------------------------------------------
diff --git a/java.platform.ui/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form b/java.platform.ui/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form
index 7e65c90..fc8ebc5 100644
--- a/java.platform.ui/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.form
+++ b/java.platform.ui/src/org/netbeans/modules/java/platform/wizard/SelectorPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/modules/java/project/ui/FixPlatform.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixPlatform.form b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixPlatform.form
index 9a84241..ba619d8 100644
--- a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixPlatform.form
+++ b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixPlatform.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.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProfile.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProfile.form b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProfile.form
index 992a660..4b10704 100644
--- a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProfile.form
+++ b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProfile.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProjectSourceLevel.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProjectSourceLevel.form b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProjectSourceLevel.form
index edf3602..c333aa6 100644
--- a/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProjectSourceLevel.form
+++ b/java.project.ui/src/org/netbeans/modules/java/project/ui/FixProjectSourceLevel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/modules/java/project/ui/JavaTargetChooserPanelGUI.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/modules/java/project/ui/JavaTargetChooserPanelGUI.form b/java.project.ui/src/org/netbeans/modules/java/project/ui/JavaTargetChooserPanelGUI.form
index a67bb99..4b5f78e 100644
--- a/java.project.ui/src/org/netbeans/modules/java/project/ui/JavaTargetChooserPanelGUI.form
+++ b/java.project.ui/src/org/netbeans/modules/java/project/ui/JavaTargetChooserPanelGUI.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/spi/java/project/support/ui/EditJarPanel.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/EditJarPanel.form b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/EditJarPanel.form
index 19d6d47..4077e94 100644
--- a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/EditJarPanel.form
+++ b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/EditJarPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizerPanel.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizerPanel.form b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizerPanel.form
index f971783..2b4a3d8 100644
--- a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizerPanel.form
+++ b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizerPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel1.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel1.form b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel1.form
index 88afcd1..7397e21 100644
--- a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel1.form
+++ b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel1.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel2.form
----------------------------------------------------------------------
diff --git a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel2.form b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel2.form
index e54acd8..b0abb2c 100644
--- a/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel2.form
+++ b/java.project.ui/src/org/netbeans/spi/java/project/support/ui/MakeSharableVisualPanel2.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/About.form
----------------------------------------------------------------------
diff --git a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/About.form b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/About.form
index b121c9f..c384e1a 100644
--- a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/About.form
+++ b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/About.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.0" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="jMenuBar1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Finder.form
----------------------------------------------------------------------
diff --git a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Finder.form b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Finder.form
index 18ec66f..8930eb7 100644
--- a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Finder.form
+++ b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Finder.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.0" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="title" type="java.lang.String" value="Find"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Ted.form
----------------------------------------------------------------------
diff --git a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Ted.form b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Ted.form
index 410b010..2cc0d8b 100644
--- a/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Ted.form
+++ b/java.project.ui/test/qa-functional/data/srcroot1/examples/texteditor/Ted.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.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
   <NonVisualComponents>
     <Menu class="javax.swing.JMenuBar" name="jMenuBar1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/classfile/AttachSourcePanel.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/classfile/AttachSourcePanel.form b/java.source/src/org/netbeans/modules/java/classfile/AttachSourcePanel.form
index 4075cfb..1f1dc3b 100644
--- a/java.source/src/org/netbeans/modules/java/classfile/AttachSourcePanel.form
+++ b/java.source/src/org/netbeans/modules/java/classfile/AttachSourcePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/ContainsErrorsWarning.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/ContainsErrorsWarning.form b/java.source/src/org/netbeans/modules/java/ui/ContainsErrorsWarning.form
index 7fc9ebe..22df4d5 100644
--- a/java.source/src/org/netbeans/modules/java/ui/ContainsErrorsWarning.form
+++ b/java.source/src/org/netbeans/modules/java/ui/ContainsErrorsWarning.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtAlignment.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtAlignment.form b/java.source/src/org/netbeans/modules/java/ui/FmtAlignment.form
index b040440..2da4a31 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtAlignment.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtAlignment.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtBlankLines.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtBlankLines.form b/java.source/src/org/netbeans/modules/java/ui/FmtBlankLines.form
index 857ede5..a8a709d 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtBlankLines.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtBlankLines.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtBraces.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtBraces.form b/java.source/src/org/netbeans/modules/java/ui/FmtBraces.form
index accd2b6..2289aaf 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtBraces.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtBraces.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtCodeGeneration.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtCodeGeneration.form b/java.source/src/org/netbeans/modules/java/ui/FmtCodeGeneration.form
index 9a05446..900929c 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtCodeGeneration.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtCodeGeneration.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.8" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtComments.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtComments.form b/java.source/src/org/netbeans/modules/java/ui/FmtComments.form
index 5668e5c..0f9ba73 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtComments.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtComments.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtImports.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtImports.form b/java.source/src/org/netbeans/modules/java/ui/FmtImports.form
index e2d82ba..d3652c7 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtImports.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtImports.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.6" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtNaming.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtNaming.form b/java.source/src/org/netbeans/modules/java/ui/FmtNaming.form
index 4ccb236..67ad4a9 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtNaming.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtNaming.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.8" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtSpaces.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtSpaces.form b/java.source/src/org/netbeans/modules/java/ui/FmtSpaces.form
index 10b834a..97d60b1 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtSpaces.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtSpaces.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtTabsIndents.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtTabsIndents.form b/java.source/src/org/netbeans/modules/java/ui/FmtTabsIndents.form
index 11534ea..54c82c5 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtTabsIndents.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtTabsIndents.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/java.source/src/org/netbeans/modules/java/ui/FmtWrapping.form
----------------------------------------------------------------------
diff --git a/java.source/src/org/netbeans/modules/java/ui/FmtWrapping.form b/java.source/src/org/netbeans/modules/java/ui/FmtWrapping.form
index f433e70..0bacbcf 100644
--- a/java.source/src/org/netbeans/modules/java/ui/FmtWrapping.form
+++ b/java.source/src/org/netbeans/modules/java/ui/FmtWrapping.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javadoc/src/org/netbeans/modules/javadoc/search/IndexSearch.form
----------------------------------------------------------------------
diff --git a/javadoc/src/org/netbeans/modules/javadoc/search/IndexSearch.form b/javadoc/src/org/netbeans/modules/javadoc/search/IndexSearch.form
index b44fab0..ae340c9 100644
--- a/javadoc/src/org/netbeans/modules/javadoc/search/IndexSearch.form
+++ b/javadoc/src/org/netbeans/modules/javadoc/search/IndexSearch.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javadoc/src/org/netbeans/modules/javadoc/search/ReferencesPanel.form
----------------------------------------------------------------------
diff --git a/javadoc/src/org/netbeans/modules/javadoc/search/ReferencesPanel.form b/javadoc/src/org/netbeans/modules/javadoc/search/ReferencesPanel.form
index b27a42f..f00feb2 100644
--- a/javadoc/src/org/netbeans/modules/javadoc/search/ReferencesPanel.form
+++ b/javadoc/src/org/netbeans/modules/javadoc/search/ReferencesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.editor/src/org/netbeans/modules/javafx2/editor/codegen/AddPropertyPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.editor/src/org/netbeans/modules/javafx2/editor/codegen/AddPropertyPanel.form b/javafx2.editor/src/org/netbeans/modules/javafx2/editor/codegen/AddPropertyPanel.form
index fe28e11..4e7c221 100644
--- a/javafx2.editor/src/org/netbeans/modules/javafx2/editor/codegen/AddPropertyPanel.form
+++ b/javafx2.editor/src/org/netbeans/modules/javafx2/editor/codegen/AddPropertyPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="accessGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ChooseOtherPlatformPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ChooseOtherPlatformPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ChooseOtherPlatformPanel.form
index 00f0f49..815a3bf 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ChooseOtherPlatformPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ChooseOtherPlatformPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelConfigureProjectVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelConfigureProjectVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelConfigureProjectVisual.form
index 57d26c3..a841ea2 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelConfigureProjectVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelConfigureProjectVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.form
index 488b6fa..281542e 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationExtSrc.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationExtSrc.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationExtSrc.form
index 2bb8800..c46301c 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationExtSrc.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationExtSrc.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationVisual.form
index 88def8c..41a64d1 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelProjectLocationVisual.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelSourceFolders.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelSourceFolders.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelSourceFolders.form
index c8b47c1..72131d2 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelSourceFolders.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/PanelSourceFolders.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLCSSPanelVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLCSSPanelVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLCSSPanelVisual.form
index ada5fe1..5d058f0 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLCSSPanelVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLCSSPanelVisual.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLControllerPanelVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLControllerPanelVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLControllerPanelVisual.form
index 35a4ea0..d0806c7 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLControllerPanelVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLControllerPanelVisual.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLPanelVisual.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLPanelVisual.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLPanelVisual.form
index c418590..d7f8fd1 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLPanelVisual.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/fxml/ConfigureFXMLPanelVisual.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationClassChooser.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationClassChooser.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationClassChooser.form
index ac14daa..ed9dcbb 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationClassChooser.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationClassChooser.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationMultiPropertyPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationMultiPropertyPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationMultiPropertyPanel.form
index 78dbe04..dec8d61 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationMultiPropertyPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationMultiPropertyPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationPanel.form
index 6666314..c0774e4 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXApplicationPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDeploymentPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDeploymentPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDeploymentPanel.form
index a1b59fb..bf2d9cf 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDeploymentPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDeploymentPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDownloadModePanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDownloadModePanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDownloadModePanel.form
index 342238a..905b482 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDownloadModePanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXDownloadModePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXIconsPanel.form
----------------------------------------------------------------------
diff --git a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXIconsPanel.form b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXIconsPanel.form
index fa5505b..944a57b 100644
--- a/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXIconsPanel.form
+++ b/javafx2.project/src/org/netbeans/modules/javafx2/project/ui/JFXIconsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>



[15/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateRevengDatabaseTablesPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateRevengDatabaseTablesPanel.form b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateRevengDatabaseTablesPanel.form
index db3b8b2..9babd1d 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateRevengDatabaseTablesPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/wizards/HibernateRevengDatabaseTablesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="schemaSource">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hibernate/src/org/netbeans/modules/hibernate/wizards/WizardErrorPanel.form
----------------------------------------------------------------------
diff --git a/hibernate/src/org/netbeans/modules/hibernate/wizards/WizardErrorPanel.form b/hibernate/src/org/netbeans/modules/hibernate/wizards/WizardErrorPanel.form
index 9f613c9..61b814c 100644
--- a/hibernate/src/org/netbeans/modules/hibernate/wizards/WizardErrorPanel.form
+++ b/hibernate/src/org/netbeans/modules/hibernate/wizards/WizardErrorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html.editor/src/org/netbeans/modules/html/editor/HtmlCompletionOptionsPanel.form
----------------------------------------------------------------------
diff --git a/html.editor/src/org/netbeans/modules/html/editor/HtmlCompletionOptionsPanel.form b/html.editor/src/org/netbeans/modules/html/editor/HtmlCompletionOptionsPanel.form
index 5d074e1..4351a88 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/HtmlCompletionOptionsPanel.form
+++ b/html.editor/src/org/netbeans/modules/html/editor/HtmlCompletionOptionsPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html.editor/src/org/netbeans/modules/html/editor/codegen/LoremIpsumPanel.form
----------------------------------------------------------------------
diff --git a/html.editor/src/org/netbeans/modules/html/editor/codegen/LoremIpsumPanel.form b/html.editor/src/org/netbeans/modules/html/editor/codegen/LoremIpsumPanel.form
index 36c6c91..4dfe821 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/codegen/LoremIpsumPanel.form
+++ b/html.editor/src/org/netbeans/modules/html/editor/codegen/LoremIpsumPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html.editor/src/org/netbeans/modules/html/editor/refactoring/ExtractInlinedStylePanel.form
----------------------------------------------------------------------
diff --git a/html.editor/src/org/netbeans/modules/html/editor/refactoring/ExtractInlinedStylePanel.form b/html.editor/src/org/netbeans/modules/html/editor/refactoring/ExtractInlinedStylePanel.form
index 41ad02a..f3493bf 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/refactoring/ExtractInlinedStylePanel.form
+++ b/html.editor/src/org/netbeans/modules/html/editor/refactoring/ExtractInlinedStylePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="refactorToTypeButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html.editor/src/org/netbeans/modules/html/editor/refactoring/ResolveDeclarationsPanel.form
----------------------------------------------------------------------
diff --git a/html.editor/src/org/netbeans/modules/html/editor/refactoring/ResolveDeclarationsPanel.form b/html.editor/src/org/netbeans/modules/html/editor/refactoring/ResolveDeclarationsPanel.form
index ac72ab1..61bb44a 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/refactoring/ResolveDeclarationsPanel.form
+++ b/html.editor/src/org/netbeans/modules/html/editor/refactoring/ResolveDeclarationsPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html.editor/src/org/netbeans/modules/html/editor/ui/ModifyElementRulesPanel.form
----------------------------------------------------------------------
diff --git a/html.editor/src/org/netbeans/modules/html/editor/ui/ModifyElementRulesPanel.form b/html.editor/src/org/netbeans/modules/html/editor/ui/ModifyElementRulesPanel.form
index 47d21ac..c912e3f 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/ui/ModifyElementRulesPanel.form
+++ b/html.editor/src/org/netbeans/modules/html/editor/ui/ModifyElementRulesPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/BrowseFolders.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/BrowseFolders.form b/html/src/org/netbeans/modules/html/palette/BrowseFolders.form
index 128406d..695a2fd 100644
--- a/html/src/org/netbeans/modules/html/palette/BrowseFolders.form
+++ b/html/src/org/netbeans/modules/html/palette/BrowseFolders.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/ACustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/ACustomizer.form b/html/src/org/netbeans/modules/html/palette/items/ACustomizer.form
index 1b48fd9..4a71aa9 100644
--- a/html/src/org/netbeans/modules/html/palette/items/ACustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/ACustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JFileChooser" name="jFileChooser1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/BUTTONCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/BUTTONCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/BUTTONCustomizer.form
index d2b4a67..e415cc8 100644
--- a/html/src/org/netbeans/modules/html/palette/items/BUTTONCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/BUTTONCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/CHECKBOXCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/CHECKBOXCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/CHECKBOXCustomizer.form
index 771175f..d17a270 100644
--- a/html/src/org/netbeans/modules/html/palette/items/CHECKBOXCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/CHECKBOXCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/FILESELCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/FILESELCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/FILESELCustomizer.form
index 1a2e793..c952b76 100644
--- a/html/src/org/netbeans/modules/html/palette/items/FILESELCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/FILESELCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/FORMCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/FORMCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/FORMCustomizer.form
index 963d19c..639ea47 100644
--- a/html/src/org/netbeans/modules/html/palette/items/FORMCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/FORMCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JFileChooser" name="jFileChooser1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/IMGCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/IMGCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/IMGCustomizer.form
index 79a5346..0b2183c 100644
--- a/html/src/org/netbeans/modules/html/palette/items/IMGCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/IMGCustomizer.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.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.JFileChooser" name="jFileChooser1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/INPUTCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/INPUTCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/INPUTCustomizer.form
index 68170f2..b21e7f9 100644
--- a/html/src/org/netbeans/modules/html/palette/items/INPUTCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/INPUTCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/METACustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/METACustomizer.form b/html/src/org/netbeans/modules/html/palette/items/METACustomizer.form
index 2d6201f..526c044 100644
--- a/html/src/org/netbeans/modules/html/palette/items/METACustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/METACustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/OLCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/OLCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/OLCustomizer.form
index 04ee37d..7197805 100644
--- a/html/src/org/netbeans/modules/html/palette/items/OLCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/OLCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/RADIOCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/RADIOCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/RADIOCustomizer.form
index e7becdb..feb5853 100644
--- a/html/src/org/netbeans/modules/html/palette/items/RADIOCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/RADIOCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/SELECTCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/SELECTCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/SELECTCustomizer.form
index 82f1032..03fe1b9 100644
--- a/html/src/org/netbeans/modules/html/palette/items/SELECTCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/SELECTCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.form b/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.form
index 9eb5fc4..e13326a 100644
--- a/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/TABLECustomizer.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/TEXTAREACustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/TEXTAREACustomizer.form b/html/src/org/netbeans/modules/html/palette/items/TEXTAREACustomizer.form
index f76b516..710b1c6 100644
--- a/html/src/org/netbeans/modules/html/palette/items/TEXTAREACustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/TEXTAREACustomizer.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.form
----------------------------------------------------------------------
diff --git a/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.form b/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.form
index 10d51ea..2cc0acd 100644
--- a/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.form
+++ b/html/src/org/netbeans/modules/html/palette/items/ULCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form
----------------------------------------------------------------------
diff --git a/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form b/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form
index 937f9bd..8357d5a 100644
--- a/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form
+++ b/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.form
----------------------------------------------------------------------
diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.form b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.form
index df26375..1c8827f 100644
--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.form
+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hudson.ui/src/org/netbeans/modules/hudson/ui/FormLogin.form
----------------------------------------------------------------------
diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/FormLogin.form b/hudson.ui/src/org/netbeans/modules/hudson/ui/FormLogin.form
index a61a10f..0e0bbb8 100644
--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/FormLogin.form
+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/FormLogin.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hudson.ui/src/org/netbeans/modules/hudson/ui/actions/CreateJobPanel.form
----------------------------------------------------------------------
diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/actions/CreateJobPanel.form b/hudson.ui/src/org/netbeans/modules/hudson/ui/actions/CreateJobPanel.form
index 352cf35..469ed69 100644
--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/actions/CreateJobPanel.form
+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/actions/CreateJobPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hudson.ui/src/org/netbeans/modules/hudson/ui/notification/ProblemPanel.form
----------------------------------------------------------------------
diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/notification/ProblemPanel.form b/hudson.ui/src/org/netbeans/modules/hudson/ui/notification/ProblemPanel.form
index be2bf90..deed554 100644
--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/notification/ProblemPanel.form
+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/notification/ProblemPanel.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/hudson.ui/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.form
----------------------------------------------------------------------
diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.form b/hudson.ui/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.form
index 79abd76..f11d10d 100644
--- a/hudson.ui/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.form
+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.form b/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.form
index d29a809..8e66ae9 100644
--- a/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.form
+++ b/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/InfoPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/InfoPanel.form b/i18n/src/org/netbeans/modules/i18n/InfoPanel.form
index bfb6709..dd2a935 100644
--- a/i18n/src/org/netbeans/modules/i18n/InfoPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/InfoPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.form b/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.form
index 876a9c5..6ef7e42 100644
--- a/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/java/ParamsPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/java/ParamsPanel.form b/i18n/src/org/netbeans/modules/i18n/java/ParamsPanel.form
index 00f7a55..e30ca3d 100644
--- a/i18n/src/org/netbeans/modules/i18n/java/ParamsPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/java/ParamsPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.form b/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.form
index 785afa8..e69b92c 100644
--- a/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/wizard/AdditionalWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form b/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form
index 6766456..a66743c 100644
--- a/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/wizard/ProgressWizardPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/wizard/ProgressWizardPanel.form b/i18n/src/org/netbeans/modules/i18n/wizard/ProgressWizardPanel.form
index 73cb3e1..0ed174b 100644
--- a/i18n/src/org/netbeans/modules/i18n/wizard/ProgressWizardPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/wizard/ProgressWizardPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/i18n/src/org/netbeans/modules/i18n/wizard/TestStringWizardPanel.form
----------------------------------------------------------------------
diff --git a/i18n/src/org/netbeans/modules/i18n/wizard/TestStringWizardPanel.form b/i18n/src/org/netbeans/modules/i18n/wizard/TestStringWizardPanel.form
index dfcf4b2..c61256c 100644
--- a/i18n/src/org/netbeans/modules/i18n/wizard/TestStringWizardPanel.form
+++ b/i18n/src/org/netbeans/modules/i18n/wizard/TestStringWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ide/projectopener/src/org/netbeans/projectopener/BrowseNetBeansDialog.form
----------------------------------------------------------------------
diff --git a/ide/projectopener/src/org/netbeans/projectopener/BrowseNetBeansDialog.form b/ide/projectopener/src/org/netbeans/projectopener/BrowseNetBeansDialog.form
index 0358e42..f019a13 100644
--- a/ide/projectopener/src/org/netbeans/projectopener/BrowseNetBeansDialog.form
+++ b/ide/projectopener/src/org/netbeans/projectopener/BrowseNetBeansDialog.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.0" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ide/projectopener/src/org/netbeans/projectopener/ProxySettingsDialog.form
----------------------------------------------------------------------
diff --git a/ide/projectopener/src/org/netbeans/projectopener/ProxySettingsDialog.form b/ide/projectopener/src/org/netbeans/projectopener/ProxySettingsDialog.form
index 1133e00..5367481 100644
--- a/ide/projectopener/src/org/netbeans/projectopener/ProxySettingsDialog.form
+++ b/ide/projectopener/src/org/netbeans/projectopener/ProxySettingsDialog.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.0" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ide/projectopener/src/org/netbeans/projectopener/SaveProjectDialog.form
----------------------------------------------------------------------
diff --git a/ide/projectopener/src/org/netbeans/projectopener/SaveProjectDialog.form b/ide/projectopener/src/org/netbeans/projectopener/SaveProjectDialog.form
index e8f3592..68af268 100644
--- a/ide/projectopener/src/org/netbeans/projectopener/SaveProjectDialog.form
+++ b/ide/projectopener/src/org/netbeans/projectopener/SaveProjectDialog.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.0" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/image/src/org/netbeans/modules/image/CustomZoomPanel.form
----------------------------------------------------------------------
diff --git a/image/src/org/netbeans/modules/image/CustomZoomPanel.form b/image/src/org/netbeans/modules/image/CustomZoomPanel.form
index 486c517..f24fabe 100644
--- a/image/src/org/netbeans/modules/image/CustomZoomPanel.form
+++ b/image/src/org/netbeans/modules/image/CustomZoomPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ExceptionsPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ExceptionsPanel.form b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ExceptionsPanel.form
index 8982b79..e671f5b 100644
--- a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ExceptionsPanel.form
+++ b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ExceptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/MethodCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/MethodCustomizerPanel.form b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/MethodCustomizerPanel.form
index 0f50f17..8ea0743 100644
--- a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/MethodCustomizerPanel.form
+++ b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/MethodCustomizerPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="finderCardinalityButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ParametersPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ParametersPanel.form b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ParametersPanel.form
index 7c7eea0..0565aa1 100644
--- a/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ParametersPanel.form
+++ b/j2ee.core.utilities/src/org/netbeans/modules/j2ee/core/support/java/method/ParametersPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/CreateRelationshipPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/CreateRelationshipPanel.form b/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/CreateRelationshipPanel.form
index 4117787..83fabc8 100644
--- a/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/CreateRelationshipPanel.form
+++ b/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/CreateRelationshipPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/PickOrCreateFieldPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/PickOrCreateFieldPanel.form b/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/PickOrCreateFieldPanel.form
index 67eceab..65dab67 100644
--- a/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/PickOrCreateFieldPanel.form
+++ b/j2ee.jpa.verification/src/org/netbeans/modules/j2ee/jpa/verification/fixes/PickOrCreateFieldPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.form
index cc62627..d547ecf 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.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.4" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/AddEntityPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/AddEntityPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/AddEntityPanel.form
index b5ca955..429a3cf 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/AddEntityPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/AddEntityPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PersistenceUnitPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PersistenceUnitPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PersistenceUnitPanel.form
index c6719ff..b84ab11 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PersistenceUnitPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PersistenceUnitPanel.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup2">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PropertyPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PropertyPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PropertyPanel.form
index 2436cba..088d7ef 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PropertyPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/unit/PropertyPanel.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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/PersistenceClientEntitySelectionVisual.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/PersistenceClientEntitySelectionVisual.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/PersistenceClientEntitySelectionVisual.form
index 28f6892..7c8d203 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/PersistenceClientEntitySelectionVisual.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/PersistenceClientEntitySelectionVisual.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">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dbscript/DBScriptPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dbscript/DBScriptPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dbscript/DBScriptPanel.form
index 4d1a22d..5544a19 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dbscript/DBScriptPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dbscript/DBScriptPanel.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">
   <Properties>
     <Property name="name" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/EntityWizardPanel.form
----------------------------------------------------------------------
diff --git a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/EntityWizardPanel.form b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/EntityWizardPanel.form
index d5d3779..4c9c9ff 100644
--- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/EntityWizardPanel.form
+++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/entity/EntityWizardPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="persistenceGroup">


[23/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
Adding license header to form files whose adjacent java files have the appropriate license header.


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

Branch: refs/heads/master
Commit: 2861b9c8169c86e0e8a4d0b7c918b6c59849c398
Parents: 6f163f6
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Thu Sep 28 07:38:21 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Sun Oct 1 10:38:04 2017 +0200

----------------------------------------------------------------------
 .../ant/debugger/AdvancedActionPanel.form       | 21 ++++++++++++++++++++
 .../ant/freeform/ui/BasicProjectInfoPanel.form  | 21 ++++++++++++++++++++
 .../freeform/ui/GeneralInformationPanel.form    | 21 ++++++++++++++++++++
 .../ant/freeform/ui/TargetMappingPanel.form     | 21 ++++++++++++++++++++
 .../ant/freeform/ui/UnboundTargetAlert.form     | 21 ++++++++++++++++++++
 .../modules/search/IgnoreListPanel.form         | 21 ++++++++++++++++++++
 .../search/ui/AbstractSearchResultsPanel.form   | 21 ++++++++++++++++++++
 .../matcher/SearchPerformanceComparator.form    | 21 ++++++++++++++++++++
 .../project/ui/customizer/AddFriendPanel.form   | 21 ++++++++++++++++++++
 .../project/ui/customizer/AddModulePanel.form   | 21 ++++++++++++++++++++
 .../ui/customizer/ClusterizeVisualPanel1.form   | 21 ++++++++++++++++++++
 .../ui/customizer/ClusterizeVisualPanel2.form   | 21 ++++++++++++++++++++
 .../ui/customizer/ClusterizeVisualPanel3.form   | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerCompiling.form      | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerDisplay.form        | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerLibraries.form      | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerPackaging.form      | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerSources.form        | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerVersioning.form     | 21 ++++++++++++++++++++
 .../project/ui/customizer/EditClusterPanel.form | 21 ++++++++++++++++++++
 .../ui/customizer/EditDependencyPanel.form      | 21 ++++++++++++++++++++
 .../ui/customizer/EditTestDependencyPanel.form  | 21 ++++++++++++++++++++
 .../project/ui/customizer/NbPropertyPanel.form  | 21 ++++++++++++++++++++
 .../SuiteCustomizerBasicBranding.form           | 21 ++++++++++++++++++++
 .../ui/customizer/SuiteCustomizerLibraries.form | 21 ++++++++++++++++++++
 .../ui/customizer/SuiteCustomizerSources.form   | 21 ++++++++++++++++++++
 .../ui/platform/NbPlatformCustomizer.form       | 21 ++++++++++++++++++++
 .../platform/NbPlatformCustomizerHarness.form   | 21 ++++++++++++++++++++
 .../platform/NbPlatformCustomizerJavadoc.form   | 21 ++++++++++++++++++++
 .../platform/NbPlatformCustomizerModules.form   | 21 ++++++++++++++++++++
 .../platform/NbPlatformCustomizerSources.form   | 21 ++++++++++++++++++++
 .../ui/platform/PlatformChooserVisualPanel.form | 21 ++++++++++++++++++++
 .../ui/platform/PlatformInfoVisualPanel.form    | 21 ++++++++++++++++++++
 .../project/ui/wizard/BasicConfVisualPanel.form | 21 ++++++++++++++++++++
 .../project/ui/wizard/BasicInfoVisualPanel.form | 21 ++++++++++++++++++++
 .../wizard/DefaultSuiteProjectDeletePanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/LibraryStartVisualPanel.form      | 21 ++++++++++++++++++++
 .../project/ui/wizard/TypeChooserPanelImpl.form | 21 ++++++++++++++++++++
 .../apisupport/installer/ui/InstallerPanel.form | 21 ++++++++++++++++++++
 .../project/ui/branding/BasicBrandingPanel.form | 21 ++++++++++++++++++++
 .../ui/branding/BrandingEditorPanel.form        | 21 ++++++++++++++++++++
 ...ionalizationResourceBundleBrandingPanel.form | 21 ++++++++++++++++++++
 .../branding/ResourceBundleBrandingPanel.form   | 21 ++++++++++++++++++++
 .../ui/branding/ResourceBundleKeyPanel.form     | 21 ++++++++++++++++++++
 .../ui/branding/SplashBrandingPanel.form        | 21 ++++++++++++++++++++
 .../ui/branding/WindowSystemBrandingPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/action/ActionTypePanel.form       | 21 ++++++++++++++++++++
 .../ui/wizard/action/GUIRegistrationPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/action/NameIconLocationPanel.form | 21 ++++++++++++++++++++
 .../ui/wizard/action/ShortcutEnterPanel.form    | 21 ++++++++++++++++++++
 .../codegenerator/CodeGeneratorPanel.form       | 21 ++++++++++++++++++++
 .../ui/wizard/html/NameAndLocationPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/javahelp/JavaHelpPanel.form       | 21 ++++++++++++++++++++
 .../ui/wizard/javahint/JavaHintDataPanel.form   | 21 ++++++++++++++++++++
 .../wizard/javahint/JavaHintLocationPanel.form  | 21 ++++++++++++++++++++
 .../project/ui/wizard/layer/LayerPanel.form     | 21 ++++++++++++++++++++
 .../librarydescriptor/NameAndLocationPanel.form | 21 ++++++++++++++++++++
 .../ui/wizard/loader/FileRecognitionPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/loader/NameAndLocationPanel.form  | 21 ++++++++++++++++++++
 .../moduleinstall/ModuleInstallPanel.form       | 21 ++++++++++++++++++++
 .../project/ui/wizard/options/OptionsPanel.form | 21 ++++++++++++++++++++
 .../ui/wizard/options/OptionsPanel0.form        | 21 ++++++++++++++++++++
 .../ui/wizard/project/NameAndLocationPanel.form | 21 ++++++++++++++++++++
 .../ui/wizard/project/SelectProjectPanel.form   | 21 ++++++++++++++++++++
 .../ui/wizard/quicksearch/QuickSearchPanel.form | 21 ++++++++++++++++++++
 .../UpdateCenterRegistrationPanel.form          | 21 ++++++++++++++++++++
 .../ui/wizard/winsys/BasicSettingsPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/winsys/LayoutLaunchingPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/winsys/LayoutSummaryPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/winsys/LayoutWarningPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/winsys/NameAndLocationPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizard/wizard/NameIconLocationPanel.form | 21 ++++++++++++++++++++
 .../ui/wizard/wizard/WizardTypePanel.form       | 21 ++++++++++++++++++++
 .../pluginimporter/ImportManager.form           | 21 ++++++++++++++++++++
 .../org/netbeans/updater/UpdaterFrame.form      | 21 ++++++++++++++++++++
 .../modules/autoupdate/ui/HeaderPanel.form      | 21 ++++++++++++++++++++
 .../modules/autoupdate/ui/PluginManagerUI.form  | 21 ++++++++++++++++++++
 .../modules/autoupdate/ui/ProblemPanel.form     | 21 ++++++++++++++++++++
 .../modules/autoupdate/ui/SettingsTab.form      | 21 ++++++++++++++++++++
 .../netbeans/modules/autoupdate/ui/UnitTab.form | 21 ++++++++++++++++++++
 .../autoupdate/ui/UpdateUnitProviderPanel.form  | 21 ++++++++++++++++++++
 .../ui/wizards/LicenseApprovalPanel.form        | 21 ++++++++++++++++++++
 .../ui/wizards/OperationDescriptionPanel.form   | 21 ++++++++++++++++++++
 .../autoupdate/ui/wizards/OperationPanel.form   | 21 ++++++++++++++++++++
 .../ui/wizards/PanelBodyContainer.form          | 21 ++++++++++++++++++++
 .../ui/wizards/ValidationWarningPanel.form      | 21 ++++++++++++++++++++
 .../org/netbeans/modules/beans/BeanPanelUI.form | 21 ++++++++++++++++++++
 .../modules/beans/EventSetPatternPanel.form     | 21 ++++++++++++++++++++
 .../modules/beans/IdxPropertyPatternPanel.form  | 21 ++++++++++++++++++++
 .../modules/beans/PropertyPatternPanel.form     | 21 ++++++++++++++++++++
 .../modules/beans/UEventSetPatternPanel.form    | 21 ++++++++++++++++++++
 .../beans/addproperty/AddPropertyPanel.form     | 21 ++++++++++++++++++++
 .../bridge/exportdiff/AttachPanel.form          | 21 ++++++++++++++++++++
 .../modules/bugtracking/vcs/FormatPanel.form    | 21 ++++++++++++++++++++
 .../bugtracking/vcs/HgQueueHookPanel.form       | 21 ++++++++++++++++++++
 .../modules/bugtracking/vcs/HookPanel.form      | 21 ++++++++++++++++++++
 .../bugtracking/issuetable/FindInQueryBar.form  | 21 ++++++++++++++++++++
 .../settings/BugtrackingOptionsPanel.form       | 21 ++++++++++++++++++++
 .../bugtracking/settings/DashboardOptions.form  | 21 ++++++++++++++++++++
 .../bugtracking/tasks/ActiveTaskPanel.form      | 21 ++++++++++++++++++++
 .../bugtracking/tasks/CategoryNamePanel.form    | 21 ++++++++++++++++++++
 .../bugtracking/tasks/CategoryPicker.form       | 21 ++++++++++++++++++++
 .../tasks/DashboardTopComponent.form            | 21 ++++++++++++++++++++
 .../modules/bugtracking/tasks/FilterPanel.form  | 21 ++++++++++++++++++++
 .../bugtracking/tasks/QuickSearchPanel.form     | 21 ++++++++++++++++++++
 .../bugtracking/tasks/SchedulingPickerImpl.form | 21 ++++++++++++++++++++
 .../bugtracking/tasks/SortAttributePanel.form   | 21 ++++++++++++++++++++
 .../modules/bugtracking/tasks/SortPanel.form    | 21 ++++++++++++++++++++
 .../tasks/TaskNotificationPanel.form            | 21 ++++++++++++++++++++
 .../bugtracking/team/TeamRepositoryPanel.form   | 21 ++++++++++++++++++++
 .../modules/bugtracking/ui/issue/FindBar.form   | 21 ++++++++++++++++++++
 .../bugtracking/ui/issue/IssueTopComponent.form | 21 ++++++++++++++++++++
 .../bugtracking/ui/query/QueryTopComponent.form | 21 ++++++++++++++++++++
 .../ui/search/QuickSearchComboBar.form          | 21 ++++++++++++++++++++
 .../bugtracking/ui/search/QuickSearchPanel.form | 21 ++++++++++++++++++++
 .../bugtracking/ui/search/QuickSearchPopup.form | 21 ++++++++++++++++++++
 .../modules/bugzilla/commands/HtmlPanel.form    | 21 ++++++++++++++++++++
 .../modules/bugzilla/issue/IssuePanel.form      | 21 ++++++++++++++++++++
 .../bugzilla/issue/ResolveIssuePanel.form       | 21 ++++++++++++++++++++
 .../modules/bugzilla/query/QueryPanel.form      | 21 ++++++++++++++++++++
 .../bugzilla/repository/NBLoginPanel.form       | 21 ++++++++++++++++++++
 .../bugzilla/repository/RepositoryPanel.form    | 21 ++++++++++++++++++++
 .../netbeans/modules/bugzilla/HtmlPanel.form    | 21 ++++++++++++++++++++
 .../modules/analysis/RequiredPluginsPanel.form  | 21 ++++++++++++++++++++
 .../modules/analysis/RunAnalysisPanel.form      | 21 ++++++++++++++++++++
 .../analysis/ui/AdjustConfigurationPanel.form   | 21 ++++++++++++++++++++
 .../analysis/ui/AnalysisResultTopComponent.form | 21 ++++++++++++++++++++
 .../core/browser/webview/OldRuntimePanel.form   | 21 ++++++++++++++++++++
 .../editors/NbClassPathCustomEditor.form        | 21 ++++++++++++++++++++
 .../NbProcessDescriptorCustomEditor.form        | 21 ++++++++++++++++++++
 .../core/multitabs/prefs/InnerTabsPanel.form    | 21 ++++++++++++++++++++
 .../core/multiview/EmptyViewDescription.form    | 21 ++++++++++++++++++++
 .../netbeans/core/output2/FindDialogPanel.form  | 21 ++++++++++++++++++++
 .../output2/options/OutputSettingsPanel.form    | 21 ++++++++++++++++++++
 .../filetypes/FileAssociationsPanel.form        | 21 ++++++++++++++++++++
 .../ui/options/filetypes/NewExtensionPanel.form | 21 ++++++++++++++++++++
 .../core/ui/options/filetypes/OpenAsPanel.form  | 21 ++++++++++++++++++++
 .../ui/options/general/AdvancedProxyPanel.form  | 21 ++++++++++++++++++++
 .../ui/options/general/GeneralOptionsPanel.form | 21 ++++++++++++++++++++
 .../general/WebBrowsersOptionsPanel.form        | 21 ++++++++++++++++++++
 .../windows/design/DesignViewComponent.form     | 21 ++++++++++++++++++++
 .../documentgroup/ManageGroupsPanel.form        | 21 ++++++++++++++++++++
 .../windows/documentgroup/NewGroupPanel.form    | 21 ++++++++++++++++++++
 .../netbeans/core/windows/options/LafPanel.form | 21 ++++++++++++++++++++
 .../core/windows/options/TabsPanel.form         | 21 ++++++++++++++++++++
 .../core/windows/options/WinSysPanel.form       | 21 ++++++++++++++++++++
 .../core/windows/view/ui/DocumentsDlg.form      | 21 ++++++++++++++++++++
 .../view/ui/toolbars/ConfigureToolbarPanel.form | 21 ++++++++++++++++++++
 .../csl/editor/hyperlink/DeclarationPopup.form  | 21 ++++++++++++++++++++
 .../editor/overridden/IsOverriddenPopup.form    | 21 ++++++++++++++++++++
 .../csl/hints/infrastructure/HintsPanel.form    | 21 ++++++++++++++++++++
 .../csl/navigation/ClassMemberPanelUI.form      | 21 ++++++++++++++++++++
 .../editor/ui/CssRuleCreateActionDialog.form    | 21 ++++++++++++++++++++
 .../modules/css/refactoring/RenamePanel.form    | 21 ++++++++++++++++++++
 .../modules/css/refactoring/WhereUsedPanel.form | 21 ++++++++++++++++++++
 .../prep/editor/refactoring/RenamePanel.form    | 21 ++++++++++++++++++++
 .../prep/editor/refactoring/WhereUsedPanel.form | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerOptionsPanel.form   | 21 ++++++++++++++++++++
 .../css/prep/ui/customizer/OptionsPanel.form    | 21 ++++++++++++++++++++
 .../css/prep/ui/options/LessOptionsPanel.form   | 21 ++++++++++++++++++++
 .../css/prep/ui/options/SassOptionsPanel.form   | 21 ++++++++++++++++++++
 .../modules/css/visual/CreateRulePanel.form     | 21 ++++++++++++++++++++
 .../modules/css/visual/CssStylesPanel.form      | 21 ++++++++++++++++++++
 .../modules/css/visual/DocumentViewPanel.form   | 21 ++++++++++++++++++++
 .../modules/css/visual/EditRulesPanel.form      | 21 ++++++++++++++++++++
 .../modules/css/visual/RuleEditorPanel.form     | 21 ++++++++++++++++++++
 .../css/visual/SelectorsGroupEditor.form        | 21 ++++++++++++++++++++
 .../db/sql/execute/ui/SQLHistoryPanel.form      | 21 ++++++++++++++++++++
 .../db/dataview/output/InsertRecordDialog.form  | 21 ++++++++++++++++++++
 .../db/dataview/output/ShowSQLDialog.form       | 21 ++++++++++++++++++++
 .../ui/SelectInstallationPanel.form             | 21 ++++++++++++++++++++
 .../db/mysql/ui/AdminPropertiesPanel.form       | 21 ++++++++++++++++++++
 .../db/mysql/ui/BasePropertiesPanel.form        | 21 ++++++++++++++++++++
 .../db/mysql/ui/CreateDatabasePanel.form        | 21 ++++++++++++++++++++
 .../ui/actions/SelectConnectionPanel.form       | 21 ++++++++++++++++++++
 .../querybuilder/ParameterizedQueryDialog.form  | 21 ++++++++++++++++++++
 .../visualeditor/ui/ConnectionStatusPanel.form  | 21 ++++++++++++++++++++
 .../db/explorer/dlg/AddDriverDialog.form        | 21 ++++++++++++++++++++
 .../db/explorer/dlg/ChoosingDriverUI.form       | 21 ++++++++++++++++++++
 .../modules/db/explorer/dlg/ConnectPanel.form   | 21 ++++++++++++++++++++
 .../db/explorer/dlg/ConnectProgressDialog.form  | 21 ++++++++++++++++++++
 .../db/explorer/dlg/ConnectionNamePanel.form    | 21 ++++++++++++++++++++
 .../db/explorer/dlg/GrabTableProgressPanel.form | 21 ++++++++++++++++++++
 .../db/explorer/dlg/LabeledTextFieldDialog.form | 21 ++++++++++++++++++++
 .../db/explorer/dlg/NewConnectionPanel.form     | 21 ++++++++++++++++++++
 .../modules/db/explorer/dlg/SchemaPanel.form    | 21 ++++++++++++++++++++
 .../db/explorer/dlg/ViewProcedureDialog.form    | 21 ++++++++++++++++++++
 .../modules/db/util/PropertyEditorPanel.form    | 21 ++++++++++++++++++++
 .../jdbcimpl/wizard/ChooseConnectionPanel.form  | 21 ++++++++++++++++++++
 .../wizard/DBSchemaConnectionPanel.form         | 21 ++++++++++++++++++++
 .../jdbcimpl/wizard/DBSchemaTablesPanel.form    | 21 ++++++++++++++++++++
 .../dbschema/jdbcimpl/wizard/ProgressFrame.form | 21 ++++++++++++++++++++
 .../dbschema/jdbcimpl/wizard/ProgressPanel.form | 21 ++++++++++++++++++++
 .../jpda/ui/breakpoints/ActionsPanel.form       | 21 ++++++++++++++++++++
 .../ui/breakpoints/ClassBreakpointPanel.form    | 21 ++++++++++++++++++++
 .../jpda/ui/breakpoints/ConditionsPanel.form    | 21 ++++++++++++++++++++
 .../breakpoints/ExceptionBreakpointPanel.form   | 21 ++++++++++++++++++++
 .../ui/breakpoints/FieldBreakpointPanel.form    | 21 ++++++++++++++++++++
 .../ui/breakpoints/LineBreakpointPanel.form     | 21 ++++++++++++++++++++
 .../ui/breakpoints/MethodBreakpointPanel.form   | 21 ++++++++++++++++++++
 .../ui/breakpoints/ThreadBreakpointPanel.form   | 21 ++++++++++++++++++++
 .../ui/options/CategoryPanelFormatters.form     | 21 ++++++++++++++++++++
 .../jpda/ui/options/CategoryPanelGeneral.form   | 21 ++++++++++++++++++++
 .../ui/options/CategoryPanelStepFilters.form    | 21 ++++++++++++++++++++
 .../jpda/ui/options/JavaDebuggerPanel.form      | 21 ++++++++++++++++++++
 .../ui/options/VariableFormatterEditPanel.form  | 21 ++++++++++++++++++++
 .../breakpoints/ComponentBreakpointPanel.form   | 21 ++++++++++++++++++++
 .../jpda/visual/models/SelectEventsPanel.form   | 21 ++++++++++++++++++++
 .../visual/options/CategoryPanelVisual.form     | 21 ++++++++++++++++++++
 .../modules/derby/ui/CreateDatabasePanel.form   | 21 ++++++++++++++++++++
 .../derby/ui/CreateSampleDatabasePanel.form     | 21 ++++++++++++++++++++
 .../modules/derby/ui/DerbyPropertiesPanel.form  | 21 ++++++++++++++++++++
 .../derby/ui/SecurityManagerBugPanel.form       | 21 ++++++++++++++++++++
 .../modules/diff/EditorBufferSelectorPanel.form | 21 ++++++++++++++++++++
 .../modules/diff/builtin/DiffPresenter.form     | 21 ++++++++++++++++++++
 .../modules/diff/builtin/SingleDiffPanel.form   | 21 ++++++++++++++++++++
 .../diff/builtin/visualizer/DiffPanel.form      | 21 ++++++++++++++++++++
 .../diff/builtin/visualizer/DiffViewImpl.form   | 21 ++++++++++++++++++++
 .../modules/diff/options/DiffColorsPanel.form   | 21 ++++++++++++++++++++
 .../modules/diff/options/DiffOptionsPanel.form  | 21 ++++++++++++++++++++
 .../visualizer/MergeDialogComponent.form        | 21 ++++++++++++++++++++
 .../merge/builtin/visualizer/MergePanel.form    | 21 ++++++++++++++++++++
 .../nativeexecution/ui/AuthTypeSelectorDlg.form | 21 ++++++++++++++++++++
 .../ui/AuthenticationSettingsPanel.form         | 21 ++++++++++++++++++++
 .../nativeexecution/ui/CertPassphraseDlg.form   | 21 ++++++++++++++++++++
 .../ui/GrantPrivilegesDialog.form               | 21 ++++++++++++++++++++
 .../modules/nativeexecution/ui/PasswordDlg.form | 21 ++++++++++++++++++++
 .../nativeexecution/ui/SSHKeysPanel.form        | 21 ++++++++++++++++++++
 .../ui/ShellValidationStatusPanel.form          | 21 ++++++++++++++++++++
 .../dlight/terminal/ui/RemoteInfoDialog.form    | 21 ++++++++++++++++++++
 .../ui/TerminalContainerTopComponent.form       | 21 ++++++++++++++++++++
 .../docker/ui/build2/BuildContextVisual.form    | 21 ++++++++++++++++++++
 .../docker/ui/build2/BuildInstanceVisual.form   | 21 ++++++++++++++++++++
 .../docker/ui/build2/BuildOptionsVisual.form    | 21 ++++++++++++++++++++
 .../modules/docker/ui/commit/CommitPanel.form   | 21 ++++++++++++++++++++
 .../ui/credentials/CredentialsListPanel.form    | 21 ++++++++++++++++++++
 .../docker/ui/credentials/CredentialsPanel.form | 21 ++++++++++++++++++++
 .../docker/ui/node/ViewPortBindingsPanel.form   | 21 ++++++++++++++++++++
 .../docker/ui/pull/DockerHubSearchPanel.form    | 21 ++++++++++++++++++++
 .../modules/docker/ui/rename/RenamePanel.form   | 21 ++++++++++++++++++++
 .../ui/run/RunContainerPropertiesVisual.form    | 21 ++++++++++++++++++++
 .../docker/ui/run/RunPortBindingsVisual.form    | 21 ++++++++++++++++++++
 .../modules/docker/ui/tag/TagPanel.form         | 21 ++++++++++++++++++++
 .../ui/wizard/ConfigurationLinuxPanel.form      | 21 ++++++++++++++++++++
 .../docker/ui/wizard/ConfigurationPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/DockerConnectionVisual.form       | 21 ++++++++++++++++++++
 .../bookmarks/ui/GotoLineOrBookmarkPanel.form   | 21 ++++++++++++++++++++
 .../editor/bracesmatching/ControlPanel.form     | 21 ++++++++++++++++++++
 .../storage/ui/CodeTemplatesPanel.form          | 21 ++++++++++++++++++++
 .../editor/fold/ui/DefaultFoldingOptions.form   | 21 ++++++++++++++++++++
 .../editor/fold/ui/FoldOptionsPanel.form        | 21 ++++++++++++++++++++
 .../editor/global/format/ConfirmationPanel.form | 21 ++++++++++++++++++++
 .../project/FormattingCustomizerPanel.form      | 21 ++++++++++++++++++++
 .../netbeans/editor/KeySequenceInputPanel.form  | 21 ++++++++++++++++++++
 .../src/org/netbeans/editor/MacroSavePanel.form | 21 ++++++++++++++++++++
 .../netbeans/editor/ext/GotoDialogPanel.form    | 21 ++++++++++++++++++++
 .../macros/storage/ui/MacrosNamePanel.form      | 21 ++++++++++++++++++++
 .../editor/macros/storage/ui/MacrosPanel.form   | 21 ++++++++++++++++++++
 .../org/netbeans/editor/example/Editor.form     | 21 ++++++++++++++++++++
 .../editor/codegen/GenerateCodePanel.form       | 21 ++++++++++++++++++++
 .../org/netbeans/test/editor/data/GuiPanel.form | 21 ++++++++++++++++++++
 .../findbugs/installer/FindBugsPanel.form       | 21 ++++++++++++++++++++
 .../modules/form/j2ee/JPADataImporter.form      | 21 ++++++++++++++++++++
 .../modules/form/j2ee/wizard/DetailPanel.form   | 21 ++++++++++++++++++++
 .../modules/form/j2ee/wizard/MasterPanel.form   | 21 ++++++++++++++++++++
 .../modules/form/BindingCustomizer.form         | 21 ++++++++++++++++++++
 .../modules/form/ConnectionCustomEditor.form    | 21 ++++++++++++++++++++
 .../netbeans/modules/form/CustomCodeView.form   | 21 ++++++++++++++++++++
 .../modules/form/EventCustomEditor.form         | 21 ++++++++++++++++++++
 .../org/netbeans/modules/form/ListSelector.form | 21 ++++++++++++++++++++
 .../org/netbeans/modules/form/MethodPicker.form | 21 ++++++++++++++++++++
 .../netbeans/modules/form/ParametersPicker.form | 21 ++++++++++++++++++++
 .../netbeans/modules/form/PropertyPicker.form   | 21 ++++++++++++++++++++
 .../form/actions/EditLayoutSpacePanel.form      | 21 ++++++++++++++++++++
 .../modules/form/editors/CustomCodeEditor.form  | 21 ++++++++++++++++++++
 .../modules/form/editors/CustomIconEditor.form  | 21 ++++++++++++++++++++
 .../modules/form/editors/FormatSelector.form    | 21 ++++++++++++++++++++
 .../form/editors/SpinnerEditorEditor.form       | 21 ++++++++++++++++++++
 .../form/editors/StringArrayCustomEditor.form   | 21 ++++++++++++++++++++
 .../modules/form/editors/TableCustomizer.form   | 21 ++++++++++++++++++++
 .../form/editors2/JTableHeaderEditor.form       | 21 ++++++++++++++++++++
 .../form/editors2/SpinnerModelEditor.form       | 21 ++++++++++++++++++++
 .../form/editors2/TreeModelCustomizer.form      | 21 ++++++++++++++++++++
 .../griddesigner/GridBagCustomizer.form         | 21 ++++++++++++++++++++
 .../modules/form/wizard/ConnectionPanel1.form   | 21 ++++++++++++++++++++
 .../modules/form/wizard/ConnectionPanel2.form   | 21 ++++++++++++++++++++
 .../modules/form/wizard/ConnectionPanel3.form   | 21 ++++++++++++++++++++
 .../data/OpenForm/ConnectionPanel1.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/ConnectionPanel2.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/ConnectionPanel3.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/CustomCodeEditor.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/EventCustomEditor.form        | 21 ++++++++++++++++++++
 .../data/OpenForm/FormCustomEditor.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/FormCustomEditorAdvanced.form | 21 ++++++++++++++++++++
 .../data/OpenForm/MethodPicker.form             | 21 ++++++++++++++++++++
 .../data/OpenForm/ParametersPicker.form         | 21 ++++++++++++++++++++
 .../data/OpenForm/PropertyPicker.form           | 21 ++++++++++++++++++++
 .../data/OpenForm/StringArrayCustomEditor.form  | 21 ++++++++++++++++++++
 .../src/data/clear_JFrame.form                  | 21 ++++++++++++++++++++
 .../SampleDesktopAboutBox.form                  | 21 ++++++++++++++++++++
 .../SampleDesktopView.form                      | 21 ++++++++++++++++++++
 .../src/data/ConvertorAndValidatorTest.form     | 21 ++++++++++++++++++++
 .../src/data/CustomComponentForm.form           | 21 ++++++++++++++++++++
 .../SampleProject/src/data/FrameWithBundle.form | 21 ++++++++++++++++++++
 .../src/data/FrameWithBundleToMove.form         | 21 ++++++++++++++++++++
 .../data/SampleProject/src/data/Gaps.form       | 21 ++++++++++++++++++++
 .../data/RenameComponentVariableTestFrame.form  | 21 ++++++++++++++++++++
 .../SampleProject/src/data/clear_Frame.form     | 21 ++++++++++++++++++++
 .../SampleProject/src/data/clear_JFrame.form    | 21 ++++++++++++++++++++
 .../formatting/testAdvancedIndentation.form     | 21 ++++++++++++++++++++
 .../editor/formatting/testBasicIndentation.form | 21 ++++++++++++++++++++
 .../test/editor/formatting/testReformat.form    | 21 ++++++++++++++++++++
 .../test/editor/formatting/testReformat2.form   | 21 ++++++++++++++++++++
 .../modules/git/client/CommandReport.form       | 21 ++++++++++++++++++++
 .../modules/git/options/GitOptionsPanel.form    | 21 ++++++++++++++++++++
 .../modules/git/options/LabelsPanel.form        | 21 ++++++++++++++++++++
 .../modules/git/ui/branch/CherryPickPanel.form  | 21 ++++++++++++++++++++
 .../git/ui/branch/CreateBranchPanel.form        | 21 ++++++++++++++++++++
 .../git/ui/branch/SelectTrackedBranchPanel.form | 21 ++++++++++++++++++++
 .../git/ui/checkout/CheckoutPathsPanel.form     | 21 ++++++++++++++++++++
 .../git/ui/checkout/CheckoutRevisionPanel.form  | 21 ++++++++++++++++++++
 .../git/ui/checkout/RevertChangesPanel.form     | 21 ++++++++++++++++++++
 .../git/ui/clone/CloneDestinationPanel.form     | 21 ++++++++++++++++++++
 .../git/ui/clone/RepositoryStepPanel.form       | 21 ++++++++++++++++++++
 .../modules/git/ui/commit/CommitPanel.form      | 21 ++++++++++++++++++++
 .../ui/conflicts/ResolveTreeConflictPanel.form  | 21 ++++++++++++++++++++
 .../git/ui/diff/DiffToRevisionPanel.form        | 21 ++++++++++++++++++++
 .../modules/git/ui/diff/ExportAsFilePanel.form  | 21 ++++++++++++++++++++
 .../modules/git/ui/diff/ExportCommitPanel.form  | 21 ++++++++++++++++++++
 .../modules/git/ui/diff/MultiDiffPanel.form     | 21 ++++++++++++++++++++
 .../git/ui/history/SearchCriteriaPanel.form     | 21 ++++++++++++++++++++
 .../git/ui/history/SearchHistoryPanel.form      | 21 ++++++++++++++++++++
 .../netbeans/modules/git/ui/init/InitPanel.form | 21 ++++++++++++++++++++
 .../git/ui/merge/MergeRevisionPanel.form        | 21 ++++++++++++++++++++
 .../modules/git/ui/rebase/BasicPanel.form       | 21 ++++++++++++++++++++
 .../modules/git/ui/rebase/RebasePanel.form      | 21 ++++++++++++++++++++
 .../modules/git/ui/rebase/SelectDestPanel.form  | 21 ++++++++++++++++++++
 .../git/ui/repository/ControlToolbar.form       | 21 ++++++++++++++++++++
 .../ui/repository/RepositoryBrowserPanel.form   | 21 ++++++++++++++++++++
 .../git/ui/repository/RevisionDialog.form       | 21 ++++++++++++++++++++
 .../git/ui/repository/RevisionInfoPanel.form    | 21 ++++++++++++++++++++
 .../git/ui/repository/RevisionListPanel.form    | 21 ++++++++++++++++++++
 .../git/ui/repository/RevisionPickerDialog.form | 21 ++++++++++++++++++++
 .../git/ui/repository/SelectBranchPanel.form    | 21 ++++++++++++++++++++
 .../remote/RemoteRepositoryPanel.form           | 21 ++++++++++++++++++++
 .../git/ui/repository/remote/SSHPanel.form      | 21 ++++++++++++++++++++
 .../ui/repository/remote/SelectUriPanel.form    | 21 ++++++++++++++++++++
 .../ui/repository/remote/UserPasswordPanel.form | 21 ++++++++++++++++++++
 .../modules/git/ui/reset/ResetPanel.form        | 21 ++++++++++++++++++++
 .../git/ui/revert/RevertCommitPanel.form        | 21 ++++++++++++++++++++
 .../modules/git/ui/selectors/ItemsPanel.form    | 21 ++++++++++++++++++++
 .../modules/git/ui/stash/SaveStashPanel.form    | 21 ++++++++++++++++++++
 .../modules/git/ui/status/VersioningPanel.form  | 21 ++++++++++++++++++++
 .../modules/git/ui/tag/CreateTagPanel.form      | 21 ++++++++++++++++++++
 .../modules/git/ui/tag/ManageTagsPanel.form     | 21 ++++++++++++++++++++
 .../gototest/OppositeCandidateChooser.form      | 21 ++++++++++++++++++++
 .../CoverageReportTopComponent.form             | 21 ++++++++++++++++++++
 .../gsf/codecoverage/CoverageSideBar.form       | 21 ++++++++++++++++++++
 .../hqleditor/ui/HQLEditorTopComponent.form     | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/BrowseFolders.form    | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/ClassCachePanel.form  | 21 ++++++++++++++++++++
 .../cfg/multiview/CollectionCachePanel.form     | 21 ++++++++++++++++++++
 .../cfg/multiview/EventListenerPanel.form       | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/GrantPanel.form       | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/MappingPanel.form     | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/NewEventPanel.form    | 21 ++++++++++++++++++++
 .../loaders/cfg/multiview/PropertyPanel.form    | 21 ++++++++++++++++++++
 .../refactoring/MoveMappingFilePanel.form       | 21 ++++++++++++++++++++
 .../refactoring/RenameMappingFilePanel.form     | 21 ++++++++++++++++++++
 .../wizards/HibernateCodeGenerationPanel.form   | 21 ++++++++++++++++++++
 .../HibernateConfigurationWizardPanel.form      | 21 ++++++++++++++++++++
 .../wizards/HibernateMappingWizardPanel.form    | 21 ++++++++++++++++++++
 .../HibernateRevengDatabaseTablesPanel.form     | 21 ++++++++++++++++++++
 .../hibernate/wizards/WizardErrorPanel.form     | 21 ++++++++++++++++++++
 .../html/editor/HtmlCompletionOptionsPanel.form | 21 ++++++++++++++++++++
 .../html/editor/codegen/LoremIpsumPanel.form    | 21 ++++++++++++++++++++
 .../refactoring/ExtractInlinedStylePanel.form   | 21 ++++++++++++++++++++
 .../refactoring/ResolveDeclarationsPanel.form   | 21 ++++++++++++++++++++
 .../html/editor/ui/ModifyElementRulesPanel.form | 21 ++++++++++++++++++++
 .../modules/html/palette/BrowseFolders.form     | 21 ++++++++++++++++++++
 .../modules/html/palette/items/ACustomizer.form | 21 ++++++++++++++++++++
 .../html/palette/items/BUTTONCustomizer.form    | 21 ++++++++++++++++++++
 .../html/palette/items/CHECKBOXCustomizer.form  | 21 ++++++++++++++++++++
 .../html/palette/items/FILESELCustomizer.form   | 21 ++++++++++++++++++++
 .../html/palette/items/FORMCustomizer.form      | 21 ++++++++++++++++++++
 .../html/palette/items/IMGCustomizer.form       | 21 ++++++++++++++++++++
 .../html/palette/items/INPUTCustomizer.form     | 21 ++++++++++++++++++++
 .../html/palette/items/METACustomizer.form      | 21 ++++++++++++++++++++
 .../html/palette/items/OLCustomizer.form        | 21 ++++++++++++++++++++
 .../html/palette/items/RADIOCustomizer.form     | 21 ++++++++++++++++++++
 .../html/palette/items/SELECTCustomizer.form    | 21 ++++++++++++++++++++
 .../html/palette/items/TABLECustomizer.form     | 21 ++++++++++++++++++++
 .../html/palette/items/TEXTAREACustomizer.form  | 21 ++++++++++++++++++++
 .../html/palette/items/ULCustomizer.form        | 21 ++++++++++++++++++++
 .../httpserver/HostPropertyCustomEditor.form    | 21 ++++++++++++++++++++
 .../ui/APITokenConnectionAuthenticator.form     | 21 ++++++++++++++++++++
 .../netbeans/modules/hudson/ui/FormLogin.form   | 21 ++++++++++++++++++++
 .../hudson/ui/actions/CreateJobPanel.form       | 21 ++++++++++++++++++++
 .../hudson/ui/notification/ProblemPanel.form    | 21 ++++++++++++++++++++
 .../ui/wizard/InstancePropertiesVisual.form     | 21 ++++++++++++++++++++
 .../modules/i18n/HelpStringCustomEditor.form    | 21 ++++++++++++++++++++
 .../org/netbeans/modules/i18n/InfoPanel.form    | 21 ++++++++++++++++++++
 .../modules/i18n/java/JavaReplacePanel.form     | 21 ++++++++++++++++++++
 .../netbeans/modules/i18n/java/ParamsPanel.form | 21 ++++++++++++++++++++
 .../i18n/wizard/AdditionalWizardPanel.form      | 21 ++++++++++++++++++++
 .../i18n/wizard/HardStringWizardPanel.form      | 21 ++++++++++++++++++++
 .../i18n/wizard/ProgressWizardPanel.form        | 21 ++++++++++++++++++++
 .../i18n/wizard/TestStringWizardPanel.form      | 21 ++++++++++++++++++++
 .../projectopener/BrowseNetBeansDialog.form     | 21 ++++++++++++++++++++
 .../projectopener/ProxySettingsDialog.form      | 21 ++++++++++++++++++++
 .../projectopener/SaveProjectDialog.form        | 21 ++++++++++++++++++++
 .../netbeans/modules/image/CustomZoomPanel.form | 21 ++++++++++++++++++++
 .../support/java/method/ExceptionsPanel.form    | 21 ++++++++++++++++++++
 .../java/method/MethodCustomizerPanel.form      | 21 ++++++++++++++++++++
 .../support/java/method/ParametersPanel.form    | 21 ++++++++++++++++++++
 .../fixes/CreateRelationshipPanel.form          | 21 ++++++++++++++++++++
 .../fixes/PickOrCreateFieldPanel.form           | 21 ++++++++++++++++++++
 .../jpqleditor/ui/JPQLEditorTopComponent.form   | 21 ++++++++++++++++++++
 .../j2ee/persistence/unit/AddEntityPanel.form   | 21 ++++++++++++++++++++
 .../persistence/unit/PersistenceUnitPanel.form  | 21 ++++++++++++++++++++
 .../j2ee/persistence/unit/PropertyPanel.form    | 21 ++++++++++++++++++++
 .../PersistenceClientEntitySelectionVisual.form | 21 ++++++++++++++++++++
 .../wizard/dbscript/DBScriptPanel.form          | 21 ++++++++++++++++++++
 .../wizard/entity/EntityWizardPanel.form        | 21 ++++++++++++++++++++
 .../persistence/wizard/entity/WrapperPanel.form | 21 ++++++++++++++++++++
 .../wizard/fromdb/DatabaseTablesPanel.form      | 21 ++++++++++++++++++++
 .../wizard/fromdb/EntityClassesPanel.form       | 21 ++++++++++++++++++++
 .../wizard/fromdb/MappingOptionsPanel.form      | 21 ++++++++++++++++++++
 .../wizard/fromdb/ProgressPanel.form            | 21 ++++++++++++++++++++
 .../JpaControllerSetupPanelVisual.form          | 21 ++++++++++++++++++++
 .../wizard/library/J2SEVolumeCustomizer.form    | 21 ++++++++++++++++++++
 .../wizard/library/PersistenceLibraryPanel.form | 21 ++++++++++++++++++++
 .../unit/PersistenceUnitWizardPanelDS.form      | 21 ++++++++++++++++++++
 .../unit/PersistenceUnitWizardPanelJdbc.form    | 21 ++++++++++++++++++++
 .../ui/customizer/AntArtifactChooser.form       | 21 ++++++++++++++++++++
 .../project/ui/customizer/MainClassChooser.form | 21 ++++++++++++++++++++
 .../project/ui/customizer/MainClassWarning.form | 21 ++++++++++++++++++++
 .../ui/customizer/vmo/VMOptionEditorPanel.form  | 21 ++++++++++++++++++++
 .../common/project/ui/wizards/FolderList.form   | 21 ++++++++++++++++++++
 .../base/semantic/ShowGoldenFilesPanel.form     | 21 ++++++++++++++++++++
 .../codegen/RemoveSurroundingCodePanel.form     | 21 ++++++++++++++++++++
 .../editor/codegen/ui/ConstructorPanel.form     | 21 ++++++++++++++++++++
 .../java/editor/codegen/ui/DelegatePanel.form   | 21 ++++++++++++++++++++
 .../editor/codegen/ui/EqualsHashCodePanel.form  | 21 ++++++++++++++++++++
 .../editor/codegen/ui/GetterSetterPanel.form    | 21 ++++++++++++++++++++
 .../codegen/ui/ImplementOverridePanel.form      | 21 ++++++++++++++++++++
 .../java/editor/codegen/ui/ToStringPanel.form   | 21 ++++++++++++++++++++
 .../editor/imports/ClipboardImportPanel.form    | 21 ++++++++++++++++++++
 .../editor/imports/FixDuplicateImportStmts.form | 21 ++++++++++++++++++++
 .../java/editor/imports/ImportClassPanel.form   | 21 ++++++++++++++++++++
 .../editor/options/CodeCompletionPanel.form     | 21 ++++++++++++++++++++
 .../editor/options/MarkOccurencesPanel.form     | 21 ++++++++++++++++++++
 .../editor/overridden/IsOverriddenPopup.form    | 21 ++++++++++++++++++++
 .../src/clienteditor/ClientEditor.form          | 21 ++++++++++++++++++++
 .../GUIFormExamples/src/examples/Antenna.form   | 21 ++++++++++++++++++++
 .../src/examples/ContactEditor.form             | 21 ++++++++++++++++++++
 .../GUIFormExamples/src/examples/Find.form      | 21 ++++++++++++++++++++
 .../anagrams/src/com/toy/anagrams/ui/About.form | 21 ++++++++++++++++++++
 .../src/com/toy/anagrams/ui/Anagrams.form       | 21 ++++++++++++++++++++
 .../examples/PanelConfigureProjectVisual.form   | 21 ++++++++++++++++++++
 .../examples/PanelProjectLocationVisual.form    | 21 ++++++++++++++++++++
 .../java/freeform/ui/ClasspathPanel.form        | 21 ++++++++++++++++++++
 .../modules/java/freeform/ui/OutputPanel.form   | 21 ++++++++++++++++++++
 .../java/freeform/ui/SourceFoldersPanel.form    | 21 ++++++++++++++++++++
 .../java/hints/onsave/OnSaveCustomizer.form     | 21 ++++++++++++++++++++
 .../java/hints/spiimpl/options/HintsPanel.form  | 21 ++++++++++++++++++++
 .../refactoring/InspectAndRefactorPanel.form    | 21 ++++++++++++++++++++
 .../hints/FieldForUnusedParamCustomizer.form    | 21 ++++++++++++++++++++
 .../java/hints/LoggerHintsCustomizer.form       | 21 ++++++++++++++++++++
 .../java/hints/OneCheckboxCustomizer.form       | 21 ++++++++++++++++++++
 .../java/hints/SuspiciousNamesCustomizer.form   | 21 ++++++++++++++++++++
 .../hints/WrongStringComparisonCustomizer.form  | 21 ++++++++++++++++++++
 .../java/hints/analyzer/ProgressDialog.form     | 21 ++++++++++++++++++++
 .../hints/analyzer/ui/AnalyzerTopComponent.form | 21 ++++++++++++++++++++
 .../java/hints/bugs/BroadCatchCustomizer.form   | 21 ++++++++++++++++++++
 .../errors/FinalFieldsFromCtorCustomiser.form   | 21 ++++++++++++++++++++
 .../hints/errors/ImportClassCustomizer.form     | 21 ++++++++++++++++++++
 .../errors/LocalVariableFixCustomizer.form      | 21 ++++++++++++++++++++
 .../hints/errors/SurroundWithTryCatchLog.form   | 21 ++++++++++++++++++++
 .../hints/introduce/IntroduceFieldPanel.form    | 21 ++++++++++++++++++++
 .../hints/introduce/IntroduceMethodPanel.form   | 21 ++++++++++++++++++++
 .../hints/introduce/MethodCandidateChooser.form | 21 ++++++++++++++++++++
 .../java/hints/jdk/AddUnderscoresPanel.form     | 21 ++++++++++++++++++++
 .../jdk/ConvertToDiamondBulkHintPanel.form      | 21 ++++++++++++++++++++
 .../hints/jdk/UseSpecificCatchCustomizer.form   | 21 ++++++++++++++++++++
 .../hints/suggestions/ConstantNameOptions.form  | 21 ++++++++++++++++++++
 .../hints/suggestions/FillSwitchCustomizer.form | 21 ++++++++++++++++++++
 .../hints/suggestions/NameAndPackagePanel.form  | 21 ++++++++++++++++++++
 .../modules/java/hints/ui/ClassNameList.form    | 21 ++++++++++++++++++++
 .../java/j2sedeploy/ui/JSEDeploymentPanel.form  | 21 ++++++++++++++++++++
 .../java/j2seembedded/ui/CreateJREPanel.form    | 21 ++++++++++++++++++++
 .../wizard/SetUpRemotePlatform.form             | 21 ++++++++++++++++++++
 .../ui/customizer/AddAnnotationProcessor.form   | 21 ++++++++++++++++++++
 .../ui/customizer/AddProcessorOption.form       | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerApplication.form    | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerCompile.form        | 21 ++++++++++++++++++++
 .../j2semodule/ui/customizer/CustomizerJar.form | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerJavadoc.form        | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerLibraries.form      | 21 ++++++++++++++++++++
 .../j2semodule/ui/customizer/CustomizerRun.form | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerSources.form        | 21 ++++++++++++++++++++
 .../ui/customizer/PathsCustomizer.form          | 21 ++++++++++++++++++++
 .../ui/wizards/ModuleTargetChooserPanelGUI.form | 21 ++++++++++++++++++++
 .../ui/wizards/PanelConfigureProjectVisual.form | 21 ++++++++++++++++++++
 .../ui/wizards/PanelOptionsVisual.form          | 21 ++++++++++++++++++++
 .../ui/wizards/PanelProjectLocationVisual.form  | 21 ++++++++++++++++++++
 .../libraries/J2SEVolumeCustomizer.form         | 21 ++++++++++++++++++++
 .../BrokenPlatformCustomizer.form               | 21 ++++++++++++++++++++
 .../j2seplatform/queries/SelectRootsPanel.form  | 21 ++++++++++++++++++++
 .../java/j2seplatform/wizard/DetectPanel.form   | 21 ++++++++++++++++++++
 .../java/j2seprofiles/ProfilesCustomizer.form   | 21 ++++++++++++++++++++
 .../problems/ResolveBrokenRuntimePlatform.form  | 21 ++++++++++++++++++++
 .../ui/customizer/AddAnnotationProcessor.form   | 21 ++++++++++++++++++++
 .../ui/customizer/AddProcessorOption.form       | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerApplication.form    | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerCompile.form        | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerJar.form            | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerJavadoc.form        | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerLibraries.form      | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerRun.form            | 21 ++++++++++++++++++++
 .../ui/customizer/CustomizerSources.form        | 21 ++++++++++++++++++++
 .../ui/customizer/PathsCustomizer.form          | 21 ++++++++++++++++++++
 .../ui/wizards/ImportFoldersPanel.form          | 21 ++++++++++++++++++++
 .../ui/wizards/MoveToModulePathPanelGUI.form    | 21 ++++++++++++++++++++
 .../ui/wizards/PanelConfigureProjectVisual.form | 21 ++++++++++++++++++++
 .../ui/wizards/PanelOptionsVisual.form          | 21 ++++++++++++++++++++
 .../ui/wizards/PanelProjectLocationExtSrc.form  | 21 ++++++++++++++++++++
 .../ui/wizards/PanelProjectLocationVisual.form  | 21 ++++++++++++++++++++
 .../ui/wizards/PanelSourceFolders.form          | 21 ++++++++++++++++++++
 .../java/module/graph/GraphTopComponent.form    | 21 ++++++++++++++++++++
 .../java/navigation/ClassMemberPanelUI.form     | 21 ++++++++++++++++++++
 .../java/navigation/JavadocTopComponent.form    | 21 ++++++++++++++++++++
 .../hierarchy/HierarchyTopComponent.form        | 21 ++++++++++++++++++++
 .../stackanalyzer/AnalyzeStackTopComponent.form | 21 ++++++++++++++++++++
 .../java/platform/ui/PlatformsCustomizer.form   | 21 ++++++++++++++++++++
 .../java/platform/wizard/SelectorPanel.form     | 21 ++++++++++++++++++++
 .../modules/java/project/ui/FixPlatform.form    | 21 ++++++++++++++++++++
 .../modules/java/project/ui/FixProfile.form     | 21 ++++++++++++++++++++
 .../java/project/ui/FixProjectSourceLevel.form  | 21 ++++++++++++++++++++
 .../project/ui/JavaTargetChooserPanelGUI.form   | 21 ++++++++++++++++++++
 .../java/project/support/ui/EditJarPanel.form   | 21 ++++++++++++++++++++
 .../ui/IncludeExcludeVisualizerPanel.form       | 21 ++++++++++++++++++++
 .../support/ui/MakeSharableVisualPanel1.form    | 21 ++++++++++++++++++++
 .../support/ui/MakeSharableVisualPanel2.form    | 21 ++++++++++++++++++++
 .../srcroot1/examples/texteditor/About.form     | 21 ++++++++++++++++++++
 .../srcroot1/examples/texteditor/Finder.form    | 21 ++++++++++++++++++++
 .../data/srcroot1/examples/texteditor/Ted.form  | 21 ++++++++++++++++++++
 .../java/classfile/AttachSourcePanel.form       | 21 ++++++++++++++++++++
 .../modules/java/ui/ContainsErrorsWarning.form  | 21 ++++++++++++++++++++
 .../netbeans/modules/java/ui/FmtAlignment.form  | 21 ++++++++++++++++++++
 .../netbeans/modules/java/ui/FmtBlankLines.form | 21 ++++++++++++++++++++
 .../org/netbeans/modules/java/ui/FmtBraces.form | 21 ++++++++++++++++++++
 .../modules/java/ui/FmtCodeGeneration.form      | 21 ++++++++++++++++++++
 .../netbeans/modules/java/ui/FmtComments.form   | 21 ++++++++++++++++++++
 .../netbeans/modules/java/ui/FmtImports.form    | 21 ++++++++++++++++++++
 .../org/netbeans/modules/java/ui/FmtNaming.form | 21 ++++++++++++++++++++
 .../org/netbeans/modules/java/ui/FmtSpaces.form | 21 ++++++++++++++++++++
 .../modules/java/ui/FmtTabsIndents.form         | 21 ++++++++++++++++++++
 .../netbeans/modules/java/ui/FmtWrapping.form   | 21 ++++++++++++++++++++
 .../modules/javadoc/search/IndexSearch.form     | 21 ++++++++++++++++++++
 .../modules/javadoc/search/ReferencesPanel.form | 21 ++++++++++++++++++++
 .../editor/codegen/AddPropertyPanel.form        | 21 ++++++++++++++++++++
 .../project/ChooseOtherPlatformPanel.form       | 21 ++++++++++++++++++++
 .../project/PanelConfigureProjectVisual.form    | 21 ++++++++++++++++++++
 .../javafx2/project/PanelOptionsVisual.form     | 21 ++++++++++++++++++++
 .../project/PanelProjectLocationExtSrc.form     | 21 ++++++++++++++++++++
 .../project/PanelProjectLocationVisual.form     | 21 ++++++++++++++++++++
 .../javafx2/project/PanelSourceFolders.form     | 21 ++++++++++++++++++++
 .../fxml/ConfigureFXMLCSSPanelVisual.form       | 21 ++++++++++++++++++++
 .../ConfigureFXMLControllerPanelVisual.form     | 21 ++++++++++++++++++++
 .../project/fxml/ConfigureFXMLPanelVisual.form  | 21 ++++++++++++++++++++
 .../project/ui/JFXApplicationClassChooser.form  | 21 ++++++++++++++++++++
 .../ui/JFXApplicationMultiPropertyPanel.form    | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JFXApplicationPanel.form | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JFXDeploymentPanel.form  | 21 ++++++++++++++++++++
 .../project/ui/JFXDownloadModePanel.form        | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JFXIconsPanel.form       | 21 ++++++++++++++++++++
 .../project/ui/JFXJavaScriptCallbacksPanel.form | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JFXPackagingPanel.form   | 21 ++++++++++++++++++++
 .../ui/JFXPreloaderChooserVisualPanel1.form     | 21 ++++++++++++++++++++
 .../project/ui/JFXRequestRuntimePanel.form      | 21 ++++++++++++++++++++
 .../modules/javafx2/project/ui/JFXRunPanel.form | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JFXSigningPanel.form     | 21 ++++++++++++++++++++
 .../project/ui/JSEApplicationClassChooser.form  | 21 ++++++++++++++++++++
 .../javafx2/project/ui/JSEDeploymentPanel.form  | 21 ++++++++++++++++++++
 .../javafx2/project/ui/RuntimeComboBox.form     | 21 ++++++++++++++++++++
 .../samples/PanelConfigureProjectVisual.form    | 21 ++++++++++++++++++++
 .../javafx2/samples/PanelOptionsVisual.form     | 21 ++++++++++++++++++++
 .../samples/PanelProjectLocationVisual.form     | 21 ++++++++++++++++++++
 .../scenebuilder/options/GrowingComboBox.form   | 21 ++++++++++++++++++++
 .../scenebuilder/options/SBOptionsPanel.form    | 21 ++++++++++++++++++++
 .../JSLineBreakpointCustomizerPanel.form        | 21 ++++++++++++++++++++
 .../javawebstart/CustomizerRunComponent.form    | 21 ++++++++++++++++++++
 .../ui/customizer/AppletParametersPanel.form    | 21 ++++++++++++++++++++
 .../ui/customizer/ExtensionResourcesPanel.form  | 21 ++++++++++++++++++++
 .../ui/customizer/JWSCustomizerPanel.form       | 21 ++++++++++++++++++++
 .../ui/customizer/ResourcesCustomizer.form      | 21 ++++++++++++++++++++
 .../ui/customizer/SigningPanel.form             | 21 ++++++++++++++++++++
 .../SampleProject/src/sample1/JFrameSample.form | 21 ++++++++++++++++++++
 .../SampleProject/src/sample1/JFrameSample.form | 21 ++++++++++++++++++++
 .../SampleProject/src/sample1/JFrameSample.form | 21 ++++++++++++++++++++
 .../modules/jshell/editor/ClassNamePanel.form   | 21 ++++++++++++++++++++
 .../jshell/editor/ExecutingGlassPanel.form      | 21 ++++++++++++++++++++
 .../jshell/launch/JShellOptionsPanel.form       | 21 ++++++++++++++++++++
 .../modules/jshell/maven/MavenRunOptions.form   | 21 ++++++++++++++++++++
 .../jshell/navigation/SnippetPanelUI.form       | 21 ++++++++++++++++++++
 .../modules/jshell/project/JShellOptions.form   | 21 ++++++++++++++++++++
 .../modules/jshell/project/JShellOptions2.form  | 21 ++++++++++++++++++++
 .../modules/jumpto/file/FileSearchPanel.form    | 21 ++++++++++++++++++++
 .../modules/jumpto/settings/JumpToPanel.form    | 21 ++++++++++++++++++++
 .../modules/jumpto/symbol/GoToPanelImpl.form    | 21 ++++++++++++++++++++
 .../netbeans/modules/jumpto/type/GoToPanel.form | 21 ++++++++++++++++++++
 .../keyring/fallback/MasterPasswordPanel.form   | 21 ++++++++++++++++++++
 .../dataobject/GLFFilesCustomEditor.form        | 21 ++++++++++++++++++++
 .../features/ASTBrowserTopComponent.form        | 21 ++++++++++++++++++++
 .../features/TokensBrowserTopComponent.form     | 21 ++++++++++++++++++++
 .../example/comprehensive/TerminalPanel.form    | 21 ++++++++++++++++++++
 .../example/control/ControlTopComponent.form    | 21 ++++++++++++++++++++
 .../MuxableTerminalTopComponent.form            | 21 ++++++++++++++++++++
 .../topcomponent/TerminalTopComponent.form      | 21 ++++++++++++++++++++
 .../TermTester/src/termtester/MainFrame.form    | 21 ++++++++++++++++++++
 .../src/termtester/SequenceViewer.form          | 21 ++++++++++++++++++++
 .../support/TermOptionsPanel.form               | 21 ++++++++++++++++++++
 .../localhistory/ui/actions/RevertPanel.form    | 21 ++++++++++++++++++++
 .../ui/view/HistoryTopComponent.form            | 21 ++++++++++++++++++++
 .../localtasks/task/AddSubtaskPanel.form        | 21 ++++++++++++++++++++
 .../modules/localtasks/task/TaskPanel.form      | 21 ++++++++++++++++++++
 .../maven/apisupport/InstallerPanel.form        | 21 ++++++++++++++++++++
 .../maven/apisupport/NbmWizardPanelVisual.form  | 21 ++++++++++++++++++++
 .../maven/apisupport/PublicPackagesPanel.form   | 21 ++++++++++++++++++++
 .../format/checkstyle/CheckstylePanel.form      | 21 ++++++++++++++++++++
 .../modules/maven/codegen/NewLicensePanel.form  | 21 ++++++++++++++++++++
 .../modules/maven/codegen/NewMirrorPanel.form   | 21 ++++++++++++++++++++
 .../modules/maven/codegen/NewPluginPanel.form   | 21 ++++++++++++++++++++
 .../modules/maven/codegen/NewProfilePanel.form  | 21 ++++++++++++++++++++
 .../maven/grammar/ShowEffPomDiffPanel.form      | 21 ++++++++++++++++++++
 .../maven/navigator/POMInheritancePanel.form    | 21 ++++++++++++++++++++
 .../modules/maven/navigator/POMModelPanel.form  | 21 ++++++++++++++++++++
 .../graph/DependencyGraphTopComponent.form      | 21 ++++++++++++++++++++
 .../maven/graph/FixVersionConflictPanel.form    | 21 ++++++++++++++++++++
 .../modules/maven/hints/pom/HintsPanel.form     | 21 ++++++++++++++++++++
 .../pom/JavaNetRepositoryErrorCustomizer.form   | 21 ++++++++++++++++++++
 .../pom/MoveToDependencyManagementPanel.form    | 21 ++++++++++++++++++++
 .../hints/pom/ParentVersionErrorCustomizer.form | 21 ++++++++++++++++++++
 .../pom/ReleaseVersionErrorCustomizer.form      | 21 ++++++++++++++++++++
 .../maven/hints/ui/SearchDependencyUI.form      | 21 ++++++++++++++++++++
 .../customizers/SearchDependencyCustomizer.form | 21 ++++++++++++++++++++
 .../maven/osgi/customizer/PackagesPanel.form    | 21 ++++++++++++++++++++
 .../maven/repository/FindInRepoPanel.form       | 21 ++++++++++++++++++++
 .../dependency/ui/AddDependencyUI.form          | 21 ++++++++++++++++++++
 .../register/RepositoryRegisterUI.form          | 21 ++++++++++++++++++++
 .../maven/repository/ui/BasicArtifactPanel.form | 21 ++++++++++++++++++++
 .../maven/repository/ui/DependencyPanel.form    | 21 ++++++++++++++++++++
 .../modules/maven/repository/ui/ErrorPanel.form | 21 ++++++++++++++++++++
 .../maven/repository/ui/LicensePanel.form       | 21 ++++++++++++++++++++
 .../maven/repository/ui/MailingListPanel.form   | 21 ++++++++++++++++++++
 .../maven/repository/ui/ProjectInfoPanel.form   | 21 ++++++++++++++++++++
 .../maven/actions/CreateLibraryPanel.form       | 21 ++++++++++++++++++++
 .../maven/actions/scm/ui/CheckoutUI.form        | 21 ++++++++++++++++++++
 .../maven/actions/usages/ui/UsagesUI.form       | 21 ++++++++++++++++++++
 .../configurations/ConfigurationsPanel.form     | 21 ++++++++++++++++++++
 .../configurations/NewConfigurationPanel.form   | 21 ++++++++++++++++++++
 .../maven/customizer/ActionMappings.form        | 21 ++++++++++++++++++++
 .../maven/customizer/AddPropertyDialog.form     | 21 ++++++++++++++++++++
 .../maven/customizer/BasicInfoPanel.form        | 21 ++++++++++++++++++++
 .../modules/maven/customizer/CompilePanel.form  | 21 ++++++++++++++++++++
 .../maven/customizer/MainClassChooser.form      | 21 ++++++++++++++++++++
 .../modules/maven/customizer/RunJarPanel.form   | 21 ++++++++++++++++++++
 .../modules/maven/customizer/SourcesPanel.form  | 21 ++++++++++++++++++++
 .../modules/maven/customizer/WarnPanel.form     | 21 ++++++++++++++++++++
 .../dependencies/ExcludeDependencyPanel.form    | 21 ++++++++++++++++++++
 .../maven/execute/navigator/GoalsPanel.form     | 21 ++++++++++++++++++++
 .../modules/maven/execute/ui/RunGoalsPanel.form | 21 ++++++++++++++++++++
 .../maven/execute/ui/ShowExecutionPanel.form    | 21 ++++++++++++++++++++
 .../maven/newproject/BasicPanelVisual.form      | 21 ++++++++++++++++++++
 .../maven/newproject/ChooseArchetypePanel.form  | 21 ++++++++++++++++++++
 .../modules/maven/newproject/UseOpenPanel.form  | 21 ++++++++++++++++++++
 .../modules/maven/nodes/AddDependencyPanel.form | 21 ++++++++++++++++++++
 .../maven/nodes/InstallDocSourcePanel.form      | 21 ++++++++++++++++++++
 .../modules/maven/nodes/InstallPanel.form       | 21 ++++++++++++++++++++
 .../maven/operations/RenameProjectPanel.form    | 21 ++++++++++++++++++++
 .../maven/options/GlobalOptionsPanel.form       | 21 ++++++++++++++++++++
 .../modules/maven/options/MavenGroupPanel.form  | 21 ++++++++++++++++++++
 .../modules/maven/options/SettingsPanel.form    | 21 ++++++++++++++++++++
 .../modules/maven/runjar/MainClassChooser.form  | 21 ++++++++++++++++++++
 .../modules/mercurial/options/LabelsPanel.form  | 21 ++++++++++++++++++++
 .../mercurial/options/MercurialPanel.form       | 21 ++++++++++++++++++++
 .../mercurial/options/PropertiesPanel.form      | 21 ++++++++++++++++++++
 .../ui/branch/BranchSelectorPanel.form          | 21 ++++++++++++++++++++
 .../mercurial/ui/branch/CreateBranchPanel.form  | 21 ++++++++++++++++++++
 .../modules/mercurial/ui/clone/ClonePanel.form  | 21 ++++++++++++++++++++
 .../mercurial/ui/create/CreatePanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/diff/DiffToRevisionPanel.form  | 21 ++++++++++++++++++++
 .../mercurial/ui/diff/ExportAsFilePanel.form    | 21 ++++++++++++++++++++
 .../mercurial/ui/diff/ExportBundlePanel.form    | 21 ++++++++++++++++++++
 .../mercurial/ui/diff/MultiDiffPanel.form       | 21 ++++++++++++++++++++
 .../mercurial/ui/log/SearchCriteriaPanel.form   | 21 ++++++++++++++++++++
 .../mercurial/ui/log/SearchHistoryPanel.form    | 21 ++++++++++++++++++++
 .../ui/properties/PropertiesPanel.form          | 21 ++++++++++++++++++++
 .../mercurial/ui/queues/CommitPanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/queues/PatchSeriesPanel.form   | 21 ++++++++++++++++++++
 .../modules/mercurial/ui/rebase/BasicPanel.form | 21 ++++++++++++++++++++
 .../mercurial/ui/rebase/RebasePanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/rebase/SelectBasePanel.form    | 21 ++++++++++++++++++++
 .../mercurial/ui/rebase/SelectDestPanel.form    | 21 ++++++++++++++++++++
 .../mercurial/ui/rebase/SelectSourcePanel.form  | 21 ++++++++++++++++++++
 .../mercurial/ui/repository/ChangesetPanel.form | 21 ++++++++++++++++++++
 .../ui/repository/ChangesetPickerPanel.form     | 21 ++++++++++++++++++++
 .../ui/repository/RepositoryDialogPanel.form    | 21 ++++++++++++++++++++
 .../ui/repository/RepositoryPanel.form          | 21 ++++++++++++++++++++
 .../ui/repository/UserPasswordPanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/status/VersioningPanel.form    | 21 ++++++++++++++++++++
 .../mercurial/ui/tag/CreateTagPanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/tag/RemoveTagPanel.form        | 21 ++++++++++++++++++++
 .../mercurial/ui/tag/TagManagerPanel.form       | 21 ++++++++++++++++++++
 .../wizards/CloneDestinationDirectoryPanel.form | 21 ++++++++++++++++++++
 .../mercurial/ui/wizards/ClonePathsPanel.form   | 21 ++++++++++++++++++++
 .../modules/mylyn/util/wiki/WikiEditPanel.form  | 21 ++++++++++++++++++++
 .../options/JavaScriptNashornPanel.form         | 21 ++++++++++++++++++++
 .../center/NotificationCenterTopComponent.form  | 21 ++++++++++++++++++++
 .../notifications/filter/CateogoriesPanel.form  | 21 ++++++++++++++++++++
 .../notifications/filter/FilterEditor.form      | 21 ++++++++++++++++++++
 .../apache/tools/ant/module/AntCustomizer.form  | 21 ++++++++++++++++++++
 .../ant/module/run/AdvancedActionPanel.form     | 21 ++++++++++++++++++++
 .../wizards/shortcut/CustomizeScriptPanel.form  | 21 ++++++++++++++++++++
 .../ant/module/wizards/shortcut/IntroPanel.form | 21 ++++++++++++++++++++
 .../wizards/shortcut/SelectFolderPanel.form     | 21 ++++++++++++++++++++
 .../shortcut/SelectKeyboardShortcutPanel.form   | 21 ++++++++++++++++++++
 .../beaninfo/editors/DimensionCustomEditor.form | 21 ++++++++++++++++++++
 .../beaninfo/editors/PointCustomEditor.form     | 21 ++++++++++++++++++++
 .../editors/StringArrayCustomEditor.form        | 21 ++++++++++++++++++++
 .../org/netbeans/core/NbAuthenticatorPanel.form | 21 ++++++++++++++++++++
 .../core/ui/ProductInformationPanel.form        | 21 ++++++++++++++++++++
 .../src/sampleproject/FormFile.form             | 21 ++++++++++++++++++++
 .../gui/propertyeditors/data/clear_Frame.form   | 21 ++++++++++++++++++++
 .../gui/propertyeditors/data/clear_JFrame.form  | 21 ++++++++++++++++++++
 .../swing/tabcontrol/demo/TestFrame.form        | 21 ++++++++++++++++++++
 .../src/org/netbeans/license/LicensePanel.form  | 21 ++++++++++++++++++++
 .../org/netbeans/upgrade/AutoUpgradePanel.form  | 21 ++++++++++++++++++++
 .../propertysheet/IndexedEditorPanel.form       | 21 ++++++++++++++++++++
 .../org/openide/explorer/view/IconPanel.form    | 21 ++++++++++++++++++++
 .../src/org/openide/loaders/NewObjectPanel.form | 21 ++++++++++++++++++++
 .../org/openide/loaders/TemplateWizard1.form    | 21 ++++++++++++++++++++
 .../org/openide/loaders/TemplateWizard2.form    | 21 ++++++++++++++++++++
 .../options/export/ExportConfirmationPanel.form | 21 ++++++++++++++++++++
 .../options/export/ImportConfirmationPanel.form | 21 ++++++++++++++++++++
 .../options/export/OptionsChooserPanel.form     | 21 ++++++++++++++++++++
 .../options/colors/AnnotationsPanel.form        | 21 ++++++++++++++++++++
 .../options/colors/FontAndColorsPanel.form      | 21 ++++++++++++++++++++
 .../options/colors/HighlightingPanel.form       | 21 ++++++++++++++++++++
 .../options/colors/SyntaxColoringPanel.form     | 21 ++++++++++++++++++++
 .../options/editor/FolderBasedOptionPanel.form  | 21 ++++++++++++++++++++
 .../completion/CodeCompletionOptionsPanel.form  | 21 ++++++++++++++++++++
 .../GeneralCompletionOptionsPanel.form          | 21 ++++++++++++++++++++
 .../editor/onsave/OnSaveCommonPanel.form        | 21 ++++++++++++++++++++
 .../options/editor/onsave/OnSaveTabPanel.form   | 21 ++++++++++++++++++++
 .../generaleditor/GeneralEditorPanel.form       | 21 ++++++++++++++++++++
 .../options/indentation/FormattingPanel.form    | 21 ++++++++++++++++++++
 .../options/indentation/IndentationPanel.form   | 21 ++++++++++++++++++++
 .../modules/options/keymap/KeymapPanel.form     | 21 ++++++++++++++++++++
 .../modules/options/keymap/ProfilesPanel.form   | 21 ++++++++++++++++++++
 .../options/keymap/ShortcutCellPanel.form       | 21 ++++++++++++++++++++
 .../options/keymap/ShortcutPopupPanel.form      | 21 ++++++++++++++++++++
 .../modules/options/keymap/ShortcutsDialog.form | 21 ++++++++++++++++++++
 .../modules/options/keymap/SpecialkeyPanel.form | 21 ++++++++++++++++++++
 .../netbeans/test/performance/JFrame20kB.form   | 21 ++++++++++++++++++++
 .../org/netbeans/actions/examples/MiniEdit.form | 21 ++++++++++++++++++++
 .../performance/results/ComparePanel.form       | 21 ++++++++++++++++++++
 .../org/netbeans/imagecache/ImageCacheTest.form | 21 ++++++++++++++++++++
 .../project/ant/ui/FileChooserAccessory.form    | 21 ++++++++++++++++++++
 .../modules/project/ant/ui/VariablePanel.form   | 21 ++++++++++++++++++++
 .../modules/project/ant/ui/VariablesPanel.form  | 21 ++++++++++++++++++++
 .../support/ant/ui/LicenseHeadersPanel.form     | 21 ++++++++++++++++++++
 .../project/libraries/LibraryChooserGUI.form    | 21 ++++++++++++++++++++
 .../libraries/ui/AllLibrariesCustomizer.form    | 21 ++++++++++++++++++++
 .../libraries/ui/LibrariesCustomizer.form       | 21 ++++++++++++++++++++
 .../project/libraries/ui/NewLibraryPanel.form   | 21 ++++++++++++++++++++
 .../eclipse/core/ImportProblemsPanel.form       | 21 ++++++++++++++++++++
 .../eclipse/core/RequiredProjectsPanel.form     | 21 ++++++++++++++++++++
 .../core/UpdateEclipseReferencePanel.form       | 21 ++++++++++++++++++++
 .../eclipse/core/wizard/ProgressPanel.form      | 21 ++++++++++++++++++++
 .../core/wizard/ProjectSelectionPanel.form      | 21 ++++++++++++++++++++
 .../eclipse/core/wizard/SelectionPanel.form     | 21 ++++++++++++++++++++
 .../modules/project/ui/BrowseFolders.form       | 21 ++++++++++++++++++++
 .../modules/project/ui/NoProjectNew.form        | 21 ++++++++++++++++++++
 .../project/ui/ProjectChooserAccessory.form     | 21 ++++++++++++++++++++
 .../netbeans/modules/project/ui/ProjectTab.form | 21 ++++++++++++++++++++
 .../project/ui/SimpleTargetChooserPanelGUI.form | 21 ++++++++++++++++++++
 .../project/ui/TemplateChooserPanelGUI.form     | 21 ++++++++++++++++++++
 .../modules/project/ui/TemplatesPanelGUI.form   | 21 ++++++++++++++++++++
 .../project/ui/actions/StopBuildingAlert.form   | 21 ++++++++++++++++++++
 .../project/ui/groups/AdHocGroupEditPanel.form  | 21 ++++++++++++++++++++
 .../ui/groups/DirectoryGroupEditPanel.form      | 21 ++++++++++++++++++++
 .../project/ui/groups/ManageGroupsPanel.form    | 21 ++++++++++++++++++++
 .../project/ui/groups/NewGroupPanel.form        | 21 ++++++++++++++++++++
 .../ui/groups/SubprojectsGroupEditPanel.form    | 21 ++++++++++++++++++++
 .../ui/problems/BrokenReferencesAlertPanel.form | 21 ++++++++++++++++++++
 .../ui/problems/BrokenReferencesCustomizer.form | 21 ++++++++++++++++++++
 .../project/ui/zip/ChangeImportFolder.form      | 21 ++++++++++++++++++++
 .../modules/project/ui/zip/ExportZIP.form       | 21 ++++++++++++++++++++
 .../modules/project/ui/zip/ImportZIP.form       | 21 ++++++++++++++++++++
 .../modules/project/uiapi/CustomizerPane.form   | 21 ++++++++++++++++++++
 .../uiapi/DefaultProjectDeletePanel.form        | 21 ++++++++++++++++++++
 .../uiapi/DefaultProjectRenamePanel.form        | 21 ++++++++++++++++++++
 .../modules/project/uiapi/ProjectCopyPanel.form | 21 ++++++++++++++++++++
 .../project/uiapi/SavingProjectDataPanel.form   | 21 ++++++++++++++++++++
 .../modules/properties/BundleEditPanel.form     | 21 ++++++++++++++++++++
 .../properties/BundleNodeCustomizer.form        | 21 ++++++++++++++++++++
 .../netbeans/modules/properties/FindPanel.form  | 21 ++++++++++++++++++++
 .../properties/LocaleNodeCustomizer.form        | 21 ++++++++++++++++++++
 .../modules/properties/LocalePanel.form         | 21 ++++++++++++++++++++
 .../refactoring/spi/impl/ErrorPanel.form        | 21 ++++++++++++++++++++
 .../refactoring/spi/impl/ParametersPanel.form   | 21 ++++++++++++++++++++
 .../refactoring/spi/impl/ProblemComponent.form  | 21 ++++++++++++++++++++
 .../refactoring/spi/impl/SafeDeletePanel.form   | 21 ++++++++++++++++++++
 .../modules/refactoring/spi/ui/ScopePanel.form  | 21 ++++++++++++++++++++
 .../CallHierarchyTopComponent.form              | 21 ++++++++++++++++++++
 .../java/ui/ChangeParametersPanel.form          | 21 ++++++++++++++++++++
 .../java/ui/EncapsulateFieldPanel.form          | 21 ++++++++++++++++++++
 .../java/ui/ExtractInterfacePanel.form          | 21 ++++++++++++++++++++
 .../java/ui/ExtractSuperclassPanel.form         | 21 ++++++++++++++++++++
 .../refactoring/java/ui/InnerToOuterPanel.form  | 21 ++++++++++++++++++++
 .../java/ui/IntroduceLocalExtensionPanel.form   | 21 ++++++++++++++++++++
 .../java/ui/IntroduceParameterPanel.form        | 21 ++++++++++++++++++++
 .../java/ui/InvertBooleanRefactoringPanel.form  | 21 ++++++++++++++++++++
 .../refactoring/java/ui/MoveClassPanel.form     | 21 ++++++++++++++++++++
 .../refactoring/java/ui/MoveMembersPanel.form   | 21 ++++++++++++++++++++
 .../refactoring/java/ui/PullUpPanel.form        | 21 ++++++++++++++++++++
 .../refactoring/java/ui/PushDownPanel.form      | 21 ++++++++++++++++++++
 .../refactoring/java/ui/RenamePanel.form        | 21 ++++++++++++++++++++
 .../ui/ReplaceConstructorWithBuilderPanel.form  | 21 ++++++++++++++++++++
 .../ui/ReplaceConstructorWithFactoryPanel.form  | 21 ++++++++++++++++++++
 .../refactoring/java/ui/SafeDeletePanel.form    | 21 ++++++++++++++++++++
 .../refactoring/java/ui/UseSuperTypePanel.form  | 21 ++++++++++++++++++++
 .../refactoring/java/ui/WhereUsedPanel.form     | 21 ++++++++++++++++++++
 .../java/ui/WhereUsedPanelClass.form            | 21 ++++++++++++++++++++
 .../java/ui/WhereUsedPanelMethod.form           | 21 ++++++++++++++++++++
 .../java/ui/WhereUsedPanelPackage.form          | 21 ++++++++++++++++++++
 .../java/ui/WhereUsedPanelVariable.form         | 21 ++++++++++++++++++++
 .../java/ui/scope/CustomScopePanel.form         | 21 ++++++++++++++++++++
 .../selenium2/server/Selenium2Customizer.form   | 21 ++++++++++++++++++++
 .../server/ui/manager/ServerManagerPanel.form   | 21 ++++++++++++++++++++
 .../ui/wizard/AvailableProvidersPanel.form      | 21 ++++++++++++++++++++
 .../server/ui/wizard/ServerWizardVisual.form    | 21 ++++++++++++++++++++
 .../options/DictionaryInstallerPanel.form       | 21 ++++++++++++++++++++
 .../options/SpellcheckerOptionsPanel.form       | 21 ++++++++++++++++++++
 .../debugger/ui/eval/CodeEvaluatorUI.form       | 21 ++++++++++++++++++++
 .../ui/models/BreakpointNestedGroupsDialog.form | 21 ++++++++++++++++++++
 .../views/debugging/DebuggingViewComponent.form | 21 ++++++++++++++++++++
 .../debugger/ui/views/debugging/InfoPanel.form  | 21 ++++++++++++++++++++
 .../test/apps/src/DebuggerTestApplication.form  | 21 ++++++++++++++++++++
 .../hints/projects/PerProjectHintsPanelUI.form  | 21 ++++++++++++++++++++
 .../projects/support/AdvancedLocationPanel.form | 21 ++++++++++++++++++++
 .../support/ProjectHintSettingPanel.form        | 21 ++++++++++++++++++++
 .../netbeans/modules/navigator/NavigatorTC.form | 21 ++++++++++++++++++++
 .../netbeans/modules/palette/ui/Customizer.form | 21 ++++++++++++++++++++
 .../modules/palette/ui/TextImporterUI.form      | 21 ++++++++++++++++++++
 .../modules/quicksearch/QuickSearchPopup.form   | 21 ++++++++++++++++++++
 .../ui/customizer/SelectConfigFilesPanel.form   | 21 ++++++++++++++++++++
 .../ui/customizer/SpringCustomizerPanel.form    | 21 ++++++++++++++++++++
 .../wizards/SpringXMLConfigGroupVisual.form     | 21 ++++++++++++++++++++
 .../SpringXMLConfigNamespacesVisual.form        | 21 ++++++++++++++++++++
 .../client/AcceptCertificatePanel.form          | 21 ++++++++++++++++++++
 .../subversion/client/CommandReport.form        | 21 ++++++++++++++++++++
 .../subversion/client/MissingClientPanel.form   | 21 ++++++++++++++++++++
 .../options/AnnotationSettingsPanel.form        | 21 ++++++++++++++++++++
 .../subversion/options/EditAnnotationPanel.form | 21 ++++++++++++++++++++
 .../modules/subversion/options/LabelsPanel.form | 21 ++++++++++++++++++++
 .../subversion/options/SvnOptionsPanel.form     | 21 ++++++++++++++++++++
 .../subversion/ui/browser/ControlPanel.form     | 21 ++++++++++++++++++++
 .../subversion/ui/copy/BranchPickerPanel.form   | 21 ++++++++++++++++++++
 .../subversion/ui/copy/CreateCopyPanel.form     | 21 ++++++++++++++++++++
 .../subversion/ui/copy/MergeBranchPanel.form    | 21 ++++++++++++++++++++
 .../subversion/ui/copy/MergeOneFolderPanel.form | 21 ++++++++++++++++++++
 .../modules/subversion/ui/copy/MergePanel.form  | 21 ++++++++++++++++++++
 .../ui/copy/MergeSinceOriginPanel.form          | 21 ++++++++++++++++++++
 .../ui/copy/MergeTwoFoldersPanel.form           | 21 ++++++++++++++++++++
 .../ui/copy/OneFolderPreviewPanel.form          | 21 ++++++++++++++++++++
 .../ui/copy/ReintegrateBranchPreviewPanel.form  | 21 ++++++++++++++++++++
 .../ui/copy/SinceOriginPreviewPanel.form        | 21 ++++++++++++++++++++
 .../subversion/ui/copy/SwitchToPanel.form       | 21 ++++++++++++++++++++
 .../ui/copy/TwoFoldersPreviewPanel.form         | 21 ++++++++++++++++++++
 .../subversion/ui/diff/MultiDiffPanel.form      | 21 ++++++++++++++++++++
 .../subversion/ui/diff/SelectDiffTreePanel.form | 21 ++++++++++++++++++++
 .../subversion/ui/export/ExportPanel.form       | 21 ++++++++++++++++++++
 .../ui/history/SearchHistoryPanel.form          | 21 ++++++++++++++++++++
 .../modules/subversion/ui/lock/LockPanel.form   | 21 ++++++++++++++++++++
 .../subversion/ui/relocate/RelocatePanel.form   | 21 ++++++++++++++++++++
 .../subversion/ui/repository/HttpPanel.form     | 21 ++++++++++++++++++++
 .../ui/repository/RepositoryDialogPanel.form    | 21 ++++++++++++++++++++
 .../ui/repository/RepositoryPanel.form          | 21 ++++++++++++++++++++
 .../ui/repository/SvnSSHCliPanel.form           | 21 ++++++++++++++++++++
 .../ui/repository/SvnSSHSvnKitPanel.form        | 21 ++++++++++++++++++++
 .../subversion/ui/search/SvnSearchPanel.form    | 21 ++++++++++++++++++++
 .../subversion/ui/status/VersioningPanel.form   | 21 ++++++++++++++++++++
 .../ui/update/RevertModificationsPanel.form     | 21 ++++++++++++++++++++
 .../subversion/ui/update/UpdateToPanel.form     | 21 ++++++++++++++++++++
 .../ui/wizards/importstep/ImportPanel.form      | 21 ++++++++++++++++++++
 .../ui/wizards/importstep/PreviewPanel.form     | 21 ++++++++++++++++++++
 .../repositorystep/RepositoryStepPanel.form     | 21 ++++++++++++++++++++
 .../wizards/urlpatternstep/URLPatternPanel.form | 21 ++++++++++++++++++++
 .../subversion/util/NotifyHtmlPanel.form        | 21 ++++++++++++++++++++
 .../iterator/api/TargetChooserPanelGUI.form     | 21 ++++++++++++++++++++
 .../todo/settings/IdentifierPickerPanel.form    | 21 ++++++++++++++++++++
 .../tasklist/todo/settings/ToDoCustomizer.form  | 21 ++++++++++++++++++++
 .../modules/tasklist/filter/ConditionPanel.form | 21 ++++++++++++++++++++
 .../modules/tasklist/filter/FilterEditor.form   | 21 ++++++++++++++++++++
 .../modules/tasklist/filter/KeywordsPanel.form  | 21 ++++++++++++++++++++
 .../modules/tasklist/filter/TypesPanel.form     | 21 ++++++++++++++++++++
 .../tasklist/ui/TaskListTopComponent.form       | 21 ++++++++++++++++++++
 .../bugtracking/commons/AttachmentPanel.form    | 21 ++++++++++++++++++++
 .../bugtracking/commons/AutoupdatePanel.form    | 21 ++++++++++++++++++++
 .../commons/CollapsibleSectionPanel.form        | 21 ++++++++++++++++++++
 .../bugtracking/commons/ListValuePicker.form    | 21 ++++++++++++++++++++
 .../bugtracking/commons/NoContentPanel.form     | 21 ++++++++++++++++++++
 .../bugtracking/commons/SaveQueryPanel.form     | 21 ++++++++++++++++++++
 .../bugtracking/commons/SectionPanel.form       | 21 ++++++++++++++++++++
 .../modules/team/ide/JXDatePickerImpl.form      | 21 ++++++++++++++++++++
 .../modules/team/ide/PatchContextChooser.form   | 21 ++++++++++++++++++++
 .../templates/ui/RenameTemplatePanel.form       | 21 ++++++++++++++++++++
 .../modules/templates/ui/TemplatesPanel.form    | 21 ++++++++++++++++++++
 .../netbeans/modules/terminal/nb/PinPanel.form  | 21 ++++++++++++++++++++
 .../modules/terminal/nb/TermOptionsPanel.form   | 21 ++++++++++++++++++++
 .../modules/timers/TimeComponentPanel.form      | 21 ++++++++++++++++++++
 .../modules/exceptions/ReportPanel.form         | 21 ++++++++++++++++++++
 .../exceptions/ReporterResultTopComponent.form  | 21 ++++++++++++++++++++
 .../modules/uihandler/ReminderPanel.form        | 21 ++++++++++++++++++++
 .../netbeans/modules/uihandler/SubmitPanel.form | 21 ++++++++++++++++++++
 .../examples/colorpicker/ColorPicker.form       | 21 ++++++++++++++++++++
 .../examples/imageviewer/ImageFrame.form        | 21 ++++++++++++++++++++
 .../examples/imageviewer/ImageViewer.form       | 21 ++++++++++++++++++++
 .../demosrc/examples/texteditor/About.form      | 21 ++++++++++++++++++++
 .../demosrc/examples/texteditor/Finder.form     | 21 ++++++++++++++++++++
 usersguide/demosrc/examples/texteditor/Ted.form | 21 ++++++++++++++++++++
 .../netbeans/modules/openfile/PackagePanel.form | 21 ++++++++++++++++++++
 .../netbeans/modules/pdf/SetCommandForm.form    | 21 ++++++++++++++++++++
 .../system/cvss/installer/CvsInstallDialog.form | 21 ++++++++++++++++++++
 .../ui/diff/DiffSidebarDiffPanel.form           | 21 ++++++++++++++++++++
 .../versioning/ui/history/DiffPanel.form        | 21 ++++++++++++++++++++
 .../versioning/ui/history/HistoryComponent.form | 21 ++++++++++++++++++++
 .../ui/options/GeneralOptionsPanel.form         | 21 ++++++++++++++++++++
 .../ui/options/HistoryOptionsPanel.form         | 21 ++++++++++++++++++++
 .../versioning/shelve/ShelveChangesPanel.form   | 21 ++++++++++++++++++++
 .../shelve/impl/UnshelveChangesPanel.form       | 21 ++++++++++++++++++++
 .../modules/versioning/util/CommandReport.form  | 21 ++++++++++++++++++++
 .../versioning/util/ExportDiffPanel.form        | 21 ++++++++++++++++++++
 .../modules/versioning/util/FileSelector.form   | 21 ++++++++++++++++++++
 .../modules/versioning/util/StringSelector.form | 21 ++++++++++++++++++++
 .../modules/versioning/util/TemplatesPanel.form | 21 ++++++++++++++++++++
 .../util/VcsAdvancedOptionsPanel.form           | 21 ++++++++++++++++++++
 .../util/options/AnnotationColorsPanel.form     | 21 ++++++++++++++++++++
 .../util/projects/CheckoutCompletedPanel.form   | 21 ++++++++++++++++++++
 .../util/projects/OpenProjectsPanel.form        | 21 ++++++++++++++++++++
 .../web/browser/ui/ResizeOptionsCustomizer.form | 21 ++++++++++++++++++++
 .../common/ui/cssprep/CssPrepOptionsPanel.form  | 21 ++++++++++++++++++++
 .../CssPreprocessorsCustomizerPanel.form        | 21 ++++++++++++++++++++
 .../web/common/ui/refactoring/RenamePanel.form  | 21 ++++++++++++++++++++
 .../websvc/saas/codegen/ui/CodeSetupPanel.form  | 21 ++++++++++++++++++++
 .../saas/ui/wizards/AddWebServiceDlg.form       | 21 ++++++++++++++++++++
 .../project/WhiteListCategoryPanel.form         | 21 ++++++++++++++++++++
 .../modules/xml/catalog/CatalogEntryPanel.form  | 21 ++++++++++++++++++++
 .../xml/catalog/CatalogMounterPanel.form        | 21 ++++++++++++++++++++
 .../modules/xml/catalog/CatalogPanel.form       | 21 ++++++++++++++++++++
 .../catalog/impl/SystemCatalogCustomizer.form   | 21 ++++++++++++++++++++
 .../xml/catalog/impl/XCatalogCustomizer.form    | 21 ++++++++++++++++++++
 .../xml/catalog/impl/sun/CatalogCustomizer.form | 21 ++++++++++++++++++++
 .../modules/xml/jaxb/ui/FileListPanel.form      | 21 ++++++++++++++++++++
 .../modules/xml/jaxb/ui/JAXBBindingInfoPnl.form | 21 ++++++++++++++++++++
 .../modules/xml/multiview/ui/BoxPanel.form      | 21 ++++++++++++++++++++
 .../xml/multiview/ui/DefaultTablePanel.form     | 21 ++++++++++++++++++++
 .../modules/xml/multiview/ui/ErrorPanel.form    | 21 ++++++++++++++++++++
 .../xml/multiview/ui/SectionContainer.form      | 21 ++++++++++++++++++++
 .../modules/xml/multiview/ui/SectionPanel.form  | 21 ++++++++++++++++++++
 .../modules/xml/multiview/test/BookPanel.form   | 21 ++++++++++++++++++++
 .../xml/multiview/test/BookTreePanel.form       | 21 ++++++++++++++++++++
 .../xml/multiview/test/ChapterPanel.form        | 21 ++++++++++++++++++++
 .../xml/multiview/test/ChapterTreePanel.form    | 21 ++++++++++++++++++++
 .../xml/retriever/impl/CertificationPanel.form  | 21 ++++++++++++++++++++
 .../TreeAttlistDeclAttributeDefCustomizer.form  | 21 ++++++++++++++++++++
 .../customizer/TreeAttlistDeclCustomizer.form   | 21 ++++++++++++++++++++
 .../customizer/TreeAttributeCustomizer.form     | 21 ++++++++++++++++++++
 .../customizer/TreeCDATASectionCustomizer.form  | 21 ++++++++++++++++++++
 .../TreeCharacterReferenceCustomizer.form       | 21 ++++++++++++++++++++
 .../beans/customizer/TreeCommentCustomizer.form | 21 ++++++++++++++++++++
 .../TreeConditionalSectionCustomizer.form       | 21 ++++++++++++++++++++
 .../tax/beans/customizer/TreeDTDCustomizer.form | 21 ++++++++++++++++++++
 .../customizer/TreeDocumentCustomizer.form      | 21 ++++++++++++++++++++
 .../TreeDocumentFragmentCustomizer.form         | 21 ++++++++++++++++++++
 .../customizer/TreeDocumentTypeCustomizer.form  | 21 ++++++++++++++++++++
 .../beans/customizer/TreeElementCustomizer.form | 21 ++++++++++++++++++++
 .../customizer/TreeElementDeclCustomizer.form   | 21 ++++++++++++++++++++
 .../customizer/TreeEntityDeclCustomizer.form    | 21 ++++++++++++++++++++
 .../TreeGeneralEntityReferenceCustomizer.form   | 21 ++++++++++++++++++++
 .../customizer/TreeNotationDeclCustomizer.form  | 21 ++++++++++++++++++++
 .../TreeParameterEntityReferenceCustomizer.form | 21 ++++++++++++++++++++
 .../TreeProcessingInstructionCustomizer.form    | 21 ++++++++++++++++++++
 .../beans/customizer/TreeTextCustomizer.form    | 21 ++++++++++++++++++++
 .../beans/editor/NullStringCustomEditor.form    | 21 ++++++++++++++++++++
 .../TreeAttlistDeclAttributeListCustomizer.form | 21 ++++++++++++++++++++
 .../TreeElementAttributeListCustomizer.form     | 21 ++++++++++++++++++++
 .../editor/TreeNodeFilterCustomEditor.form      | 21 ++++++++++++++++++++
 .../java/generator/SAXGeneratorCustomizer.form  | 21 ++++++++++++++++++++
 .../java/generator/SAXGeneratorFilePanel.form   | 21 ++++++++++++++++++++
 .../java/generator/SAXGeneratorMethodPanel.form | 21 ++++++++++++++++++++
 .../generator/SAXGeneratorParsletPanel.form     | 21 ++++++++++++++++++++
 .../generator/SAXGeneratorVersionPanel.form     | 21 ++++++++++++++++++++
 .../modules/xml/wizard/XMLContentPanel.form     | 21 ++++++++++++++++++++
 .../modules/xml/wizard/impl/DTDPanel.form       | 21 ++++++++++++++++++++
 .../modules/xml/wizard/impl/DocumentPanel.form  | 21 ++++++++++++++++++++
 .../xml/wizard/impl/SchemaImportGUI.form        | 21 ++++++++++++++++++++
 .../modules/xml/wizard/impl/SchemaPanel.form    | 21 ++++++++++++++++++++
 .../netbeans/modules/xsl/ui/TransformPanel.form | 21 ++++++++++++++++++++
 1012 files changed, 21252 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.form
----------------------------------------------------------------------
diff --git a/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.form b/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.form
index e6a2ce6..5bc998b 100644
--- a/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.form
+++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.form
----------------------------------------------------------------------
diff --git a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.form b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.form
index cf6064a..7370272 100644
--- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.form
+++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.form
----------------------------------------------------------------------
diff --git a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.form b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.form
index c1305bd..f2de806 100644
--- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.form
+++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.form
----------------------------------------------------------------------
diff --git a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.form b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.form
index 7c2b511..baef40e 100644
--- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.form
+++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.form
----------------------------------------------------------------------
diff --git a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.form b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.form
index c48bd24..6d689a1 100644
--- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.form
+++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/api.search/src/org/netbeans/modules/search/IgnoreListPanel.form
----------------------------------------------------------------------
diff --git a/api.search/src/org/netbeans/modules/search/IgnoreListPanel.form b/api.search/src/org/netbeans/modules/search/IgnoreListPanel.form
index 0653683..54962d6 100644
--- a/api.search/src/org/netbeans/modules/search/IgnoreListPanel.form
+++ b/api.search/src/org/netbeans/modules/search/IgnoreListPanel.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.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/api.search/src/org/netbeans/modules/search/ui/AbstractSearchResultsPanel.form
----------------------------------------------------------------------
diff --git a/api.search/src/org/netbeans/modules/search/ui/AbstractSearchResultsPanel.form b/api.search/src/org/netbeans/modules/search/ui/AbstractSearchResultsPanel.form
index 670fb6c..d84ebb2 100644
--- a/api.search/src/org/netbeans/modules/search/ui/AbstractSearchResultsPanel.form
+++ b/api.search/src/org/netbeans/modules/search/ui/AbstractSearchResultsPanel.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="jPanel1">



[04/24] incubator-netbeans git commit: Adding license header to form files whose adjacent java files have the appropriate license header.

Posted by jl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/CommandReport.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/CommandReport.form b/versioning.util/src/org/netbeans/modules/versioning/util/CommandReport.form
index c594349..551e1de 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/CommandReport.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/CommandReport.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/ExportDiffPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/ExportDiffPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/ExportDiffPanel.form
index 08bf0d2..fd04757 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/ExportDiffPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/ExportDiffPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/FileSelector.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/FileSelector.form b/versioning.util/src/org/netbeans/modules/versioning/util/FileSelector.form
index f17e775..afeb1d1 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/FileSelector.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/FileSelector.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/StringSelector.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/StringSelector.form b/versioning.util/src/org/netbeans/modules/versioning/util/StringSelector.form
index 143c02e..b97552f 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/StringSelector.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/StringSelector.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/TemplatesPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/TemplatesPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/TemplatesPanel.form
index e41ad19..937d8a1 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/TemplatesPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/TemplatesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.form
index 3f2f70c..e245033 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/options/AnnotationColorsPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/options/AnnotationColorsPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/options/AnnotationColorsPanel.form
index db451c9..f6ecadc 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/options/AnnotationColorsPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/options/AnnotationColorsPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/projects/CheckoutCompletedPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/projects/CheckoutCompletedPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/projects/CheckoutCompletedPanel.form
index 6f8b2f2..d6cf6f0 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/projects/CheckoutCompletedPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/projects/CheckoutCompletedPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/versioning.util/src/org/netbeans/modules/versioning/util/projects/OpenProjectsPanel.form
----------------------------------------------------------------------
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/projects/OpenProjectsPanel.form b/versioning.util/src/org/netbeans/modules/versioning/util/projects/OpenProjectsPanel.form
index cde3dee..d807c28 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/projects/OpenProjectsPanel.form
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/projects/OpenProjectsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/web.browser.api/src/org/netbeans/modules/web/browser/ui/ResizeOptionsCustomizer.form
----------------------------------------------------------------------
diff --git a/web.browser.api/src/org/netbeans/modules/web/browser/ui/ResizeOptionsCustomizer.form b/web.browser.api/src/org/netbeans/modules/web/browser/ui/ResizeOptionsCustomizer.form
index f3e63ef..06afb9f 100644
--- a/web.browser.api/src/org/netbeans/modules/web/browser/ui/ResizeOptionsCustomizer.form
+++ b/web.browser.api/src/org/netbeans/modules/web/browser/ui/ResizeOptionsCustomizer.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.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPrepOptionsPanel.form
----------------------------------------------------------------------
diff --git a/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPrepOptionsPanel.form b/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPrepOptionsPanel.form
index b0b539f..3edc7dc 100644
--- a/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPrepOptionsPanel.form
+++ b/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPrepOptionsPanel.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.8" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPreprocessorsCustomizerPanel.form
----------------------------------------------------------------------
diff --git a/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPreprocessorsCustomizerPanel.form b/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPreprocessorsCustomizerPanel.form
index c71d7d5..ead9ed2 100644
--- a/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPreprocessorsCustomizerPanel.form
+++ b/web.common.ui/src/org/netbeans/modules/web/common/ui/cssprep/CssPreprocessorsCustomizerPanel.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.4" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.form
----------------------------------------------------------------------
diff --git a/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.form b/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.form
index 0d61f40..bfde43d 100644
--- a/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.form
+++ b/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/websvc.saas.codegen/src/org/netbeans/modules/websvc/saas/codegen/ui/CodeSetupPanel.form
----------------------------------------------------------------------
diff --git a/websvc.saas.codegen/src/org/netbeans/modules/websvc/saas/codegen/ui/CodeSetupPanel.form b/websvc.saas.codegen/src/org/netbeans/modules/websvc/saas/codegen/ui/CodeSetupPanel.form
index a1564ad..0787534 100644
--- a/websvc.saas.codegen/src/org/netbeans/modules/websvc/saas/codegen/ui/CodeSetupPanel.form
+++ b/websvc.saas.codegen/src/org/netbeans/modules/websvc/saas/codegen/ui/CodeSetupPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.form
----------------------------------------------------------------------
diff --git a/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.form b/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.form
index e956d70..83ece92 100644
--- a/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.form
+++ b/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.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">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/whitelist/src/org/netbeans/modules/whitelist/project/WhiteListCategoryPanel.form
----------------------------------------------------------------------
diff --git a/whitelist/src/org/netbeans/modules/whitelist/project/WhiteListCategoryPanel.form b/whitelist/src/org/netbeans/modules/whitelist/project/WhiteListCategoryPanel.form
index 2916fa7..84c9c3b 100644
--- a/whitelist/src/org/netbeans/modules/whitelist/project/WhiteListCategoryPanel.form
+++ b/whitelist/src/org/netbeans/modules/whitelist/project/WhiteListCategoryPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogEntryPanel.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogEntryPanel.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogEntryPanel.form
index f07299c..28d19c0 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogEntryPanel.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogEntryPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogMounterPanel.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogMounterPanel.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogMounterPanel.form
index e7c3b2e..f980c95 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogMounterPanel.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogMounterPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.form
index dd64c06..a20ca67 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.form
index 57e6d80..9f3413e 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/XCatalogCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/XCatalogCustomizer.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/XCatalogCustomizer.form
index 2b159b3..7fe27be 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/XCatalogCustomizer.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/XCatalogCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.form b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.form
index 78f1b7d..f8ba88f 100644
--- a/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.form
+++ b/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/FileListPanel.form
----------------------------------------------------------------------
diff --git a/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/FileListPanel.form b/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/FileListPanel.form
index e35d145..3db568b 100644
--- a/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/FileListPanel.form
+++ b/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/FileListPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
     <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/JAXBBindingInfoPnl.form
----------------------------------------------------------------------
diff --git a/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/JAXBBindingInfoPnl.form b/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/JAXBBindingInfoPnl.form
index c01995d..e4890eb 100644
--- a/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/JAXBBindingInfoPnl.form
+++ b/xml.jaxb/src/org/netbeans/modules/xml/jaxb/ui/JAXBBindingInfoPnl.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="schemaSource">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/BoxPanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/BoxPanel.form b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/BoxPanel.form
index 77ba917..b78e447 100644
--- a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/BoxPanel.form
+++ b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/BoxPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/DefaultTablePanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/DefaultTablePanel.form b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/DefaultTablePanel.form
index 9ca0b68..6f90e61 100644
--- a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/DefaultTablePanel.form
+++ b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/DefaultTablePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.1" 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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="opaque" type="boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/ErrorPanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/ErrorPanel.form b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/ErrorPanel.form
index b404a39..1db5a72 100644
--- a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/ErrorPanel.form
+++ b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/ErrorPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.form
----------------------------------------------------------------------
diff --git a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.form b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.form
index 679b79a..569f309 100644
--- a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.form
+++ b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionPanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionPanel.form b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionPanel.form
index 955bfa5..7ff8d7d 100644
--- a/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionPanel.form
+++ b/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionPanel.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.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookPanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookPanel.form b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookPanel.form
index ce1e81a..e52416b 100644
--- a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookPanel.form
+++ b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookTreePanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookTreePanel.form b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookTreePanel.form
index ce1e81a..e52416b 100644
--- a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookTreePanel.form
+++ b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/BookTreePanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterPanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterPanel.form b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterPanel.form
index 20981b4..73e4be9 100644
--- a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterPanel.form
+++ b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterTreePanel.form
----------------------------------------------------------------------
diff --git a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterTreePanel.form b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterTreePanel.form
index 8388183..1859152 100644
--- a/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterTreePanel.form
+++ b/xml.multiview/test/unit/src/org/netbeans/modules/xml/multiview/test/ChapterTreePanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.retriever/src/org/netbeans/modules/xml/retriever/impl/CertificationPanel.form
----------------------------------------------------------------------
diff --git a/xml.retriever/src/org/netbeans/modules/xml/retriever/impl/CertificationPanel.form b/xml.retriever/src/org/netbeans/modules/xml/retriever/impl/CertificationPanel.form
index 8943aa1..240d1db 100644
--- a/xml.retriever/src/org/netbeans/modules/xml/retriever/impl/CertificationPanel.form
+++ b/xml.retriever/src/org/netbeans/modules/xml/retriever/impl/CertificationPanel.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclAttributeDefCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclAttributeDefCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclAttributeDefCustomizer.form
index 162c740..c870ff5 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclAttributeDefCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclAttributeDefCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,87,0,0,1,-10"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclCustomizer.form
index 7be0373..db7982c 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttlistDeclCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.form
index 0cf2dd5..cfd4a2c 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeAttributeCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCDATASectionCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCDATASectionCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCDATASectionCustomizer.form
index fb31726..85c7317 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCDATASectionCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCDATASectionCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCharacterReferenceCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCharacterReferenceCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCharacterReferenceCustomizer.form
index e37cd6f..78e5df8 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCharacterReferenceCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCharacterReferenceCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCommentCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCommentCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCommentCustomizer.form
index fb31726..85c7317 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCommentCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeCommentCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeConditionalSectionCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeConditionalSectionCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeConditionalSectionCustomizer.form
index 8a9d770..cc9c3b8 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeConditionalSectionCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeConditionalSectionCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="includeButtonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDTDCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDTDCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDTDCustomizer.form
index 964d302..f474dab 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDTDCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDTDCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentCustomizer.form
index 0c9db6b..395d7e5 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentFragmentCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentFragmentCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentFragmentCustomizer.form
index 688e588..5d3eaf4 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentFragmentCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentFragmentCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentTypeCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentTypeCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentTypeCustomizer.form
index 244f148..832bda8 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentTypeCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeDocumentTypeCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementCustomizer.form
index 8c5433e..d3a299c 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementDeclCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementDeclCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementDeclCustomizer.form
index 9f81433..efb178c 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementDeclCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeElementDeclCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeEntityDeclCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeEntityDeclCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeEntityDeclCustomizer.form
index 2e5f750..da37b69 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeEntityDeclCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeEntityDeclCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="buttonGroup">

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeGeneralEntityReferenceCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeGeneralEntityReferenceCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeGeneralEntityReferenceCustomizer.form
index 933125e..d24f91c 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeGeneralEntityReferenceCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeGeneralEntityReferenceCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2861b9c8/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeNotationDeclCustomizer.form
----------------------------------------------------------------------
diff --git a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeNotationDeclCustomizer.form b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeNotationDeclCustomizer.form
index ca4d750..3b6755b 100644
--- a/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeNotationDeclCustomizer.form
+++ b/xml.tax/src/org/netbeans/modules/xml/tax/beans/customizer/TreeNotationDeclCustomizer.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <SyntheticProperties>
     <SyntheticProperty name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>