You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2020/07/31 04:46:14 UTC

[netbeans] branch cnd updated: Netbeans license headers cleanup check-in #1

This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch cnd
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/cnd by this push:
     new 88d3440  Netbeans license headers cleanup check-in #1
     new cfd469d  Merge pull request #2281 from BradWalker/cnd_cleanup_license_headers_1
88d3440 is described below

commit 88d34407508a49d5bd4f93f84c4b7110b3995bd6
Author: Brad Walker <bw...@musings.com>
AuthorDate: Wed Jul 29 21:47:48 2020 -0500

    Netbeans license headers cleanup check-in #1
    
    Add missing ALv2 license headers to form files.
---
 .../ui/launchers/actions/LaunchersPanel.form       | 21 +++++++++++++++++++++
 .../ui/options/ProjectOptionsPanel.form            | 21 +++++++++++++++++++++
 .../ui/runprofiles/DirectoryChooserPanel.form      | 21 +++++++++++++++++++++
 .../cnd/makeproject/ui/runprofiles/EnvPanel.form   | 21 +++++++++++++++++++++
 .../makeproject/ui/runprofiles/RerunArguments.form | 21 +++++++++++++++++++++
 .../makeproject/ui/utils/ConfSelectorPanel.form    | 21 +++++++++++++++++++++
 .../ui/utils/DirectoryChooserPanel.form            | 21 +++++++++++++++++++++
 .../cnd/makeproject/ui/utils/PathPanel.form        | 21 +++++++++++++++++++++
 .../cnd/makeproject/ui/utils/StringListPanel.form  | 21 +++++++++++++++++++++
 .../makeproject/ui/wizards/BuildActionsPanel.form  | 21 +++++++++++++++++++++
 .../ui/wizards/FileListEditorPanel.form            | 21 +++++++++++++++++++++
 .../ui/wizards/PanelConfigureProjectVisual.form    | 21 +++++++++++++++++++++
 .../ui/wizards/PanelProjectLocationVisual.form     | 21 +++++++++++++++++++++
 .../ui/wizards/ParserConfigurationPanel.form       | 21 +++++++++++++++++++++
 .../ui/wizards/PreBuildActionPanel.form            | 21 +++++++++++++++++++++
 .../ui/wizards/SelectBinaryPanelVisual.form        | 21 +++++++++++++++++++++
 .../makeproject/ui/wizards/SelectModePanel.form    | 21 +++++++++++++++++++++
 .../makeproject/ui/wizards/SourceFilesPanel.form   | 21 +++++++++++++++++++++
 .../makeproject/ui/wizards/SourceFoldersPanel.form | 21 +++++++++++++++++++++
 .../navigation/docview/DocViewTopComponent.form    | 21 +++++++++++++++++++++
 .../projectui/wizard/ide/TemplatesPanelGUI.form    | 21 +++++++++++++++++++++
 .../modules/cnd/remote/ui/EditPathMapDialog.form   | 21 +++++++++++++++++++++
 .../ui/proxysettings/ProxySettingsPanel.form       | 21 +++++++++++++++++++++
 .../remote/ui/wizard/CreateHostVisualPanel1.form   | 21 +++++++++++++++++++++
 .../editor/filecreation/NewTestSimplePanelGUI.form | 21 +++++++++++++++++++++
 .../GenerateTestChooseElementsVisualPanel.form     | 21 +++++++++++++++++++++
 .../cnd/debugger/dbx/rtc/RtcTopComponent.form      | 21 +++++++++++++++++++++
 .../nbproject/project.properties                   | 16 ++++++++++++++++
 .../cnd.diagnostics.clank/nbproject/project.xml    | 22 ++++++++++++++++++++++
 .../ClankDiagnosticsDetailsTopComponent.form       | 21 +++++++++++++++++++++
 .../clank/ui/codesnippet/CodeSnippetPanel.form     | 21 +++++++++++++++++++++
 .../mixeddev/java/jni/ui/JProjectFileChooser.form  | 21 +++++++++++++++++++++
 .../wizard/PanelProjectLocationVisual.form         | 21 +++++++++++++++++++++
 .../odcs/cnd/ui/DevelopVMConnectionPanel.form      | 21 +++++++++++++++++++++
 34 files changed, 710 insertions(+)

diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/launchers/actions/LaunchersPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/launchers/actions/LaunchersPanel.form
index a131459..4917581 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/launchers/actions/LaunchersPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/launchers/actions/LaunchersPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/options/ProjectOptionsPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/options/ProjectOptionsPanel.form
index 42099bd..fc1385f 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/options/ProjectOptionsPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/options/ProjectOptionsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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"/>
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/DirectoryChooserPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/DirectoryChooserPanel.form
index 85d2fd2..ec25a2a 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/DirectoryChooserPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/DirectoryChooserPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/EnvPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/EnvPanel.form
index 88e3f9b..56cc3f3 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/EnvPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/EnvPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/RerunArguments.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/RerunArguments.form
index 5e59784..da4d43e 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/RerunArguments.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/runprofiles/RerunArguments.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/ConfSelectorPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/ConfSelectorPanel.form
index 88837d1..48ccf5f 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/ConfSelectorPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/ConfSelectorPanel.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"/>
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/DirectoryChooserPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/DirectoryChooserPanel.form
index 01cb927..3d299ca 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/DirectoryChooserPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/DirectoryChooserPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/PathPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/PathPanel.form
index 617aac0..17bb231 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/PathPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/PathPanel.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="pathButtonGroup">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/StringListPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/StringListPanel.form
index fb2e1ac..485c9a6 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/StringListPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/utils/StringListPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/BuildActionsPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/BuildActionsPanel.form
index 1e062aa..d73af7f 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/BuildActionsPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/BuildActionsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/FileListEditorPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/FileListEditorPanel.form
index 503f61d..8d7f4f2 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/FileListEditorPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/FileListEditorPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelConfigureProjectVisual.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelConfigureProjectVisual.form
index b67259c..2bf9120 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelConfigureProjectVisual.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/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">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelProjectLocationVisual.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelProjectLocationVisual.form
index 07c5590..e328698 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PanelProjectLocationVisual.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/ParserConfigurationPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/ParserConfigurationPanel.form
index 2f43852..92db7f0 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/ParserConfigurationPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/ParserConfigurationPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PreBuildActionPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PreBuildActionPanel.form
index 2c41daf..786ab60 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PreBuildActionPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/PreBuildActionPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectBinaryPanelVisual.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectBinaryPanelVisual.form
index f6f1ae7..5465b28 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectBinaryPanelVisual.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectBinaryPanelVisual.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectModePanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectModePanel.form
index f628911..373b9c1 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectModePanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SelectModePanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFilesPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFilesPanel.form
index adc9625..07ca731 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFilesPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFilesPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFoldersPanel.form b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFoldersPanel.form
index 347ef74..b89b585 100644
--- a/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFoldersPanel.form
+++ b/cnd/cnd.makeproject.ui/src/org/netbeans/modules/cnd/makeproject/ui/wizards/SourceFoldersPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.navigation/src/org/netbeans/modules/cnd/navigation/docview/DocViewTopComponent.form b/cnd/cnd.navigation/src/org/netbeans/modules/cnd/navigation/docview/DocViewTopComponent.form
index 5e404a8..d2ae7bf 100644
--- a/cnd/cnd.navigation/src/org/netbeans/modules/cnd/navigation/docview/DocViewTopComponent.form
+++ b/cnd/cnd.navigation/src/org/netbeans/modules/cnd/navigation/docview/DocViewTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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"/>
diff --git a/cnd/cnd.remote.projectui/src/org/netbeans/modules/cnd/remote/projectui/wizard/ide/TemplatesPanelGUI.form b/cnd/cnd.remote.projectui/src/org/netbeans/modules/cnd/remote/projectui/wizard/ide/TemplatesPanelGUI.form
index f2b3a23..c309c34 100644
--- a/cnd/cnd.remote.projectui/src/org/netbeans/modules/cnd/remote/projectui/wizard/ide/TemplatesPanelGUI.form
+++ b/cnd/cnd.remote.projectui/src/org/netbeans/modules/cnd/remote/projectui/wizard/ide/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.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">
diff --git a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/EditPathMapDialog.form b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/EditPathMapDialog.form
index 28ca602..edb4218 100644
--- a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/EditPathMapDialog.form
+++ b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/EditPathMapDialog.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/proxysettings/ProxySettingsPanel.form b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/proxysettings/ProxySettingsPanel.form
index 9ad5fbe..de07e7b 100644
--- a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/proxysettings/ProxySettingsPanel.form
+++ b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/proxysettings/ProxySettingsPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/wizard/CreateHostVisualPanel1.form b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/wizard/CreateHostVisualPanel1.form
index acddd52..aadd0d1 100644
--- a/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/wizard/CreateHostVisualPanel1.form
+++ b/cnd/cnd.remote.ui/src/org/netbeans/modules/cnd/remote/ui/wizard/CreateHostVisualPanel1.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
   <Properties>
     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
