Skip to content

Commit

Permalink
Convert license to array of identifiers (#312)
Browse files Browse the repository at this point in the history
- nio4r code is licensed under the MIT license.
- libev code is licensed under the BSD-2-Clause license.
  • Loading branch information
voxik committed Mar 20, 2024
1 parent d885e9b commit 6fac337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nio4r.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 6fac337

Please sign in to comment.