The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }}
-
- {% if section_list.generic %}
- 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".
-
-
- {% if section_list.form_legend %}*{% endif %}
{% cycle section %}.
IETF Document or Other Contribution to Which this IPR Disclosure Relates:
@@ -290,23 +203,8 @@
{% cycle section %}.
- {% if section_list.form_legend %}
- {% if section_list.generic %}
- Disclosure of Patent Information (i.e., patents or patent
- applications required to be disclosed by Section 6 of RFC3979)
- {% endif %}
- {% if section_list.specific %}
- Disclosure of Patent Information (i.e., patents or patent
- applications required to be disclosed by Section 6 of RFC3979)
- {% endif %}
- {% if section_list.third_party %}
- Disclosure of Patent Information, if known (i.e., patents or
- patent applications required to be disclosed by Section 6 of RFC3979)
- {% endif %}
- {% else %}
Disclosure of Patent Information (i.e., patents or patent
applications required to be disclosed by Section 6 of RFC 3979)
- {% endif %}
{% if ipr.patents or ipr.notes %}
@@ -324,11 +222,7 @@
Additional Notes:
{{ ipr.notes }}
- {% if section_list.form_legend %}
- B. Does your disclosure relate to an unpublished pending patent application?:
- {% else %}
B. Does this disclosure relate to an unpublished pending patent application?:
- {% endif %}
{{ ipr.is_pending }}
@@ -381,39 +275,12 @@
- {% if section_list.form_legend %}
- {% if section_list.generic %}
- 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 a technology required by a relevant IETF specification
- ("Necessary Patent Claims"), for the purpose of implementing such
- specification, is as follows(select one licensing declaration option only):
- {% endif %}
- {% if section_list.specific %}
- 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):
- {% endif %}
- {% if section_list.third_party %}
- 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):
- {% endif %}
- {% else %}
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):
- {% endif %}
- {% endif %}
-
{% endblock %}
diff --git a/ietf/templates/ipr/details_edit.html b/ietf/templates/ipr/details_edit.html
new file mode 100644
index 000000000..7b6a03004
--- /dev/null
+++ b/ietf/templates/ipr/details_edit.html
@@ -0,0 +1,560 @@
+{% extends "base.html" %}
+{# Copyright The IETF Trust 2007, All Rights Reserved #}
+
+{% block title %}IPR Details - {{ ipr.title }}{% endblock %}
+{% block body_attributes %}
+ {% if section_list.holder_contact %}onload="toggle_submitter_info('holder')"{% endif %}
+ {% if section_list.ietf_contact %}onload="toggle_submitter_info('ietf')"{% endif %}
+{% endblock %}
+{% block content %}
+
+{% include "ipr/style.html" %}
+{% include "ipr/js.html" %}
+
+
+ {% if section_list.title %}
+
+
+
+
{{ ipr.title }}
+
+
+
+
+ {% endif %}
+ {% ifnotequal ipr.status 1 %}
+
+ This IPR disclosure was {{ ipr.get_status_display }}
+
+ {% endifnotequal %}
+ {% if section_list.legacy_intro %}
+
+ This IPR disclosure was submitted by e-mail.
+ {% if not ipr.comply %}
+
+ 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 %}
+ Sections {% block legacy_sections %}I, II, and IV{% endblock %} of "The Patent Disclosure and Licensing Declaration Template
+ for {{ section_list.disclosure_type }}" have been completed for this IPR disclosure.
+ Additional information may be available in the original submission.
+
+ The text of the original IPR disclosure is available further down, and also here:
+ {{ipr.legacy_url_0}}.
+
+
+ {% endif %}
+ {% if section_list.new_intro %}
+ Only those sections of the "Patent Disclosure and Licensing Declaration
+ Template for {{ section_list.disclosure_type }}" where the submitter provided
+ information are displayed.
+ {% endif %}
+ {% if section_list.new_intro or section_list.legacy_intro %}
+ {% if ipr.legacy_title_1 %}
+ {{ ipr.legacy_title_1 }}
+ {% endif %}
+
+ {% if ipr.legacy_title_2 %}
+ {{ ipr.legacy_title_2 }}
+ {% endif %}
+
+ {% for item in ipr.updates.all %}
+
+
+ This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
+ {% ifequal item.updated.status 0 %}
+ "{{ item.updated.title }}".
+ {% else %}
+ {% ifequal item.updated.status 1 %}
+ "{{ item.updated.title }}".
+ {% else %}
+ "{{ item.updated.title }}", which was removed at the request of the submitter.
+ {% endifequal %}
+ {% endifequal %}
+
+
+ {% endfor %}
+
+ {% for item in ipr.updated_by.all %}
+ {% ifequal item.processed 1 %}
+
+
+ This IPR disclosure has been updated by IPR disclosure ID #{{ item.ipr.ipr_id }},
+ {% ifequal item.status_to_be 1 %}
+ "{{ item.ipr.title }}".
+ {% else %}
+ "{{ item.ipr.title }}", which was removed at the request of the submitter.
+ {% endifequal %}
+
+
+ {% endifequal %}
+ {% endfor %}
+
+
+ Click here to update this IPR disclosure
+
+
+ Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}
+ {% endif %}
+
+ {% if section_list.form_intro %}
+
The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }}
+
+ {% if section_list.generic %}
+ 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".
+
+
+
+
+
+ {% if section_list.holder %}
+
+
+
+
+ {% cycle I,II,III,IV,V,VI,VII,VIII as section %}.
+ {% if section_list.third_party %}Possible{% endif %}
+ Patent Holder/Applicant ("Patent Holder")
+
+ {% cycle section %}.
+ {% if section_list.form_legend %}
+ {% if section_list.generic %}
+ Disclosure of Patent Information (i.e., patents or patent
+ applications required to be disclosed by Section 6 of RFC3979)
+ {% endif %}
+ {% if section_list.specific %}
+ Disclosure of Patent Information (i.e., patents or patent
+ applications required to be disclosed by Section 6 of RFC3979)
+ {% endif %}
+ {% if section_list.third_party %}
+ Disclosure of Patent Information, if known (i.e., patents or
+ patent applications required to be disclosed by Section 6 of RFC3979)
+ {% endif %}
+ {% else %}
+ Disclosure of Patent Information (i.e., patents or patent
+ applications required to be disclosed by Section 6 of RFC 3979)
+ {% endif %}
+
+
+ {% if ipr.patents or ipr.notes %}
+
+
+
+ A. For granted patents or published pending patent applications,
+ please provide the following information:
+
+
Patent, Serial, Publication, Registration,
+ or Application/File number(s):
{{ ipr.patents }}
+
+
Date(s) granted or applied for:
{{ ipr.date_applied }}
+
Country:
{{ ipr.country }}
+
Additional Notes:
{{ ipr.notes }}
+
+
+ {% if section_list.form_legend %}
+ B. Does your disclosure relate to an unpublished pending patent application?:
+ {% else %}
+ B. Does this disclosure relate to an unpublished pending patent application?:
+ {% endif %}
+ {{ ipr.is_pending }}
+
+
+
+ {% if section_list.generic %}
+
+
+ C. Does this disclosure apply to all IPR owned by
+ the submitter?:
+ {{ ipr.applies_to_all }}
+
+
+ {% else %}
+
+
+ C. If an Internet-Draft or RFC includes multiple parts and it is not
+ reasonably apparent which part of such Internet-Draft or RFC is alleged
+ to be covered by the patent information disclosed in Section
+ V(A) or V(B), it is helpful if the discloser identifies here the sections of
+ the Internet-Draft or RFC that are alleged to be so
+ covered:
+
+
+ {% if ipr.document_sections %}
+
{{ ipr.document_sections }}
+ {% else %}
+
No information submitted
+ {% endif %}
+ {% endif %}
+
+ {% else %}
+
This disclosure relates to an unpublished pending patent application.
+ {% if section_list.form_legend %}
+ {% if section_list.generic %}
+ 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 a technology required by a relevant IETF specification
+ ("Necessary Patent Claims"), for the purpose of implementing such
+ specification, is as follows(select one licensing declaration option only):
+ {% endif %}
+ {% if section_list.specific %}
+ 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):
+ {% endif %}
+ {% if section_list.third_party %}
+ 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):
+ {% endif %}
+ {% else %}
+ 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):
+ {% endif %}
+
+
+
+
+ {{ ipr.licensing_option }}
+
+
+
+ {% if ipr.stdonly_license %}
+
+
+ {{ ipr.stdonly_license }}
+ Above licensing declaration is limited solely to standards-track IETF documents.
+
+
+ {% endif %}
+
+
+
+ Licensing information, comments, notes, or URL for further information:
+
+
+ {% if ipr.comments %}
+
{{ ipr.comments }}
+ {% else %}
+
No information submitted
+ {% endif %}
+
+ {% if ipr.lic_checkbox %}
+
+
+
+ {% ifnotequal ipr.lic_checkbox 1 %}{{ ipr.lic_checkbox }}{% endifnotequal %}
+ The individual submitting this template represents and warrants that all
+ terms and conditions that must be satisfied for implementers of any
+ covered IETF specification to obtain a license have been disclosed in this
+ IPR disclosure statement.
+
+ {% if section_list.generic %}
+
+ Note: According to
+ RFC 3979,
+ Section 6.4.3, unless you check the box
+ above, and choose either option a) or b), you must still file specific
+ IPR disclosures as appropriate.
+
+ {% endif %}
+
+
+
+
+ {% endif %}
+
+
+ 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.
+