pmonks / tools-licenses

A Clojure tools.build task library related to dependency licenses.
Apache License 2.0
6 stars 4 forks source link

LicenseRefs should sort to the end of the summary output #56

Closed pmonks closed 4 months ago

pmonks commented 4 months ago

Currently LicenseRefs (Public Domain, Commercial/Proprietary, Unidentified, etc.) appear towards the middle of the license expressions in the output:

Screenshot 2024-04-11 at 8 05 56 PM

It would be preferable if they appeared at the end, just before "No licenses found".

pmonks commented 4 months ago

After some experimentation, it seems to me to be more visually appealing if LicenseRefs appear where their "human readable" name (e.g. "Public domain") would normally sort. The colour is a sufficient indicator that something is different about those ones.

pmonks commented 4 months ago

New output:

Screenshot 2024-04-12 at 6 08 58 PM
pmonks commented 4 months ago

Fixed in 2.0.228.