golang.org/x/pkgsite/internal.Module.Licenses (field)

10 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L151: 	Licenses []*licenses.License
		nonredist.go#L11: 	for _, l := range m.Licenses {

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L327: 		Licenses: allLicenses,

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L103: 		if err := db.compareLicenses(ctx, moduleID, m.Licenses); err != nil {
		insert_module.go#L266: 	for _, l := range m.Licenses {

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L186: 		Licenses:   Licenses(),
		sample.go#L205: 		u.LicenseContents = m.Licenses
		sample.go#L310: 	m.Licenses = append(m.Licenses, lic)
		sample.go#L325: 	replaceLicense(lic, m.Licenses)