{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, 2017. All Rights Reserved. #} {% load origin %} {% load ietf_filters ipr_filters %} {% block title %}IPR Details - {{ ipr.title }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

IPR Details
{{ ipr.title }}

{% include "ipr/details_tabs.html" %}
{% if ipr.state_id == 'posted' %} Update this IPR disclosure {% endif %} {% if user|has_role:"Secretariat" %} {# admin actions #} {% if ipr.updates and ipr.state_id == 'pending' and not ipr.update_notified_date %} Notify {% endif %} {% if ipr.updates and ipr.state_id == 'pending' and ipr.update_notified_date or not ipr.updates and ipr.state_id == 'pending' %} Post {% endif %} Email Edit Change State {% endif %}
{% if not ipr.compliant %} {% if in_force_ipr_rfc == 'RFC 8179' %}

This IPR disclosure does not comply with the formal requirements of Section 5, "IPR Disclosures," of RFC 8179 , "Intellectual Property Rights in IETF Technology."

{% else %}

This IPR disclosure does not comply with the formal requirements of Section 6, "IPR Disclosures," of RFC 3979 , "Intellectual Property Rights in IETF Technology."

{% endif %} {% endif %} {% if ipr.has_legacy_event %}

The text of the original IPR disclosure is available in the disclosure history .

{% endif %}
Submitted: {{ ipr.time|date:"F j, Y" }} under the rules in {{ in_force_ipr_rfc }}
{% if user|has_role:"Secretariat" %} State: {{ ipr.state }} {% endif %}
{% if ipr.state_id == 'posted' %}

Note: Updates to IPR disclosures must only be made by authorized representatives of the original submitters. Updates will automatically be forwarded to the current Patent Holder's Contact and to the Submitter of the original IPR disclosure.

{% endif %} {% if updates_iprs or updated_by_iprs %}

Updates

{% if updated_by_iprs %}
Updated by
{% for item in updated_by_iprs %}
IPR Disclosure ID #{{ item.source.id }}, {% if item.source.state.slug == "removed" %} "{{ item.source.title }}" (which was removed at the request of the submitter) {% else %} " {{ item.source.title }} " {% endif %}
{% endfor %}
{% endif %} {% if updates_iprs %}
Updates
{% for item in updates_iprs %}
IPR Disclosure ID #{{ item.target.id }}, {% if item.target.state.slug == "removed" %} "{{ item.target.title }}" (which was removed at the request of the submitter) {% elif item.target.state.slug == "rejected" %} "{{ item.target.title }}" (which was rejected) {% elif item.target.state.slug == "parked" %} "{{ item.target.title }}" {% else %} " {{ item.target.title }} " {% endif %}
{% endfor %}
{% endif %} {% endif %} {% if user|has_role:"Secretariat" and ipr.update_notified_date %}
This update was notified to the submitter of the IPR that is being updated on: {{ ipr.update_notified_date|date:"Y-m-d" }}
{% endif %}

{% cycle 'I' 'II' 'III' 'IV' 'V' 'VI' 'VII' 'VIII' as section %}. {% if ipr|to_class_name == "ThirdPartyIprDisclosure" %}Possible{% endif %} Patent Holder/Applicant ("Patent Holder")

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.holder_legal_name }}{% endif %} Holder legal name {{ ipr.holder_legal_name }}
{% if ipr.holder_contact_name or ipr.holder_contact_info %}

{% cycle section %}. Patent Holder's Contact for License Application

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.holder_contact_name }}{% endif %} Holder contact name {{ ipr.holder_contact_name }}
{% if prev %}{{ prev.holder_contact_email }}{% endif %} Holder contact email {{ ipr.holder_contact_email }}
{% if prev %}{{ prev.holder_contact_info|linebreaks }}{% endif %} Holder contact info {{ ipr.holder_contact_info|linebreaks }}
{% endif %} {% if ipr.ietfer_name or ipr.ietfer_contact_email or ipr.ietfer_contact_info %}

{% cycle section %}. Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.ietfer_name }}{% endif %} Name {{ ipr.ietfer_name }}
{% if prev %}{{ prev.ietfer_contact_email }}{% endif %} Email {{ ipr.ietfer_contact_email }}
{% if prev %}{{ prev.ietfer_contact_info|linebreaks }}{% endif %} Other info {{ ipr.ietfer_contact_info|linebreaks }}
{% endif %} {% if ipr.iprdocrel_set.all or ipr.other_designations %}

