Last active
August 29, 2015 14:22
-
-
Save jacquerie/bbc32a4accc3d7e19b05 to your computer and use it in GitHub Desktop.
% curl -H "Accept: application/vnd.github.drax-preview+json" https://api.github.com/licenses
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"agpl-3.0" | |
"apache-2.0" | |
"artistic-2.0" | |
"bsd-2-clause" | |
"bsd-3-clause" | |
"cc0-1.0" | |
"epl-1.0" | |
"gpl-2.0" | |
"gpl-3.0" | |
"isc" | |
"lgpl-2.1" | |
"lgpl-3.0" | |
"mit" | |
"mpl-2.0" | |
"unlicense" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "agpl-3.0", | |
"name": "GNU Affero General Public License v3.0", | |
"url": "https://api.github.com/licenses/agpl-3.0", | |
"featured": false | |
}, | |
{ | |
"key": "apache-2.0", | |
"name": "Apache License 2.0", | |
"url": "https://api.github.com/licenses/apache-2.0", | |
"featured": true | |
}, | |
{ | |
"key": "artistic-2.0", | |
"name": "Artistic License 2.0", | |
"url": "https://api.github.com/licenses/artistic-2.0", | |
"featured": false | |
}, | |
{ | |
"key": "bsd-2-clause", | |
"name": "BSD 2-clause \"Simplified\" License", | |
"url": "https://api.github.com/licenses/bsd-2-clause", | |
"featured": false | |
}, | |
{ | |
"key": "bsd-3-clause", | |
"name": "BSD 3-clause \"New\" or \"Revised\" License", | |
"url": "https://api.github.com/licenses/bsd-3-clause", | |
"featured": false | |
}, | |
{ | |
"key": "cc0-1.0", | |
"name": "Creative Commons Zero v1.0 Universal", | |
"url": "https://api.github.com/licenses/cc0-1.0", | |
"featured": false | |
}, | |
{ | |
"key": "epl-1.0", | |
"name": "Eclipse Public License 1.0", | |
"url": "https://api.github.com/licenses/epl-1.0", | |
"featured": false | |
}, | |
{ | |
"key": "gpl-2.0", | |
"name": "GNU General Public License v2.0", | |
"url": "https://api.github.com/licenses/gpl-2.0", | |
"featured": true | |
}, | |
{ | |
"key": "gpl-3.0", | |
"name": "GNU General Public License v3.0", | |
"url": "https://api.github.com/licenses/gpl-3.0", | |
"featured": false | |
}, | |
{ | |
"key": "isc", | |
"name": "ISC License", | |
"url": "https://api.github.com/licenses/isc", | |
"featured": false | |
}, | |
{ | |
"key": "lgpl-2.1", | |
"name": "GNU Lesser General Public License v2.1", | |
"url": "https://api.github.com/licenses/lgpl-2.1", | |
"featured": false | |
}, | |
{ | |
"key": "lgpl-3.0", | |
"name": "GNU Lesser General Public License v3.0", | |
"url": "https://api.github.com/licenses/lgpl-3.0", | |
"featured": false | |
}, | |
{ | |
"key": "mit", | |
"name": "MIT License", | |
"url": "https://api.github.com/licenses/mit", | |
"featured": true | |
}, | |
{ | |
"key": "mpl-2.0", | |
"name": "Mozilla Public License 2.0", | |
"url": "https://api.github.com/licenses/mpl-2.0", | |
"featured": false | |
}, | |
{ | |
"key": "unlicense", | |
"name": "The Unlicense", | |
"url": "https://api.github.com/licenses/unlicense", | |
"featured": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment