lizhimins opened a new issue, #1362: URL: https://github.com/apache/rocketmq-clients/issues/1362
Line 18 of `csharp/LICENSE` 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 ``` This typo was propagated from the apache/rocketmq LICENSE between 2016 (ASF code dump commit) and 2021, where it was fixed in https://github.com/apache/rocketmq/pull/2600 (issue https://github.com/apache/rocketmq/issues/2576). The C# client repository was created during that window and inherited the corrupted text; it was later integrated into this monorepo as `csharp/LICENSE`. Only `csharp/LICENSE` is affected — the root `LICENSE` and the `cpp/`, `nodejs/`, `python/` copies are already correct. -- 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]
