|
| 1 | +apm-agent-python Copyright 2013-2023 Elasticsearch BV |
| 2 | + |
| 3 | +# Notice |
| 4 | + |
| 5 | +This lambda layer contains several dependencies which have been vendored. |
| 6 | + |
| 7 | +## urllib3 |
| 8 | + |
| 9 | +- **author:** Andrey Petrov |
| 10 | +- **project url:** https://github.com/urllib3/urllib3 |
| 11 | +- **license:** MIT License, https://opensource.org/licenses/MIT |
| 12 | + |
| 13 | + MIT License |
| 14 | + |
| 15 | + Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt) |
| 16 | + |
| 17 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 18 | + of this software and associated documentation files (the "Software"), to deal |
| 19 | + in the Software without restriction, including without limitation the rights |
| 20 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 21 | + copies of the Software, and to permit persons to whom the Software is |
| 22 | + furnished to do so, subject to the following conditions: |
| 23 | + |
| 24 | + The above copyright notice and this permission notice shall be included in all |
| 25 | + copies or substantial portions of the Software. |
| 26 | + |
| 27 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 28 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 29 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 30 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 31 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 32 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 33 | + SOFTWARE. |
| 34 | + |
| 35 | +## certifi |
| 36 | + |
| 37 | +- **author:** Kenneth Reitz |
| 38 | +- **project url:** https://github.com/certifi/python-certifi |
| 39 | +- **license:** Mozilla Public License 2.0, https://opensource.org/licenses/MPL-2.0 |
| 40 | + |
| 41 | + This packge contains a modified version of ca-bundle.crt: |
| 42 | + |
| 43 | + ca-bundle.crt -- Bundle of CA Root Certificates |
| 44 | + |
| 45 | + Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011# |
| 46 | + This is a bundle of X.509 certificates of public Certificate Authorities |
| 47 | + (CA). These were automatically extracted from Mozilla's root certificates |
| 48 | + file (certdata.txt). This file can be found in the mozilla source tree: |
| 49 | + http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1# |
| 50 | + It contains the certificates in PEM format and therefore |
| 51 | + can be directly used with curl / libcurl / php_curl, or with |
| 52 | + an Apache+mod_ssl webserver for SSL client authentication. |
| 53 | + Just configure this file as the SSLCACertificateFile.# |
| 54 | + |
| 55 | + ***** BEGIN LICENSE BLOCK ***** |
| 56 | + This Source Code Form is subject to the terms of the Mozilla Public License, |
| 57 | + v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain |
| 58 | + one at http://mozilla.org/MPL/2.0/. |
| 59 | + |
| 60 | + ***** END LICENSE BLOCK ***** |
| 61 | + @(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ |
| 62 | + |
| 63 | +## wrapt |
| 64 | + |
| 65 | +- **author:** Graham Dumpleton |
| 66 | +- **project url:** https://github.com/GrahamDumpleton/wrapt |
| 67 | +- **license:** BSD-2-Clause, http://opensource.org/licenses/BSD-2-Clause |
| 68 | + |
| 69 | + Copyright (c) 2013, Graham Dumpleton |
| 70 | + All rights reserved. |
| 71 | + |
| 72 | + Redistribution and use in source and binary forms, with or without |
| 73 | + modification, are permitted provided that the following conditions are met: |
| 74 | + |
| 75 | + * Redistributions of source code must retain the above copyright notice, this |
| 76 | + list of conditions and the following disclaimer. |
| 77 | + |
| 78 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 79 | + this list of conditions and the following disclaimer in the documentation |
| 80 | + and/or other materials provided with the distribution. |
| 81 | + |
| 82 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 83 | + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 84 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 85 | + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 86 | + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 87 | + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 88 | + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 89 | + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 90 | + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 91 | + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 92 | + POSSIBILITY OF SUCH DAMAGE. |
0 commit comments