Slide 32
Slide 32 text
$ curl -H 'Accept: application/vnd.github.drax-preview+json' \
https://api.github.com/licenses/mit
{
"key": "mit",
"name": "MIT License",
"url": "https://api.github.com/licenses/mit",
"featured": true,
"html_url": "http://choosealicense.com/licenses/mit/",
"description": "A permissive license that is short and to the point. It lets people do anything with
your code with proper attribution and without warranty.",
"category": "MIT",
"implementation": "Create a text file (typically named LICENSE or LICENSE.txt) in the root of your
source code and copy the text of the license into the file. Replace [year] with the current year and
[fullname] with the name (or names) of the copyright holders.",
"required": [
"include-copyright"
],
"permitted": [
"commercial-use",
"modifications",
"distribution",