PragmaTwice commented on PR #240: URL: https://github.com/apache/kvrocks-controller/pull/240#issuecomment-2568006383
After carefully reading the content of [Category B](https://www.apache.org/legal/resolved.html#weak-copyleft-licenses), it appears that the main restriction is that our source releases should not include MPL source files. As kvrocks-controller is a golang project, we typically do not include these dependent source files in the source release, but instead specify the version and origin of dependencies through `go.mod`/`go.sum`. From this perspective, using these MPL projects as dependencies seems to be compliant. cc @tisonkun -- 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]
