| OLD | NEW |
| (Empty) |
| 1 Requests includes some vendorized python libraries to ease installation. | |
| 2 | |
| 3 Urllib3 License | |
| 4 =============== | |
| 5 | |
| 6 This is the MIT license: http://www.opensource.org/licenses/mit-license.php | |
| 7 | |
| 8 Copyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt), | |
| 9 Modifications copyright 2012 Kenneth Reitz. | |
| 10 | |
| 11 Permission is hereby granted, free of charge, to any person obtaining | |
| 12 a copy of this software and associated documentation files (the | |
| 13 "Software"), to deal in the Software without restriction, including | |
| 14 without limitation the rights to use, copy, modify, merge, publish, | |
| 15 distribute, sublicense, and/or sell copies of the Software, and to | |
| 16 permit persons to whom the Software is furnished to do so, subject to | |
| 17 the following conditions: | |
| 18 | |
| 19 The above copyright notice and this permission notice shall be | |
| 20 included in all copies or substantial portions of the Software. | |
| 21 | |
| 22 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 23 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 24 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 25 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 26 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 27 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 28 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 29 | |
| 30 Chardet License | |
| 31 =============== | |
| 32 | |
| 33 This library is free software; you can redistribute it and/or | |
| 34 modify it under the terms of the GNU Lesser General Public | |
| 35 License as published by the Free Software Foundation; either | |
| 36 version 2.1 of the License, or (at your option) any later version. | |
| 37 | |
| 38 This library is distributed in the hope that it will be useful, | |
| 39 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 41 Lesser General Public License for more details. | |
| 42 | |
| 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 | |
| 48 | |
| 49 CA Bundle License | |
| 50 ================= | |
| 51 | |
| 52 This Source Code Form is subject to the terms of the Mozilla Public | |
| 53 License, v. 2.0. If a copy of the MPL was not distributed with this | |
| 54 file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
| OLD | NEW |