bazelbuild / rules_license

Apache License 2.0
80 stars 28 forks source link

Avail human readable license name into LicenseKindInfo provider #79

Closed rtabassum closed 1 year ago

rtabassum commented 1 year ago

Fixes #78

aiuto commented 1 year ago

Why do we want to do this? It seems like that should be in the license_kind. Is it an SPDX field you are trying to fill in?

rtabassum commented 1 year ago

The human-readable long_name is actually in the license_kind I'm updating. I meant to avail it in LicenseInfo (through license_kind). And yes, it is needed for an SPDX field (and another format of sBOM we use internally).

rtabassum commented 1 year ago

I just changed the description to avoid confusions.