NOTICE 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Botocore
  2. Copyright 2012-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. ----
  4. Botocore includes vendorized parts of the requests python library for backwards compatibility.
  5. Requests License
  6. ================
  7. Copyright 2013 Kenneth Reitz
  8. Licensed under the Apache License, Version 2.0 (the "License");
  9. you may not use this file except in compliance with the License.
  10. You may obtain a copy of the License at
  11. http://www.apache.org/licenses/LICENSE-2.0
  12. Unless required by applicable law or agreed to in writing, software
  13. distributed under the License is distributed on an "AS IS" BASIS,
  14. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. See the License for the specific language governing permissions and
  16. limitations under the License.
  17. Botocore includes vendorized parts of the urllib3 library for backwards compatibility.
  18. Urllib3 License
  19. ===============
  20. This is the MIT license: http://www.opensource.org/licenses/mit-license.php
  21. Copyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt),
  22. Modifications copyright 2012 Kenneth Reitz.
  23. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  24. software and associated documentation files (the "Software"), to deal in the Software
  25. without restriction, including without limitation the rights to use, copy, modify, merge,
  26. publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
  27. to whom the Software is furnished to do so, subject to the following conditions:
  28. The above copyright notice and this permission notice shall be included in all copies or
  29. substantial portions of the Software.
  30. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  31. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  32. PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
  33. FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  34. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  35. DEALINGS IN THE SOFTWARE.
  36. Bundle of CA Root Certificates
  37. ==============================
  38. ***** BEGIN LICENSE BLOCK *****
  39. This Source Code Form is subject to the terms of the
  40. Mozilla Public License, v. 2.0. If a copy of the MPL
  41. was not distributed with this file, You can obtain
  42. one at http://mozilla.org/MPL/2.0/.
  43. ***** END LICENSE BLOCK *****