github.com/rohankumardubey/aresdb@v0.0.2-0.20190517170215-e54e3ca06b9c/NOTICE (about)

     1  AresDB includes derived work from Influxql (https://github.com/influxdata/influxql) under the MIT License:
     2  Modifications Copyright (c) 2017-2018 Uber Technologies, Inc.
     3  Copyright (c) 2013-2016 Errplane Inc.
     4  
     5  Permission is hereby granted, free of charge, to any person obtaining a copy of
     6  this software and associated documentation files (the "Software"), to deal in
     7  the Software without restriction, including without limitation the rights to
     8  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
     9  the Software, and to permit persons to whom the Software is furnished to do so,
    10  subject to the following conditions:
    11  
    12  The above copyright notice and this permission notice shall be included in all
    13  copies or substantial portions of the Software.
    14  
    15  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    16  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
    17  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
    18  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    19  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    20  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    21  
    22  The derived work can be found in the files:
    23  query/expr/ast.go
    24  query/expr/ast_test.go
    25  query/expr/parser.go
    26  query/expr/parser_test.go
    27  query/expr/scanner.go
    28  query/expr/scanner_test.go
    29  query/expr/token.go
    30  query/expr/token_test.go
    31  
    32  -------------------------------------------------
    33  AresDB includes derived work from MurmurHash3. Murmur3 was placed in the public domain.  (https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp)
    34  
    35  MurmurHash3 was written by Austin Appleby, and is placed in the public
    36  domain. The author hereby disclaims copyright to this source code.
    37  
    38  Note - The x86 and x64 versions do _not_ produce the same results, as the
    39  algorithms are optimized for their respective platforms. You can still
    40  compile and run any of them on any platform, but your performance with the
    41  non-native version will be less than optimal.
    42  
    43  The derived work can be found in the files:
    44  utils/hash.go
    45  query/utils.cu
    46  
    47  -------------------------------------------------
    48  AresDB includes the contents from HyperLogLog for computing HLL. HyperLogLog is under the Apache License 2.0.  Copyright by HyperLogLog’s authors. (https://docs.google.com/document/d/1gyjfMHy43U9OWBXxfaeG-3MjGzejW1dlpyMwEYAAWEI)
    49  You may obtain a copy of the License at
    50  http://www.apache.org/licenses/LICENSE-2.0
    51  
    52  The derived work can be found in the files:
    53  query/common/hll.go
    54  
    55  -------------------------------------------------
    56  AresDB includes Thrust library under the Apache License Version 2.0. Copyright by Thrust’s authors. (https://github.com/thrust/thrust) You may obtain a copy of the License at
    57   http://www.apache.org/licenses/LICENSE-2.0.html
    58  
    59  -------------------------------------------------
    60  AresDB includes derived work from Golang’s time library (https://golang.org/src/time/time.go) under the BSD License:
    61  Copyright (c) 2009 The Go Authors. All rights reserved.
    62  
    63  Redistribution and use in source and binary forms, with or without
    64  modification, are permitted provided that the following conditions are
    65  met:
    66  
    67     * Redistributions of source code must retain the above copyright
    68  notice, this list of conditions and the following disclaimer.
    69     * Redistributions in binary form must reproduce the above
    70  copyright notice, this list of conditions and the following disclaimer
    71  in the documentation and/or other materials provided with the
    72  distribution.
    73     * Neither the name of Google Inc. nor the names of its
    74  contributors may be used to endorse or promote products derived from
    75  this software without specific prior written permission.
    76  
    77  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    78  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    79  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    80  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    81  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    82  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    83  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    84  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    85  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    86  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    87  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    88  
    89  
    90  The derived work can be found in the files:
    91  query/functor.cu
    92  
    93  --------------------------------------------------
    94  AresDB includes derived work from rapids rmm library (https://github.com/rapidsai/rmm) under the Apache License 2.0:
    95  
    96  Copyright (c) 2018, NVIDIA CORPORATION.
    97  
    98  Licensed under the Apache License, Version 2.0 (the "License");
    99  you may not use this file except in compliance with the License.
   100  You may obtain a copy of the License at
   101  
   102  http://www.apache.org/licenses/LICENSE-2.0
   103  
   104  Unless required by applicable law or agreed to in writing, software
   105  distributed under the License is distributed on an "AS IS" BASIS,
   106  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   107  See the License for the specific language governing permissions and
   108  limitations under the License.
   109  
   110  The derived work can be found in the files:
   111  query/thrust_rmm_allocator.hpp