copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.72k stars 122 forks source link

Add a license to copilot.el #213

Closed emil-vdw closed 3 months ago

emil-vdw commented 6 months ago

I think it would be good to add a license to copilot.el, especially now that we are looking to add it to MELPA.

@zerolfx what are your thoughts on this?

zerolfx commented 6 months ago

Yes! I believe MIT is a good choice. The main problem is, should we delete the dist folder before adding the license?

rakotomandimby commented 6 months ago

IMHO, dist folder is not written by us. I think dropping it from our distribution will always be a good choice. We should fetch it after package install. But that needs some code to be written for that purpose.

emil-vdw commented 6 months ago

This will be a legal requirement since there is no original license and we cannot license their work.

emil-vdw commented 6 months ago

This issue is blocked by #120.

kevinji commented 3 months ago

I think this issue can be closed now that #283 has been merged.