Ask HN: Which is the liberal opensource license with the least legal overhead?
Based on my own research I've generally opted for the MIT License, but I'm wondering if others with more experience with the legal side of OpenSource can offer some clarification regarding this MIT vs other licenses.
6 comments
[ 4.2 ms ] story [ 28.4 ms ] threadAlso, keep in mind - no matter which software license you choose, your code will go into the public domain eventually.
So when you release software to the public domain, do you still use the words "open source". I'm just mindful that corporate customers have reached a level of comfort around the term "open source" and may not have the same comfort around public domain.
It looks like the SQLite guys have a pretty good way of handling the situation though:
http://www.sqlite.org/copyright.html
Also, by your logic, nobody should ever have used the GPL when it was new-fangled.