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-hapi-client.git
commit 3c52ee92eebf3ccba874d7e5e5ff8f133496d56e Author: Robert Munteanu <[email protected]> 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@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 "[email protected]" <[email protected]>.
