aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:15:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:26:39 +0900
commit8fb02b7a97317090e3946e6f2d4a7d034f9699f1 (patch)
tree6c8e1792a904f8689b0b1e9cf5089ae70b24847d /lib/matrix
parent0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff)
downloadruby-8fb02b7a97317090e3946e6f2d4a7d034f9699f1.tar.gz
Update the license for the default gems to dual licenses
Diffstat (limited to 'lib/matrix')
-rw-r--r--lib/matrix/matrix.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix/matrix.gemspec b/lib/matrix/matrix.gemspec
index 018963d913..d2ff9ce7c6 100644
--- a/lib/matrix/matrix.gemspec
+++ b/lib/matrix/matrix.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{An implementation of Matrix and Vector classes.}
spec.description = %q{An implementation of Matrix and Vector classes.}
spec.homepage = "https://github.com/ruby/matrix"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"]