github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/LICENSE.txt (about)

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