caigy opened a new issue, #4304: URL: https://github.com/apache/rocketmq/issues/4304
Please describe the issue you observed: - What did you do (The steps to reproduce)? Find the result of license checker: `https://github.com/apache/rocketmq/actions/workflows/license-checker.yaml` - What is expected to see? License checks should be passed. - What did you see instead? license-checker in workflows failed. ``` ERROR the following files don't have a valid license header: BUILDING LICENSE NOTICE README.md broker/src/main/java/org/apache/rocketmq/broker/util/ServiceProvider.java broker/src/main/resources/META-INF/service/org.apache.rocketmq.acl.AccessValidator broker/src/test/resources/META-INF/service/org.apache.rocketmq.acl.AccessValidator broker/src/test/resources/META-INF/service/org.apache.rocketmq.broker.transaction.AbstractTransactionalMessageCheckListener broker/src/test/resources/META-INF/service/org.apache.rocketmq.broker.transaction.TransactionalMessageService distribution/LICENSE-BIN distribution/NOTICE-BIN distribution/bin/README.md remoting/src/test/resources/certs/badClient.key remoting/src/test/resources/certs/badClient.pem remoting/src/test/resources/certs/badServer.key remoting/src/test/resources/certs/badServer.pem remoting/src/test/resources/certs/ca.pem remoting/src/test/resources/certs/client.key remoting/src/test/resources/certs/client.pem remoting/src/test/resources/certs/privkey.pem remoting/src/test/resources/certs/server.key remoting/src/test/resources/certs/server.pem store/src/test/java/org/apache/rocketmq/store/FlushDiskWatcherTest.java ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
