diff --git a/ietf/ipr/models.py b/ietf/ipr/models.py index d3f4816f8..79d7561dd 100644 --- a/ietf/ipr/models.py +++ b/ietf/ipr/models.py @@ -11,7 +11,7 @@ LICENSE_CHOICES = ( (2, 'Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'), (3, 'Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'), (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.'), ) STDONLY_CHOICES = ( diff --git a/ietf/templates/ipr/details.html b/ietf/templates/ipr/details.html index 6c8d55617..f2e6efdb3 100644 --- a/ietf/templates/ipr/details.html +++ b/ietf/templates/ipr/details.html @@ -112,13 +112,21 @@

The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures

+ {% 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 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. - + {% endif %}

{% if section_list.also_specific %}