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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git

commit 084b7986bba25f7a1517fecad3abb49c3a7d5327
Author: Sandro Boehme <[email protected]>
AuthorDate: Mon Apr 27 22:24:29 2015 +0000

    Resource Editor: fixed the rat errors
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1676391 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                              |  2 ++
 .../reseditor/resource/ResourceIteratorWrapper.java  | 18 ++++++++++++++++++
 .../resource/ResourceTypeResourceWrapper.java        | 18 ++++++++++++++++++
 src/main/less/alerts.less                            | 19 +++++++++++++++++++
 src/main/less/buttons.less                           | 19 +++++++++++++++++++
 src/main/less/elements.less                          | 19 +++++++++++++++++++
 src/main/less/forms.less                             | 19 +++++++++++++++++++
 src/main/less/modals.less                            | 20 ++++++++++++++++++++
 src/main/less/navs.less                              | 18 ++++++++++++++++++
 src/main/less/scaffolding.less                       | 19 +++++++++++++++++++
 src/main/less/variables.less                         | 19 +++++++++++++++++++
 .../css/bootbox.reseditor.css                        | 19 +++++++++++++++++++
 .../resource-editor-static-content/css/font.css      | 19 +++++++++++++++++++
 .../resource-editor-static-content/css/font_ie.css   | 19 +++++++++++++++++++
 .../css/jstree.reseditor.css                         | 19 +++++++++++++++++++
 .../css/select2.reseditor.css                        | 19 +++++++++++++++++++
 .../SLING-INF/libs/sling/resource-editor/html.jsp    | 18 ++++++++++++++++++
 .../libs/sling/resource-editor/nodes.json.incl.jsp   | 19 ++++++++++++++++++-
 .../libs/sling/resource-editor/nodes.json.jsp        | 18 ++++++++++++++++++
 .../libs/sling/resource-editor/rootnodes.json.jsp    | 19 +++++++++++++++++++
 src/test/javascript/e2e/spec/e2e_spec.js             | 19 +++++++++++++++++++
 21 files changed, 377 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b5e409..fc08009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,8 @@
               <configuration>
                 <excludes>
                   <exclude>frontend/**</exclude>
+                  
<exclude>src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/generated/3rd_party/**/*</exclude>
+                  
<exclude>src/main/resources/SLING-INF/libs/sling/resource-editor/servlet-nodes.json</exclude>
                 </excludes>
               </configuration>
             </plugin>              
diff --git 
a/src/main/java/org/apache/sling/reseditor/resource/ResourceIteratorWrapper.java
 
b/src/main/java/org/apache/sling/reseditor/resource/ResourceIteratorWrapper.java
index 393a896..60eac30 100644
--- 
a/src/main/java/org/apache/sling/reseditor/resource/ResourceIteratorWrapper.java
+++ 
b/src/main/java/org/apache/sling/reseditor/resource/ResourceIteratorWrapper.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.apache.sling.reseditor.resource;
 import java.util.Iterator;
 
diff --git 
a/src/main/java/org/apache/sling/reseditor/resource/ResourceTypeResourceWrapper.java
 
b/src/main/java/org/apache/sling/reseditor/resource/ResourceTypeResourceWrapper.java
index 68c6225..37e828b 100644
--- 
a/src/main/java/org/apache/sling/reseditor/resource/ResourceTypeResourceWrapper.java
+++ 
b/src/main/java/org/apache/sling/reseditor/resource/ResourceTypeResourceWrapper.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.apache.sling.reseditor.resource;
 
 import java.util.Iterator;
