kafka/licenses
José Armando García Sancio 3a2ac26717
MINOR; Fix LICENSE-binary based on the 3.3 dependencies (#12579)
The following commands don't show any missings licenses

$ ./gradlewAll clean releaseTarGz
$ tar xzf core/build/distributions/kafka_2.13-3.3.0-SNAPSHOT.tgz
$ cd kafka_2.13-3.3.0-SNAPSHOT/
$ for f in $(ls libs | grep -v "^kafka\|connect\|trogdor"); do if ! grep -q ${f%.*} LICENSE; then echo "${f%.*} is missing in license file"; fi; done
2022-09-06 09:32:33 -07:00
..
CDDL+GPL-1.1
DWTFYWTPL
argparse-MIT
classgraph-MIT MINOR; Fix LICENSE-binary based on the 3.3 dependencies (#12579) 2022-09-06 09:32:33 -07:00
eclipse-distribution-license-1.0
eclipse-public-license-2.0
jline-BSD-3-clause
jopt-simple-MIT
paranamer-BSD-3-clause
slf4j-MIT
zstd-jni-BSD-2-clause