Commit Graph

3 Commits

Author SHA1 Message Date
Greg Harris b40b5a24f4
KAFKA-17369: Remove Reflections from logging and update licenses (#16924)
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-08-19 16:27:36 -07:00
Tanay Karmarkar 583f708006
MINOR: Delete unneeded classgraph-MIT license (#14040)
Reviewers: Divij Vaidya <diviv@amazon.com>
2023-07-20 11:23:39 +02:00
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