From 8fb02b7a97317090e3946e6f2d4a7d034f9699f1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 18 Aug 2020 20:15:59 +0900 Subject: Update the license for the default gems to dual licenses --- lib/prime.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/prime.gemspec') diff --git a/lib/prime.gemspec b/lib/prime.gemspec index 74f62e3d9b..86247649df 100644 --- a/lib/prime.gemspec +++ b/lib/prime.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Prime numbers and factorization library.} spec.description = %q{Prime numbers and factorization library.} spec.homepage = "https://github.com/ruby/prime" - spec.license = "BSD-2-Clause" + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/prime.rb", "prime.gemspec"] spec.bindir = "exe" -- cgit v1.2.3