Tags: google/licenseclassifier
Tags
Fix runtime panic on LoadLicenses() It may be possible that the amount of segments is lower than 3 which caused a runtime panic in the license loader. We now skip those paths to fix that issue. Found: https://github.com/cri-o/cri-o/runs/7037925519 Signed-off-by: Sascha Grunert <[email protected]>
Fix structuring of tools to work with versions This structuring keeps everything inside of the licenseclassifier Go module instead of having modules for each helper package, which would've required several commits just to bump a version.
Adding updated versioning for identify_license tool Also deleting binary inadvertently committed
Add v2 versions of identify_license packages This uses Go 1.16 embed features, so it moves the overall support level for the licenseclassifier up from 1.15
Add Apache contributions note PiperOrigin-RevId: 435097017
PreviousNext