summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
diff options
context:
space:
mode:
authorThomas Winsnes <TWinsnes@users.noreply.github.com>2022-08-02 02:22:22 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-03 11:04:20 +0900
commitf33b2ae918aff36518540244ac57e7f9c4de4af9 (patch)
tree4125290d81b454fc7b443dbcd34acbff981f8e88 /ext/bigdecimal
parent4f00ee8d470f4ad5040c0df4cac2cf802b3cbdaf (diff)
downloadruby-f33b2ae918aff36518540244ac57e7f9c4de4af9.tar.gz
Updated to use multiple licenses
Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
Diffstat (limited to 'ext/bigdecimal')
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec2
1 files changed, 1 insertions, 1 deletions
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|
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]