451 lines
18 KiB
HTML
451 lines
18 KiB
HTML
{% extends "base.html" %}
|
|
{% block title %}IPR Details{% endblock %}
|
|
{% block body_attributes %}onload="toggle_submitter_info()"{% endblock %}
|
|
{% block content %}
|
|
|
|
{% include "ipr/style.html" %}
|
|
{% include "ipr/js.html" %}
|
|
|
|
<blockquote style="margin-bottom: 0px;">
|
|
{% if section_list.title %}
|
|
<table cellpadding=0 cellspacing=0 border=0>
|
|
<tr>
|
|
<td width="720" align="center">
|
|
<h3>{{ ipr.document_title }}</h3>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr />
|
|
{% endif %}
|
|
{% if section_list.legacy_intro %}
|
|
<font size="3">
|
|
This IPR disclosure was submitted by e-mail.<br>
|
|
{% if not ipr.comply %}
|
|
<font color="red">
|
|
This IPR disclosure does not comply with the formal requirements of Section 6,
|
|
"IPR Disclosures," of RFC 3979, "Intellectual Property Rights in IETF Technology."
|
|
</font><br>
|
|
{% endif %}
|
|
Sections {% block legacy_sections %}I, II, and IV{% endblock %} of "The Patent Disclosure and Licensing Declaration Template
|
|
for {{ section_list.disclosure_type }} IPR Disclosures" have been completed for this IPR disclosure.
|
|
Additional information may be available in the original submission.<br>
|
|
See the <a href="{{ ipr.old_ipr_url }}">content of the original IPR disclosure</a>.<br>
|
|
</font>
|
|
{% endif %}
|
|
{% if section_list.new_intro %}
|
|
<font size="3"> Only those sections of the "Patent Disclosure and Licensing Declaration
|
|
Template for {{ section_list.disclosure_type }} IPR Disclosures" where the submitter provided
|
|
information are displayed.</font><br>
|
|
{% endif %}
|
|
{% if section_list.new_intro or section_list.legacy_intro %}
|
|
{% if ipr.additional_old_title1 %}
|
|
<font size="3"><a href="{{ ipr.additional_old_url1 }}">{{ ipr.additional_old_title1 }}</a></font><br>
|
|
{% endif %}
|
|
|
|
{% if ipr.additional_old_title2 %}
|
|
<font size="3"><a href="{{ ipr.additional_old_url2 }}">{{ ipr.additional_old_title2 }}</a></font><br>
|
|
{% endif %}
|
|
|
|
{% for item in ipr.updates.all %}
|
|
<font size="3">
|
|
<br>
|
|
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
|
|
{% ifequal item.status_to_be 1 %}
|
|
"<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.document_title }}</a>".
|
|
{% else %}
|
|
"{{ item.updated.document_title }}", which was removed at the request of the submitter.
|
|
{% endifequal %}
|
|
<br>
|
|
</font>
|
|
{% endfor %}
|
|
|
|
{% for item in ipr.updated_by.all %}
|
|
{% ifequal item.processed 1 %}
|
|
<font size="3">
|
|
<br>
|
|
This IPR disclosure has been updated by IPR disclosure ID #{{ item.ipr.ipr_id }},
|
|
{% ifequal item.status_to_be 1 %}
|
|
"<a href="{% url ietf.ipr.views.show item.ipr.ipr_id %}">{{ item.ipr.document_title }}</a>".
|
|
{% else %}
|
|
"{{ item.ipr.document_title }}", which was removed at the request of the submitter.
|
|
{% endifequal %}
|
|
<br>
|
|
</font>
|
|
{% endifequal %}
|
|
{% endfor %}
|
|
|
|
<br>
|
|
Click <a href="{% url ietf.ipr.views.update ipr.ipr_id %}">here</a> to update this IPR disclosure<br>
|
|
<!-- tag 1 -->
|
|
<br>
|
|
<font size="3"><strong>Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}</strong></font>
|
|
{% endif %}
|
|
|
|
{% if section_list.index %}
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
There are 3 different IPR disclosures that can be made:
|
|
</p>
|
|
<p>
|
|
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
|
|
"Specific": <a href="{% url ietf.ipr.views.new_specific %}">A disclosure about your IPR related to a specific IETF contribution</a>
|
|
</p>
|
|
<p>
|
|
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
|
|
"Generic": <a href="{% url ietf.ipr.views.new_generic %}">An IPR disclosure about your IPR that is not related to a specific IETF contribution</a>
|
|
</p>
|
|
<p>
|
|
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0" />
|
|
"Third-Party": <a href="{% url ietf.ipr.views.new_thirdpty %}">Notify the IETF of IPR other than your own which you believe may be related to a specific IETF contribution</a>
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% if section_list.form_intro %}
|
|
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }} IPR Disclosures</h4>
|
|
<p class="ipr">
|
|
|
|
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.
|
|
|
|
</p>
|
|
|
|
{% if section_list.also_specific %}
|
|
<p class="ipr">
|
|
|
|
Note: According to Section 6.4.3 of<a
|
|
href="http://www.ietf.org/rfc/rfc3979.txt?number=3979"> RFC
|
|
3979</a>, "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
|
|
RFC for details.
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% if section_list.per_rfc_disclosure %}
|
|
<p class="ipr">
|
|
Please complete and submit a
|
|
separate template for each IETF document or contribution to which the
|
|
disclosed patent information relates.
|
|
</p>
|
|
{% endif %}
|
|
|
|
<p class="ipr">
|
|
|
|
If you wish to submit your IPR disclosure by e-mail, then please send
|
|
it to <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
|
|
Submissions made by e-mail that do not comply with the formal
|
|
requirements of Section 6, "IPR Disclosures," of <a
|
|
href="http://www.ietf.org/rfc/rfc3979.txt?number=3979">RFC 3979</a>,
|
|
"Intellectual Property Rights in IETF Technology," will be posted, but
|
|
will be marked as "non-compliant".
|
|
|
|
</p>
|
|
<hr />
|
|
<form name="form1" method="post">
|
|
{% endif %}
|
|
|
|
|
|
{% if ipr.errors %}
|
|
<p class="errorlist">
|
|
There were errors in the submitted form -- see below. Please correct these and resubmit.
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% if section_list.form_legend %}
|
|
<p class="formlegend">
|
|
Fields marked with <span class="required">*</span> are required.
|
|
</p>
|
|
{% endif %}
|
|
</blockquote>
|
|
|
|
{% if section_list.holder %}
|
|
<blockquote class="{% cycle odd,even as parity %}" style="margin-top: 0px; ">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr">
|
|
<tr>
|
|
<th colspan=2>
|
|
{% cycle I,II,III,IV,V,VI,VII,VIII as section %}.
|
|
{% ifequal section_list.disclosure_type "Third Party" %}Possible{% endifequal %}
|
|
Patent Holder/Applicant ("Patent Holder")
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
{% block section1_data %}
|
|
<td class="fixwidth">Legal Name:</td> <td><b> {{ ipr.p_h_legal_name }} </b></td>
|
|
{% endblock %}
|
|
</tr>
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.holder_contact %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr person">
|
|
<tr><th colspan="2" >
|
|
{% cycle section %}.
|
|
Patent Holder's Contact for License Application
|
|
</th>
|
|
</tr>
|
|
<tr><td class="fixwidth">Name:</td> <td><b>{{ ipr.holder_contact.name }}</b></td></tr>
|
|
<tr><td class="fixwidth">Title:</td> <td><b>{{ ipr.holder_contact.title }}</b></td></tr>
|
|
<tr><td class="fixwidth">Department:</td> <td><b>{{ ipr.holder_contact.department }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address1:</td> <td><b>{{ ipr.holder_contact.address1 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address2:</td> <td><b>{{ ipr.holder_contact.address2 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Telephone:</td> <td><b>{{ ipr.holder_contact.telephone }}</b></td></tr>
|
|
<tr><td class="fixwidth">Fax:</td> <td><b>{{ ipr.holder_contact.fax }}</b></td></tr>
|
|
<tr><td class="fixwidth">Email:</td> <td><b>{{ ipr.holder_contact.email }}</b></td></tr>
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.ietf_contact %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr person">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% cycle section %}.
|
|
Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure:
|
|
</th>
|
|
</tr>
|
|
{% if ipr.ietf_contact.name %}
|
|
<tr><td class="fixwidth">Name:</td> <td><b>{{ ipr.ietf_contact.name }}</b></td></tr>
|
|
<tr><td class="fixwidth">Title:</td> <td><b>{{ ipr.ietf_contact.title }}</b></td></tr>
|
|
<tr><td class="fixwidth">Department:</td> <td><b>{{ ipr.ietf_contact.department }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address1:</td> <td><b>{{ ipr.ietf_contact.address1 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address2:</td> <td><b>{{ ipr.ietf_contact.address2 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Telephone:</td> <td><b>{{ ipr.ietf_contact.telephone }}</b></td></tr>
|
|
<tr><td class="fixwidth">Fax:</td> <td><b>{{ ipr.ietf_contact.fax }}</b></td></tr>
|
|
<tr><td class="fixwidth">Email:</td> <td><b>{{ ipr.ietf_contact.email }}</b></td></tr>
|
|
{% else %}
|
|
<tr><td colspan="2"><i>No information submitted</td></tr>
|
|
{% endif %}
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.ietf_doc %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% if section_list.form_legend %}<span class="required">*</span>{% endif %}
|
|
{% cycle section %}.
|
|
IETF Document or Other Contribution to Which this IPR Disclosure Relates:
|
|
</th>
|
|
</tr>
|
|
{% if ipr.rfclist %}
|
|
<tr><td class="fixwidth">RFC Numbers:</td><td><b>{{ ipr.rfclist }}</b></td></tr>
|
|
{% else %}
|
|
{% for rfc in ipr.rfcs.all %}
|
|
<tr><td class="fixwidth"><b>RFC {{ rfc.rfc_number.rfc_number }}:</b></td><td><b>"{{ rfc.rfc_number.rfc_name }}"</b></td></tr>
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% if ipr.draftlist %}
|
|
<tr><td class="fixwidth">I-D Filenames (draft-...):</td><td><b>{{ ipr.draftlist }}</b></td></tr>
|
|
{% else %}
|
|
{% for draft in ipr.drafts.all %}
|
|
<tr><td class="fixwidth">Internet-Draft:</td><td><b>"{{ draft.document.id_document_name }}"<br />(<tt><big>{{ draft.document.filename }}-{{ draft.document.revision }}</big></tt>)</b></td></tr>
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% if ipr.other_designations %}
|
|
<tr><td class="fixwidth">Designations for Other Contributions:</td><td><b>{{ ipr.other_designations }}</b></td></tr>
|
|
{% endif %}
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
{% if section_list.patent_info %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% cycle section %}.
|
|
Disclosure of Patent Information (i.e., patents or patent
|
|
applications required to be disclosed by Section 6 of RFC 3979)
|
|
</th>
|
|
</tr>
|
|
{% if ipr.p_applications or ipr.p_notes %}
|
|
<tr>
|
|
<td colspan="2"><i>
|
|
A. For granted patents or published pending patent applications,
|
|
please provide the following information:</i></td>
|
|
</tr>
|
|
<tr><td >Patent, Serial, Publication, Registration,
|
|
or Application/File number(s): </td><td><b>{{ ipr.p_applications }}</b></td></tr>
|
|
<tr><td>Date(s) granted or applied for: </td><td><b>{{ ipr.date_applied }}</b></td></tr>
|
|
<tr><td>Country: </td><td><b>{{ ipr.country }}</b></td></tr>
|
|
<tr><td>Additional Notes: </td><td><b>{{ ipr.p_notes }}</b></td></tr>
|
|
<tr>
|
|
<td colspan="2"><i>
|
|
B. Does this disclosure relate to an unpublished pending patent
|
|
application?: </i>
|
|
<b>{{ ipr.selecttype }}</b>
|
|
</tr>
|
|
{% if section_list.generic %}
|
|
<tr>
|
|
<td colspan="2"><i>C. Does this disclosure apply to all IPR owned by
|
|
the submitter?:</i> <b>{{ ipr.selectowned }}</b></td>
|
|
</tr>
|
|
{% else %}
|
|
<tr>
|
|
<td colspan="2"><i>
|
|
C. If an Internet-Draft or RFC includes multiple parts and it is not
|
|
reasonably apparent which part of such Internet-Draft or RFC is alleged
|
|
to be covered by the patent information disclosed in Section
|
|
V(A) or V(B), it is helpful if the discloser identifies here the sections of
|
|
the Internet-Draft or RFC that are alleged to be so
|
|
covered:</i>
|
|
</td>
|
|
</tr>
|
|
{% if ipr.discloser_identify %}
|
|
<tr><td class="fixwidth"></td><td><b>{{ ipr.discloser_identify }}</b></td></tr>
|
|
{% else %}
|
|
<tr><td class="fixwidth"></td><td></span><i>No information submitted</i></td></tr>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% else %}
|
|
<tr><td class="fixwidth"></td><td><b>This disclosure relates to an unpublished pending patent application.</b></td></tr>
|
|
{% endif %}
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.licensing %}
|
|
<!-- Not to be shown for third-party disclosures -->
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% cycle section %}.
|
|
Licensing Declaration
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"><i> The Patent Holder states that its position with respect
|
|
to licensing any patent claims contained in the patent(s) or patent
|
|
application(s) disclosed above that would necessarily be infringed by
|
|
implementation of the technology required by the relevant IETF specification
|
|
("Necessary Patent Claims"), for the purpose of implementing such
|
|
specification, is as follows(select one licensing declaration option only):</i>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<b>{{ ipr.licensing_option }}<br/>
|
|
{{ ipr.get_lic_opt_a_sub_display }}
|
|
{{ ipr.get_lic_opt_b_sub_display }}
|
|
{{ ipr.get_lic_opt_c_sub_display }}</b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<i>Licensing information, comments, notes, or URL for further information:</i>
|
|
</td>
|
|
</tr>
|
|
{% if ipr.comments %}
|
|
<tr><td class="fixwidth"> </td><td><b>{{ ipr.comments }}</b></td></tr>
|
|
{% else %}
|
|
<tr><td class="fixwidth"> </td><td><i>No information submitted</i></td></tr>
|
|
{% endif %}
|
|
{% if ipr.lic_checkbox %}
|
|
<tr>
|
|
<td colspan="2">
|
|
{% ifnotequal ipr.lic_checkbox 1 %}{{ ipr.lic_checkbox }}{% endifnotequal %}
|
|
The individual submitting this template represents and warrants that all
|
|
terms and conditions that must be satisfied for implementers of any
|
|
covered IETF specification to obtain a license have been disclosed in this
|
|
IPR disclosure statement.
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
<tr>
|
|
<td colspan="2">
|
|
<b><i>Note: The individual submitting this template represents and warrants
|
|
that he or she is authorized by the Patent Holder to agree to the
|
|
above-selected licensing declaration.</i></b>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.submitter %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr person">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% cycle section %}.
|
|
Contact Information of Submitter of this Form (if different from
|
|
IETF Participant in Section III above)
|
|
</th>
|
|
</tr>
|
|
{% if ipr.submitter.name %}
|
|
{% if ipr.ietf_contact_is_submitter %}
|
|
<tr>
|
|
<td colspan="2">
|
|
Same as in Section III above:
|
|
<input type="checkbox" name="ietf_contact_is_submitter" onChange="toggle_submitter_info();" {{ ipr.ietf_contact_is_submitter_checked }}></td>
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
<tr><td class="fixwidth">Name:</td> <td><b>{{ ipr.submitter.name }}</b></td></tr>
|
|
<tr><td class="fixwidth">Title:</td> <td><b>{{ ipr.submitter.title }}</b></td></tr>
|
|
<tr><td class="fixwidth">Department:</td> <td><b>{{ ipr.submitter.department }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address1:</td> <td><b>{{ ipr.submitter.address1 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Address2:</td> <td><b>{{ ipr.submitter.address2 }}</b></td></tr>
|
|
<tr><td class="fixwidth">Telephone:</td> <td><b>{{ ipr.submitter.telephone }}</b></td></tr>
|
|
<tr><td class="fixwidth">Fax:</td> <td><b>{{ ipr.submitter.fax }}</b></td></tr>
|
|
<tr><td class="fixwidth">Email:</td> <td><b>{{ ipr.submitter.email }}</b></td></tr>
|
|
{% else %}
|
|
<tr><td colspan="2"><i>No information submitted</td></tr>
|
|
{% endif %}
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
|
|
{% if section_list.notes %}
|
|
<blockquote class="{% cycle parity %}">
|
|
<table border="0" cellpadding="0" cellspacing="0" class="ipr">
|
|
<tr>
|
|
<th colspan="2" >
|
|
{% cycle section %}.
|
|
Other Notes:
|
|
</th>
|
|
</tr>
|
|
{% if ipr.other_notes %}
|
|
<tr><td class="fixwidth"> </td><td><b>{{ ipr.other_notes }}</b></td></tr>
|
|
{% else %}
|
|
<tr><td colspan="2"><i>No information submitted</i></td></tr>
|
|
{% endif %}
|
|
</table>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
{% if section_list.form_submit %}
|
|
<center><input type="submit" name="submit" value="Submit"></center>
|
|
</form>
|
|
<blockquote>
|
|
<hr>
|
|
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="./ipr_disclosure.cgi">IPR Disclosure Page</a><br>
|
|
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="./ipr_list.cgi">View IPR Disclosures</a><br><br>
|
|
</blockquote>
|
|
{% endif %}
|
|
|
|
{{ debug }}
|
|
|
|
{% endblock %}
|