Licenses
Lists the open source licenses.
Table-Specific Information
Select
- Key supports the following operator: =
SELECT * FROM Licenses SELECT * FROM Licenses WHERE Key = 'mit'
Columns
Name | Type | OrderBySupport | Description |
Id [KEY] | String | The ID of the license. | |
Key | String | The lowercased SPDX ID of the license. | |
Body | String | The full text of the license. | |
Description | String | A human-readable description of the license. | |
Featured | Boolean | Whether the license should be featured. | |
Hidden | Boolean | Whether the license should be displayed in license pickers. | |
Implementation | String | Instructions on how to implement the license. | |
Name | String | The license full name specified by https://spdx.org/licenses. | |
Nickname | String | Customary short name if applicable (e.g, GPLv3). | |
PseudoLicense | Boolean | Whether the license is a pseudo-license placeholder (e.g., other, no-license). | |
SpdxId | String | Short identifier specified by https://spdx.org/licenses. | |
Url | String | URL to the license on https://choosealicense.com. |