Skip to content

Commit e1e375e

Browse files
committed
IPR presentation tweaks
- Legacy-Id: 352
1 parent e2db0d8 commit e1e375e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

ietf/ipr/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
(2, 'Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'),
1212
(3, 'Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'),
1313
(4, 'Licensing Declaration to be Provided Later.'),
14-
(5, 'Unwilling to Commit to the Provisions.'),
14+
(5, 'Unwilling to Commit to the Provisions of a), b), or c) Above..'),
1515
(6, 'See Text Below for Licensing Declaration.'),
1616
)
1717
STDONLY_CHOICES = (

ietf/templates/ipr/details.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,21 @@ <h3>{{ ipr.document_title }}</h3>
112112
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures</h4>
113113
<p class="ipr">
114114

115+
{% if section_list.generic %}
116+
This document is an IETF IPR Disclosure and Licensing Declaration
117+
Template and is submitted to inform the IETF of a) patent or patent
118+
application information regarding the IETF document or contribution
119+
listed in Section IV, and b) an IPR Holder's intention with respect to
120+
the licensing of its necessary patent claims. No actual license is
121+
implied by submission of this template.
122+
{% else %}
115123
This document is an IETF IPR Disclosure and Licensing Declaration
116124
Template and is submitted to inform the IETF of a) patent or patent
117125
application information regarding the IETF document or contribution
118126
listed in Section IV, and b) an IPR Holder's intention with respect to
119127
the licensing of its necessary patent claims. No actual license is
120128
implied by submission of this template.
121-
129+
{% endif %}
122130
</p>
123131

124132
{% if section_list.also_specific %}

0 commit comments

Comments
 (0)