diff --git a/src/main/less/alerts.less b/src/main/less/alerts.less
index cdaad6c..fafb5ae 100644
--- a/src/main/less/alerts.less
+++ b/src/main/less/alerts.less
@@ -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.
+ */
+ 
 .alert {
   text-shadow: 1px 1px 0 rgba(255,255,255,.5);
   .rounded(5px);
diff --git a/src/main/less/buttons.less b/src/main/less/buttons.less
index 59ad206..4ad1c16 100644
--- a/src/main/less/buttons.less
+++ b/src/main/less/buttons.less
@@ -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.
+ */
+ 
 //
 // Buttons
 // --------------------------------------------------
diff --git a/src/main/less/elements.less b/src/main/less/elements.less
index 9e45973..c7be0ef 100644
--- a/src/main/less/elements.less
+++ b/src/main/less/elements.less
@@ -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.
+ */
+
 /*---------------------------------------------------
     LESS Elements 0.9
   ---------------------------------------------------
diff --git a/src/main/less/forms.less b/src/main/less/forms.less
index 86e5c90..ea3ae31 100644
--- a/src/main/less/forms.less
+++ b/src/main/less/forms.less
@@ -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.
+ */
+
 //
 // Forms
 // --------------------------------------------------
diff --git a/src/main/less/modals.less b/src/main/less/modals.less
index 6ab15f0..3cb2362 100644
--- a/src/main/less/modals.less
+++ b/src/main/less/modals.less
@@ -1,3 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+ 
+ 
 //
 // Modals
 // --------------------------------------------------
diff --git a/src/main/less/navs.less b/src/main/less/navs.less
index 78d2fe2..ca7862c 100644
--- a/src/main/less/navs.less
+++ b/src/main/less/navs.less
@@ -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.
+ */
 
 // TABS AND PILLS
 // -------------
diff --git a/src/main/less/scaffolding.less b/src/main/less/scaffolding.less
index 176b170..75b563c 100644
--- a/src/main/less/scaffolding.less
+++ b/src/main/less/scaffolding.less
@@ -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.
+ */
+ 
 //
 // Scaffolding
 // --------------------------------------------------
diff --git a/src/main/less/variables.less b/src/main/less/variables.less
index bd0a5a7..9d692a2 100644
--- a/src/main/less/variables.less
+++ b/src/main/less/variables.less
@@ -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.
+ */
+ 
 //== Colors
 //
 //## Gray and brand colors for use across Bootstrap.
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/bootbox.reseditor.css
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/bootbox.reseditor.css
index baecd34..f374ba7 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/bootbox.reseditor.css
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/bootbox.reseditor.css
@@ -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.
+ */
+ 
 .bootbox-body {
        text-shadow: none;
 }
\ No newline at end of file
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font.css
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font.css
index 058b272..de11e02 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font.css
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font.css
@@ -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.
+ */
+ 
 @font-face {
   font-family: 'Michroma';
   font-style: normal;
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font_ie.css
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font_ie.css
index 8cdccb0..f24dfb2 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font_ie.css
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/font_ie.css
@@ -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.
+ */
+ 
 @font-face {
   font-family: 'Michroma';
   font-style: normal;
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/jstree.reseditor.css
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/jstree.reseditor.css
index 6ac2066..5b4b46e 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/jstree.reseditor.css
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/jstree.reseditor.css
@@ -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.
+ */
+ 
 .jstree-default .jstree-icon:empty {
   width: 16px;
 }
\ No newline at end of file
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/select2.reseditor.css
 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/select2.reseditor.css
index 1077c8a..ada6145 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/select2.reseditor.css
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor-static-content/css/select2.reseditor.css
@@ -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.
+ */
+ 
 .select2-result-label, .select2-results {
        text-shadow: none;
 }
diff --git a/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp 
b/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
index b1ff7e1..de96aba 100644
--- a/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
+++ b/src/main/resources/SLING-INF/libs/sling/resource-editor/html.jsp
@@ -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.
+--%>
 <!DOCTYPE html>
 <%@ page session="false"%>
 <%@ page isELIgnored="false"%>
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.incl.jsp 
b/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.incl.jsp
index 94dd98c..c6a44bc 100644
--- 
a/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.incl.jsp
+++ 
b/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.incl.jsp
@@ -1,4 +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.
+--%>
 [
        <c:forEach var="theResource" items="<%=resource.listChildren()%>" 
varStatus="status">
                <c:set var="resourceIsNode" scope="request" 
value="<%=resource.adaptTo(Node.class) !=null %>"/>
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.jsp 
b/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.jsp
index a9298f1..faa6f80 100644
--- a/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.jsp
+++ b/src/main/resources/SLING-INF/libs/sling/resource-editor/nodes.json.jsp
@@ -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.
+--%>
 <%@ page session="false"%>
 <%@ page isELIgnored="false"%>
 <%@ page import="javax.jcr.*,org.apache.sling.api.resource.Resource"%>
diff --git 
a/src/main/resources/SLING-INF/libs/sling/resource-editor/rootnodes.json.jsp 
b/src/main/resources/SLING-INF/libs/sling/resource-editor/rootnodes.json.jsp
index 0840a1e..1457dbe 100644
--- a/src/main/resources/SLING-INF/libs/sling/resource-editor/rootnodes.json.jsp
+++ b/src/main/resources/SLING-INF/libs/sling/resource-editor/rootnodes.json.jsp
@@ -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.
+--%>
+
 <%@ page session="false"%>
 <%@ page isELIgnored="false"%>
 <%@ page import="javax.jcr.*,org.apache.sling.api.resource.Resource"%>
diff --git a/src/test/javascript/e2e/spec/e2e_spec.js 
b/src/test/javascript/e2e/spec/e2e_spec.js
index 091bd2b..aed1721 100644
--- a/src/test/javascript/e2e/spec/e2e_spec.js
+++ b/src/test/javascript/e2e/spec/e2e_spec.js
@@ -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.
+ */
+
 'use strict';
 
 var assert = require('assert');

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to