lianetm commented on PR #17271: URL: https://github.com/apache/kafka/pull/17271#issuecomment-2374074033
This is what I ran to check the licenses: % ./gradlewAll clean releaseTarGz % tar xzf core/build/distributions/kafka_2.13-4.0.0-SNAPSHOT.tgz % cd kafka_2.13-4.0.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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org