Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Contradicting licensing information #117

Closed mangelozzi closed 2 years ago

mangelozzi commented 2 years ago

https://github.com/Bogdanp/django_dramatiq/blob/master/LICENSE says the license is Apache License, Version 2.0

https://dramatiq.io/license.html says the license is GNU Lesser General Public License

In this podcast https://www.youtube.com/watch?v=XsdMkl0eCDo it says you can't use dramatiq unless you open source your project.

I am not familiar with licenses, but trying to figure out if I can use dramatiq on a none open source piece of software.

Bogdanp commented 2 years ago

django_dramatiq is a separate project w/ a different license. dramatiq used to be AGPL-licensed, but the license was changed to LGPL several years ago (but after that podcast was recorded). You can certainly use both projects without needing to open source any of your own software.