Remove google modules from setup.py file
[slixmpp.git] / LICENSE
blob4f37f4171bc60bb405183c46f8901fcdeffcf062
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 2004-2013 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.
143 python-gnupg: A Python wrapper for the GNU Privacy Guard
144 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145 Copyright (c) 2008-2012 by Vinay Sajip.
146 All rights reserved.
148 Redistribution and use in source and binary forms, with or without
149 modification, are permitted provided that the following conditions are met:
151     * Redistributions of source code must retain the above copyright notice,
152       this list of conditions and the following disclaimer.
153     * Redistributions in binary form must reproduce the above copyright notice,
154       this list of conditions and the following disclaimer in the documentation
155       and/or other materials provided with the distribution.
156     * The name(s) of the copyright holder(s) may not be used to endorse or
157       promote products derived from this software without specific prior
158       written permission.
160 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) "AS IS" AND ANY EXPRESS OR
161 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
162 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
163 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
164 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
165 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
166 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
167 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
168 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
169 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
171 socksipy: A Python SOCKS client module.
172 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173 Copyright 2006 Dan-Haim. All rights reserved.
175 Redistribution and use in source and binary forms, with or without modification,
176 are permitted provided that the following conditions are met:
177 1. Redistributions of source code must retain the above copyright notice, this
178    list of conditions and the following disclaimer.
179 2. Redistributions in binary form must reproduce the above copyright notice,
180    this list of conditions and the following disclaimer in the documentation
181    and/or other materials provided with the distribution.
182 3. Neither the name of Dan Haim nor the names of his contributors may be used
183    to endorse or promote products derived from this software without specific
184    prior written permission.
186 THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED
187 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
188 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
189 EVENT SHALL DAN HAIM OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
190 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
191 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA
192 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
193 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
194 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMANGE.