mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00

<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> While the contents of `ecosystem/` are “merely” `pyproject.toml` files and one trivial Python script, they are still covered by the licenses of the projects from which they are copied. Not only is maintaining license/copyright statements good practice, but it’s generally specifically required by the particular licenses involved here. Even though these files are for integration testing only – and therefore do not contribute to the license of the compiled `uv` executable – they are nevertheless part of the source archive, so distributors and integrators need to consider their license status. For example, I maintain the `uv` package in Fedora Linux, and I need to consider these licenses because the files would be redistributed in the source RPMs. ## Test Plan <!-- How was it tested? --> N/A – validated by examination of the diff.
29 lines
789 B
Text
29 lines
789 B
Text
Apache Airflow
|
|
Copyright 2016-2024 The Apache Software Foundation
|
|
|
|
This product includes software developed at The Apache Software
|
|
Foundation (http://www.apache.org/).
|
|
|
|
=======================================================================
|
|
|
|
hue:
|
|
-----
|
|
This product contains a modified portion of 'Hue' developed by Cloudera, Inc.
|
|
(https://github.com/cloudera/hue/).
|
|
|
|
* Copyright 2009-2017 Cloudera Inc.
|
|
|
|
|
|
Flask App Builder:
|
|
-----
|
|
This product contains a modified portion of 'Flask App Builder' developed by Daniel Vaz Gaspar.
|
|
(https://github.com/dpgaspar/Flask-AppBuilder).
|
|
|
|
* Copyright 2013, Daniel Vaz Gaspar
|
|
|
|
Chakra UI:
|
|
-----
|
|
This product contains a modified portion of 'Chakra UI' developed by Segun Adebayo.
|
|
(https://github.com/chakra-ui/chakra-ui).
|
|
|
|
* Copyright 2019, Segun Adebayo
|