From c8f4d08a2e054981e9919c21cd4926f503607f9d Mon Sep 17 00:00:00 2001 From: Russ Housley Date: Sat, 15 Jul 2017 11:14:12 +0000 Subject: [PATCH] IPR pages reference RFC 8179. Partial fix to #2309. - Legacy-Id: 13893 --- ietf/templates/ipr/details_edit.html | 14 ++++++------ ietf/templates/ipr/details_view.html | 6 +++--- ietf/templates/ipr/disclosure.html | 31 +-------------------------- ietf/templates/ipr/ipr_intro.html | 28 ++++++++++++++++++++++++ ietf/templates/ipr/list.html | 32 +--------------------------- 5 files changed, 40 insertions(+), 71 deletions(-) create mode 100644 ietf/templates/ipr/ipr_intro.html diff --git a/ietf/templates/ipr/details_edit.html b/ietf/templates/ipr/details_edit.html index 3ef7cb003..2511ef764 100644 --- a/ietf/templates/ipr/details_edit.html +++ b/ietf/templates/ipr/details_edit.html @@ -45,8 +45,8 @@ respect to the licensing of its necessary patent claims. No actual license is implied by submission of this template.

-

Note: According to Section 6.4.3 of - RFC 3979, +

Note: According to Section 5.4.3 of + RFC 8179, "Intellectual Property Rights in IETF Technology," you are still required to file specific disclosures on IPR unless your generic disclosure satisfies certain conditions. Please see the @@ -57,8 +57,8 @@ If you wish to submit your IPR disclosure by e-mail, then please send it to ietf-ipr@ietf.org. Submissions made by e-mail that do not comply with the formal - requirements of Section 6, "IPR Disclosures," of - RFC 3979, + requirements of Section 5, "IPR Disclosures," of + RFC 8179, "Intellectual Property Rights in IETF Technology", will be posted, but will be marked as "non-compliant".

@@ -160,7 +160,7 @@ {% endif %}

{% cycle section %}. Disclosure of Patent Information{% if form.instance|to_class_name == "ThirdPartyIprDicslosure" %}, if known{% endif %} - i.e., patents or patent applications required to be disclosed by Section 6 of RFC3979

+ i.e., patents or patent applications required to be disclosed by Section 5 of RFC8179 {% if form.patent_info %}

@@ -200,8 +200,8 @@ {% if form.instance|to_class_name == "GenericIprDisclosure" %}

Note: According to - RFC 3979, - Section 6.4.3, unless you check the box + RFC 8179, + Section 5.4.3, unless you check the box above, and choose either option a) or b), you must still file specific IPR disclosures as appropriate.

diff --git a/ietf/templates/ipr/details_view.html b/ietf/templates/ipr/details_view.html index c364516fe..60ff0fc76 100644 --- a/ietf/templates/ipr/details_view.html +++ b/ietf/templates/ipr/details_view.html @@ -40,8 +40,8 @@ {% if not ipr.compliant %} -

This IPR disclosure does not comply with the formal requirements of Section 6, - "IPR Disclosures," of RFC 3979, "Intellectual Property Rights in IETF Technology." +

This IPR disclosure does not comply with the formal requirements of Section 5, + "IPR Disclosures," of RFC 8179, "Intellectual Property Rights in IETF Technology."

{% endif %} @@ -171,7 +171,7 @@ {% endif %} {% if ipr.patent_info or ipr.has_patent_pending %} -

{% cycle section %}. Disclosure of Patent Information i.e., patents or patent applications required to be disclosed by Section 6 of RFC 3979

+

{% cycle section %}. Disclosure of Patent Information i.e., patents or patent applications required to be disclosed by Section 6 of RFC 8179

A. For granted patents or published pending patent applications, please provide the following information:

diff --git a/ietf/templates/ipr/disclosure.html b/ietf/templates/ipr/disclosure.html index 81c50945c..127fcab28 100644 --- a/ietf/templates/ipr/disclosure.html +++ b/ietf/templates/ipr/disclosure.html @@ -8,36 +8,7 @@ {% origin %}

IPR disclosures

-

- - This page provides a mechanism for filing disclosures about intellectual - property rights (IPR) and for finding out what IPR disclosures have been - filed. The IETF intellectual property rights rules are defined in RFC - 3979, "Intellectual - Property Rights in IETF Technology" (updated by RFC4879, "Clarification of the Third - Party Disclosure Procedure in RFC 3979"). - -

-

- - The IETF takes no position regarding the validity or scope of any - intellectual property rights or other rights that might be claimed to - pertain to the implementation or use of the technology described in any - IETF documents or the extent to which any license under such rights might - or might not be available; nor does it represent that it has made any - independent effort to identify any such rights. - -

-

- - The material posted as IPR disclosures should be viewed as originating - from the source of that information, and any issue or question related to - the material should be directed to the source rather than the IETF. There - is no implied endorsement or agreement by the IETF, the IESG or any other - IETF entities with any of the material. - -

+ {% include "ipr/ipr_intro.html" %}