OPEN SOURCE SOFTWARE INFORMATION

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

{% for about in abouts %}

name: {{ about.name.value }} version: {{ about.version.value }}

{{ about.name.value }} {{ about.version.value }}

{% endfor %}

{% for about in abouts %}

{{ about.name.value }} {{ about.version.value }}

{% if about.license_name.value %}

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 %}
{% endfor %}

Common Licenses in use:

End