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/fcntl/fcntl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fcntl') diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index c27a03d47a..645c507a4d 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = "Loads constants defined in the OS fcntl.h C header file" spec.description = "Loads constants defined in the OS fcntl.h C header file" spec.homepage = "https://github.com/ruby/fcntl" - spec.license = "BSD-2-Clause" + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = ["ext/fcntl/extconf.rb", "ext/fcntl/fcntl.c"] spec.bindir = "exe" -- cgit v1.2.1