NOTICE 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Botocore
  2. Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. ----
  4. Botocore includes a vendorized copy of the requests python library to ease installation.
  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. The requests library also includes some vendorized python libraries to ease installation.
  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. Chardet License
  37. ===============
  38. This library is free software; you can redistribute it and/or
  39. modify it under the terms of the GNU Lesser General Public
  40. License as published by the Free Software Foundation; either
  41. version 2.1 of the License, or (at your option) any later version.
  42. This library is distributed in the hope that it will be useful,
  43. but WITHOUT ANY WARRANTY; without even the implied warranty of
  44. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  45. Lesser General Public License for more details.
  46. You should have received a copy of the GNU Lesser General Public
  47. License along with this library; if not, write to the Free Software
  48. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  49. 02110-1301 USA
  50. Bundle of CA Root Certificates
  51. ==============================
  52. This library is free software; you can redistribute it and/or
  53. modify it under the terms of the GNU Lesser General Public
  54. License as published by the Free Software Foundation; either
  55. version 2.1 of the License, or (at your option) any later version.
  56. This library is distributed in the hope that it will be useful,
  57. but WITHOUT ANY WARRANTY; without even the implied warranty of
  58. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  59. Lesser General Public License for more details.
  60. You should have received a copy of the GNU Lesser General Public
  61. License along with this library; if not, write to the Free Software
  62. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  63. 02110-1301