From c2da0124983b2a2b3d52920428c45528eb180d2e Mon Sep 17 00:00:00 2001 From: mauicv Date: Mon, 12 Jun 2023 12:19:57 +0200 Subject: [PATCH] Fix licenses (#929) --- licenses/license.txt | 430 ++++---------------------- licenses/license_info.csv | 56 ++-- licenses/license_info.no_versions.csv | 4 +- 3 files changed, 88 insertions(+), 402 deletions(-) diff --git a/licenses/license.txt b/licenses/license.txt index e6e3ac83b..5eca6eb74 100644 --- a/licenses/license.txt +++ b/licenses/license.txt @@ -66,7 +66,7 @@ POSSIBILITY OF SUCH DAMAGE. MarkupSafe -2.1.2 +2.1.3 BSD License Copyright 2010 Pallets @@ -876,7 +876,7 @@ SOFTWARE. Werkzeug -2.3.3 +2.3.6 BSD License Copyright 2007 Pallets @@ -1672,7 +1672,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cachetools -5.3.0 +5.3.1 MIT License The MIT License (MIT) @@ -1723,7 +1723,7 @@ SOFTWARE. certifi -2022.12.7 +2023.5.7 Mozilla Public License 2.0 (MPL 2.0) This package contains a modified version of ca-bundle.crt: @@ -2000,297 +2000,8 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -distlib -0.3.6 -Python Software Foundation License -A. HISTORY OF THE SOFTWARE -========================== - -Python was created in the early 1990s by Guido van Rossum at Stichting -Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands -as a successor of a language called ABC. Guido remains Python's -principal author, although it includes many contributions from others. - -In 1995, Guido continued his work on Python at the Corporation for -National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) -in Reston, Virginia where he released several versions of the -software. - -In May 2000, Guido and the Python core development team moved to -BeOpen.com to form the BeOpen PythonLabs team. In October of the same -year, the PythonLabs team moved to Digital Creations (now Zope -Corporation, see http://www.zope.com). In 2001, the Python Software -Foundation (PSF, see http://www.python.org/psf/) was formed, a -non-profit organization created specifically to own Python-related -Intellectual Property. Zope Corporation is a sponsoring member of -the PSF. - -All Python releases are Open Source (see http://www.opensource.org for -the Open Source Definition). Historically, most, but not all, Python -releases have also been GPL-compatible; the table below summarizes -the various releases. - - Release Derived Year Owner GPL- - from compatible? (1) - - 0.9.0 thru 1.2 1991-1995 CWI yes - 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes - 1.6 1.5.2 2000 CNRI no - 2.0 1.6 2000 BeOpen.com no - 1.6.1 1.6 2001 CNRI yes (2) - 2.1 2.0+1.6.1 2001 PSF no - 2.0.1 2.0+1.6.1 2001 PSF yes - 2.1.1 2.1+2.0.1 2001 PSF yes - 2.2 2.1.1 2001 PSF yes - 2.1.2 2.1.1 2002 PSF yes - 2.1.3 2.1.2 2002 PSF yes - 2.2.1 2.2 2002 PSF yes - 2.2.2 2.2.1 2002 PSF yes - 2.2.3 2.2.2 2003 PSF yes - 2.3 2.2.2 2002-2003 PSF yes - 2.3.1 2.3 2002-2003 PSF yes - 2.3.2 2.3.1 2002-2003 PSF yes - 2.3.3 2.3.2 2002-2003 PSF yes - 2.3.4 2.3.3 2004 PSF yes - 2.3.5 2.3.4 2005 PSF yes - 2.4 2.3 2004 PSF yes - 2.4.1 2.4 2005 PSF yes - 2.4.2 2.4.1 2005 PSF yes - 2.4.3 2.4.2 2006 PSF yes - 2.4.4 2.4.3 2006 PSF yes - 2.5 2.4 2006 PSF yes - 2.5.1 2.5 2007 PSF yes - 2.5.2 2.5.1 2008 PSF yes - 2.5.3 2.5.2 2008 PSF yes - 2.6 2.5 2008 PSF yes - 2.6.1 2.6 2008 PSF yes - 2.6.2 2.6.1 2009 PSF yes - 2.6.3 2.6.2 2009 PSF yes - 2.6.4 2.6.3 2009 PSF yes - 2.6.5 2.6.4 2010 PSF yes - 3.0 2.6 2008 PSF yes - 3.0.1 3.0 2009 PSF yes - 3.1 3.0.1 2009 PSF yes - 3.1.1 3.1 2009 PSF yes - 3.1.2 3.1 2010 PSF yes - 3.2 3.1 2010 PSF yes - -Footnotes: - -(1) GPL-compatible doesn't mean that we're distributing Python under - the GPL. All Python licenses, unlike the GPL, let you distribute - a modified version without making your changes open source. The - GPL-compatible licenses make it possible to combine Python with - other software that is released under the GPL; the others don't. - -(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, - because its license has a choice of law clause. According to - CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 - is "not incompatible" with the GPL. - -Thanks to the many outside volunteers who have worked under Guido's -direction to make these releases possible. - - -B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON -=============================================================== - -PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 --------------------------------------------- - -1. This LICENSE AGREEMENT is between the Python Software Foundation -("PSF"), and the Individual or Organization ("Licensee") accessing and -otherwise using this software ("Python") in source or binary form and -its associated documentation. - -2. Subject to the terms and conditions of this License Agreement, PSF hereby -grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, -analyze, test, perform and/or display publicly, prepare derivative works, -distribute, and otherwise use Python alone or in any derivative version, -provided, however, that PSF's License Agreement and PSF's notice of copyright, -i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -Python Software Foundation; All Rights Reserved" are retained in Python alone or -in any derivative version prepared by Licensee. - -3. In the event Licensee prepares a derivative work that is based on -or incorporates Python or any part thereof, and wants to make -the derivative work available to others as provided herein, then -Licensee hereby agrees to include in any such work a brief summary of -the changes made to Python. - -4. PSF is making Python available to Licensee on an "AS IS" -basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON -FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS -A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, -OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. Nothing in this License Agreement shall be deemed to create any -relationship of agency, partnership, or joint venture between PSF and -Licensee. This License Agreement does not grant permission to use PSF -trademarks or trade name in a trademark sense to endorse or promote -products or services of Licensee, or any third party. - -8. By copying, installing or otherwise using Python, Licensee -agrees to be bound by the terms and conditions of this License -Agreement. - - -BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 -------------------------------------------- - -BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 - -1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an -office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the -Individual or Organization ("Licensee") accessing and otherwise using -this software in source or binary form and its associated -documentation ("the Software"). - -2. Subject to the terms and conditions of this BeOpen Python License -Agreement, BeOpen hereby grants Licensee a non-exclusive, -royalty-free, world-wide license to reproduce, analyze, test, perform -and/or display publicly, prepare derivative works, distribute, and -otherwise use the Software alone or in any derivative version, -provided, however, that the BeOpen Python License is retained in the -Software, alone or in any derivative version prepared by Licensee. - -3. BeOpen is making the Software available to Licensee on an "AS IS" -basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE -SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS -AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY -DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -5. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -6. This License Agreement shall be governed by and interpreted in all -respects by the law of the State of California, excluding conflict of -law provisions. Nothing in this License Agreement shall be deemed to -create any relationship of agency, partnership, or joint venture -between BeOpen and Licensee. This License Agreement does not grant -permission to use BeOpen trademarks or trade names in a trademark -sense to endorse or promote products or services of Licensee, or any -third party. As an exception, the "BeOpen Python" logos available at -http://www.pythonlabs.com/logos.html may be used according to the -permissions granted on that web page. - -7. By copying, installing or otherwise using the software, Licensee -agrees to be bound by the terms and conditions of this License -Agreement. - - -CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 ---------------------------------------- - -1. This LICENSE AGREEMENT is between the Corporation for National -Research Initiatives, having an office at 1895 Preston White Drive, -Reston, VA 20191 ("CNRI"), and the Individual or Organization -("Licensee") accessing and otherwise using Python 1.6.1 software in -source or binary form and its associated documentation. - -2. Subject to the terms and conditions of this License Agreement, CNRI -hereby grants Licensee a nonexclusive, royalty-free, world-wide -license to reproduce, analyze, test, perform and/or display publicly, -prepare derivative works, distribute, and otherwise use Python 1.6.1 -alone or in any derivative version, provided, however, that CNRI's -License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) -1995-2001 Corporation for National Research Initiatives; All Rights -Reserved" are retained in Python 1.6.1 alone or in any derivative -version prepared by Licensee. Alternately, in lieu of CNRI's License -Agreement, Licensee may substitute the following text (omitting the -quotes): "Python 1.6.1 is made available subject to the terms and -conditions in CNRI's License Agreement. This Agreement together with -Python 1.6.1 may be located on the Internet using the following -unique, persistent identifier (known as a handle): 1895.22/1013. This -Agreement may also be obtained from a proxy server on the Internet -using the following URL: http://hdl.handle.net/1895.22/1013". - -3. In the event Licensee prepares a derivative work that is based on -or incorporates Python 1.6.1 or any part thereof, and wants to make -the derivative work available to others as provided herein, then -Licensee hereby agrees to include in any such work a brief summary of -the changes made to Python 1.6.1. - -4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" -basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON -1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS -A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, -OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. This License Agreement shall be governed by the federal -intellectual property law of the United States, including without -limitation the federal copyright law, and, to the extent such -U.S. federal law does not apply, by the law of the Commonwealth of -Virginia, excluding Virginia's conflict of law provisions. -Notwithstanding the foregoing, with regard to derivative works based -on Python 1.6.1 that incorporate non-separable material that was -previously distributed under the GNU General Public License (GPL), the -law of the Commonwealth of Virginia shall govern this License -Agreement only as to issues arising under or with respect to -Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this -License Agreement shall be deemed to create any relationship of -agency, partnership, or joint venture between CNRI and Licensee. This -License Agreement does not grant permission to use CNRI trademarks or -trade name in a trademark sense to endorse or promote products or -services of Licensee, or any third party. - -8. By clicking on the "ACCEPT" button where indicated, or by copying, -installing or otherwise using Python 1.6.1, Licensee agrees to be -bound by the terms and conditions of this License Agreement. - - ACCEPT - - -CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 --------------------------------------------------- - -Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, -The Netherlands. All rights reserved. - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Stichting Mathematisch -Centrum or CWI not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO -THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE -FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - filelock -3.12.0 +3.12.1 The Unlicense (Unlicense) This is free and unencumbered software released into the public domain. @@ -2319,12 +2030,12 @@ For more information, please refer to flatbuffers -23.3.3 +23.5.26 Apache Software License UNKNOWN fonttools -4.39.3 +4.39.4 MIT License MIT License @@ -2556,7 +2267,7 @@ Apache License fsspec -2023.4.0 +2023.6.0 BSD License BSD 3-Clause License @@ -2624,7 +2335,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. google-auth -2.17.3 +2.19.1 Apache Software License Apache License Version 2.0, January 2004 @@ -3893,7 +3604,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. huggingface-hub -0.14.1 +0.15.1 Apache Software License Apache License Version 2.0, January 2004 @@ -4133,7 +3844,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. imageio -2.28.1 +2.31.1 BSD License Copyright (c) 2014-2022, imageio developers All rights reserved. @@ -4162,7 +3873,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. jax -0.4.8 +0.4.12 Apache-2.0 Apache License @@ -5051,7 +4762,7 @@ SOFTWARE. llvmlite -0.39.1 +0.40.1rc1 BSD Copyright (c) 2014-, Continuum Analytics, Inc. All rights reserved. @@ -5183,7 +4894,7 @@ Licensee agrees to be bound by the terms and conditions of this License Agreement. ml-dtypes -0.1.0 +0.2.0 Apache Software License Apache License @@ -5477,7 +5188,7 @@ NetworkX is distributed with the 3-clause BSD license. numba -0.56.4 +0.57.0 BSD License Copyright (c) 2012, Anaconda, Inc. All rights reserved. @@ -6508,7 +6219,7 @@ under the terms of *both* these licenses. pandas -2.0.1 +2.0.2 BSD License BSD 3-Clause License @@ -6749,32 +6460,6 @@ Apache Software License limitations under the License. -platformdirs -3.5.0 -MIT License -MIT License - -Copyright (c) 2010-202x The platformdirs developers - -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. - - preshed 3.0.8 MIT License @@ -6802,7 +6487,7 @@ THE SOFTWARE. protobuf -4.22.3 +4.23.2 3-Clause BSD License Copyright (c) 2009-2021, Google LLC @@ -6891,7 +6576,7 @@ POSSIBILITY OF SUCH DAMAGE. pydantic -1.10.7 +1.10.9 MIT License The MIT License (MIT) @@ -7048,7 +6733,7 @@ DEALINGS IN THE SOFTWARE. ray -2.4.0 +2.5.0 Apache 2.0 MIT License @@ -7074,7 +6759,7 @@ SOFTWARE. regex -2023.5.4 +2023.6.3 Apache Software License This work was derived from the 're' module of CPython 2.6 and CPython 3.1, copyright (c) 1998-2001 by Secret Labs AB and licensed under CNRI's Python 1.6 @@ -7287,7 +6972,7 @@ All additions and alterations are licensed under the Apache 2.0 License. requests -2.29.0 +2.31.0 Apache Software License Apache License @@ -7504,6 +7189,11 @@ See the License for the specific language governing permissions and limitations under the License. +safetensors +0.3.1 +Apache Software License +UNKNOWN + scikit-image 0.20.0 BSD License @@ -8712,7 +8402,7 @@ SOFTWARE. spacy -3.5.2 +3.5.3 MIT License The MIT License (MIT) @@ -15885,7 +15575,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. transformers -4.28.1 +4.30.1 Apache Software License Copyright 2018- The Hugging Face team. All rights reserved. @@ -16119,18 +15809,18 @@ THE SOFTWARE. typing_extensions -4.5.0 +4.6.3 Python Software Foundation License A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting -Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for -National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) in Reston, Virginia where he released several versions of the software. @@ -16142,7 +15832,7 @@ https://www.python.org/psf/) was formed, a non-profit organization created specifically to own Python-related Intellectual Property. Zope Corporation was a sponsoring member of the PSF. -All Python releases are Open Source (see http://www.opensource.org for +All Python releases are Open Source (see https://opensource.org for the Open Source Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases. @@ -16182,6 +15872,17 @@ direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== +Python software and documentation are licensed under the +Python Software Foundation License Version 2. + +Starting with Python 3.8.6, examples, recipes, and other code in +the documentation are dual licensed under the PSF License Version 2 +and the Zero-Clause BSD license. + +Some software incorporated into Python is under different licenses. +The licenses are listed with code falling under that license. + + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 -------------------------------------------- @@ -16196,7 +15897,7 @@ analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation; +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. @@ -16376,6 +16077,20 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION +---------------------------------------------------------------------- + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + tzdata 2023.3 @@ -16398,7 +16113,7 @@ limitations under the License. urllib3 -1.26.15 +1.26.16 MIT License MIT License @@ -16423,33 +16138,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -virtualenv -20.21.0 -MIT License -Copyright (c) 2020-202x The virtualenv developers - -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. - - wasabi -1.1.1 +1.1.2 MIT The MIT License (MIT) diff --git a/licenses/license_info.csv b/licenses/license_info.csv index 924e329c2..11849915b 100644 --- a/licenses/license_info.csv +++ b/licenses/license_info.csv @@ -1,20 +1,20 @@ "Name","Version","License" "Jinja2","3.1.2","BSD License" "Markdown","3.4.3","BSD License" -"MarkupSafe","2.1.2","BSD License" +"MarkupSafe","2.1.3","BSD License" "Pillow","9.5.0","Historical Permission Notice and Disclaimer (HPND)" "PyWavelets","1.4.1","MIT License" "PyYAML","6.0","MIT License" -"Werkzeug","2.3.3","BSD License" +"Werkzeug","2.3.6","BSD License" "absl-py","1.4.0","Apache Software License" "aiosignal","1.3.1","Apache Software License" "alibi","0.9.3.dev0","Apache Software License" "astunparse","1.6.3","BSD License" "attrs","23.1.0","MIT License" "blis","0.7.9","BSD License" -"cachetools","5.3.0","MIT License" +"cachetools","5.3.1","MIT License" "catalogue","2.0.8","MIT License" -"certifi","2022.12.7","Mozilla Public License 2.0 (MPL 2.0)" +"certifi","2023.5.7","Mozilla Public License 2.0 (MPL 2.0)" "charset-normalizer","3.1.0","MIT License" "click","8.1.3","BSD License" "cloudpickle","2.2.1","BSD License" @@ -23,22 +23,21 @@ "cycler","0.11.0","BSD License" "cymem","2.0.7","MIT License" "dill","0.3.6","BSD License" -"distlib","0.3.6","Python Software Foundation License" -"filelock","3.12.0","The Unlicense (Unlicense)" -"flatbuffers","23.3.3","Apache Software License" -"fonttools","4.39.3","MIT License" +"filelock","3.12.1","The Unlicense (Unlicense)" +"flatbuffers","23.5.26","Apache Software License" +"fonttools","4.39.4","MIT License" "frozenlist","1.3.3","Apache Software License" -"fsspec","2023.4.0","BSD License" +"fsspec","2023.6.0","BSD License" "gast","0.4.0","BSD License" -"google-auth","2.17.3","Apache Software License" +"google-auth","2.19.1","Apache Software License" "google-auth-oauthlib","1.0.0","Apache Software License" "google-pasta","0.2.0","Apache Software License" "grpcio","1.51.3","Apache Software License" "h5py","3.8.0","BSD License" -"huggingface-hub","0.14.1","Apache Software License" +"huggingface-hub","0.15.1","Apache Software License" "idna","3.4","BSD License" -"imageio","2.28.1","BSD License" -"jax","0.4.8","Apache-2.0" +"imageio","2.31.1","BSD License" +"jax","0.4.12","Apache-2.0" "joblib","1.2.0","BSD License" "jsonschema","4.17.3","MIT License" "keras","2.12.0","Apache Software License" @@ -46,13 +45,13 @@ "langcodes","3.3.0","MIT License" "lazy_loader","0.2","BSD License" "libclang","16.0.0","Apache Software License" -"llvmlite","0.39.1","BSD" +"llvmlite","0.40.1rc1","BSD" "matplotlib","3.7.1","Python Software Foundation License" -"ml-dtypes","0.1.0","Apache Software License" +"ml-dtypes","0.2.0","Apache Software License" "msgpack","1.0.5","Apache Software License" "murmurhash","1.0.9","MIT License" "networkx","3.1","BSD License" -"numba","0.56.4","BSD License" +"numba","0.57.0","BSD License" "numpy","1.23.5","BSD License" "nvidia-cublas-cu11","11.10.3.66","Other/Proprietary License" "nvidia-cuda-nvrtc-cu11","11.7.99","Other/Proprietary License" @@ -61,23 +60,23 @@ "oauthlib","3.2.2","BSD License" "opt-einsum","3.3.0","MIT" "packaging","23.1","Apache Software License; BSD License" -"pandas","2.0.1","BSD License" +"pandas","2.0.2","BSD License" "pathy","0.10.1","Apache Software License" -"platformdirs","3.5.0","MIT License" "preshed","3.0.8","MIT License" -"protobuf","4.22.3","3-Clause BSD License" +"protobuf","4.23.2","3-Clause BSD License" "pyasn1","0.5.0","BSD License" "pyasn1-modules","0.3.0","BSD License" -"pydantic","1.10.7","MIT License" +"pydantic","1.10.9","MIT License" "pyparsing","3.0.9","MIT License" "pyrsistent","0.19.3","MIT License" "python-dateutil","2.8.2","Apache Software License; BSD License" "pytz","2023.3","MIT License" -"ray","2.4.0","Apache 2.0" -"regex","2023.5.4","Apache Software License" -"requests","2.29.0","Apache Software License" +"ray","2.5.0","Apache 2.0" +"regex","2023.6.3","Apache Software License" +"requests","2.31.0","Apache Software License" "requests-oauthlib","1.3.1","BSD License" "rsa","4.9","Apache Software License" +"safetensors","0.3.1","Apache Software License" "scikit-image","0.20.0","BSD License" "scikit-learn","1.2.2","BSD License" "scipy","1.10.1","BSD License" @@ -85,7 +84,7 @@ "six","1.16.0","MIT License" "slicer","0.0.7","MIT License" "smart-open","6.3.0","MIT License" -"spacy","3.5.2","MIT License" +"spacy","3.5.3","MIT License" "spacy-legacy","3.0.12","MIT License" "spacy-loggers","1.0.4","MIT" "spacy-lookups-data","1.0.3","MIT License" @@ -102,11 +101,10 @@ "tokenizers","0.13.3","Apache Software License" "torch","1.13.1","BSD License" "tqdm","4.65.0","MIT License; Mozilla Public License 2.0 (MPL 2.0)" -"transformers","4.28.1","Apache Software License" +"transformers","4.30.1","Apache Software License" "typer","0.7.0","MIT License" -"typing_extensions","4.5.0","Python Software Foundation License" +"typing_extensions","4.6.3","Python Software Foundation License" "tzdata","2023.3","Apache Software License" -"urllib3","1.26.15","MIT License" -"virtualenv","20.21.0","MIT License" -"wasabi","1.1.1","MIT" +"urllib3","1.26.16","MIT License" +"wasabi","1.1.2","MIT" "wrapt","1.14.1","BSD License" \ No newline at end of file diff --git a/licenses/license_info.no_versions.csv b/licenses/license_info.no_versions.csv index 33490935a..1a36a315d 100644 --- a/licenses/license_info.no_versions.csv +++ b/licenses/license_info.no_versions.csv @@ -23,7 +23,6 @@ "cycler","BSD License" "cymem","MIT License" "dill","BSD License" -"distlib","Python Software Foundation License" "filelock","The Unlicense (Unlicense)" "flatbuffers","Apache Software License" "fonttools","MIT License" @@ -63,7 +62,6 @@ "packaging","Apache Software License; BSD License" "pandas","BSD License" "pathy","Apache Software License" -"platformdirs","MIT License" "preshed","MIT License" "protobuf","3-Clause BSD License" "pyasn1","BSD License" @@ -78,6 +76,7 @@ "requests","Apache Software License" "requests-oauthlib","BSD License" "rsa","Apache Software License" +"safetensors","Apache Software License" "scikit-image","BSD License" "scikit-learn","BSD License" "scipy","BSD License" @@ -107,6 +106,5 @@ "typing_extensions","Python Software Foundation License" "tzdata","Apache Software License" "urllib3","MIT License" -"virtualenv","MIT License" "wasabi","MIT" "wrapt","BSD License"