You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/06/20 22:53:14 UTC

[05/25] zest-qi4j git commit: ZEST-15 Add missing licensing headers, a lot

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/struts2Hello/src/main/webapp/styles/nav-vertical.css
----------------------------------------------------------------------
diff --git a/samples/struts2Hello/src/main/webapp/styles/nav-vertical.css b/samples/struts2Hello/src/main/webapp/styles/nav-vertical.css
index d31eba1..81c5505 100644
--- a/samples/struts2Hello/src/main/webapp/styles/nav-vertical.css
+++ b/samples/struts2Hello/src/main/webapp/styles/nav-vertical.css
@@ -1,4 +1,32 @@
-/* A CSS Framework by Mike Stenhouse of Content with Style */
+/*
+Copyright (c) 2005, Mike Stenhouse of Content with Style
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+   may be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
 
 /* NAV */
 div#nav

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/struts2Hello/src/main/webapp/styles/tools.css
----------------------------------------------------------------------
diff --git a/samples/struts2Hello/src/main/webapp/styles/tools.css b/samples/struts2Hello/src/main/webapp/styles/tools.css
index 405ce0c..142a27e 100644
--- a/samples/struts2Hello/src/main/webapp/styles/tools.css
+++ b/samples/struts2Hello/src/main/webapp/styles/tools.css
@@ -1,4 +1,32 @@
-/* A CSS Framework by Mike Stenhouse of Content with Style */
+/*
+Copyright (c) 2005, Mike Stenhouse of Content with Style
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+   may be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
 
 /* clearing */
 .stretch,

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/struts2Hello/src/main/webapp/styles/typo.css
----------------------------------------------------------------------
diff --git a/samples/struts2Hello/src/main/webapp/styles/typo.css b/samples/struts2Hello/src/main/webapp/styles/typo.css
index 255d63f..836d438 100644
--- a/samples/struts2Hello/src/main/webapp/styles/typo.css
+++ b/samples/struts2Hello/src/main/webapp/styles/typo.css
@@ -1,4 +1,32 @@
-/* A CSS Framework by Mike Stenhouse of Content with Style */
+/*
+Copyright (c) 2005, Mike Stenhouse of Content with Style
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+   may be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
 
 /* TYPOGRAPHY */
 body

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/build.gradle
----------------------------------------------------------------------
diff --git a/samples/swing/build.gradle b/samples/swing/build.gradle
index 7e34223..3460b9c 100644
--- a/samples/swing/build.gradle
+++ b/samples/swing/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "Sample of how to use the Struts2 integration."
 
 jar { manifest { name = "Qi4j Sample - Swing Bindings" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CityValue.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CityValue.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CityValue.java
index 9619eec..bafdaf1 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CityValue.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CityValue.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.example;
 
 import org.qi4j.api.value.ValueComposite;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CountryValue.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CountryValue.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CountryValue.java
index f761a6b..5580ddb 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CountryValue.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/example/CountryValue.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.example;
 
 import org.qi4j.api.value.ValueComposite;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/AssociationFocusLostListener.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/AssociationFocusLostListener.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/AssociationFocusLostListener.java
index f9e886b..425c94c 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/AssociationFocusLostListener.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/AssociationFocusLostListener.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.internal;
 
 import org.qi4j.api.association.Association;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundManyAssociation.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundManyAssociation.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundManyAssociation.java
index 892a3d5..19a0a36 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundManyAssociation.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundManyAssociation.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.internal;
 
 import java.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundNamedAssociation.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundNamedAssociation.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundNamedAssociation.java
index 7b85b72..553adcc 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundNamedAssociation.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/BoundNamedAssociation.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.internal;
 
 import java.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/PropertyFocusLostListener.java
----------------------------------------------------------------------
diff --git a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/PropertyFocusLostListener.java b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/PropertyFocusLostListener.java
index da09261..e04702a 100644
--- a/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/PropertyFocusLostListener.java
+++ b/samples/swing/src/main/java/org/qi4j/lib/swing/binding/internal/PropertyFocusLostListener.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.lib.swing.binding.internal;
 
 import org.qi4j.api.property.Property;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/build.gradle
----------------------------------------------------------------------
diff --git a/tests/performance/build.gradle b/tests/performance/build.gradle
index c1f790d..1c54c29 100644
--- a/tests/performance/build.gradle
+++ b/tests/performance/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "Qi4j Performance Test Suite."
 
 jar { manifest { name = "Qi4j Tests - Performance" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/main/java/org/qi4j/test/performance/entitystore/package.html
----------------------------------------------------------------------
diff --git a/tests/performance/src/main/java/org/qi4j/test/performance/entitystore/package.html b/tests/performance/src/main/java/org/qi4j/test/performance/entitystore/package.html
index b566ace..1f0f21a 100644
--- a/tests/performance/src/main/java/org/qi4j/test/performance/entitystore/package.html
+++ b/tests/performance/src/main/java/org/qi4j/test/performance/entitystore/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Performance Tests for EntityStores.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/perf/resources/derby-datasource.properties
----------------------------------------------------------------------
diff --git a/tests/performance/src/perf/resources/derby-datasource.properties b/tests/performance/src/perf/resources/derby-datasource.properties
index 03bf132..8fc9229 100644
--- a/tests/performance/src/perf/resources/derby-datasource.properties
+++ b/tests/performance/src/perf/resources/derby-datasource.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 enabled=true
 url=jdbc:derby:memory:testdb;create=true
 driver=org.apache.derby.jdbc.EmbeddedDriver

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/perf/resources/logback.xml
----------------------------------------------------------------------
diff --git a/tests/performance/src/perf/resources/logback.xml b/tests/performance/src/perf/resources/logback.xml
index da447b6..46ad47d 100644
--- a/tests/performance/src/perf/resources/logback.xml
+++ b/tests/performance/src/perf/resources/logback.xml
@@ -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.
+-->
 <configuration>
 
     <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/perf/resources/org/qi4j/entitystore/jdbm/JdbmEntityStoreService.properties
----------------------------------------------------------------------
diff --git a/tests/performance/src/perf/resources/org/qi4j/entitystore/jdbm/JdbmEntityStoreService.properties b/tests/performance/src/perf/resources/org/qi4j/entitystore/jdbm/JdbmEntityStoreService.properties
index d3b271d..56592c6 100644
--- a/tests/performance/src/perf/resources/org/qi4j/entitystore/jdbm/JdbmEntityStoreService.properties
+++ b/tests/performance/src/perf/resources/org/qi4j/entitystore/jdbm/JdbmEntityStoreService.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 
 # The file that will contain the JDBM data.
 file=build/tmp/jdbm/jdbmstore.data

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/perf/resources/org/qi4j/library/rdf/repository/rdf-indexing.properties
----------------------------------------------------------------------
diff --git a/tests/performance/src/perf/resources/org/qi4j/library/rdf/repository/rdf-indexing.properties b/tests/performance/src/perf/resources/org/qi4j/library/rdf/repository/rdf-indexing.properties
index 27d2609..4685ef4 100644
--- a/tests/performance/src/perf/resources/org/qi4j/library/rdf/repository/rdf-indexing.properties
+++ b/tests/performance/src/perf/resources/org/qi4j/library/rdf/repository/rdf-indexing.properties
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 tripleIndexes=spoc,ospc
 dataDirectory=build/tmp/rdf
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/performance/src/perf/resources/postgresql-datasource.properties
----------------------------------------------------------------------
diff --git a/tests/performance/src/perf/resources/postgresql-datasource.properties b/tests/performance/src/perf/resources/postgresql-datasource.properties
index a906d84..f7d7ad5 100644
--- a/tests/performance/src/perf/resources/postgresql-datasource.properties
+++ b/tests/performance/src/perf/resources/postgresql-datasource.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 enabled=true
 url=jdbc:postgresql://localhost:5432/jdbc_test_db
 driver=org.postgresql.Driver

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/regression/build.gradle
----------------------------------------------------------------------
diff --git a/tests/regression/build.gradle b/tests/regression/build.gradle
index 6f03209..e17cfb4 100644
--- a/tests/regression/build.gradle
+++ b/tests/regression/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "Qi4j Regression Tests are added by community members who find bugs and typically reported via Jira issues. These tests are not run as part of the normal build, but is accessible from './gradlew regression' to allow builds to still work."
 
 jar { manifest { name = "Qi4j Tests - Regression" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tests/regression/src/main/java/org/qi4j/test/regression/Regressions.java
----------------------------------------------------------------------
diff --git a/tests/regression/src/main/java/org/qi4j/test/regression/Regressions.java b/tests/regression/src/main/java/org/qi4j/test/regression/Regressions.java
index 8e51ed0..021f813 100644
--- a/tests/regression/src/main/java/org/qi4j/test/regression/Regressions.java
+++ b/tests/regression/src/main/java/org/qi4j/test/regression/Regressions.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.test.regression;
 
 /**

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/build.gradle
----------------------------------------------------------------------
diff --git a/tools/envisage/build.gradle b/tools/envisage/build.gradle
index 0fcab0b..5050e21 100644
--- a/tools/envisage/build.gradle
+++ b/tools/envisage/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "Visualizer of a Qi4j Application Structure."
 
 jar { manifest { name = "Qi4j Envisage" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/dev-status.xml
----------------------------------------------------------------------
diff --git a/tools/envisage/dev-status.xml b/tools/envisage/dev-status.xml
index c847a9f..4458bbb 100644
--- a/tools/envisage/dev-status.xml
+++ b/tools/envisage/dev-status.xml
@@ -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.
+-->
 <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/docs/envisage.txt
----------------------------------------------------------------------
diff --git a/tools/envisage/src/docs/envisage.txt b/tools/envisage/src/docs/envisage.txt
index 2bdd6cd..c9bcb88 100644
--- a/tools/envisage/src/docs/envisage.txt
+++ b/tools/envisage/src/docs/envisage.txt
@@ -1,3 +1,22 @@
+///////////////////////////////////////////////////////////////
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+///////////////////////////////////////////////////////////////
+
 [[tools-envisage,Envisage Tool]]
 = Envisage =
 

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/EnvisageFrame.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/EnvisageFrame.form b/tools/envisage/src/main/java/org/qi4j/envisage/EnvisageFrame.form
index 2039b6f..07a444e 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/EnvisageFrame.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/EnvisageFrame.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.qi4j.envisage.EnvisageFrame">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/APIPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/APIPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/APIPane.form
index b57f89f..d59d086 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/APIPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/APIPane.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.qi4j.envisage.detail.APIPane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/DependencyPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/DependencyPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/DependencyPane.form
index 3b3e55a..c69348b 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/DependencyPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/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.qi4j.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-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/GeneralPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/GeneralPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/GeneralPane.form
index 459af32..6a4d975 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/GeneralPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/GeneralPane.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.qi4j.envisage.detail.GeneralPane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/ImportedByPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ImportedByPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/ImportedByPane.form
index eb7dfab..09ab310 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ImportedByPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/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.qi4j.envisage.detail.ImportedByPane">
   <grid id="27dc6" binding="contentPane" layout-manager="GridBagLayout">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/MethodPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/MethodPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/MethodPane.form
index b4886c6..9cc7068 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/MethodPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/MethodPane.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.qi4j.envisage.detail.MethodPane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/SPIPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/SPIPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/SPIPane.form
index ab440f7..c50407a 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/SPIPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/SPIPane.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.qi4j.envisage.detail.SPIPane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceConfigurationPane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceConfigurationPane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceConfigurationPane.form
index 9446d9a..e6e4aae 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceConfigurationPane.form
+++ b/tools/envisage/src/main/java/org/qi4j/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.qi4j.envisage.detail.ServiceConfigurationPane">
   <grid id="27dc6" binding="contentPane" layout-manager="GridBagLayout">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceUsagePane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceUsagePane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceUsagePane.form
index 1fba606..bcf1ee5 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceUsagePane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/ServiceUsagePane.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.qi4j.envisage.detail.ServiceUsagePane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/StatePane.form
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/StatePane.form b/tools/envisage/src/main/java/org/qi4j/envisage/detail/StatePane.form
index 8a4bc4f..90fb4e4 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/StatePane.form
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/StatePane.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.qi4j.envisage.detail.StatePane">
   <grid id="27dc6" binding="contentPane" layout-manager="BorderLayout" hgap="0" vgap="0">
     <constraints>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/detail/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/detail/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/detail/package.html
index d02c736..7778987 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/detail/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/detail/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool Detail UI.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/event/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/event/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/event/package.html
index 8695c02..949d2e1 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/event/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/event/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool UI Events.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/graph/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/graph/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/graph/package.html
index f4a5997..becdd99 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/graph/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/graph/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool Graph Visualization.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/package.html
index 3fd940d..be039d1 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/print/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/print/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/print/package.html
index f2cf971..d281483 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/print/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/print/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool PDF Print Support.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/tree/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/tree/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/tree/package.html
index 4198846..67eb29a 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/tree/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/tree/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool Application Tree.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/java/org/qi4j/envisage/util/package.html
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/java/org/qi4j/envisage/util/package.html b/tools/envisage/src/main/java/org/qi4j/envisage/util/package.html
index a03ef6b..c6b3955 100644
--- a/tools/envisage/src/main/java/org/qi4j/envisage/util/package.html
+++ b/tools/envisage/src/main/java/org/qi4j/envisage/util/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Envisage Tool Utilities.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/EnvisageFrame.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/EnvisageFrame.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/EnvisageFrame.properties
index f78a19c..639258b 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/EnvisageFrame.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/EnvisageFrame.properties
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Application.Title=Qi4J Envisage
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/APIPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/APIPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/APIPane.properties
index 54ee7cf..9faf717 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/APIPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/APIPane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Service.Column=Service
 Module.Column=Module
 Visibility.Column=Visibility
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DependencyPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DependencyPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DependencyPane.properties
index 5467cc2..7103ac5 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DependencyPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DependencyPane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 CTL_ClassName.Text = Class Name:
 CTL_Optional.Text = Optional:
 CTL_Annotation.Text = Annotation:

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DetailModelPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DetailModelPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DetailModelPane.properties
index 510f291..e461a4a 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DetailModelPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/DetailModelPane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 CTL_GeneralTab.Text = General
 CTL_MethodTab.Text = Methods
 CTL_StateTab.Text = States

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/GeneralPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/GeneralPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/GeneralPane.properties
index 68373eb..8104bdf 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/GeneralPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/GeneralPane.properties
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Name.Column=Name
 Value.Column=Value
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ImportedByPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ImportedByPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ImportedByPane.properties
index 74410e9..20edb8c 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ImportedByPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ImportedByPane.properties
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 CTL_Name.Text=Name:
 CTL_Class.Text=Class:
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/MethodPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/MethodPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/MethodPane.properties
index 045933e..c44c39a 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/MethodPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/MethodPane.properties
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ICON_Public=public.png
 ICON_Private=private.png
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/SPIPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/SPIPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/SPIPane.properties
index 702a224..8f98011 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/SPIPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/SPIPane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Dependency.Column=Dependency
 Module.Column=Module
 Layer.Column=Layer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceConfigurationPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceConfigurationPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceConfigurationPane.properties
index 0ecb81a..3229a12 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceConfigurationPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceConfigurationPane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 CTL_Name.Text=Name:
 CTL_Class.Text=Class:
 CTL_Type.Text=Type:

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceUsagePane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceUsagePane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceUsagePane.properties
index f2f59a2..a6adce0 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceUsagePane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/ServiceUsagePane.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Owner.Column=Owner
 Usage.Column=Usage
 Annotation.Column=Annotation

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/detail/StatePane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/StatePane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/StatePane.properties
index 045933e..c44c39a 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/detail/StatePane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/detail/StatePane.properties
@@ -1,2 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ICON_Public=public.png
 ICON_Private=private.png
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelCellRenderer.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelCellRenderer.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelCellRenderer.properties
index 1f61910..b694372 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelCellRenderer.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelCellRenderer.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ICON_Application=application.png
 ICON_Layer=layer.png
 ICON_Module=module.png

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelPane.properties
----------------------------------------------------------------------
diff --git a/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelPane.properties b/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelPane.properties
index b4ca5c4..8cedb43 100644
--- a/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelPane.properties
+++ b/tools/envisage/src/main/resources/org/qi4j/envisage/tree/TreeModelPane.properties
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 CTL_ViewAs.Text = View
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/model-detail/build.gradle
----------------------------------------------------------------------
diff --git a/tools/model-detail/build.gradle b/tools/model-detail/build.gradle
index 3d207ff..65b1685 100644
--- a/tools/model-detail/build.gradle
+++ b/tools/model-detail/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "Detailled Model of a Qi4j Application Structure."
 
 jar { manifest { name = "Qi4j Model Detail" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/model-detail/dev-status.xml
----------------------------------------------------------------------
diff --git a/tools/model-detail/dev-status.xml b/tools/model-detail/dev-status.xml
index c847a9f..4458bbb 100644
--- a/tools/model-detail/dev-status.xml
+++ b/tools/model-detail/dev-status.xml
@@ -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.
+-->
 <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/model-detail/src/main/java/org/qi4j/tools/model/descriptor/package.html
----------------------------------------------------------------------
diff --git a/tools/model-detail/src/main/java/org/qi4j/tools/model/descriptor/package.html b/tools/model-detail/src/main/java/org/qi4j/tools/model/descriptor/package.html
index ce61930..4ece360 100644
--- a/tools/model-detail/src/main/java/org/qi4j/tools/model/descriptor/package.html
+++ b/tools/model-detail/src/main/java/org/qi4j/tools/model/descriptor/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Detailled Application Model Descriptors.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/model-detail/src/main/java/org/qi4j/tools/model/util/package.html
----------------------------------------------------------------------
diff --git a/tools/model-detail/src/main/java/org/qi4j/tools/model/util/package.html b/tools/model-detail/src/main/java/org/qi4j/tools/model/util/package.html
index 500b650..430bb8f 100644
--- a/tools/model-detail/src/main/java/org/qi4j/tools/model/util/package.html
+++ b/tools/model-detail/src/main/java/org/qi4j/tools/model/util/package.html
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
     <body>
         <h2>Detailled Application Model Utilities.</h2>

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/qidea/build.gradle
----------------------------------------------------------------------
diff --git a/tools/qidea/build.gradle b/tools/qidea/build.gradle
index 26ce5b6..53fe2ea 100644
--- a/tools/qidea/build.gradle
+++ b/tools/qidea/build.gradle
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 description = "IntelliJ IDEA Plugin for Qi4j development."
 
 jar { manifest { name = "Qi4j IDEA plugin" }}

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/qidea/src/main/java/org/qi4j/ide/plugin/idea/concerns/actions/create/CreateConcernFromMixinTypeOrCompositeAction.java
----------------------------------------------------------------------
diff --git a/tools/qidea/src/main/java/org/qi4j/ide/plugin/idea/concerns/actions/create/CreateConcernFromMixinTypeOrCompositeAction.java b/tools/qidea/src/main/java/org/qi4j/ide/plugin/idea/concerns/actions/create/CreateConcernFromMixinTypeOrCompositeAction.java
index 31a5190..b762e3b 100644
--- a/tools/qidea/src/main/java/org/qi4j/ide/plugin/idea/concerns/actions/create/CreateConcernFromMixinTypeOrCompositeAction.java
+++ b/tools/qidea/src/main/java/org/qi4j/ide/plugin/idea/concerns/actions/create/CreateConcernFromMixinTypeOrCompositeAction.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.qi4j.ide.plugin.idea.concerns.actions.create;
 
 import com.intellij.psi.PsiDirectory;

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tools/qidea/src/main/resources/META-INF/plugin.xml
----------------------------------------------------------------------
diff --git a/tools/qidea/src/main/resources/META-INF/plugin.xml b/tools/qidea/src/main/resources/META-INF/plugin.xml
index 7c5dfb8..4a678d1 100644
--- a/tools/qidea/src/main/resources/META-INF/plugin.xml
+++ b/tools/qidea/src/main/resources/META-INF/plugin.xml
@@ -1,4 +1,20 @@
 <!DOCTYPE idea-plugin PUBLIC "Plugin/DTD" "http://plugins.intellij.net/plugin.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <idea-plugin>
   <id>org.qi4j</id>
   <name>qidea</name>