DelphiPackageManager / DPM

A Package Manager for Delphi
Apache License 2.0
96 stars 21 forks source link

DSpecCreator - Licenses dropdown - make use of spdx.org for the items. #31

Closed vincentparrett closed 7 months ago

vincentparrett commented 7 months ago

Use https://github.com/spdx/license-list-data/blob/main/json/licenses.json as a source of the list.

vincentparrett commented 7 months ago

implemented. The label now shows the license description and is a link to the page for that license on spdx.org. if the license isn't one in the list then the label is hidden.