{% extends 'layout.html' %} {% block title %}Licensing Information for Debian/Ubuntu Package {{package}}{%endblock%} {% block title_html %}

Licensing Information for {{ os }} Package {{package}}

{% endblock %} {% block content %}
This page displays the license for the package {{package}}, which is one component of this appliance. The license for the component may grant you rights (such as access to the source of the component) which are not applicable to the product as a whole. Any GPL or similarly licensed components are used through inter-process communication mechanisms. Please see the overall license page for details.
{% if licenses %} {% else %}

No license details were provided by the package "{{ package }}".

{% endif %}
{% endblock %} {% block page_styles %} {% endblock %}