summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-04-06 15:13:04 -0400
committerLance Stout <lancestout@gmail.com>2012-04-06 15:22:23 -0400
commit9c61c2882fd1e3617dc6c7617a2da896596a4371 (patch)
treeb3135aba218cd63ffbcb592c238beb78b02c534a /LICENSE
parente0dd9c3618e92643ec323b162187e001673a59b7 (diff)
downloadslixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.gz
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.bz2
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.xz
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.zip
Add support for XEP-0027
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE29
1 files changed, 29 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 612dd1d7..a868b337 100644
--- a/LICENSE
+++ b/LICENSE
@@ -138,3 +138,32 @@ 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+
+
+python-gnupg: A Python wrapper for the GNU Privacy Guard
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2008-2012 by Vinay Sajip.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * The name(s) of the copyright holder(s) may not be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) "AS IS" AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.