vijaymarupudi / nvim-fzf

A Lua API for using fzf in neovim.
MIT License
340 stars 13 forks source link

Change license to MIT #58

Closed Roniyahe54 closed 1 month ago

Roniyahe54 commented 1 month ago

Based on the discussion in https://github.com/ibhagwan/fzf-lua/issues/85, I propose to collect the confirmation from all contributors to nvim-fzf to change from AGPL to MIT. AGPL is a difficult license insofar as some companies do not allow to even use AGPL-licenses software for back office development.

The MIT license is used by many other vim/nvim plugins, this includes fzf.vim for example.

@vijaymarupudi agreed as the maintainer to change the license away from AGPL if all contributors agree.

Please agree to a license change by replying "Agreed":

cpkio commented 1 month ago

Agreed.

pynappo commented 1 month ago

agreed

ibhagwan commented 1 month ago

Np, and Ty for taking the lead on this @Roniyahe54!

jdrouhard commented 1 month ago

Agreed

vijaymarupudi commented 1 month ago

For posterity, agreed to change to MIT

frabjous commented 1 month ago

Agreed.

alexanderjeurissen commented 1 month ago

Agreed to change license from AGPL to MIT.

lukas-reineke commented 1 month ago

agreed :+1:

Roniyahe54 commented 1 month ago

Thank you everyone for the quick turn around!

@vijaymarupudi we have the ok from all contributors as listed on the contributors page. I can make a PR with the license change this weekend if you want me to.

ibhagwan commented 1 month ago

Ty @Roniyahe54, fzf-lua license change was completed in https://github.com/ibhagwan/fzf-lua/commit/ace9968be267b034e450be4feaf6e9107bc34fbd.

vijaymarupudi commented 1 month ago

Great, thanks everyone!