|
| 1 | +IPR Title: {{ ipr.title }} |
| 2 | + |
| 3 | +Section I. Patent Holder/Applicant ("Patent Holder") |
| 4 | +Legal Name: {{ ipr.legal_name }} |
| 5 | + |
| 6 | +Section II. Patent Holder's Contact for License Application |
| 7 | +Name: {{ ipr.holder_contact.name }} |
| 8 | +Title: {{ ipr.holder_contact.title }} |
| 9 | +Department: {{ ipr.holder_contact.department }} |
| 10 | +Address1: {{ ipr.holder_contact.address1 }} |
| 11 | +Address2: {{ ipr.holder_contact.address2 }} |
| 12 | +Telephone: {{ ipr.holder_contact.telephone }} |
| 13 | +Fax: {{ ipr.holder_contact.fax }} |
| 14 | +Email: {{ ipr.holder_contact.email }} |
| 15 | + |
| 16 | +Section III. Contact Information for the IETF Participant Whose Personal Belief Triggered |
| 17 | +the Disclosure in this Template (Optional): |
| 18 | +Name: {{ ipr.ietf_contact.name }} |
| 19 | +Title: {{ ipr.ietf_contact.title }} |
| 20 | +Department: {{ ipr.ietf_contact.department }} |
| 21 | +Address1: {{ ipr.ietf_contact.address1 }} |
| 22 | +Address2: {{ ipr.ietf_contact.address2 }} |
| 23 | +Telephone: {{ ipr.ietf_contact.telephone }} |
| 24 | +Fax: {{ ipr.ietf_contact.fax }} |
| 25 | +Email: {{ ipr.ietf_contact.email }} |
| 26 | + |
| 27 | +Section IV. IETF Document or Working Group Contribution to Which Patent Disclosure |
| 28 | +Relates |
| 29 | +${doc_title_line}RFC Number(s) : {% for doc in ipr.rfcs.all %}{{ doc.document.rfc_number }}{% if not forloop.last %}, {% endif %}{% endfor %} |
| 30 | +I-D File Name(s)(draft-...) : {% for doc in ipr.drafts.all %}{{ doc.document.displayname }}{% if not forloop.last %}, {% endif %}{% endfor %} |
| 31 | +Designations for Other Contributions : {{ ipr.other_designations }} |
| 32 | + |
| 33 | +Section V. Disclosure of Patent Information (i.e., patents or patent applications |
| 34 | +required to be disclosed by Section 6 of RFC 3979) |
| 35 | +A. For granted patents or published pending patent applications, please provide |
| 36 | +the following information: |
| 37 | +Patent, Serial, Publication, Registration, or Application/File number(s) : {{ ipr.patents }} |
| 38 | +Date(s) granted or applied for : {{ ipr.date_applied }} |
| 39 | +Country : {{ ipr.country }} |
| 40 | +Additional Note(s): |
| 41 | +{{ ipr.notes }} |
| 42 | +B. Does your disclosure relate to an unpublished pending patent application? {{ ipr.get_is_pending_display }} |
| 43 | +{# missing ipr.applies_to_all #} |
| 44 | +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 |
| 45 | +the patent information disclosed in Section V(A) or V(B), it is helpful if the |
| 46 | +discloser identifies here the sections of the Internet-Draft or RFC that are |
| 47 | +alleged to be so covered. : |
| 48 | +{{ ipr.document_sections }} |
| 49 | + |
| 50 | +Section VI. Licensing Declaration The Patent Holder states that, upon approval by the IESG for publication as an |
| 51 | +RFC of the relevant IETF specification, its position with respect to licensing |
| 52 | +any patent claims contained in the patent(s) or patent application(s) disclosed |
| 53 | +above that would be necessary to implement the technology required by such IETF |
| 54 | +specification ("Patent Claims"), for the purpose of implementing the specification, is as follows(select one licensing declaration option only): |
| 55 | + |
| 56 | +Selection: |
| 57 | +{{ ipr.get_licensing_option_display }} |
| 58 | +{% if ipr.stdonly_license %} |
| 59 | +{{ ipr.stdonly_license }} |
| 60 | +Above licensing declaration is limited solely to standards-track IETF documents. |
| 61 | +{% endif %} |
| 62 | +Licensing information, comments, notes or URL for further information : |
| 63 | +{{ ipr.comments }} |
| 64 | + |
| 65 | +Section VII. Contact Information of Submitter of this Form (if different from |
| 66 | +IETF Participant in Section III above) |
| 67 | +Name: {{ ipr.submitter.name }} |
| 68 | +Title: {{ ipr.submitter.title }} |
| 69 | +Department: {{ ipr.submitter.department }} |
| 70 | +Address1: {{ ipr.submitter.address1 }} |
| 71 | +Address2: {{ ipr.submitter.address2 }} |
| 72 | +Telephone: {{ ipr.submitter.telephone }} |
| 73 | +Fax: {{ ipr.submitter.fax }} |
| 74 | +Email: {{ ipr.submitter.email }} |
| 75 | + |
| 76 | +Section VIII. Other Note(s): |
| 77 | +{{ ipr.other_notes }} |
| 78 | + |
0 commit comments