diff --git a/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/editor/filecreation/NewTestSimplePanelGUI.form b/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/editor/filecreation/NewTestSimplePanelGUI.form
index 8406bb0..5479d70 100644
--- a/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/editor/filecreation/NewTestSimplePanelGUI.form
+++ b/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/editor/filecreation/NewTestSimplePanelGUI.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">
diff --git a/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/wizard/GenerateTestChooseElementsVisualPanel.form b/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/wizard/GenerateTestChooseElementsVisualPanel.form
index 4ed8343..f525d70 100644
--- a/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/wizard/GenerateTestChooseElementsVisualPanel.form
+++ b/cnd/cnd.simpleunit/src/org/netbeans/modules/cnd/simpleunit/wizard/GenerateTestChooseElementsVisualPanel.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"/>
diff --git a/contrib/cnd.debugger.dbx/src/org/netbeans/modules/cnd/debugger/dbx/rtc/RtcTopComponent.form b/contrib/cnd.debugger.dbx/src/org/netbeans/modules/cnd/debugger/dbx/rtc/RtcTopComponent.form
index 0a9a519..0d23809 100644
--- a/contrib/cnd.debugger.dbx/src/org/netbeans/modules/cnd/debugger/dbx/rtc/RtcTopComponent.form
+++ b/contrib/cnd.debugger.dbx/src/org/netbeans/modules/cnd/debugger/dbx/rtc/RtcTopComponent.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"/>
diff --git a/contrib/cnd.diagnostics.clank/nbproject/project.properties b/contrib/cnd.diagnostics.clank/nbproject/project.properties
index 234017c..0f4ec98 100644
--- a/contrib/cnd.diagnostics.clank/nbproject/project.properties
+++ b/contrib/cnd.diagnostics.clank/nbproject/project.properties
@@ -1,2 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
diff --git a/contrib/cnd.diagnostics.clank/nbproject/project.xml b/contrib/cnd.diagnostics.clank/nbproject/project.xml
index 002f7d7..afe6b8c 100644
--- a/contrib/cnd.diagnostics.clank/nbproject/project.xml
+++ b/contrib/cnd.diagnostics.clank/nbproject/project.xml
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
 <project xmlns="http://www.netbeans.org/ns/project/1">
     <type>org.netbeans.modules.apisupport.project</type>
     <configuration>
diff --git a/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/ClankDiagnosticsDetailsTopComponent.form b/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/ClankDiagnosticsDetailsTopComponent.form
index 2d323b5..e226ad9 100644
--- a/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/ClankDiagnosticsDetailsTopComponent.form
+++ b/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/ClankDiagnosticsDetailsTopComponent.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/CodeSnippetPanel.form b/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/CodeSnippetPanel.form
index f97798f..1a2f5da 100644
--- a/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/CodeSnippetPanel.form
+++ b/contrib/cnd.diagnostics.clank/src/org/netbeans/modules/cnd/diagnostics/clank/ui/codesnippet/CodeSnippetPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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"/>
diff --git a/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/java/jni/ui/JProjectFileChooser.form b/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/java/jni/ui/JProjectFileChooser.form
index 0a1ee21..08366b7 100644
--- a/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/java/jni/ui/JProjectFileChooser.form
+++ b/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/java/jni/ui/JProjectFileChooser.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, 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.JDialogFormInfo">
   <Properties>
     <Property name="defaultCloseOperation" type="int" value="2"/>
diff --git a/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/wizard/PanelProjectLocationVisual.form b/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/wizard/PanelProjectLocationVisual.form
index 96010b7..a34f17f 100644
--- a/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/wizard/PanelProjectLocationVisual.form
+++ b/contrib/cnd.mixeddev/src/org/netbeans/modules/cnd/mixeddev/wizard/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">
   <NonVisualComponents>
     <Container class="javax.swing.JPanel" name="filler">
diff --git a/contrib/odcs.cnd/src/org/netbeans/modules/odcs/cnd/ui/DevelopVMConnectionPanel.form b/contrib/odcs.cnd/src/org/netbeans/modules/odcs/cnd/ui/DevelopVMConnectionPanel.form
index 6aa44dd..ba700d3 100644
--- a/contrib/odcs.cnd/src/org/netbeans/modules/odcs/cnd/ui/DevelopVMConnectionPanel.form
+++ b/contrib/odcs.cnd/src/org/netbeans/modules/odcs/cnd/ui/DevelopVMConnectionPanel.form
@@ -1,5 +1,26 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 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">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists