summaryrefslogtreecommitdiff
path: root/COPYING.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-24 06:57:20 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-24 06:57:20 -0400
commitbc336731a8a035270eb97b04ff705fd8208cdb86 (patch)
tree51a337969555bd410af265908396f5fcf5259753 /COPYING.txt
parentad79f7b19e117b85c1916111282cc7581a2f3f92 (diff)
Started using a standard MIT license. [bug=1294662]
Diffstat (limited to 'COPYING.txt')
-rw-r--r--COPYING.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/COPYING.txt b/COPYING.txt
index d668d13..b911888 100644
--- a/COPYING.txt
+++ b/COPYING.txt
@@ -1,6 +1,6 @@
Beautiful Soup is made available under the MIT license:
- Copyright (c) 2004-2012 Leonard Richardson
+ Copyright (c) 2004-2015 Leonard Richardson
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -20,7 +20,8 @@ Beautiful Soup is made available under the MIT license:
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, DAMMIT.
+ SOFTWARE.
Beautiful Soup incorporates code from the html5lib library, which is
-also made available under the MIT license.
+also made available under the MIT license. Copyright (c) 2006-2013
+James Graham and other contributors