nvim icon indicating copy to clipboard operation
nvim copied to clipboard

License compatibility

Open cpajonk opened this issue 3 years ago • 3 comments

Thanks for sharing the config!

It contains modules and code of some projects that are GPL licensed. I wondered about the MIT compatibility,

cpajonk avatar Apr 15 '23 14:04 cpajonk

I have some codes from early version of https://github.com/glepnir/nvim which is MIT. If you see codes included are GPL. Please share me the link. I am happy to remove/rewrite those.

ray-x avatar Apr 16 '23 01:04 ray-x

I may be wrong but just using modules that are GPL licensed requires a projects license to be compatible. So wouldn't MIT be incompatible with things like toggleterm ?

cpajonk avatar Apr 16 '23 03:04 cpajonk

Using toggleterm by calling require'toggleterm' does not violate GPL. The repo does not include toggleterm source codes nor modified version of toggleterm

ray-x avatar Apr 16 '23 04:04 ray-x