I’m in the middle of picking an Open Source License for some code that I once released commercially, but now wish to release more openly. The current favourites are the MIT License and the Historical Permission Notice and Disclaimer, because they are simple, relatively liberal and include the all important legalese paragraph that says “don’t sue me”.
Are there other, similar licenses I should be looking at?
Comments
I picked the BSD license because it's very much like the MIT one (i.e. simple) and generally well understood and recognised.
I ended up going with the Historical Permission Notice and Disclaimer.
I go with BSD because, adding to Simon's remarks, it's so widely-used that I have confidence in it. If there were major problems with the BSD license, they probably would have surfaced by now.
That said, MIT License isn't exactly obscure.