github.com/google/licensecheck/old.Match.Type (field)

4 uses

	github.com/google/licensecheck/old (current package)
		license.go#L155: 	Type    Type    // The type of the license: BSD, MIT, etc.
		license.go#L374: 					Type:    licenseType(name),
		license.go#L472: 	match.Type = l.typ

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L403: 				Match:   []oldlicensecheck.Match{{Name: LicenseType, Type: oldlicensecheck.MIT, Percent: 100}},