[DRE-commits] [ruby-openssl] 01/02: debian/copyright: add BSD-2-clause license as well

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jul 2 18:54:02 UTC 2017


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

terceiro pushed a commit to branch master
in repository ruby-openssl.

commit 0a2312715a4eff8469a2c6d13d9bb9d81a0aed78
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jul 2 12:08:18 2017 -0300

    debian/copyright: add BSD-2-clause license as well
---
 debian/changelog |  5 ++++-
 debian/copyright | 26 ++++++++++++++++++++++++--
 2 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5119bfc..f8c41f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 ruby-openssl (2.0.4-2) UNRELEASED; urgency=medium
 
-  * debian/copyright: add additional copyright holders
+  * debian/copyright:
+    - add additional copyright holders
+    - add BSD-2-clause license which is an alternate license under which this
+      package can be used.
 
  -- Antonio Terceiro <terceiro at debian.org>  Sun, 02 Jul 2017 10:30:06 -0300
 
diff --git a/debian/copyright b/debian/copyright
index a2f694e..561e9ee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,11 +8,11 @@ Copyright: © Yukihiro Matsumoto <matz at netlab.jp>
  © 2010 Hiroshi Nakamura <nahi at ruby-lang.org>
  © 2001-2003 Michal Rokos <m.rokos at sh.cvut.cz>
  © 2004-2007 Technorama Ltd. <oss-ruby at technorama.net>
-License: Ruby
+License: Ruby or BSD-2-clause
 
 Files: debian/*
 Copyright: 2017 Antonio Terceiro <terceiro at debian.org>
-License: Ruby
+License: Ruby or BSD-2-clause
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
 License: Ruby
@@ -71,3 +71,25 @@ License: Ruby
      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      PURPOSE.
+
+License: BSD-2-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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND 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 AUTHOR 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/pkg-ruby-extras/ruby-openssl.git



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