Section Type
License
Select a license from the full SPDX standard list. When rendered, the section fetches the full license text from an API endpoint and includes it in the README. Falls back gracefully if the fetch fails.
Fields
| Name | Type | Source |
|---|---|---|
| license | select | 93 SPDX IDs from licenses.json |
Render Output
## LICENSE
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software...This project is licensed under the MIT license.Fetches license text from the url field of the selected license entry.
Data Source
The license options are populated from ptkrdmelib/src/data/licenses.json, which contains 93 SPDX-standard license entries with spdx_id,name, url, and description fields.