{% extends "base.html" %} {# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} {% block title %}IPR Details - Form{% endblock %} {% block bodyAttrs %} {% if section_list.holder_contact %}onload="toggle_submitter_info('holder')"{% endif %} {% if section_list.ietf_contact %}onload="toggle_submitter_info('ietf')"{% endif %} {% endblock bodyAttrs %} {% block morecss %} table.ipr { margin-top: 1em; } .ipr .light td { background: #eeeeee; } .ipr .dark td { background: #dddddd; } .ipr th { background: #2647a0; color: white; } .ipr { width: 101ex; border: 0; border-collapse: collapse; } .ipr th, .ipr td { padding: 3px 6px; text-align: left; } .ipr tr { vertical-align: top; } .ipr td.iprlabel { width: 18ex; } .iprdata { font-weight: bold; } .iprdata li { list-style:none;} .required { color: red; float: right; padding-top: 0.7ex; font-size: 130%; } .errorlist { background: red; color: white; padding: 0.2ex 0.2ex 0.2ex 0.5ex; border: 0px; margin: 0px; } ul.errorlist { margin: 0px; } {% endblock %} {% block content %} {% include "ipr/js.html" %}
This document is an IETF IPR Patent Disclosure and Licensing Declaration Template and is submitted to inform the IETF of a) patent or patent application information that is not related to a specific IETF document or contribution, and b) an IPR Holder's intention with respect to the licensing of its necessary patent claims. No actual license is implied by submission of this template.
{% endif %} {% if section_list.specific %}This document is an IETF IPR Disclosure and Licensing Declaration Template and is submitted to inform the IETF of a) patent or patent application information regarding the IETF document or contribution listed in Section IV, and b) an IPR Holder's intention with respect to the licensing of its necessary patent claims. No actual license is implied by submission of this template. Please complete and submit a separate template for each IETF document or contribution to which the disclosed patent information relates.
{% endif %} {% if section_list.third_party %}This form is used to let the IETF know about patent information regarding an IETF document or contribution when the person letting the IETF know about the patent has no relationship with the patent owners. Click here if you want to disclose information about patents or patent applications where you do have a relationship to the patent owners or patent applicants.
{% endif %} {% if section_list.also_specific %}Note: According to Section 6.4.3 of RFC 3979, "Intellectual Property Rights in IETF Technology," you are still required to file specific disclosures on IPR unless your generic disclosure satisfies certain conditions. Please see the RFC for details.
{% endif %}If you wish to submit your IPR disclosure by e-mail, then please send it to ietf-ipr@ietf.org. Submissions made by e-mail that do not comply with the formal requirements of Section 6, "IPR Disclosures," of RFC 3979, "Intellectual Property Rights in IETF Technology", will be posted, but will be marked as "non-compliant".
{% endblock %}