{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters ipr_filters django_bootstrap5 %} {% block title %} {% if form.instance %} Edit IPR #{{ form.instance.id }} {% else %} New IPR {% endif %} {% endblock %} {% block pagehead %}{{ form.media.css }}{% endblock %} {% block content %} {% origin %} {% if form.instance|to_class_name == "HolderIprDisclosure" %}
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.
{% elif form.instance|to_class_name == "ThirdPartyIprDisclosure" %}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.
{% else %}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.
Note: According to Section 5.4.3 of RFC 8179, "Intellectual Property Rights in IETF Technology," you are still required to file specific disclosures on IPR unless your general disclosure satisfies certain conditions. Please see the RFC for details.
{% endif %}Submissions that do not comply with the formal requirements of Section 5, "IPR Disclosures," of RFC 8179, "Intellectual Property Rights in IETF Technology", may be {% if form|to_class_name != "GenericDisclosureForm" %} rejected or may be published as general disclosures. {% else %} rejected. {% endif %}
If you have any questions or problems with form then please contact ietf-ipr@ietf.org. We do not accept IPR disclosures by email.
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}