github.com/arduino/arduino-cloud-cli@v0.0.0-20240517070944-e7a449561083/.licenses/go/go.bug.st/serial.dep.yml (about) 1 --- 2 name: go.bug.st/serial 3 version: v1.3.3 4 type: go 5 summary: Package serial is a cross-platform serial library for the go language. 6 homepage: https://pkg.go.dev/go.bug.st/serial 7 license: bsd-3-clause 8 licenses: 9 - sources: LICENSE 10 text: |2+ 11 12 Copyright (c) 2014-2021, Cristian Maglie. 13 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 17 are met: 18 19 1. Redistributions of source code must retain the above copyright 20 notice, this list of conditions and the following disclaimer. 21 22 2. Redistributions in binary form must reproduce the above copyright 23 notice, this list of conditions and the following disclaimer in 24 the documentation and/or other materials provided with the 25 distribution. 26 27 3. Neither the name of the copyright holder nor the names of its 28 contributors may be used to endorse or promote products derived 29 from this software without specific prior written permission. 30 31 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 32 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 33 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 34 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 35 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 36 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 37 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 38 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 39 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 40 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 41 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 42 POSSIBILITY OF SUCH DAMAGE. 43 44 - sources: README.md 45 text: |- 46 The software is release under a [BSD 3-clause license] 47 48 [contributors]: https://github.com/bugst/go-serial/graphs/contributors 49 [BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE 50 notices: []