github.com/google/licensecheck.Match.ID (field)

6 uses

	github.com/google/licensecheck (current package)
		license.go#L106: 	ID    string // License identifier. (See licenses/README.md.)
		scan.go#L160: 							ID:    l.ID,
		scan.go#L201: 			ID:    l.ID,

	golang.org/x/pkgsite/internal/licenses
		licenses.go#L511: 		ts := exceptionTypes[m.ID]
		licenses.go#L513: 			ts = []string{m.ID}

	golang.org/x/pkgsite/internal/postgres
		licenses.go#L126: 		if len(lic.Coverage.Match) == 0 || lic.Coverage.Match[0].ID == "" {