vim-togglelist icon indicating copy to clipboard operation
vim-togglelist copied to clipboard

Would you please include a LICENSE?

Open jordwalke opened this issue 8 years ago • 3 comments

Including a license (MIT for example), makes it easier for people to collaborate. Would you mind adding one?

jordwalke avatar Apr 30 '16 06:04 jordwalke

yeah, GPL3? GPL2? I think they may be more appropriate?

milkypostman avatar May 01 '16 04:05 milkypostman

Yikes - those have issues (can't be included in other projects for example without virally infecting the whole project), but it's your library! Thanks for the utility.

jordwalke avatar May 01 '16 04:05 jordwalke

Many Vim plugins just use the same license as Vim itself. For example, most of Tim Pope's plugins just include a note in the README to say it uses the Vim license (see vim-fugitive or vim-characterize). You can read the Vim license by typing :help license.

I don't imagine a Vim plugin would ever be included in another project, except a Vim distribution like SpaceVim or similar.

fuzzbomb avatar Jan 04 '21 02:01 fuzzbomb