python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
265 stars 45 forks source link

Change licence to be more permissible #243

Open mhusbyn opened 1 year ago

mhusbyn commented 1 year ago

Is your feature request related to a problem? Please describe. In my company we're looking to migrate towards a microservices architecture so we're currently looking into setting up a microservice chassis and template. PyMs seems to fit that role quite well and we'd love to use it. However, based on my understanding, if we use PyMS (which is licensed under GPL 3.0) that means we will also need to publish our commercial software under GPL 3.0, which is not an option for us.

Describe the solution you'd like Change the licence to something that is not copyleft.

Additional context The above is based on my best understanding and some light googling so please correct me if I'm wrong!

If we end up using PyMS we might also help contribute to the project.

avara1986 commented 3 months ago

Hello @mhusbyn forgive me for the delay in replying. I've been looking into it, and I think the Apache License might be a better fit. What do you think? Would it align with your objectives?

mhusbyn commented 2 months ago

Apache probably works, yes 👍