{# #} 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 }}
{% endif %} {% if files.packages %} {% for path, data in files.packages.items() %} {% for row in data %} {% endfor %} {% endfor %}
Package Information
path type packaging primary_language
{{ path }} {{ row.type }} {{ row.packaging }} {{ row.primary_language }}
{% endif %} {% if licenses %} {% for key, license in licenses.items() %} {% endfor %}
Licenses
key short_name category owner reference_url homepage_url text_url spdx_license_key spdx_url
{{ license.key }} {{ license.short_name }} {{ license.category }} {{ license.owner }} {{ license.reference_url|urlize(target='_blank') }} {{ license.homepage_url|urlize(target='_blank') }} {{ license.text_url|urlize(target='_blank') }} {{ license.spdx_license_key }} {{ license.spdx_url|urlize(target='_blank') }}
{% endif %}