Closed NightKev closed 8 years ago
MIT would be best.
Since there are multiple contributors, @samy cannot simply specify a license. He will need to get copyright assignment from every contributor first. Or he can get each contributor to agree to license their code under a specific license.
Public domain would be best if he doesn't care about copyright.
Easy to do, there are not many: https://github.com/samyk/evercookie/contributors
For best adoption, you need a license - the most permissive you can, which is MIT.
Well, I think technically the "WTFPL" would be even more permissive of a license. :P Or perhaps CC0.
CC licenses often have compatibility issues. A permissive license is not only one which gives freedoms in the normal sense, but also has the greatest compatibility with other licenses, especially the copy-left variety. Without a license however, projects can be weary of using a library, so it does need to be solved.
Technically, putting code in the public domain is more permissive than any license. You only need a license if you want to maintain copyright, which @samyk will probably want to do.
MIT or 2-clause BSD would be good choices in that case.
No point in debating licenses until @samyk decides to weigh in, though. Where are you, @samyk?
@drak The CC0 license is effectively public domain (that's the point of it), so I don't see how it could be incompatible with anything.
As @NightKev mentioned, WTFPL is the most permissive possible license that still keeps the code copyrighted as such.
Public domain dedications such as CC0 or the Unlicense waive the copyright altogether, functioning as actual licenses only as a fallback strategy. See the essay Licensed, License-Free, and Unlicensed Code for more particulars.
Both Creative Commons and the Free Software Foundation recognize both CC0 and the Unlicense as valid and compatible public domain dedications, so in case you want to make the code have as few strings attached as possible, putting it in the public domain using one of them is the way to go.
Has there been any update on the license? I can't find one anywhere and without a license specified nobody has the right to use this code in a project? Source
@samyk @NightKev "Solved" w/ https://github.com/samyk/evercookie/blob/master/LICENSE-BPL.md.
Close… FTW?
As far as I can tell, there's no license info anywhere. Is this public domain? GPLv3? etc...