[DRE-commits] [SCM] ruby-bcrypt.git branch, master, updated. debian/2.1.4-2-5-g9727dab
Vasudev Kamath
kamathvasudev at gmail.com
Tue Aug 30 15:37:37 UTC 2011
The following commit has been merged in the master branch:
commit 9727dab601dae2426a45eb94b6a1f6dbcc73211a
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date: Tue Aug 30 21:07:03 2011 +0530
License modification as per new upstream release
diff --git a/debian/changelog b/debian/changelog
index d80c2c1..a639db7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ ruby-bcrypt (3.0.0-1) unstable; urgency=low
* Team upload.
* Imported Upstream version 3.0.0
+ * debian/copyright
+ + Changed License of gem to MIT to match upstream change
+ + Added license notice for new files ext/mri
+ + Removed license for files which were in ext/mri in the previous release
- -- Vasudev Kamath <kamathvasudev at gmail.com> Mon, 29 Aug 2011 20:48:22 +0530
+ -- Vasudev Kamath <kamathvasudev at gmail.com> Tue, 30 Aug 2011 21:05:06 +0530
ruby-bcrypt (2.1.4-2) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index ba0ee76..1c8830c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,64 +18,31 @@ License: ISC
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: ext/mri/*.c, ext/mri/*.h
+Copyright: 1998-2002, Solar Designer <solar at openwall.com>
+License: Public Domain
Files: *
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
- 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:
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
- This product includes software developed by Coda Hale.
-
- 4. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
- 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.
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE 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.
Files: debian/*
Copyright: 2011, Vasudev Kamath <kamathvasudev at gmail.com>
--
ruby-bcrypt.git
More information about the Pkg-ruby-extras-commits
mailing list