{# #} ScanCode results {% if files.license_copyright %} {% for path, data in files.license_copyright.items() %} {% for row in data %} {% if row.what == 'license' %} {% else %} {% endif %} {% endfor %} {% endfor %}
Copyrights and Licenses Information
path start end what value
{{ path }} {{ row.start }} {{ row.end }} {{ row.what }}{{ row.value }}{{ row.value|escape }}
{% endif %} {% if files.infos %} {% for path, row in files.infos.items() %} {% endfor %}
File Information
path type name extension date size sha1 md5 files_count mime_type file_type programming_language is_binary is_text is_archive is_media is_source is_script
{{ path }} {{ row.type }} {{ row.name }} {{ row.extension }} {{ row.date }} {{ row.size }} {{ row.sha1 }} {{ row.md5 }} {{ row.file_count }} {{ row.mime_type }} {{ row.file_type }} {{ row.programming_language }} {{ row.is_binary }} {{ row.is_text }} {{ row.is_archive }} {{ row.is_media }} {{ row.is_source }} {{ row.is_script }}
{% for path, row in files.infos.items() %} {% if row.holders %} {% for data in row.holders %} {% endfor %} {% endif %} {% endfor %}
Holders
path holder start end
{{ path }} {{ data.holder }} {{ data.start_line }} {{ data.end_line }}
{% for path, row in files.infos.items() %} {% if row.authors %} {% for data in row.authors %} {% endfor %} {% endif %} {% endfor %}
Authors
path Author start end
{{ path }} {{ data.author }} {{ data.start_line }} {{ data.end_line }}
{% for path, row in files.infos.items() %} {% if row.emails %} {% for data in row.emails %} {% endfor %} {% endif %} {% endfor %}
Emails
path email start end
{{ path }} {{ data.email |urlize(target='_blank') }} {{ data.start_line }} {{ data.end_line }}
{% for path, row in files.infos.items() %} {% if row.urls %} {% for data in row.urls %} {% endfor %} {% endif %} {% endfor %}
Urls
path url start end
{{ path }} {{ data.url |urlize(target='_blank') }} {{ data.start_line }} {{ data.end_line }}
{% endif %} {% if files.package_data %} {% for path, data in files.package_data.items() %} {% for row in data %} {% endfor %} {% endfor %}
Package Information
path type packaging primary_language
{{ path }} {{ row.type }} {{ row.packaging }} {{ row.primary_language }}
{% endif %} {% if license_references %} {% for license_reference in license_references %} {% endfor %}
License References
key short_name category owner scancode_url licensedb_url homepage_url text_urls spdx_license_key spdx_url
{{ license_reference.key }} {{ license_reference.short_name }} {{ license_reference.category }} {{ license_reference.owner }} {{ license_reference.scancode_url|urlize(target='_blank') }} {{ license_reference.licensedb_url|urlize(target='_blank') }} {{ license_reference.homepage_url|urlize(target='_blank') }} {% for text_url in license_reference.text_urls %} {{ text_url|urlize(target='_blank') }} {% endfor %} {{ license_reference.spdx_license_key }} {{ license_reference.spdx_url|urlize(target='_blank') }}
{% endif %}