summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-16 11:27:24 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-16 11:27:24 -0400
commit65b6dd42f80263a98fe2029bf188924934ad302e (patch)
tree249e4e1a9cb0227094fa5c2cf341c67a36c8605e /LICENSE
parent218fb845adb7bbc1ad079d7668255ded890b63c4 (diff)
downloadbeautifulsoup4-65b6dd42f80263a98fe2029bf188924934ad302e.tar.gz
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE27
1 files changed, 27 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..19fac0e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,27 @@
+Beautiful Soup is made available under the MIT license:
+
+ Copyright (c) 2004-2016 Leonard Richardson
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Beautiful Soup incorporates code from the html5lib library, which is
+also made available under the MIT license. Copyright (c) 2006-2013
+James Graham and other contributors