[Python-modules-commits] [requests] 01/02: Add stanza for idna

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Dec 12 23:48:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository requests.

commit ade6d7fe9959c2022095c632b5dd99529746c84a
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Dec 13 00:10:18 2016 +0100

    Add stanza for idna
---
 debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index c9cf6b5..a85de02 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,6 +32,15 @@ Files: requests/cacert.pem
 Copyright: 2013, Mozilla
 License: MPL-2.0
 
+Files: requests/packages/idna/*
+Copyright: 2013-2016, Kim Davies
+License: BSD-3-clause
+
+Files: requests/packages/idna/codec.py
+Copyright: 2013-2015 Kim Davies
+           2001-2014 Python Software Foundation
+License: BSD-3-clause and PSF-2
+
 Files: debian/*
 Copyright: 2011-2016, Daniele Tricoli <eriol at mornie.org>
 License: Apache
@@ -500,3 +509,32 @@ License: MPL-2.0
  .
    This Source Code Form is "Incompatible With Secondary Licenses", as
    defined by the Mozilla Public License, v. 2.0.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the copyright holder nor the names of the
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS "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 HOLDERS OR
+ CONTRIBUTORS 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/requests.git



More information about the Python-modules-commits mailing list