You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:36:52 UTC

[sling-org-apache-sling-hapi] 07/24: hapi: add license headers to test resources

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

rombert pushed a commit to annotated tag org.apache.sling.hapi.client-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi.git

commit 746dab306b8a0954cc8555ddbe3f17e216c49192
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 27 13:42:59 2016 +0000

    hapi: add license headers to test resources
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/hapi/client@1727051 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/resources/items.html       | 20 +++++++++++++++++++-
 src/test/resources/items_forms.html | 20 +++++++++++++++++++-
 src/test/resources/items_links.html | 20 +++++++++++++++++++-
 3 files changed, 57 insertions(+), 3 deletions(-)

diff --git a/src/test/resources/items.html b/src/test/resources/items.html
index abe5d78..7650bd9 100644
--- a/src/test/resources/items.html
+++ b/src/test/resources/items.html
@@ -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.
+-->
 <html>
 <head>
 </head>
@@ -21,4 +39,4 @@
     <span itemprop="rank">1</span>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/test/resources/items_forms.html b/src/test/resources/items_forms.html
index fd14eb1..e9e52d7 100644
--- a/src/test/resources/items_forms.html
+++ b/src/test/resources/items_forms.html
@@ -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.
+-->
 <html>
 <head>
 </head>
@@ -25,4 +43,4 @@
     </form>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/test/resources/items_links.html b/src/test/resources/items_links.html
index 1586116..f318962 100644
--- a/src/test/resources/items_links.html
+++ b/src/test/resources/items_links.html
@@ -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.
+-->
 <html>
 <head>
 </head>
@@ -17,4 +35,4 @@
     <a rel="test" href="/test">test</a>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.