81 lines
2.8 KiB
Plaintext
81 lines
2.8 KiB
Plaintext
# AWS CLI License Information
|
|
|
|
## AWS CLI - Apache License 2.0
|
|
|
|
Copyright 2012-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
A copy of the License is located at
|
|
|
|
http://aws.amazon.com/apache2.0/
|
|
|
|
or in the "license" file accompanying this file. This file is
|
|
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
|
ANY KIND, either express or implied. See the License for the specific
|
|
language governing permissions and limitations under the License.
|
|
|
|
---
|
|
|
|
## Third-Party Libraries
|
|
|
|
The following third-party libraries are included in this distribution and are subject to their respective licenses:
|
|
|
|
1. **Python Requests** (Apache License 2.0)
|
|
- Copyright 2012-2020 Kenneth Reitz
|
|
- [Requests GitHub](https://github.com/psf/requests)
|
|
|
|
2. **botocore** (Apache License 2.0)
|
|
- Copyright 2012-2020 Amazon.com, Inc. or its affiliates
|
|
- [botocore GitHub](https://github.com/boto/botocore)
|
|
|
|
3. **s3transfer** (Apache License 2.0)
|
|
- Copyright 2012-2020 Amazon.com, Inc. or its affiliates
|
|
- [s3transfer GitHub](https://github.com/boto/s3transfer)
|
|
|
|
4. **colorama** (BSD 3-Clause License)
|
|
- Copyright (c) 2010 Jonathan Hartley
|
|
- [colorama GitHub](https://github.com/tartley/colorama)
|
|
|
|
5. **dateutil** (Apache License 2.0 and BSD 3-Clause License)
|
|
- Copyright 2003-2011 Gustavo Niemeyer <gustavo@niemeyer.net>
|
|
- Copyright 2017- Paul Ganssle <paul@ganssle.io>
|
|
- [dateutil GitHub](https://github.com/dateutil/dateutil)
|
|
|
|
6. **docutils** (Python Software Foundation License)
|
|
- Copyright 2001-2020 David Goodger
|
|
- [docutils GitHub](https://github.com/docutils/docutils)
|
|
|
|
7. **jmespath** (MIT License)
|
|
- Copyright (c) 2013 Amazon.com, Inc. or its affiliates
|
|
- [jmespath GitHub](https://github.com/jmespath/jmespath.py)
|
|
|
|
8. **pyasn1** (BSD 2-Clause License)
|
|
- Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
|
|
- [pyasn1 GitHub](https://github.com/etingof/pyasn1)
|
|
|
|
9. **PyYAML** (MIT License)
|
|
- Copyright (c) 2017-2021 Ingy döt Net
|
|
- Copyright (c) 2006-2016 Kirill Simonov
|
|
- [PyYAML GitHub](https://github.com/yaml/pyyaml)
|
|
|
|
10. **rsa** (MIT License)
|
|
- Copyright (c) 2016 Maxim Biro
|
|
- [rsa GitHub](https://github.com/sybrenstuvel/python-rsa)
|
|
|
|
11. **six** (MIT License)
|
|
- Copyright (c) 2010-2024 Benjamin Peterson
|
|
- [six GitHub](https://github.com/benjaminp/six)
|
|
|
|
12. **urllib3** (MIT License)
|
|
- Copyright (c) 2008-2020 Andrey Petrov and contributors.
|
|
- [urllib3 GitHub](https://github.com/urllib3/urllib3)
|
|
|
|
13. **YAML Framework** (CC-BY 2.0)
|
|
- Copyright: 2005-2013, Dirk Jesse
|
|
- [YAML Framework Homepage](https://yaml-framework.github.io)
|
|
|
|
---
|
|
|
|
For full details on these libraries and the full license text, please refer to their respective repositories or documentation.
|