Skip to content

Commit

Permalink
Include all licenses in .gemspec
Browse files Browse the repository at this point in the history
The gem ships not just MIT licensed code but also bundles libev, with
disctinc 'BSD-2-Clause OR GPL-2.0-or-later' license. Don't hide this
information.

Signed-off-by: Vít Ondruch <vondruch@redhat.com>
  • Loading branch information
voxik committed Nov 24, 2023
1 parent ddc3c4a commit 584ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nio4r.gemspec
Original file line number Diff line number Diff line change
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"
spec.license = "MIT AND (BSD-2-Clause OR GPL-2.0-or-later)"
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 584ed18

Please sign in to comment.