From 7c12bffcdf5e3c886b50a9b5f243572e0c21b79c Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Wed, 20 Nov 2024 17:39:17 -0500 Subject: [PATCH] Override confluent-kafka license --- .ddev/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ddev/config.toml b/.ddev/config.toml index 4a4d131e5ea52..96bea55354138 100644 --- a/.ddev/config.toml +++ b/.ddev/config.toml @@ -70,6 +70,8 @@ exclude = true aerospike = ['Apache-2.0'] # https://github.com/pyca/cryptography/blob/main/LICENSE cryptography = ['Apache-2.0', 'BSD-3-Clause', 'PSF'] +# https://github.com/confluentinc/confluent-kafka-python/blob/master/LICENSE +confluent-kafka = ['Apache-2.0'] # https://github.com/rthalley/dnspython/blob/master/LICENSE dnspython = ['ISC'] # https://github.com/cannatag/ldap3/blob/dev/COPYING.txt