| I am totally for Open Source (and Open Science), but I dislike copyleft licenses (cf. "2. Use a Share-Alike License"). And while Share Alike have their (good) use-cases, IMHO it is bad to recommend them as the default; the best standard is CC-BY or MIT/BSD. Why? For me "open" means "open" - i.e. can be used by anyone, for anything (not "open, but only for the openness believers... and only of the same creed"). All share-alike clauses have issues: - viriality (you have to get infec... I mean: accept another license instead of the one you are using), - kosher rules (e.g. you can't combine GPL with CC-BY-SA). So, with the openness, you can't beat the WTFPL (http://www.wtfpl.net/). |
Please, please, please, do not use the WTFPL, especially if you say you care about "openness" and "kosher rules." The WTFPL is so poorly written no one knows what it really means. Consequentially, legally-sensitive people/organizations may actually have a harder time using a WTFPL-licensed project than a GPL-licensed project.
If you want a public domain-style license, use CC0 (https://creativecommons.org/about/cc0) instead.