acaloiaro / neoq

Queue-agnostic background job library for Go, with a pleasant API and powerful features.
MIT License
270 stars 4 forks source link

Consider changing license? #115

Closed philwinder closed 9 months ago

philwinder commented 9 months ago

Hi there, I had a need for a simple queuing system with swappable storage options. And neoq has worked great!

But I'm developing a commercial product and I've just noticed the agpl license. This means I'm going to have to swap it out for something more permissive.

Before I do, would you consider changing the license to allow commercial use?

Thanks, Phil

acaloiaro commented 9 months ago

Yeah consider it done. I actually need this change for myself, too. Cheers.

On Sat, Jan 27, 2024, at 02:01, Phil Winder wrote:

Hi there, I had a need for a simple queuing system with swappable storage options. And neoq has worked great!

But I'm developing a commercial product and I've just noticed the agpl license. This means I'm going to have to swap it out for something more permissive.

Before I do, would you consider changing the license to allow commercial use?

Thanks, Phil

— Reply to this email directly, view it on GitHub https://github.com/acaloiaro/neoq/issues/115, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZNMQFB3YZDXNKL4YJAPPDYQS67BAVCNFSM6AAAAABCNGV3MSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYDGNBWGA3TAMI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

acaloiaro commented 9 months ago

Done! Enjoy

philwinder commented 8 months ago

Thank you!