Update examples to work with Python3 (raw_input vs input)
[slixmpp.git] / LICENSE
blob612dd1d704b3d94aae7c0b1b27788306ef6246e7
1 Copyright (c) 2010 Nathanael C. Fritz
3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
5 in the Software without restriction, including without limitation the rights
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is
8 furnished to do so, subject to the following conditions:
10 The above copyright notice and this permission notice shall be included in
11 all copies or substantial portions of the Software.
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 THE SOFTWARE.
24 Licenses of Bundled Third Party Code
25 ------------------------------------
27 dateutil - Extensions to the standard python 2.3+ datetime module.
28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
32 All rights reserved.
34 Redistribution and use in source and binary forms, with or without
35 modification, are permitted provided that the following conditions are met:
37     * Redistributions of source code must retain the above copyright notice,
38       this list of conditions and the following disclaimer.
39     * Redistributions in binary form must reproduce the above copyright notice,
40       this list of conditions and the following disclaimer in the documentation
41       and/or other materials provided with the distribution.
42     * Neither the name of the copyright holder nor the names of its
43       contributors may be used to endorse or promote products derived from
44       this software without specific prior written permission.
46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
49 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
50 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
51 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
52 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
53 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
54 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
55 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
56 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
59 fixed_datetime
60 ~~~~~~~~~~~~~~
62 Copyright (c) 2008, Red Innovation Ltd., Finland
63 All rights reserved.
65 Redistribution and use in source and binary forms, with or without
66 modification, are permitted provided that the following conditions are met:
67     * Redistributions of source code must retain the above copyright
68       notice, this list of conditions and the following disclaimer.
69     * Redistributions in binary form must reproduce the above copyright
70       notice, this list of conditions and the following disclaimer in the
71       documentation and/or other materials provided with the distribution.
72     * Neither the name of Red Innovation nor the names of its contributors 
73       may be used to endorse or promote products derived from this software 
74       without specific prior written permission.
76 THIS SOFTWARE IS PROVIDED BY RED INNOVATION ``AS IS'' AND ANY
77 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
78 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
79 DISCLAIMED. IN NO EVENT SHALL RED INNOVATION BE LIABLE FOR ANY
80 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
81 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
82 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
83 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
84 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
85 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
89 OrderedDict - A port of the Python 2.7+ OrderedDict to Python 2.6
90 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92 Copyright (c) 2009 Raymond Hettinger
94 Permission is hereby granted, free of charge, to any person
95 obtaining a copy of this software and associated documentation files
96 (the "Software"), to deal in the Software without restriction,
97 including without limitation the rights to use, copy, modify, merge,
98 publish, distribute, sublicense, and/or sell copies of the Software,
99 and to permit persons to whom the Software is furnished to do so,
100 subject to the following conditions:
102     The above copyright notice and this permission notice shall be
103     included in all copies or substantial portions of the Software.
105     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
106     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
107     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
108     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
109     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
110     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
111     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
112     OTHER DEALINGS IN THE SOFTWARE.
117 SUELTA – A PURE-PYTHON SASL CLIENT LIBRARY
118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120 This software is subject to "The MIT License"
122 Copyright 2007-2010 David Alan Cridland
124 Permission is hereby granted, free of charge, to any person obtaining a copy
125 of this software and associated documentation files (the "Software"), to deal
126 in the Software without restriction, including without limitation the rights
127 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
128 copies of the Software, and to permit persons to whom the Software is
129 furnished to do so, subject to the following conditions:
131 The above copyright notice and this permission notice shall be included in
132 all copies or substantial portions of the Software.
134 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
135 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
136 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
137 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
138 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
139 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
140 THE SOFTWARE.