github.com/google/licensecheck.Scanner.re (field)

5 uses

	github.com/google/licensecheck (current package)
		scan.go#L52: 	re       *match.MultiLRE
		scan.go#L91: 	s.re = re
		scan.go#L123: 	matches := s.re.Match(string(text)) // TODO remove conversion
		scan.go#L129: 	copyright := s.re.Dict().Lookup("copyright")
		scan.go#L130: 	http := s.re.Dict().Lookup("http")