[Python-modules-commits] r31748 - in packages/python-nacl/trunk/debian (copyright)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Mon Feb 2 00:56:17 UTC 2015
Date: Monday, February 2, 2015 @ 00:56:16
Author: mithrandi
Revision: 31748
Add copyright/license info for libsodium.
Modified:
packages/python-nacl/trunk/debian/copyright
Modified: packages/python-nacl/trunk/debian/copyright
===================================================================
--- packages/python-nacl/trunk/debian/copyright 2015-02-02 00:20:43 UTC (rev 31747)
+++ packages/python-nacl/trunk/debian/copyright 2015-02-02 00:56:16 UTC (rev 31748)
@@ -11,6 +11,12 @@
Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
License: Expat
+Files: src/libsodium/*
+Copyright: 2013 Frank Denis <j at pureftpd dot org>
+License: ISC
+Comment: The vendored copy of libsodium is /not/ used to build this package;
+ rather, the libsodium-dev package from Debian is used.
+
License: Apache
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -48,3 +54,16 @@
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.
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
More information about the Python-modules-commits
mailing list