--- license: mit viewer: false --- ## Common license info ### Extracted from https://github.com/github/choosealicense.com | license id | | ------------------- | | 0bsd | | afl-3.0 | | agpl-3.0 | | apache-2.0 | | artistic-2.0 | | blueoak-1.0.0 | | bsd-2-clause-patent | | bsd-2-clause | | bsd-3-clause-clear | | bsd-3-clause | | bsd-4-clause | | bsl-1.0 | | cc-by-4.0 | | cc-by-sa-4.0 | | cc0-1.0 | | cecill-2.1 | | cern-ohl-p-2.0 | | cern-ohl-s-2.0 | | cern-ohl-w-2.0 | | ecl-2.0 | | epl-1.0 | | epl-2.0 | | eupl-1.1 | | eupl-1.2 | | gfdl-1.3 | | gpl-2.0 | | gpl-3.0 | | isc | | lgpl-2.1 | | lgpl-3.0 | | lppl-1.3c | | mit-0 | | mit | | mpl-2.0 | | ms-pl | | ms-rl | | mulanpsl-2.0 | | ncsa | | odbl-1.0 | | ofl-1.1 | | osl-3.0 | | postgresql | | unlicense | | upl-1.0 | | vim | | wtfpl | | zlib | ### Tips To rename all .txt files to .md: ```bash find . -iname "*.txt" -exec bash -c 'mv "$0" "${0%\.txt}.md"' {} \; ```