diff --git a/ipr-policy.shtml b/ipr-policy.shtml index 49de6a81..6ed0cf57 100755 --- a/ipr-policy.shtml +++ b/ipr-policy.shtml @@ -70,12 +70,12 @@

Notes

-

1. For information about XMPP Extension Protocols, see <http://www.xmpp.org/extensions/> and XEP-0001.

+

1. For information about XMPP Extension Protocols, see <http://www.xmpp.org/extensions/> and XEP-0001.

2. For information about intellectual property conservancies, see <http://www.creativecommons.org/concepts/#ip> as well as M. van Houweling, "Cultivating Open Information Platforms: A Land Trust Model." Journal of Telecommunications & High Technology Law 1, no. 1 (2002): 309-23.

Acknowledgements

Many thanks to Lawrence Lessig and Molly van Houweling for their assistance in formulating this policy.

Changelog

-

Version 1.4 (2008-01-17): Modified legal notices to use modified MIT License rather than Creative Commons Attribution License for the purpose of enabling wider distribution of XEP text and examples, including incorporation into free software; added Disclaimer of Warrant and Limitation of Liability.

+

Version 1.4 (2008-01-23): Updated legal notices to use modified MIT License rather than Creative Commons Attribution License for the purpose of enabling wider distribution of XEP text and examples, including incorporation into free software; added Disclaimer of Warranty and Limitation of Liability.

Version 1.3 (2007-01-16): Modified terminology to reflect organizational name change from Jabber Software Foundation (JSF) to XMPP Standards Foundation (XSF).

Version 1.2 (2006-10-04): Modified terminology to reflect protocol branding change from Jabber to XMPP (e.g., Jabber Enhancement Proposal to XMPP Extension Protocol).

Version 1.1 (2005-10-04): Replaced Open Publication License with Creative Commons Attribution License.

diff --git a/xep-0001.xml b/xep-0001.xml index 620ff037..09fd8bc8 100644 --- a/xep-0001.xml +++ b/xep-0001.xml @@ -19,6 +19,12 @@ N/A &stpeter; + + 1.19 + 2008-01-23 + psa +

Updated to reflect version 1.4 of XSF IPR Policy.

+
1.18 2006-12-07 @@ -206,7 +212,7 @@

Note well that XEP authors must transfer ownership of their protocols (but not implementations thereof) to the XSF. Refer to the &XSFIPR; for details. XEP authors must make sure that they have read, understood, and agreed to the XSF IPR Policy before submitting a proposal to the XMPP Extensions Editor!

All proposals submitted to the XSF for consideration as XEPs must contain the following information:

    -
  1. Legal Notice -- the legal notice must be exactly that which is specified in the XSF IPR Policy

  2. +
  3. Legal Notices -- the legal notices must be exactly those specified in the XSF IPR Policy

  4. Author Information -- first name, last name, email address, and Jabber ID are all required and must be provided for all authors

Finally, Standards Track, Informational, and Historical XEPs must conform to &rfc2119; in the use of terminology regarding requirements levels.

@@ -401,7 +407,7 @@ Experimental ----> Proposed ----> Active - + @@ -420,6 +426,18 @@ Experimental ----> Proposed ----> Active + + + + + + + + + + + + @@ -490,8 +508,9 @@ Experimental ----> Proposed ----> Active - + + @@ -605,6 +624,8 @@ Experimental ----> Proposed ----> Active + + @@ -613,8 +634,9 @@ Experimental ----> Proposed ----> Active + - + @@ -705,6 +727,7 @@ Experimental ----> Proposed ----> Active + diff --git a/xep.dtd b/xep.dtd index 802173b4..942bd16f 100644 --- a/xep.dtd +++ b/xep.dtd @@ -4,7 +4,7 @@ - + diff --git a/xep.ent b/xep.ent index b69c4437..03df9487 100644 --- a/xep.ent +++ b/xep.ent @@ -181,10 +181,11 @@ -This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which may be found at <http://www.xmpp.org/extensions/ipr-policy.shtml> or obtained by writing to XSF, P.O. Box 1641, Denver, CO 80201 USA). This XMPP Extension Protocol is copyright (c) 1999 - 2008 by the XMPP Standards Foundation (XSF). -This material may be distributed only subject to the terms and conditions set forth in the Creative Commons Attribution License (<http://creativecommons.org/licenses/by/2.5/>). -THIS SPECIFICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR, OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SPECIFICATION OR THE IMPLEMENTATION, DEPLOYMENT, OR OTHER USE OF THE SPECIFICATION. +Permission is hereby granted, free of charge, to any person obtaining a copy of this specification (the "Specification"), to make use of the Specification without restriction, including without limitation the rights to implement the Specification in a software program, deploy the Specification in a network service, and copy, modify, merge, publish, translate, distribute, sublicense, or sell copies of the Specification, and to permit persons to whom the Specification is furnished to do so, subject to the condition that the foregoing copyright notice and this permission notice shall be included in all copies or substantial portions of the Specification. Unless separate permission is granted, modified works that are redistributed shall not contain misleading information regarding the authors, title, number, or publisher of the Specification, and shall not claim endorsement of the modified works by the authors, any organization or project to which the authors belong, or the XMPP Standards Foundation. +## NOTE WELL: This Specification is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. In no event shall the XMPP Standards Foundation or the authors of this Specification be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the Specification or the implementation, deployment, or other use of the Specification. ## +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall the XMPP Standards Foundation or any author of this Specification be liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising out of the use or inability to use the Specification (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if the XMPP Standards Foundation or such author has been advised of the possibility of such damages. +This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which may be found at <http://www.xmpp.org/extensions/ipr-policy.shtml> or obtained by writing to XSF, P.O. Box 1641, Denver, CO 80201 USA). " > diff --git a/xep.xsd b/xep.xsd index c1dc748f..4f64e252 100644 --- a/xep.xsd +++ b/xep.xsd @@ -56,10 +56,11 @@ - + + diff --git a/xep.xsl b/xep.xsl index 2f6c311b..1794b642 100644 --- a/xep.xsl +++ b/xep.xsl @@ -215,13 +215,16 @@ Wiki Page: <>

+

Author Information

- +
+ +

Discussion Venue

@@ -237,6 +240,7 @@ +

Errata may be sent to <editor@xmpp.org>.

@@ -352,16 +356,18 @@

Legal Notices

-

IPR Conformance

-

Copyright

Permissions

- +

Disclaimer of Warranty

+ + + +

Limitation of Liability

+ +

IPR Conformance

+