diff --git a/ietf/ipr/view_sections.py b/ietf/ipr/view_sections.py
index a7fa691c0..0615acbe7 100644
--- a/ietf/ipr/view_sections.py
+++ b/ietf/ipr/view_sections.py
@@ -7,7 +7,7 @@ section_table = {
"holder": True, "holder_contact": True, "ietf_contact": True,
"ietf_doc": True, "patent_info": True, "licensing": True,
"submitter": True, "notes": True, "form_submit": False,
- "disclosure_type": "Specific", "form_legend": False,
+ "disclosure_type": "Specific IPR Disclosures", "form_legend": False,
"per_rfc_disclosure": True, "also_specific": False,
},
"generic": { "index": False, "title": True,
@@ -16,7 +16,7 @@ section_table = {
"holder": True, "holder_contact": True, "ietf_contact": False,
"ietf_doc": False, "patent_info": True, "licensing": True,
"submitter": True, "notes": True, "form_submit": False,
- "disclosure_type": "Generic", "form_legend": False,
+ "disclosure_type": "Generic IPR Disclosures", "form_legend": False,
"per_rfc_disclosure": False, "also_specific": True,
},
"third-party": {"index": False, "title": True,
@@ -25,7 +25,7 @@ section_table = {
"holder": True, "holder_contact": False, "ietf_contact": True,
"ietf_doc": True, "patent_info": True, "licensing": False,
"submitter": False, "notes": False, "form_submit": False,
- "disclosure_type": "Third Party", "form_legend": False,
+ "disclosure_type": "Notification", "form_legend": False,
"per_rfc_disclosure": False, "also_specific": False,
},
"legacy": { "index": False, "title": True, "legacy": True,
diff --git a/ietf/templates/ipr/details.html b/ietf/templates/ipr/details.html
index c80c07e0c..3a472ebba 100644
--- a/ietf/templates/ipr/details.html
+++ b/ietf/templates/ipr/details.html
@@ -30,14 +30,14 @@
{% endif %}
Sections {% block legacy_sections %}I, II, and IV{% endblock %} of "The Patent Disclosure and Licensing Declaration Template
- for {{ section_list.disclosure_type }} IPR Disclosures" have been completed for this IPR disclosure.
+ for {{ section_list.disclosure_type }}" have been completed for this IPR disclosure.
Additional information may be available in the original submission.
See the content of the original IPR disclosure.
{% endif %}
{% if section_list.new_intro %}
Only those sections of the "Patent Disclosure and Licensing Declaration
- Template for {{ section_list.disclosure_type }} IPR Disclosures" where the submitter provided
+ Template for {{ section_list.disclosure_type }}" where the submitter provided
information are displayed.
{% endif %}
{% if section_list.new_intro or section_list.legacy_intro %}
@@ -109,7 +109,7 @@
{% endif %}
{% if section_list.form_intro %}
-
{% if section_list.generic %} @@ -119,7 +119,8 @@ 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. - {% else %} + {% 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 @@ -127,6 +128,14 @@ the licensing of its necessary patent claims. No actual license is implied by submission of this template. {% 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 %} @@ -184,7 +193,7 @@