| author | |
| committer | |
| log | a8e09a6e39e4a6259ae561ac7e98e075e84a751c |
| tree | 0d2b7de2449317d33a763e7f2e5ac546ee02126c |
| parent | 73bc4939dc6b495ce085d0e6b56b874779a2d0af |
1 files changed, 1 insertions(+), 1 deletions(-)
generate.sh+1-1| ... | ... | @@ -38,7 +38,7 @@ do_print "};" |
| 38 | 38 | echo "spdx:" |
| 39 | 39 | do_print |
| 40 | 40 | do_print "pub const spdx = struct {" |
| 41 | list=$(do_filter '.licenses[] | { licenseId, isOsiApproved, isFsfLibre, url:.seeAlso[0] }') | |
| 41 | list=$(do_filter '.licenses | sort_by(.licenseId)[] | { licenseId, isOsiApproved, isFsfLibre, url:.seeAlso[0] }') | |
| 42 | 42 | for lic in $list |
| 43 | 43 | do |
| 44 | 44 | lic_id=$(sub_filter $lic '.licenseId') |