Author: sseifert
Date: Fri Jun 26 08:20:49 2015
New Revision: 1687711
URL: http://svn.apache.org/r1687711
Log:
add missing license headers
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPath.js
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPathTester.html
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPath.js
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPathTester.html
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPath.js
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPath.js?rev=1687711&r1=1687710&r2=1687711&view=diff
==============================================================================
---
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPath.js
(original)
+++
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPath.js
Fri Jun 26 08:20:49 2015
@@ -1,4 +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.
+ */
+/*
* Emits for each document the all parent paths - allowing to fetch children
and their decendants by path.
* Includes the path of the item itself.
*/
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPathTester.html
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPathTester.html?rev=1687711&r1=1687710&r2=1687711&view=diff
==============================================================================
---
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPathTester.html
(original)
+++
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/ancestorPathTester.html
Fri Jun 26 08:20:49 2015
@@ -1,4 +1,22 @@
<!DOCTYPE html>
+<!--
+ * 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>
<title>Couchbase View Tester</title>
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPath.js
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPath.js?rev=1687711&r1=1687710&r2=1687711&view=diff
==============================================================================
---
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPath.js
(original)
+++
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPath.js
Fri Jun 26 08:20:49 2015
@@ -1,4 +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.
+ */
+/*
* Emits for each document the direct parent path - allowing to fetch direct
children by path.
*/
function(doc, meta) {
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPathTester.html
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPathTester.html?rev=1687711&r1=1687710&r2=1687711&view=diff
==============================================================================
---
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPathTester.html
(original)
+++
sling/trunk/contrib/nosql/couchbase-resourceprovider/src/main/couchbase-views/parentPathTester.html
Fri Jun 26 08:20:49 2015
@@ -1,4 +1,22 @@
<!DOCTYPE html>
+<!--
+ * 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>
<title>Couchbase View Tester</title>