[Python-modules-commits] [python-bcrypt] 07/15: updated copyright info for changed backend

Daniel Stender stender at moszumanska.debian.org
Tue Jun 28 17:48:09 UTC 2016


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

stender pushed a commit to branch master
in repository python-bcrypt.

commit a938d5e6e814191c50c64c48df1eca9593f20fb7
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jun 28 18:41:14 2016 +0200

    updated copyright info for changed backend
---
 debian/changelog |  6 ++--
 debian/copyright | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 90 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 595b3af..178595f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
 python-bcrypt (3.0.0-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #824952).
-  * deb/copyright: updated.
+  * deb/copyright:
+    + expanded copyright spans, updated email addresses.
+    + updated copyright info for changed backend (OpenBSD instead of openwall).
   * Added deb/source/options.
   * deb/upstream/signing-key.asc: updated (2048R/29F9ED98, Paul Kehrer).
 
- -- Daniel Stender <stender at debian.org>  Tue, 28 Jun 2016 18:15:24 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 28 Jun 2016 18:39:31 +0200
 
 python-bcrypt (2.0.0-2) unstable; urgency=medium
 
diff --git a/debian/copyright b/debian/copyright
index 7eff78a..ac42bca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,19 +23,95 @@ License: Apache-2.0
  On Debian-based systems the full text of the Apache version 2.0 license
  can be found in `/usr/share/common-licenses/Apache-2.0'.
 
-Files: src/crypt_blowfish-1.3/*
-Copyright: 1998-2011 Solar Designer <solar at openwall.com>
-License: public-domain
- No copyright is claimed, and the software is hereby placed in the public
- domain. In case this attempt to disclaim copyright and place the software
- in the public domain is deemed null and void, then the software is
- Copyright (c) 2000-2014 Solar Designer and it is hereby released to the
- general public under the following terms:
+Files: src/_csrc/bcrypt.c
+       src/_csrc/bcrypt_pbkdf.c
+Copyright: 1997      Niels Provos <provos at umich.edu>
+           2013-2014 Ted Unangst <tedu at openbsd.org>
+License: ISC
+
+Files: src/_csrc/timingsafe_bcmp.c
+Copyright: 2010 Damien Miller
+License: ISC
+
+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.
+
+Files: src/_csrc/blf.c
+       src/_csrc/blf.h
+Copyright: 1997 Niels Provos <provos at physnet.uni-hamburg.de>
+License: BSD-4-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. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+    This product includes software developed by Niels Provos.
+ 4. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
+Files: src/_csrc/portable-endian.h
+Copyright: Mathias Panzenböck
+License: public-domain
+ I, Mathias Panzenböck, place this file hereby into the public domain. Use it
+ at your own risk for whatever you like. In case there are jurisdictions that
+ don't support putting things in the public domain you can also consider it to
+ be "dual licensed" under the BSD, MIT and Apache licenses, if you want to.
+ This code is trivial anyway. Consider it an example on how to get the endian
+ conversion functions on different platforms.
+
+Files: src/_csrc/sha2.c
+       src/_csrc/sha2.h
+Copyright: 2000-2001 Aaron D. Gifford <me at aarongifford.com>
+License: BSD-3-Clause
  Redistribution and use in source and binary forms, with or without
- modification, are permitted.
+ 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 contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
  .
- There's ABSOLUTELY NO WARRANTY, express or implied.
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(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 AUTHOR OR CONTRIBUTOR(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.
 
 Files: debian/*
 Copyright: 2007 Kevin Coyner <kcoyner at debian.org>

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



More information about the Python-modules-commits mailing list