github.com/newrelic/go-agent@v3.26.0+incompatible/THIRD_PARTY_NOTICES.md (about) 1 # Third Party Notices 2 3 The New Relic Go Agent uses source code from third party libraries which carry 4 their own copyright notices and license terms. These notices are provided 5 below. 6 7 In the event that a required notice is missing or incorrect, please notify us 8 either by [opening an issue](https://github.com/newrelic/go-agent/issues/new), 9 or by e-mailing [open-source@newrelic.com](mailto:open-source@newrelic.com). 10 11 For any licenses that require the disclosure of source code, the source code 12 can be found at https://github.com/newrelic/go-agent/. 13 14 ## Contents 15 16 * [Go](#go) 17 18 ## Go 19 20 This product includes source derived from the 21 [Go programming language](https://golang.org/), distributed under the 22 [Go license](https://golang.org/LICENSE): 23 24 ``` 25 Copyright (c) 2009 The Go Authors. All rights reserved. 26 27 Redistribution and use in source and binary forms, with or without 28 modification, are permitted provided that the following conditions are 29 met: 30 31 * Redistributions of source code must retain the above copyright 32 notice, this list of conditions and the following disclaimer. 33 * Redistributions in binary form must reproduce the above 34 copyright notice, this list of conditions and the following disclaimer 35 in the documentation and/or other materials provided with the 36 distribution. 37 * Neither the name of Google Inc. nor the names of its 38 contributors may be used to endorse or promote products derived from 39 this software without specific prior written permission. 40 41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 44 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 45 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 49 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 50 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 52 ```