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 --- ext/strscan/strscan.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/strscan/strscan.gemspec') diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec index 4759c6c860..1228e80804 100644 --- a/ext/strscan/strscan.gemspec +++ b/ext/strscan/strscan.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.authors = ["Minero Aoki", "Sutou Kouhei"] s.email = [nil, "kou@cozmixng.org"] s.homepage = "https://github.com/ruby/strscan" - s.license = "BSD-2-Clause" + s.licenses = ["Ruby", "BSD-2-Clause"] s.add_development_dependency "rake-compiler" s.add_development_dependency "benchmark-driver" -- cgit v1.2.3