2
0

NOTICE 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Botocore includes a vendorized copy of the requests python library to ease installation.
  2. Requests License
  3. ================
  4. Copyright 2013 Kenneth Reitz
  5. Licensed under the Apache License, Version 2.0 (the "License");
  6. you may not use this file except in compliance with the License.
  7. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. The requests library also includes some vendorized python libraries to ease installation.
  15. Urllib3 License
  16. ===============
  17. This is the MIT license: http://www.opensource.org/licenses/mit-license.php
  18. Copyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt),
  19. Modifications copyright 2012 Kenneth Reitz.
  20. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  21. software and associated documentation files (the "Software"), to deal in the Software
  22. without restriction, including without limitation the rights to use, copy, modify, merge,
  23. publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
  24. to whom the Software is furnished to do so, subject to the following conditions:
  25. The above copyright notice and this permission notice shall be included in all copies or
  26. substantial portions of the Software.
  27. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  28. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  29. PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
  30. FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  31. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  32. DEALINGS IN THE SOFTWARE.
  33. Chardet License
  34. ===============
  35. This library is free software; you can redistribute it and/or
  36. modify it under the terms of the GNU Lesser General Public
  37. License as published by the Free Software Foundation; either
  38. version 2.1 of the License, or (at your option) any later version.
  39. This library is distributed in the hope that it will be useful,
  40. but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  42. Lesser General Public License for more details.
  43. You should have received a copy of the GNU Lesser General Public
  44. License along with this library; if not, write to the Free Software
  45. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  46. 02110-1301 USA
  47. Bundle of CA Root Certificates
  48. ==============================
  49. This library is free software; you can redistribute it and/or
  50. modify it under the terms of the GNU Lesser General Public
  51. License as published by the Free Software Foundation; either
  52. version 2.1 of the License, or (at your option) any later version.
  53. This library is distributed in the hope that it will be useful,
  54. but WITHOUT ANY WARRANTY; without even the implied warranty of
  55. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  56. Lesser General Public License for more details.
  57. You should have received a copy of the GNU Lesser General Public
  58. License along with this library; if not, write to the Free Software
  59. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  60. 02110-1301