{% extends "linkage/base.html" %} {% block header %} {% endblock %} {% block content %}

In this window setting, you will define the license combinations that you want the tool to flag as part of reporting linkage relationship.

As an example, if you want to be flagged when a binary licensed under A links statically to a library licensed under B, then you need to enter A under the "Target License" field, B under the "Dependency License" field, specify "Static" under relationship and click on "Add Policy".

Once you do that, anytime the tool comes across a binary licensed under license A that statically links to a library licensed under license B, you will be visually notified via the UI. You can delete and add these policies.

{% if show_rank %} {% endif %} {% if show_rank %} {% endif %} {% if show_rank %} {% endif %} {% for pol in latest_policy_list %} {% if show_rank %} {% endif %} {% endfor %}
Target License Dependency License Relationship RankStatus Date
{{ policyform.tlicense }} {{ policyform.dlicense }} {{ policyform.relationship }} {{ policyform.rank }}{{ policyform.status }}
{{ pol.tlicense }} {{ pol.dlicense }} {{ pol.relationship }} {{ pol.rank }}{% if pol.status %}{{ pol.status }}{% else %}U{% endif %} {{ pol.edit_date|date:"M d, Y H:i:s" }}
{% if not show_rank %}
{{ policyform.rank }}
{% endif %}
{% if not latest_policy_list %}
No policies are available. {% endif %} {% endblock %}