emacs-ffi icon indicating copy to clipboard operation
emacs-ffi copied to clipboard

Add a license

Open CeleritasCelery opened this issue 4 years ago • 3 comments

Currently this project has no license, which means no one is able to use it or work on it. Please consider adding an Open Source license to the repo.

CeleritasCelery avatar Oct 24 '20 13:10 CeleritasCelery

Is this statute law, or is that Github's own take on the law?

Would that be the case if the code was hosted somewhere else besides Github?

vonHabsi avatar Dec 29 '20 03:12 vonHabsi

Everything in the law is an interpretation so, IANAL,TINLA.

When you create something (include code) you own the rights to it. No one else can use that thing without express permission. If I tried to edit or even run this code @tromey could sue me for infringement.

To prevent this people can give explicit permission to others to use their stuff (usually in the form of a license). Without permission it would be illegal. This has nothing to do with GitHub, and would apply no matter where the code was hosted. This is why license hygiene is so important.

CeleritasCelery avatar Dec 30 '20 19:12 CeleritasCelery