1
1
Botocore
2
- Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2012-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
4
4
----
5
5
6
- Botocore includes a vendorized copy of the requests python library to ease installation .
6
+ Botocore includes vendorized parts of the requests python library for backwards compatibility .
7
7
8
8
Requests License
9
9
================
@@ -22,8 +22,7 @@ Copyright 2013 Kenneth Reitz
22
22
See the License for the specific language governing permissions and
23
23
limitations under the License.
24
24
25
-
26
- The requests library also includes some vendorized python libraries to ease installation.
25
+ Botocore includes vendorized parts of the urllib3 library for backwards compatibility.
27
26
28
27
Urllib3 License
29
28
===============
@@ -49,38 +48,13 @@ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TOR
49
48
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
50
49
DEALINGS IN THE SOFTWARE.
51
50
52
- Chardet License
53
- ===============
54
-
55
- This library is free software; you can redistribute it and/or
56
- modify it under the terms of the GNU Lesser General Public
57
- License as published by the Free Software Foundation; either
58
- version 2.1 of the License, or (at your option) any later version.
59
-
60
- This library is distributed in the hope that it will be useful,
61
- but WITHOUT ANY WARRANTY; without even the implied warranty of
62
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
63
- Lesser General Public License for more details.
64
-
65
- You should have received a copy of the GNU Lesser General Public
66
- License along with this library; if not, write to the Free Software
67
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
68
- 02110-1301 USA
69
-
70
51
Bundle of CA Root Certificates
71
52
==============================
72
53
73
- This library is free software; you can redistribute it and/or
74
- modify it under the terms of the GNU Lesser General Public
75
- License as published by the Free Software Foundation; either
76
- version 2.1 of the License, or (at your option) any later version.
77
-
78
- This library is distributed in the hope that it will be useful,
79
- but WITHOUT ANY WARRANTY; without even the implied warranty of
80
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
81
- Lesser General Public License for more details.
54
+ ***** BEGIN LICENSE BLOCK *****
55
+ This Source Code Form is subject to the terms of the
56
+ Mozilla Public License, v. 2.0. If a copy of the MPL
57
+ was not distributed with this file, You can obtain
58
+ one at http://mozilla.org/MPL/2.0/.
82
59
83
- You should have received a copy of the GNU Lesser General Public
84
- License along with this library; if not, write to the Free Software
85
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
86
- 02110-1301
60
+ ***** END LICENSE BLOCK *****
0 commit comments