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/singleton/singleton.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/singleton') diff --git a/lib/singleton/singleton.gemspec b/lib/singleton/singleton.gemspec index 2f23233ccf..88d3111b65 100644 --- a/lib/singleton/singleton.gemspec +++ b/lib/singleton/singleton.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.summary = %q{The Singleton module implements the Singleton pattern.} spec.description = spec.summary spec.homepage = "https://github.com/ruby/singleton" - spec.license = "BSD-2-Clause" + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage -- cgit v1.2.3