github.com/arduino/arduino-cloud-cli@v0.0.0-20240517070944-e7a449561083/.licenses/go/golang.org/x/crypto/ssh/knownhosts.dep.yml (about) 1 --- 2 name: golang.org/x/crypto/ssh/knownhosts 3 version: v0.18.0 4 type: go 5 summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key 6 database, and provides utility functions for writing OpenSSH compliant known_hosts 7 files. 8 homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts 9 license: bsd-3-clause 10 licenses: 11 - sources: crypto@v0.18.0/LICENSE 12 text: | 13 Copyright (c) 2009 The Go Authors. All rights reserved. 14 15 Redistribution and use in source and binary forms, with or without 16 modification, are permitted provided that the following conditions are 17 met: 18 19 * Redistributions of source code must retain the above copyright 20 notice, this list of conditions and the following disclaimer. 21 * Redistributions in binary form must reproduce the above 22 copyright notice, this list of conditions and the following disclaimer 23 in the documentation and/or other materials provided with the 24 distribution. 25 * Neither the name of Google Inc. nor the names of its 26 contributors may be used to endorse or promote products derived from 27 this software without specific prior written permission. 28 29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 30 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 33 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 34 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 35 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 37 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 40 - sources: crypto@v0.18.0/PATENTS 41 text: | 42 Additional IP Rights Grant (Patents) 43 44 "This implementation" means the copyrightable works distributed by 45 Google as part of the Go project. 46 47 Google hereby grants to You a perpetual, worldwide, non-exclusive, 48 no-charge, royalty-free, irrevocable (except as stated in this section) 49 patent license to make, have made, use, offer to sell, sell, import, 50 transfer and otherwise run, modify and propagate the contents of this 51 implementation of Go, where such license applies only to those patent 52 claims, both currently owned or controlled by Google and acquired in 53 the future, licensable by Google that are necessarily infringed by this 54 implementation of Go. This grant does not include claims that would be 55 infringed only as a consequence of further modification of this 56 implementation. If you or your agent or exclusive licensee institute or 57 order or agree to the institution of patent litigation against any 58 entity (including a cross-claim or counterclaim in a lawsuit) alleging 59 that this implementation of Go or any code incorporated within this 60 implementation of Go constitutes direct or contributory patent 61 infringement, or inducement of patent infringement, then any patent 62 rights granted to you under this License for this implementation of Go 63 shall terminate as of the date such litigation is filed. 64 notices: []