type github.com/google/licensecheck.Type

15 uses

	github.com/google/licensecheck (current package)
		license.go#L81: 	Type Type   // reported license type
		license.go#L107: 	Type  Type   // The type of the license: BSD, MIT, etc.
		license.go#L114: type Type uint
		license.go#L118: 	Unknown Type = 0
		license.go#L122: 	Unrestricted Type = 1 << iota
		license.go#L161: func (t Type) Merge(u Type) Type {
		license.go#L166: 	var m Type
		license.go#L185: 	t Type
		license.go#L203: func (t Type) String() string {
		license.go#L222: func ParseType(s string) (Type, error) {
		license.go#L223: 	var t Type
		license.go#L234: 				t |= Type(n)
		scan.go#L32: 	m := make(map[string]Type)