The repo contains LICENSE.txt, which is MIT, but also DASK_LICENSE.txt, which is BSD-3-Clause. However, the pyproject.toml only says MIT, and all .py files (except __init__.py for some reason) have a header that is MIT.
So which files are actually BSD-3-Clause? And if there are any, pyproject.toml should mention this.