diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-31 12:04:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-31 12:43:18 +0100 |
| commit | 12fa81e8d67f0d9755decde5c5b766f56b2af8db (patch) | |
| tree | de58af9a17e4760de36091d525d7eba8bc6f1578 /bitbake/lib/bs4/LICENSE | |
| parent | 99ff46cc9bb12619af55c892452cee3b90a545f0 (diff) | |
| download | poky-12fa81e8d67f0d9755decde5c5b766f56b2af8db.tar.gz | |
bs4: Update to 4.12.3 from 4.4.1
It makes sense to switch to a more recent version and keep up to date
with upstream changes and things like new python version support.
(Bitbake rev: f5462156036e71911c66d07dbf3303cde862785b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bs4/LICENSE')
| -rw-r--r-- | bitbake/lib/bs4/LICENSE | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bitbake/lib/bs4/LICENSE b/bitbake/lib/bs4/LICENSE new file mode 100644 index 0000000000..08e3a9cf8c --- /dev/null +++ b/bitbake/lib/bs4/LICENSE | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | Beautiful Soup is made available under the MIT license: | ||
| 2 | |||
| 3 | Copyright (c) Leonard Richardson | ||
| 4 | |||
| 5 | Permission is hereby granted, free of charge, to any person obtaining | ||
| 6 | a copy of this software and associated documentation files (the | ||
| 7 | "Software"), to deal in the Software without restriction, including | ||
| 8 | without limitation the rights to use, copy, modify, merge, publish, | ||
| 9 | distribute, sublicense, and/or sell copies of the Software, and to | ||
| 10 | permit persons to whom the Software is furnished to do so, subject to | ||
| 11 | the following conditions: | ||
| 12 | |||
| 13 | The above copyright notice and this permission notice shall be | ||
| 14 | included in all copies or substantial portions of the Software. | ||
| 15 | |||
| 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
| 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
| 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 19 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS | ||
| 20 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | ||
| 21 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
| 22 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| 23 | SOFTWARE. | ||
| 24 | |||
| 25 | Beautiful Soup incorporates code from the html5lib library, which is | ||
| 26 | also made available under the MIT license. Copyright (c) James Graham | ||
| 27 | and other contributors | ||
| 28 | |||
| 29 | Beautiful Soup has an optional dependency on the soupsieve library, | ||
| 30 | which is also made available under the MIT license. Copyright (c) | ||
| 31 | Isaac Muse | ||
