Live data from Hacker News

Open Source License Helper Tool

choosealicense.com

1–10 of 93 posts

Re: Open Source License Helper Tool

#5

No WTFPL? I'm disappointed.

It's listed in https://choosealicense.com/appendix/

The point of the home page is to make it easy to choose a license, not to list every possible choice.

(I occasionally help maintain https://github.com/github/choosealicense.com which is the source for the site.)

Re: Open Source License Helper Tool

#7
This is the same one built into GitHub's onboarding flow. It greatly aids understanding by laypeople, and goes a long way towards bridging the awkward divide between making one's labor permissively available, and navigating the very specialized field of intellectual property rights.

I do wish the drilldown for placing software into the public domain would suggest CC0 over the Unlicense. CC0 is more precise, is backed by both a foundation and large organizations, and pre-dates it by several years.

Re: Open Source License Helper Tool

#8

No WTFPL? I'm disappointed.

Fun fact: at least one large company I worked with explicitly internally documented WTFPL-licensed software as unable to be merged into their codebase, because lawyers. Cf. MIT/BSD/Apache/ISC/CC-BY/CC0 that were all fine.

Re: Open Source License Helper Tool

#10
May I recommend replacing The Unlicense with CC0? (https://creativecommons.org/publicdomain/zero/1.0/legalcode). It has all the same bullet points except is a bit tighter in countries where a public domain release is not legally valid.

Unfortunately it is more difficult to release works into the public domain than The Unlicense addresses. The Unlicense is likely sufficient for all foreseen cases in countries except Germany and France (to my knowledge), but CC0 is written beautifully with a double-fallback to completely waiver all rights in all jurisdictions.

Here are some analyses:

- https://creativecommons.org/2011/04/15/using-cc0-for-public-... Why this is okay to use for software.

- https://rd-alliance.org/sites/default/files/cc0-analysis-kre... concludes that it is sufficient in German law.

- https://www.gnu.org/licenses/license-list.html#PublicDomain It is recommended by the FSF as a prefered method for releasing source code into the public domain.

Post reply on HN