-
Notifications
You must be signed in to change notification settings - Fork 563
Open
Description
This is nice work. It's good to see an Apache licensed implementation of Raft.
In evaluating this code, however, I notice that you have this dependency:
github.com/hashicorp/memberlist
The memberlist code is under the MPL license which is incompatible with the Apache license if you use a source dependency due to being a "weak copyleft" license. You can find out more on the page that the Apache Software Foundation has created as a licensing guide for its own projects.
Good luck with your project!
Metadata
Metadata
Assignees
Labels
No labels