esiqveland / notify

notify is a go dbus implementation for delivering desktop notifications over dbus
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

Please consider other license options #10

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Hi @esiqveland, I would like to use notify in a MIT-licensed project. Do you allow this?

esiqveland commented 3 years ago

I would consider that, but I am not an expert on licensing. I noticed the dbus dependency is under a BSD license, maybe I need to use the same.

probonopd commented 3 years ago

Yes, a 3-clause or 2-clause BSD license would be much preferable over the current one and would be acceptable for me, too.

esiqveland commented 3 years ago

Made a release under BSD license.

probonopd commented 3 years ago

Thank you very much @esiqveland, this helps a lot.