Licenses, acknowledgments and required copyright notices for open source components:
name: {{ about.name.value }} version: {{ about.version.value }}
{% endfor %}This component is licensed under {{about.license_name.value }}. {% endif -%} {% if about.copyright.value %}
{{about.copyright.value}}{% endif %} {% for pth, text in about.notice_file.value.items() %}
{{ text }}{% endfor %} {% if about.license.value -%}
The text of {{ about.license.value }} is available at the end of this document.
{% for pth, text in about.license_file.value.items() %}{{ text | e}}{% endfor -%} {% endif %}