Skip to content

Commit c604391

Browse files
committed
Update the license for the default gems to dual licenses
1 parent 47585e6 commit c604391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.summary = %q{An implementation of Matrix and Vector classes.}
1717
spec.description = %q{An implementation of Matrix and Vector classes.}
1818
spec.homepage = "https://github.com/ruby/matrix"
19-
spec.license = "BSD-2-Clause"
19+
spec.licenses = ["Ruby", "BSD-2-Clause"]
2020
spec.required_ruby_version = ">= 2.5.0"
2121

2222
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"]

0 commit comments

Comments
 (0)