63 lines
2.9 KiB
HTML
63 lines
2.9 KiB
HTML
{% extends "base.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
|
|
{% block title %}IPR disclosures{% endblock %}
|
|
|
|
{% block content %}
|
|
{% origin %}
|
|
<h1>IPR disclosures</h1>
|
|
|
|
{% include "ipr/ipr_intro.html" %}
|
|
|
|
<ul>
|
|
<li><a href="{% url "ietf.ipr.views.new" "specific" %}">File a disclosure about your IPR related to a specific IETF contribution</a></li>
|
|
<li><a href="{% url "ietf.ipr.views.new" "general" %}">File an IPR disclosure that is not related to a specific IETF contribution</a></li>
|
|
<li><a href="{% url "ietf.ipr.views.new" "third-party" %}">Notify the IETF of IPR other than your own</a></li>
|
|
<li>To update an existing IPR disclosure, find the original disclosure and select "update this IPR disclosure".</li>
|
|
<li><a href="{% url "ietf.ipr.views.search" %}">Search the IPR disclosures</a></li>
|
|
<li><a href="{% url "ietf.ipr.views.showlist" %}">List of IPR disclosures</a></li>
|
|
</ul>
|
|
|
|
<p>
|
|
To remove an IPR disclosure from the list, please contact the IETF Secretariat at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<strong>IETF Contribution:</strong>
|
|
Any submission to the IETF intended by the Contributor for publication as all or part of an Internet-Draft or RFC (except for RFC Editor Contributions described below) and any statement made within the context of an IETF activity. Such statements include oral statements in IETF sessions, as well as written and electronic communications made at any time or place, which are addressed to:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>the IETF plenary session,</li>
|
|
<li>any IETF working group or portion thereof,</li>
|
|
<li>the IESG, or any member thereof on behalf or the IESG,</li>
|
|
<li>the IAB or any member thereof on behalf of the IAB,</li>
|
|
<li>any IETF mailing list, including the IETF list itself, any working group or design team list, or any other list functioning under IETF auspices,</li>
|
|
<li>the RFC Editor or the Internet-Drafts function (except for RFC Editor Contributions described below).</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Statements made outside of an IETF session, mailing list or other function, that are clearly not intended to be input to an IETF activity, group or function, are not IETF Contributions in the context of this document.
|
|
</p>
|
|
|
|
<p>
|
|
A participant in any IETF activity is deemed to accept all IETF rules of process, as documented in Best Current Practices RFCs and IESG Statements.
|
|
</p>
|
|
|
|
<p>
|
|
A participant in any IETF activity acknowledges that written, audio and video records of meetings may be made and may be available to the public.
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<strong>RFC Editor Contribution:</strong>
|
|
An Internet-Draft intended by the Contributor to be submitted to the
|
|
RFC Editor for publication as an Informational or Experimental RFC but not intended to be part of the IETF Standards Process.
|
|
</p>
|
|
|
|
{% endblock %}
|