diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-31 12:01:52 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-31 12:01:52 -0500 |
commit | 79a32611992bafbfa9f1ae68e27485355d96d56f (patch) | |
tree | d2c94f4b6bb07d2e10c0d1ea7d542e1ed13156c9 /LICENSE | |
parent | ce05e066722c926b6cd6536968911072e5cf08b0 (diff) |
Fixed missing import that caused test failures when Soup Sieve is installed.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ Beautiful Soup is made available under the MIT license: - Copyright (c) 2004-2022 Leonard Richardson + Copyright (c) Leonard Richardson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -23,8 +23,9 @@ Beautiful Soup is made available under the MIT license: 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 +also made available under the MIT license. Copyright (c) James Graham +and other contributors -Beautiful Soup depends on the soupsieve library, which is also made -available under the MIT license. Copyright (c) 2018 Isaac Muse +Beautiful Soup has an optional dependency on the soupsieve library, +which is also made available under the MIT license. Copyright (c) +Isaac Muse |