Skip to content

Tags: google/licenseclassifier

Tags

v2.0.0

Toggle v2.0.0's commit message
Added additional license text for OpenSSL.

PiperOrigin-RevId: 474694922

v2.0.0-pre6

Toggle v2.0.0-pre6's commit message
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]>

v2.0.0-pre5

Toggle v2.0.0-pre5's commit message
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.

v2.0.0-pre4

Toggle v2.0.0-pre4's commit message
Adding updated versioning for identify_license tool

Also deleting binary inadvertently committed

v2.0.0-pre3

Toggle v2.0.0-pre3's commit message
Pushing updated backend configs so they can be pulled

v2.0.0-pre.2

Toggle v2.0.0-pre.2's commit message
Updating go.mod files to support pre-release version

v2.0.0-pre.1

Toggle v2.0.0-pre.1's commit message
Updating go.mod files to support pre-release version

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message
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

list

Toggle list's commit message
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

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message
Add Apache contributions note

PiperOrigin-RevId: 435097017