{% block style %} {% endblock %} {% block title %}

Attribution for {{ project.name }}

{% endblock %} {% block description %}

This document uses standard identifiers for software packages and licenses as specified by the SPDX and Package URL groups that are co-founded by ScanCode and AboutCode maintainers:

{% endblock %} {% block package-toc %}

Licenses, acknowledgments and required copyright notices for open source packages:

{% endblock %} {% block license-toc %}

The following licenses are used in {{ project.name }}:

The full text of these licenses is available at the end of this document.


{% endblock %} {% block package-list %}

List of package details:

{% for package in packages %}
{# 1. Package PURL #}

{{ package.package_url }}

{# 2. Homepage URL #} {% if package.homepage_url %}

Homepage: {{ package.homepage_url|urlize }}

{% endif %} {# 3. Download URL #} {% if package.download_url %}

Download: {{ package.download_url|urlize }}

{% endif %} {# 4. Copyright #} {% if package.copyright %}
{{ package.copyright }}
{% endif %} {# 5. License expression #} {% if package.declared_license_expression %}

This package is licensed under {{ package.expression_links|safe }}

{% endif %} {# 6. Notice text #} {% if package.notice_text %}
{{ package.notice_text }}
{% endif %}

{% endfor %} {% endblock %} {% block license-list %}

Licenses that apply to {{ project.name }}

{% for license in licenses %}

{{ license.spdx_license_key }}

{% if license.licensedb_url %} {{ license.licensedb_url}} {% endif %}
{{ license.text }}

{% endfor %} {% endblock %} {% block end %}

End

{% endblock %}