You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/10/26 21:10:53 UTC

svn commit: r468097 - in /incubator/activemq/trunk/activemq-xmpp/src/main: excluded-schemas/ resources/ resources/META-INF/

Author: jstrachan
Date: Thu Oct 26 12:10:51 2006
New Revision: 468097

URL: http://svn.apache.org/viewvc?view=rev&rev=468097
Log:
added a license header & added details of the Jabber Software Foundation XSDs to the notice & license files

Removed:
    incubator/activemq/trunk/activemq-xmpp/src/main/excluded-schemas/
Modified:
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/LICENSE.txt
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/activity.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/address.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-errors.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-feature.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/dialback.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-info.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-items.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-auth.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-gateway.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-last.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-oob.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-pass.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-private.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-time.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-version.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-client.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-server.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-admin.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-unique.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-user.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/roster.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosternotes.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosterx.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/sasl.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/session.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/stanzaerror.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/streamerror.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/streams.xsd
    incubator/activemq/trunk/activemq-xmpp/src/main/resources/tls.xsd

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/LICENSE.txt?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/LICENSE.txt (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/LICENSE.txt Thu Oct 26 12:10:51 2006
@@ -201,3 +201,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
+=========================================================================
+== For the Jabber Software Foundation XSDs                             ==
+=========================================================================
+
+  Copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  These XSD files arelicensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+  
\ No newline at end of file

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt Thu Oct 26 12:10:51 2006
@@ -10,3 +10,13 @@
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 
+=========================================================================
+==  Jabber Notice                                                      ==
+=========================================================================
+
+This software was generated using XSDs from the Jabber Software Foundation
+
+http://www.xmpp.org/schemas/
+
+
+

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/activity.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/activity.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/activity.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/activity.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/address.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/address.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/address.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/address.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-errors.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-errors.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-errors.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-errors.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-feature.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-feature.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-feature.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp-feature.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/amp.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/dialback.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/dialback.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/dialback.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/dialback.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-info.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-info.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-info.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-info.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8' ?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-items.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-items.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-items.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/disco-items.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8' ?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-auth.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-auth.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-auth.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-auth.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-gateway.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-gateway.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-gateway.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-gateway.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-last.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-last.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-last.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-last.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-oob.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-oob.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-oob.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-oob.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-pass.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-pass.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-pass.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-pass.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-private.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-private.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-private.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-private.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-time.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-time.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-time.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-time.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-version.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-version.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-version.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/iq-version.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-client.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-client.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-client.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-client.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-server.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-server.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-server.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/jabber-server.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-admin.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-admin.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-admin.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-admin.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-unique.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-unique.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-unique.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-unique.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-user.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-user.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-user.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc-user.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/muc.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/roster.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/roster.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/roster.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/roster.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosternotes.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosternotes.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosternotes.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosternotes.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosterx.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosterx.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosterx.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/rosterx.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/sasl.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/sasl.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/sasl.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/sasl.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
         xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/session.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/session.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/session.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/session.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/stanzaerror.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/stanzaerror.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/stanzaerror.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/stanzaerror.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/streamerror.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/streamerror.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/streamerror.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/streamerror.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/streams.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/streams.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/streams.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/streams.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
         xmlns:xs='http://www.w3.org/2001/XMLSchema'

Modified: incubator/activemq/trunk/activemq-xmpp/src/main/resources/tls.xsd
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-xmpp/src/main/resources/tls.xsd?view=diff&rev=468097&r1=468096&r2=468097
==============================================================================
--- incubator/activemq/trunk/activemq-xmpp/src/main/resources/tls.xsd (original)
+++ incubator/activemq/trunk/activemq-xmpp/src/main/resources/tls.xsd Thu Oct 26 12:10:51 2006
@@ -1,4 +1,11 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  copyright (c) 1999-2006 The Jabber Software Foundation
+  http://www.xmpp.org/about/copyright.shtml
+
+  This XSD is licensed under the Creative Commons License 2.5
+  http://creativecommons.org/licenses/by/2.5/
+-->
 
 <xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'