diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 06:57:20 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 06:57:20 -0400 |
commit | bc336731a8a035270eb97b04ff705fd8208cdb86 (patch) | |
tree | 51a337969555bd410af265908396f5fcf5259753 | |
parent | ad79f7b19e117b85c1916111282cc7581a2f3f92 (diff) |
Started using a standard MIT license. [bug=1294662]
-rw-r--r-- | COPYING.txt | 7 | ||||
-rw-r--r-- | NEWS.txt | 4 |
2 files changed, 7 insertions, 4 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 @@ -1,4 +1,6 @@ -= 4.3.3 (Unreleased) = += 4.4.0 (Unreleased) = + +* Started using a standard MIT license. [bug=1294662] * Added a Chinese translation of the documentation by Delong .w. |