You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with the ddd-hexagonal-cqrs-es-eda demo project and noticed that, while that is MIT licenses, other bitloops packages used in there are not. For example the module @bitloops/bl-boilerplate-core comes with a standard GPL3 license.
As far as I understand, this precludes usage, even without alterations, in any closed source program and it's a huge red flag if not a complete showstopper in many organizations.
Personally I am a huge supporter of Free Sowftware and the GPL, but I don't see it making sense here.
The text was updated successfully, but these errors were encountered:
Hi @neg3ntropy thanks a lot for checking out the repo and for your feedback.
Correct me if I am wrong but as long as you do not change the packages themselves, you should be able to use whatever license you wish on the generated files. We will be adding an option during the transpilation for you to select your own license for the transpiled files. The license of the packages you are using should not dictate the overall license of your project as long as you do not alter those files.
In any case, there is a good chance we will remove these packages in the next couple of weeks to reduce the dependencies and change their licenses to either MIT or Apache 2.0.
I was playing with the ddd-hexagonal-cqrs-es-eda demo project and noticed that, while that is MIT licenses, other bitloops packages used in there are not. For example the module
@bitloops/bl-boilerplate-core
comes with a standard GPL3 license.As far as I understand, this precludes usage, even without alterations, in any closed source program and it's a huge red flag if not a complete showstopper in many organizations.
Personally I am a huge supporter of Free Sowftware and the GPL, but I don't see it making sense here.
The text was updated successfully, but these errors were encountered: