func golang.org/x/pkgsite/internal/licenses.Redistributable

4 uses

	golang.org/x/pkgsite/internal/licenses (current package)
		licenses.go#L79: 	if !Redistributable(l.Types) {
		licenses.go#L367: 	isRedistributable = d.ModuleIsRedistributable() && (len(ltypes) == 0 || Redistributable(ltypes))
		licenses.go#L377: 	d.moduleRedist = Redistributable(types(d.moduleLicenses))
		licenses.go#L530: func Redistributable(licenseTypes []string) bool {