From 8e16dd2aeac088ef74053426795f65b9856eb738 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 10 May 2007 15:08:08 +0000 Subject: [PATCH] Template Cleanup - get rid of unused IPR templates - Legacy-Id: 118 --- ietf/templates/ipr/details_generic.html | 26 ---------- ietf/templates/ipr/details_specific.html | 18 ------- ietf/templates/ipr/details_thirdpty.html | 22 --------- ietf/templates/ipr/new.html | 62 ------------------------ ietf/templates/ipr/new_generic.html | 26 ---------- ietf/templates/ipr/new_specific.html | 18 ------- ietf/templates/ipr/new_thirdpty.html | 22 --------- 7 files changed, 194 deletions(-) delete mode 100644 ietf/templates/ipr/details_generic.html delete mode 100644 ietf/templates/ipr/details_specific.html delete mode 100644 ietf/templates/ipr/details_thirdpty.html delete mode 100644 ietf/templates/ipr/new.html delete mode 100644 ietf/templates/ipr/new_generic.html delete mode 100644 ietf/templates/ipr/new_specific.html delete mode 100644 ietf/templates/ipr/new_thirdpty.html diff --git a/ietf/templates/ipr/details_generic.html b/ietf/templates/ipr/details_generic.html deleted file mode 100644 index 69672f9bb..000000000 --- a/ietf/templates/ipr/details_generic.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "ipr/details.html" %} -{% block legacy_sections %}I and II{% endblock %} - - - - - - -{% block section3 %}{% endblock %} - - -{% block section4 %}{% endblock %} - - -{% block clause5c %} - - C. Does this disclosure apply to all IPR owned by - the submitter?: {{ ipr.selectownedtext }} - -{% endblock %} - - - - - - diff --git a/ietf/templates/ipr/details_specific.html b/ietf/templates/ipr/details_specific.html deleted file mode 100644 index 922c744a2..000000000 --- a/ietf/templates/ipr/details_specific.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "ipr/details.html" %} -{% block legacy_sections %}I, II, and IV{% endblock %} - - - - - - - - - - - - - - - - diff --git a/ietf/templates/ipr/details_thirdpty.html b/ietf/templates/ipr/details_thirdpty.html deleted file mode 100644 index bbaf0b1dc..000000000 --- a/ietf/templates/ipr/details_thirdpty.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "ipr/details.html" %} -{% block legacy_sections %}I, II, and III{% endblock %} - - - - -{% block section2 %}{% endblock %} - - - - - - - - -{% block section6 %}{% endblock %} - - -{% block section7 %}{% endblock %} - - -{% block section8 %}{% endblock %} \ No newline at end of file diff --git a/ietf/templates/ipr/new.html b/ietf/templates/ipr/new.html deleted file mode 100644 index 14691cde6..000000000 --- a/ietf/templates/ipr/new.html +++ /dev/null @@ -1,62 +0,0 @@ - {% extends "ipr/details.html" %} -{% block title %}IPR Disclosure Page{% endblock %} -{% block top_info %} -{% if not ipr %} -
-

- 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. -

-

- There are 3 different IPR disclosures that can be made: -

-

- - "Specific": A disclosure about your IPR related to a specific IETF contribution -

-

- - "Generic": An IPR disclosure about your IPR that is not related to a specific IETF contribution -

-

- - "Third-Party": Notify the IETF of IPR other than your own which you believe may be related to a specific IETF contribution -

-
-{% else %} -
-

The Patent Disclosure and Licensing Declaration Template for {{ ipr.disclosure_type }} IPR Disclosures

-

- - 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. Please complete and submit a - separate template for each IETF document or contribution to which the - disclosed patent information relates. - -

-

- - 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, - "Intellectual Property Rights in IETF Technology," will be posted, but - will be marked as "non-compliant." - -

-
-{% endif %} -
-{% endblock %} - -{% block bot_info %} -
-
-{% endblock %} \ No newline at end of file diff --git a/ietf/templates/ipr/new_generic.html b/ietf/templates/ipr/new_generic.html deleted file mode 100644 index 0bd9dc697..000000000 --- a/ietf/templates/ipr/new_generic.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "ipr/new.html" %} -{% block legacy_sections %}I and II{% endblock %} - - - - - - -{% block section3 %}{% endblock %} - - -{% block section4 %}{% endblock %} - - -{% block clause5c %} - - C. Does this disclosure apply to all IPR owned by - the submitter?: {{ ipr.selectownedtext }} - -{% endblock %} - - - - - - diff --git a/ietf/templates/ipr/new_specific.html b/ietf/templates/ipr/new_specific.html deleted file mode 100644 index 476ab788b..000000000 --- a/ietf/templates/ipr/new_specific.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "ipr/new.html" %} -{% block legacy_sections %}I, II, and IV{% endblock %} - - - - - - - - - - - - - - - - diff --git a/ietf/templates/ipr/new_thirdpty.html b/ietf/templates/ipr/new_thirdpty.html deleted file mode 100644 index 93f68bb4d..000000000 --- a/ietf/templates/ipr/new_thirdpty.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "ipr/new.html" %} -{% block legacy_sections %}I, II, and III{% endblock %} - - - - -{% block section2 %}{% endblock %} - - - - - - - - -{% block section6 %}{% endblock %} - - -{% block section7 %}{% endblock %} - - -{% block section8 %}{% endblock %} \ No newline at end of file