github.com/waldiirawan/apm-agent-go/v2@v2.2.2/NOTICE (about)

     1  Elastic APM Go Agent
     2  Copyright 2018-2019 Elasticsearch B.V.
     3  
     4  This product includes software developed at Elasticsearch, B.V. (https://www.elastic.co/).
     5  
     6  =========================================
     7  Third party code included by the Go Agent
     8  =========================================
     9  
    10  ------------------------------------------------------------------------------------
    11  This project copies code from the Go standard library (https://github.com/golang/go)
    12  ------------------------------------------------------------------------------------
    13  
    14  Copyright (c) 2009 The Go Authors. All rights reserved.
    15  
    16  Redistribution and use in source and binary forms, with or without
    17  modification, are permitted provided that the following conditions are
    18  met:
    19  
    20     * Redistributions of source code must retain the above copyright
    21  notice, this list of conditions and the following disclaimer.
    22     * Redistributions in binary form must reproduce the above
    23  copyright notice, this list of conditions and the following disclaimer
    24  in the documentation and/or other materials provided with the
    25  distribution.
    26     * Neither the name of Google Inc. nor the names of its
    27  contributors may be used to endorse or promote products derived from
    28  this software without specific prior written permission.
    29  
    30  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    31  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    32  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    33  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    34  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    35  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    36  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    37  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    38  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    39  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    40  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    41  
    42  --------------------------------------------------------------------------
    43  This project copies code from Gorilla Mux (https://github.com/gorilla/mux)
    44  --------------------------------------------------------------------------
    45  
    46  Copyright (c) 2012-2018 The Gorilla Authors. All rights reserved.
    47  
    48  Redistribution and use in source and binary forms, with or without
    49  modification, are permitted provided that the following conditions are
    50  met:
    51  
    52  	 * Redistributions of source code must retain the above copyright
    53  notice, this list of conditions and the following disclaimer.
    54  	 * Redistributions in binary form must reproduce the above
    55  copyright notice, this list of conditions and the following disclaimer
    56  in the documentation and/or other materials provided with the
    57  distribution.
    58  	 * Neither the name of Google Inc. nor the names of its
    59  contributors may be used to endorse or promote products derived from
    60  this software without specific prior written permission.
    61  
    62  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    63  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    64  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    65  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    66  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    67  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    68  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    69  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    70  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    71  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    72  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    73  
    74  ------------------------------------------------------------
    75  This project copies code from pq (https://github.com/lib/pq)
    76  ------------------------------------------------------------
    77  
    78  Copyright (c) 2011-2013, 'pq' Contributors Portions Copyright (C) 2011 Blake Mizerany
    79  
    80  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    81  
    82  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    83  
    84  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.