This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5b28c451c9d9a80b7ec43cb0cdbb56e4b49962d3 Author: Kaxil Naik <[email protected]> AuthorDate: Tue May 18 05:07:35 2021 +0100 Add missing License details for ``Connexion`` (#15906) This was missed in https://github.com/apache/airflow/pull/15781 Since "connexion" is Apache licensed, this is "not a blocker" for 2.1.0 as mentioned in https://www.apache.org/legal/release-policy.html#license-file >When a package bundles code under several licenses, the LICENSE file MUST contain details of all these licenses. For each component which is not Apache licensed, details of the component MUST be appended to the LICENSE file. The component license itself MUST either be appended or else stored elsewhere in the package with a pointer to it from the LICENSE file, e.g. if the license is long. As "connextion" is Apache 2 Licensed, this _might_ be OK. (cherry picked from commit 180df03482b07c18a57d20235ccdd1c3a12d9173) --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 218c677..67cdc76 100644 --- a/LICENSE +++ b/LICENSE @@ -220,6 +220,7 @@ at licenses/LICENSE-[project].txt. (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/) (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin) (ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead) + (ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion) ======================================================================== MIT licenses
