ruby-changes:68404
From: Pavel <ko1@a...>
Date: Tue, 12 Oct 2021 21:11:25 +0900 (JST)
Subject: [ruby-changes:68404] 5e1d2c5c97 (master): [ruby/digest] relicence under the Ruby license and the BSD 2-clause
https://git.ruby-lang.org/ruby.git/commit/?id=5e1d2c5c97 From 5e1d2c5c9770118713857499c28cd55a2c483631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= <pavel.rosicky@e...> Date: Wed, 7 Jul 2021 14:29:57 +0200 Subject: [ruby/digest] relicence under the Ruby license and the BSD 2-clause https://github.com/ruby/digest/commit/154d461e91 --- ext/digest/digest.gemspec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec index a6c6f159bb..f9357b0f23 100644 --- a/ext/digest/digest.gemspec +++ b/ext/digest/digest.gemspec @@ -10,11 +10,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L10 spec.summary = %q{Provides a framework for message digest libraries.} spec.description = %q{Provides a framework for message digest libraries.} spec.homepage = "https://github.com/ruby/digest" - if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby' - spec.licenses = ["Ruby", "BSD-2-Clause", "EPL-2.0", "GPL-2.0", "LGPL-2.1"] - else - spec.licenses = ["Ruby", "BSD-2-Clause"] - end + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = [ "LICENSE.txt", "README.md", -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/