From 6fac33703d0b9fced9924de8c7e2d105b2b1c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 20 Mar 2024 22:16:37 +0100 Subject: [PATCH] Convert license to array of identifiers (#312) - nio4r code is licensed under the MIT license. - libev code is licensed under the BSD-2-Clause license. --- nio4r.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nio4r.gemspec b/nio4r.gemspec index f54c724..3db5565 100644 --- a/nio4r.gemspec +++ b/nio4r.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.authors = ["Tony Arcieri"] spec.email = ["bascule@gmail.com"] spec.homepage = "https://github.com/socketry/nio4r" - spec.license = "MIT AND (BSD-2-Clause OR GPL-2.0-or-later)" + spec.licenses = ["MIT", "BSD-2-Clause"] spec.summary = "New IO for Ruby" spec.description = <<-DESCRIPTION.strip.gsub(/\s+/, " ") Cross-platform asynchronous I/O primitives for scalable network clients