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/irb/irb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb/irb.gemspec') diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index 658fe813f1..d3a4a26ba9 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).} spec.description = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).} spec.homepage = "https://github.com/ruby/irb" - spec.license = "BSD-2-Clause" + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = [ ".document", -- cgit v1.2.3