{{ range $.Site.Data.license }}

{{ (urls.Parse .source).Host }}

Data from {{ (urls.Parse .source).Host }} is used {{ if or .license_url .spdx_license_identifier }} under {{ if .license_url }} {{ else }} {{ end }} these conditions {{ end }} for the following operators:

{{ if compare.Gt (len .operators) 10 }}

{{ delimit .operators ", " }}

{{ else }}

{{ delimit .operators ", " }}

{{ end }} {{ end }}