IPR presentation tweaks
- Legacy-Id: 352
This commit is contained in:
parent
e2db0d869d
commit
e1e375e269
|
@ -11,7 +11,7 @@ LICENSE_CHOICES = (
|
||||||
(2, 'Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'),
|
(2, 'Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'),
|
||||||
(3, 'Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'),
|
(3, 'Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'),
|
||||||
(4, 'Licensing Declaration to be Provided Later.'),
|
(4, 'Licensing Declaration to be Provided Later.'),
|
||||||
(5, 'Unwilling to Commit to the Provisions.'),
|
(5, 'Unwilling to Commit to the Provisions of a), b), or c) Above..'),
|
||||||
(6, 'See Text Below for Licensing Declaration.'),
|
(6, 'See Text Below for Licensing Declaration.'),
|
||||||
)
|
)
|
||||||
STDONLY_CHOICES = (
|
STDONLY_CHOICES = (
|
||||||
|
|
|
@ -112,13 +112,21 @@
|
||||||
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures</h4>
|
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures</h4>
|
||||||
<p class="ipr">
|
<p class="ipr">
|
||||||
|
|
||||||
|
{% if section_list.generic %}
|
||||||
|
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.
|
||||||
|
{% else %}
|
||||||
This document is an IETF IPR Disclosure and Licensing Declaration
|
This document is an IETF IPR Disclosure and Licensing Declaration
|
||||||
Template and is submitted to inform the IETF of a) patent or patent
|
Template and is submitted to inform the IETF of a) patent or patent
|
||||||
application information regarding the IETF document or contribution
|
application information regarding the IETF document or contribution
|
||||||
listed in Section IV, and b) an IPR Holder's intention with respect to
|
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
|
the licensing of its necessary patent claims. No actual license is
|
||||||
implied by submission of this template.
|
implied by submission of this template.
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% if section_list.also_specific %}
|
{% if section_list.also_specific %}
|
||||||
|
|
Loading…
Reference in a new issue