mirror of https://github.com/apache/kafka.git
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
|
||
|---|---|---|
| .. | ||
| CDDL+GPL-1.1 | ||
| DWTFYWTPL | ||
| argparse-MIT | ||
| classgraph-MIT | ||
| 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 | ||