Clarification in rights and responsibilities under new license #2956
Replies: 2 comments 8 replies
-
I see that the MongoDB C# driver uses fluentassertions in their SDK library https://github.com/mongodb/mongo-csharp-driver/blob/main/tests/MongoDB.Bson.Tests/PowerOf2Tests.cs so the SDK itself is not a commercial product, should this require a license? assuming they would want to upgrade to the new v8 version |
Beta Was this translation helpful? Give feedback.
-
@rouke-broersma The community license allows for modification and redistribution so long as it is for non-commercial purposes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The new license does not seem to explicitly allow modification and redistribution of FluentAssertions. It also does not mention under which license any contributions to this project should fall.
Since I am not a lawyer and I can only try to compare licenses with other licenses that have laymen's terms summaries, when I compare this license to the old Apache license it seems like contributing to this project through the normal Github workflow is not allowed.
This is for two reasons:
The last thing I mentioned, for which I am uncertain if it is relevant, is that the license does not state that any contributions to this project also fall under this license. The Apache license explicitly states this, I assume for good reason. Does this mean - in legal terms - that we could contribute (assuming we are allowed to contribute) Apache code to this project?
It would help if the legal consequences of the new license are explained in laymen's terms and if those terms could for example be contributed to www.tldrlegal.com - which I often use to have license terms explained to me.
Note that I do not wish to discuss whether or not the license changes or the associated new fees are allowed, a good idea, or anything thereof. I simply wish to have the new license clarified. If you wish to discuss those topics please create your own discussion.
Beta Was this translation helpful? Give feedback.
All reactions