StarGazer Open Source Software Information

{% for about_object in abouts %}

{{ about_object.name.value }}{% if about_object.version.value %} - Version {{ about_object.version.value }}{% endif %}

{% endfor %}

{% for about_object in abouts %}

{{ about_object.name.value }} {% if about_object.version.value %}{{ about_object.version.value }}{% endif %}

{% if about_object.license_name.value %}

This component is licensed under {{about_object.license_name.value }}. {% endif %} {% if about_object.copyright.value %}

{{about_object.copyright.value}}
{% endif %} {% if about_object.notice_file.value %} {% for notice in about_object.notice_file.value %}
{{ about_object.notice_file.value[notice] }}
{% endfor %} {% endif %} {% if about_object.license_name.value in common_licenses %}

Full text of {{ about_object.license_name.value }} is available at the end of this document.

{% else %} {% if about_object.license_file.value %} {% for lic in about_object.license_file.value %}
{{ about_object.license_file.value[lic] | e}}
{% endfor %} {% endif %} {% endif %}
{% endfor %}

Common Licenses Used in This Product

{% for key in lic_data %} {% if key in common_licenses %}

{{ key }}

{{ lic_data[key]|e }}
{% endif %} {% endfor %}

End