From 180df03482b07c18a57d20235ccdd1c3a12d9173 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 18 May 2021 05:07:35 +0100 Subject: [PATCH] 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. --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 218c677b20f9..67cdc768b4f3 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