{% cycle section %}. IETF Document or Other Contribution to Which this IPR Disclosure Relates

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %} {% for iprdocrel in prev.iprdocrel_set.all %} {{ iprdocrel.doc_type }}: {{ iprdocrel.formatted_name }} ("{{ iprdocrel.document.document.title }}") {% if iprdocrel.revisions %}
Revisions: {{ iprdocrel.revisions }}
{% endif %} {% if iprdocrel.sections %}
Sections: {{ iprdocrel.sections }}
{% endif %} {% endfor %} {% if prev.other_designations %} Designations for Other Contributions {{ prev.other_designations }} {% endif %} {% endif %}
{% for iprdocrel in ipr.iprdocrel_set.all %} {{ iprdocrel.doc_type }}: {{ iprdocrel.formatted_name }} ("{{ iprdocrel.document.document.title }}") {% if iprdocrel.revisions %}
Revisions: {{ iprdocrel.revisions }}
{% endif %} {% if iprdocrel.sections %}
Sections: {{ iprdocrel.sections }}
{% endif %} {% endfor %} {% if ipr.other_designations %}
Designations for Other Contributions
{{ ipr.other_designations }}
{% endif %}
{% endif %} {% if ipr.patent_info or ipr.has_patent_pending %}

{% cycle section %}. Disclosure of Patent Information
i.e., patents or patent applications required to be disclosed by {{ in_force_ipr_rfc }}

A. For granted patents or published pending patent applications, please provide the following information:

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.patent_info|linebreaks }}{% endif %} Patent, Serial, Publication, Registration, or Application/File number(s) {{ ipr.patent_info|linebreaks }}

B. Does this disclosure relate to an unpublished pending patent application?:

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.has_patent_pending|yesno:"Yes,No" }}{% endif %} Has patent pending {{ ipr.has_patent_pending|yesno:"Yes,No" }}
{% endif %} {% if ipr.licensing %}

{% cycle section %}. Licensing Declaration

The Patent Holder states that its position with respect to licensing any patent claims contained in the patent(s) or patent application(s) disclosed above that would necessarily be infringed by implementation of the technology required by the relevant IETF specification ("Necessary Patent Claims"), for the purpose of implementing such specification, is as follows(select one licensing declaration option only):

{% if prev.licensing.slug == "provided-later" or ipr.licensing.slug == "provided-later" %}
Possible licensing choices a), b), and c) when Licensing Declaration to be Provided Later:
{% endif %} {% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %} {% if prev.licensing.slug == "provided-later" %} {{ prev.licensing.desc|slice:"2:"|slice:":117" }}) {% else %} {{ prev.licensing.desc|slice:"2:" }} {% endif %} {% endif %} Licensing {% if ipr.licensing.slug == "provided-later" %} {{ ipr.licensing.desc|slice:"2:"|slice:":117" }}) {% else %} {{ ipr.licensing.desc|slice:"2:" }} {% endif %}
{% if prev %}{{ prev.licensing_comments|default:"(No information submitted)"|linebreaks }}{% endif %} Licensing information, comments, notes, or URL for further information {{ ipr.licensing_comments|default:"(No information submitted)"|linebreaks }}

Note: The individual submitting this template represents and warrants that he or she is authorized by the Patent Holder to agree to the above-selected licensing declaration.

{% elif ipr.statement %}

{% cycle section %}. Statement

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.statement|linebreaks }}{% endif %} Statement {{ ipr.statement|linebreaks }}
{% endif %}

{% cycle section %}. Contact Information of Submitter of this Form

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.submitter_name }}{% endif %} Submitter name {{ ipr.submitter_name }}
{% if prev %}{{ prev.submitter_email }}{% endif %} Submitter email {{ ipr.submitter_email }}
{% if ipr.notes %}

{% cycle section %}. Other Notes

{% if prev %} {% endif %}
{% if prev.state.slug == "posted" %} Previous ( #{{ prev.id }} ) {% else %} Previous (#{{ prev.id }}, {{ prev.state }}) {% endif %} This (#{{ ipr.id }})
{% if prev %}{{ prev.notes|linebreaks }}{% endif %} Additional notes {{ ipr.notes|linebreaks }}
{% endif %}

Only those sections of the relevant entry form where the submitter provided information are displayed above.

{% endblock %}