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 KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
DWTFYWTPL KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
argparse-MIT KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
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 KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
eclipse-public-license-2.0 KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
jline-BSD-3-clause MINOR: Add missing licenses and update versions in LICENSE-binary for 3.0 (#11232) 2021-08-18 21:58:36 -07:00
jopt-simple-MIT KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
paranamer-BSD-3-clause KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
slf4j-MIT KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00
zstd-jni-BSD-2-clause KAFKA-12602: Fix LICENSE file (#10474) 2021-04-06 15:08:24 -05:00