Path: blob/master/venv/Lib/site-packages/beautifulsoup4-4.9.1.dist-info/COPYING.txt
811 views
Beautiful Soup is made available under the MIT license:12Copyright (c) 2004-2017 Leonard Richardson34Permission is hereby granted, free of charge, to any person obtaining5a copy of this software and associated documentation files (the6"Software"), to deal in the Software without restriction, including7without limitation the rights to use, copy, modify, merge, publish,8distribute, sublicense, and/or sell copies of the Software, and to9permit persons to whom the Software is furnished to do so, subject to10the following conditions:1112The above copyright notice and this permission notice shall be13included in all copies or substantial portions of the Software.1415THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,16EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF17MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND18NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS19BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN20ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN21CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE22SOFTWARE.2324Beautiful Soup incorporates code from the html5lib library, which is25also made available under the MIT license. Copyright (c) 2006-201326James Graham and other contributors272829