Repository: zest-java Updated Branches: refs/heads/develop 11a63a3ee -> c5075b003
tools/envisage: add missing headers in IDEA .form files Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/c5075b00 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/c5075b00 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/c5075b00 Branch: refs/heads/develop Commit: c5075b0032120b1761b8e062675ea31a1ec1289f Parents: 11a63a3 Author: Paul Merlin (Apache) <[email protected]> Authored: Sun Aug 2 10:21:23 2015 +0200 Committer: Paul Merlin (Apache) <[email protected]> Committed: Sun Aug 2 10:21:23 2015 +0200 ---------------------------------------------------------------------- .../apache/zest/envisage/detail/DependencyPane.form | 16 ++++++++++++++++ .../apache/zest/envisage/detail/ImportedByPane.form | 16 ++++++++++++++++ .../envisage/detail/ServiceConfigurationPane.form | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/c5075b00/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.form ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.form b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.form index 42d049f..ad867d3 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.form +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.form @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.apache.zest.envisage.detail.DependencyPane"> <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0"> <constraints> http://git-wip-us.apache.org/repos/asf/zest-java/blob/c5075b00/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.form ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.form b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.form index 156683b..b46e823 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.form +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.form @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.apache.zest.envisage.detail.ImportedByPane"> <grid id="27dc6" binding="contentPane" layout-manager="GridBagLayout"> <constraints> http://git-wip-us.apache.org/repos/asf/zest-java/blob/c5075b00/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.form ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.form b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.form index 61a90ea..92c0c02 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.form +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.form @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.apache.zest.envisage.detail.ServiceConfigurationPane"> <grid id="27dc6" binding="contentPane" layout-manager="GridBagLayout"> <constraints>
