[ https://issues.apache.org/jira/browse/KAFKA-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970030#comment-17970030 ]
Mickael Maison commented on KAFKA-17607: ---------------------------------------- The PR has been merged, can we now close this ticket? > Add CI step to verify LICENSE-binary > ------------------------------------- > > Key: KAFKA-17607 > URL: https://issues.apache.org/jira/browse/KAFKA-17607 > Project: Kafka > Issue Type: Improvement > Components: build > Reporter: David Arthur > Assignee: kangning.li > Priority: Minor > > Whenever we update LICENSE-binary, we manually verify that we have correctly > included all the necessary licenses. > > {code:java} > % ./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 > {code} > > We should add this as a verification step to the CI workflow. -- This message was sent by Atlassian Jira (v8.20.10#820010)