Markdown-formatted Creative Commons licenses
This repository has been archived on 2025-09-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Dan Church aa7d98cfd7
Replace non-ASCII characters with ASCII equivalents
- Replace fancy quotes with ASCII equivalents
- Replace em-dashes with —

This makes it consistent with what was already in the Zero license, and
the legacy licenses.
2022-07-18 16:04:14 -05:00
.circleci add Circle CI support 2020-07-18 01:08:23 +02:00
4.0 Replace non-ASCII characters with ASCII equivalents 2022-07-18 16:04:14 -05:00
legacy Fix double-quote typo not present in original text 2021-11-11 00:39:36 -06:00
.gitignore first commit 2017-03-28 17:40:18 +02:00
.npmignore add Circle CI support 2020-07-18 01:08:23 +02:00
package-lock.json 0.3.1 2022-02-27 00:19:25 +01:00
package.json 0.3.1 2022-02-27 00:19:25 +01:00
readme.markdown Update readme.markdown 2022-03-31 01:42:11 +02:00

Creative Commons Markdown

npm npm CircleCI

On November 25th, 2013, Creative Commons announced their next generation licenses: Creative Commons 4.0. By default, these are available as HTML or plaintext. This project adds Markdown-formatted licenses to that list, while aiming for best compatibility on GitHub.

Licenses

File extension

There's a plethora of Markdown file extensions, but I have decided to go with markdown. Read why:

"We no longer live in a 8.3 world, so we should be using the most descriptive file extensions. Its sad that all our operating systems rely on this stupid convention instead of the better creator code or a metadata model, but great that they now support longer file extensions."

Hilton Lipschitz (via)

"…the only file extension I would endorse is “.markdown”, for the same reason offered by Hilton Lipschitz"

John Gruber, creator of Markdown (via)

Usage

There are other ways to get the licenses than downloading the latest release in your browser:

# Use git
$ git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md

# Yarn
$ yarn add cc-md

# npm
$ npm install cc-md

Contribute

If you notice any mistakes in content or formatting, please send a pull request with your correction.