bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

GPL3 for boilerplate

Open neg3ntropy opened this issue 1 year ago • 2 comments

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.

neg3ntropy avatar Apr 20 '23 15:04 neg3ntropy

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.

danias avatar Apr 21 '23 14:04 danias

Hi @danias, thanks for the reply.

I believe that what you want is maybe achieved by the LGPL variant of the license. Plain old GPL does not allow derivative work as closed source.

Regardless, MIT or Apache probably are a lot less of a concern in the enterprise.

neg3ntropy avatar Apr 27 '23 14:04 neg3ntropy