[ruby/digest] relicence under the Ruby license and the BSD 2-clause

https://github.com/ruby/digest/commit/154d461e91
This commit is contained in:
Pavel Rosický 2021-07-07 14:29:57 +02:00 committed by Hiroshi SHIBATA
parent 94882df3a2
commit 5e1d2c5c97
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,7 @@ Gem::Specification.new do |spec|
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",