sergei-mironov / xkb-switch

Switch your X keyboard layouts from the command line
MIT License
353 stars 40 forks source link

Can MIT license be used instead of GPL? #69

Closed sharkov63 closed 1 year ago

sharkov63 commented 1 year ago

GPL is too strict of a license for some purposes: many companies disallow using any GPL open-source libraries. I would like to create in the future a derived project, and I would like to use MIT license for it. But GPL does not allow to do such thing (I would have to use GPL). Is there any possibility for xkb-switch to switch to a less strict license?

sergei-mironov commented 1 year ago

I see no reasons to stick to GPL any more in this project, so I can update the license. @sharkov63 is it still interesting for you?

sharkov63 commented 1 year ago

I see no reasons to stick to GPL any more in this project, so I can update the license. @sharkov63 is it still interesting for you?

Yes very much, it would be great if you update to MIT 👍🏻

sergei-mironov commented 1 year ago

Should be changed now, please check.

sharkov63 commented 1 year ago

Thank you! Although as a nitpick, there is still GPL heading text in all sources and headers, for example https://github.com/grwlf/xkb-switch/blob/f829234e8cb99d5225406067df7dd85581c84f21/src/XKbSwitchApi.cpp#L7-L10 I think we can remove it

sergei-mironov commented 1 year ago

Done, thanks.

sharkov63 commented 1 year ago

Thank you very much! 👍🏻