Skip to content

Commit 4115abd

Browse files
hsbtnobu
authored andcommitted
Update the license for the default gems to dual licenses
Merged ruby/ruby@8fb02b7
1 parent 64f2360 commit 4115abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stringio.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
s.extensions = ["ext/stringio/extconf.rb"]
2323
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
2424
s.homepage = "https://github.com/ruby/stringio"
25-
s.licenses = ["BSD-2-Clause"]
25+
s.licenses = ["Ruby", "BSD-2-Clause"]
2626
s.required_ruby_version = ">= 2.5"
2727
s.summary = "Pseudo IO on String"
2828

0 commit comments

Comments
 (0)