lizhimins opened a new issue, #939: URL: https://github.com/apache/rocketmq-externals/issues/939
Several LICENSE files in this repo contain a corrupted word in the Apache-2.0 "control" definition. Line 18 reads: ``` "control" means (properties) the power, direct or indirect, to cause the ``` while the standard Apache License 2.0 text is: ``` "control" means (i) the power, direct or indirect, to cause the ``` Affected files: - `rocketmq-flume/LICENSE` - `rocketmq-flume/LICENSE-BIN` - `rocketmq-knative/source/vendor/github.com/apache/rocketmq-client-go/LICENSE` The typo propagated from the apache/rocketmq LICENSE between 2016 and 2021 (fixed there in https://github.com/apache/rocketmq/pull/2600). These copies were made during that window and were never fixed afterwards. -- 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]
