Before You Begin
Before proceeding, please make sure to follow these steps:
Feature Details
LicenseCheck uppercases some data in the report (like package name, licences, namever). It would be best to preserve original casing.
Is your feature request related to a problem? Please describe
Using uppercase names makes it more difficult to grep for the name. One can
ignore casing when grepping, but then all string are matched, not only ones
that would match original casing. Also arguably, using upercase makes report
look uglier.
Describe the solution you'd like
Preserve original casing in reports.
Describe alternatives you've considered
There is no alternative, once name is uppercased, it is impossible to revert to the original one.
Additional Context