{% extends "base.html" %} {# Copyright The IETF Trust 2007, All Rights Reserved #} {% block title %}IPR List{% endblock %} {% block content %}

IETF Page of Intellectual Property Rights 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."

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.

Click here to submit an IPR disclosure

Search the IPR Disclosures

Generic IPR Disclosures

{% for ipr in generic_disclosures %} {% include "ipr/list_item.html" %} {% endfor %}
Date SubmittedID #Title of IPR Disclosure

Specific IPR Disclosures

{% for ipr in specific_disclosures %} {% include "ipr/list_item.html" %} {% endfor %}
Date SubmittedID #Title of IPR Disclosure

Specific Third Party IPR Disclosures

{% for ipr in thirdpty_disclosures %} {% include "ipr/list_item.html" %} {% endfor %}
Date SubmittedID #Title of IPR Disclosure
{% endblock %}