@@ -30,14 +30,14 @@ <h3>{{ ipr.title }}</h3>
3030 </ font > < br >
3131 {% endif %}
3232 Sections {% block legacy_sections %}I, II, and IV{% endblock %} of "The Patent Disclosure and Licensing Declaration Template
33- for {{ section_list.disclosure_type }} IPR Disclosures " have been completed for this IPR disclosure.
33+ for {{ section_list.disclosure_type }}" have been completed for this IPR disclosure.
3434 Additional information may be available in the original submission.< br >
3535 See the < a href ="{{ ipr.legacy_url_0 }} "> content of the original IPR disclosure</ a > .< br >
3636 </ font >
3737 {% endif %}
3838 {% if section_list.new_intro %}
3939 < font size ="3 "> Only those sections of the "Patent Disclosure and Licensing Declaration
40- Template for {{ section_list.disclosure_type }} IPR Disclosures " where the submitter provided
40+ Template for {{ section_list.disclosure_type }}" where the submitter provided
4141 information are displayed.</ font > < br >
4242 {% endif %}
4343 {% if section_list.new_intro or section_list.legacy_intro %}
@@ -109,7 +109,7 @@ <h3>{{ ipr.title }}</h3>
109109 {% endif %}
110110
111111 {% if section_list.form_intro %}
112- < h4 class ="ipr "> The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures </ h4 >
112+ < h4 class ="ipr "> The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }}</ h4 >
113113 < p class ="ipr ">
114114
115115 {% if section_list.generic %}
@@ -119,14 +119,23 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
119119 listed in Section IV, and b) an IPR Holder's intention with respect to
120120 the licensing of its necessary patent claims. No actual license is
121121 implied by submission of this template.
122- {% else %}
122+ {% endif %}
123+ {% if section_list.specific %}
123124 This document is an IETF IPR Disclosure and Licensing Declaration
124125 Template and is submitted to inform the IETF of a) patent or patent
125126 application information regarding the IETF document or contribution
126127 listed in Section IV, and b) an IPR Holder's intention with respect to
127128 the licensing of its necessary patent claims. No actual license is
128129 implied by submission of this template.
129130 {% endif %}
131+ {% if section_list.third_party %}
132+ This form is used to let the IETF know about patent information
133+ regarding an IETF document or contribution when the person letting the
134+ IETF know about the patent has no relationship with the patent owners.
135+ Click here if you want to disclose information about patents or patent
136+ applications where you do have a relationship to the patent owners or
137+ patent applicants.
138+ {% endif %}
130139 </ p >
131140
132141 {% if section_list.also_specific %}
@@ -184,7 +193,7 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
184193 < tr class ="{% cycle dark,light as row_parity %} ">
185194 < th colspan =2 >
186195 {% cycle I,II,III,IV,V,VI,VII,VIII as section %}.
187- {% ifequal section_list.disclosure_type "Third Party" %}Possible{% endifequal %}
196+ {% if section_list.third_party %}Possible{% endif %}
188197 Patent Holder/Applicant ("Patent Holder")
189198 </ th >
190199 </ tr >
@@ -282,8 +291,13 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
282291 < tr class ="{% cycle dark,light as row_parity %} ">
283292 < th colspan ="2 " >
284293 {% cycle section %}.
294+ {% if section_list.third_party %}
295+ Disclosure of Patent Information, if known (i.e., patents or
296+ patent applications required to be disclosed by Section 6 of RFC3979)
297+ {% else %}
285298 Disclosure of Patent Information (i.e., patents or patent
286299 applications required to be disclosed by Section 6 of RFC 3979)
300+ {% endif %}
287301 </ th >
288302 </ tr >
289303 {% if ipr.patents or ipr.notes %}
0 commit comments