Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/639
@roodkcab Some new files are missing apache license header, which leads to
release audit failure:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2245/artifact/patchprocess/patchReleaseAuditProblems.txt
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/cert_creator.sh
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/client.crt
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/client.csr
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/client.pkcs12
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/root.crt
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/root.srl
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/server.crt
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/server.csr
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/ssl/server.pkcs12
[rat:report] !?????
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-client/zookeeper-client-c/tests/zoo.cfg
Lines that start with ????? in the release audit report indicate files that
do not have an Apache license header.
Can you please add apache license header to these files? You can find the
header in any of existing source files.
---