[DRE-commits] [SCM] Ruby binding for the bcrypt() password hashing algorithm branch, master, updated. upstream/2.1.4-5-g2ebb9d0

Vasudev Kamath kamathvasudev at gmail.com
Wed May 4 17:01:40 UTC 2011


The following commit has been merged in the master branch:
commit 2ebb9d010e3e471891be96fbf29830e9a0671117
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Wed May 4 22:13:04 2011 +0530

    Added Copyright sections for files under ext/

diff --git a/debian/copyright b/debian/copyright
index 6975e34..ba0ee76 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,8 +2,53 @@ Format: http://dep.debian/net/deps/dep5
 Upstream-Name: bcrypt-ruby
 Source: http://rubyforge.org/projects/bcrypt-ruby
 
+Files: ext/jruby/bcrypt_jruby/BCrypt.java
+       spec/TestBcrypt.java
+Copyright: 2006, Damien Miller <djm at mindrot.org>
+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: ext/mri/bcrypt.h, ext/mri/bcrypt.c
+       ext/mri/blowfish.c, ext/mri/blf.h
+Copyright: 1997, Niels Provos <provos at physnet.uni-hamburg.de>
+License: BSD
+ 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: *
-Copyright: 2007-2009 Coda Hale <coda.hale at gmail.com>
+Copyright: 2007-2009, Coda Hale <coda.hale at gmail.com>
 License: BSD
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -33,7 +78,7 @@ License: BSD
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
-Copyright: Copyright 2011 Vasudev Kamath <kamathvasudev at gmail.com>
+Copyright: 2011, Vasudev Kamath <kamathvasudev at gmail.com>
 License: LGPL-2+
   This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

-- 
Ruby binding for the bcrypt() password hashing algorithm



More information about the Pkg-ruby-extras-commits mailing list