This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a commit to branch 0.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 6aeee254e76ee1a7a9c16f95818490aa9ddf9a7b Author: Seunghyun Lee <[email protected]> AuthorDate: Tue Sep 24 17:41:49 2019 -0700 Add license header for star-tree document (#4641) --- docs/star-tree/star-tree.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/star-tree/star-tree.rst b/docs/star-tree/star-tree.rst index 7d8b126..3055885 100644 --- a/docs/star-tree/star-tree.rst +++ b/docs/star-tree/star-tree.rst @@ -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. +.. + Star-Tree: A Specialized Index for Fast Aggregations ==================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
