github.com/google/licensecheck.License.Type (field)

7 uses

	github.com/google/licensecheck (current package)
		data.gen.go#L389: 	{ID: "WTFPL", Type: Discouraged, LRE: license_WTFPL_lre},
		license.go#L81: 	Type Type   // reported license type
		scan.go#L34: 		m[l.ID] = l.Type
		scan.go#L39: 			l.Type = typ
		scan.go#L41: 			l.Type = Unknown
		scan.go#L161: 							Type:  l.Type,
		scan.go#L202: 			Type:  l.Type,