type github.com/google/licensecheck/old.Type

8 uses

	github.com/google/licensecheck/old (current package)
		license.go#L32: type Type int
		license.go#L35: 	AGPL Type = iota
		license.go#L48: func licenseType(name string) Type {
		license.go#L49: 	for l := Type(0); l < NumTypes; l++ {
		license.go#L62: 	typ  Type
		license.go#L155: 	Type    Type    // The type of the license: BSD, MIT, etc.
		type_string.go#L27: func (i Type) String() string {
		type_string.go#L28: 	if i < 0 || i >= Type(len(_Type_index)-1) {