ruby-changes:72799
From: Thomas <ko1@a...>
Date: Wed, 3 Aug 2022 11:04:57 +0900 (JST)
Subject: [ruby-changes:72799] f33b2ae918 (master): Updated to use multiple licenses
https://git.ruby-lang.org/ruby.git/commit/?id=f33b2ae918 From f33b2ae918aff36518540244ac57e7f9c4de4af9 Mon Sep 17 00:00:00 2001 From: Thomas Winsnes <TWinsnes@u...> Date: Tue, 2 Aug 2022 02:22:22 +0200 Subject: Updated to use multiple licenses Co-authored-by: Hiroshi SHIBATA <hsbt@r...> --- ext/bigdecimal/bigdecimal.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec index 2ed7d09373..96e1aa83f1 100644 --- a/ext/bigdecimal/bigdecimal.gemspec +++ b/ext/bigdecimal/bigdecimal.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.gemspec#L9 s.summary = "Arbitrary-precision decimal floating-point number library." s.description = "This library provides arbitrary-precision decimal floating-point number class." s.homepage = "https://github.com/ruby/bigdecimal" - s.license = "Ruby" + s.license = ["Ruby", "bsd-2-clause"] s.require_paths = %w[lib] s.extensions = %w[ext/bigdecimal/extconf.rb] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/