Skip to content

Commit 92e7434

Browse files
committed
Added BSD-2-Clause to the licenses of the gemspec
1 parent 46ed72d commit 92e7434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby2_keywords.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.version = version
66
s.summary = "Shim library for Module#ruby2_keywords"
77
s.homepage = "https://github.com/ruby/ruby2_keywords"
8-
s.licenses = ["Ruby"]
8+
s.licenses = ["Ruby", "BSD-2-Clause"]
99
s.authors = ["Nobuyoshi Nakada"]
1010
s.require_paths = ["lib"]
1111
s.files = [

0 commit comments

Comments
 (0)