tzulitai commented on pull request #181: URL: https://github.com/apache/flink-statefun/pull/181#issuecomment-735523466
Concerning the licensing: Since we won't be releasing artifacts for the Go SDK, I think ensuring compatibility for ASF 2.0 breaks down to: - Are there any copied source codes? If yes, the source license should be mentioned in a NOTICE file. - Are there any dependencies with a license not compatible with ASF 2.0? - Are there any dependencies that are modified in a way that violates its original license (e.g. shading). I quickly skimmed through the dependencies: - `github.com/golang/protobuf`: BSD 3-clause - `github.com/stretchr/testify`: MIT - `github.com/valyala/bytebufferpool`: MIT - `google.golang.org/protobuf`: BSD 3-clause Transitive dependencies are neither bundled or modified / copied in any way. Therefore, I think we should good on the licensing side ✅ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
