Skip to content

Commit 7bbf102

Browse files
committed
Add missing "BSD-2-Clause" to licenses
1 parent 83122ed commit 7bbf102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmlrpc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
1313
spec.description = %q{XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.}
1414
spec.homepage = "https://github.com/ruby/xmlrpc"
15-
spec.license = "Ruby"
15+
spec.licenses = ["Ruby", "BSD-2-Clause"]
1616

1717
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
1818
spec.bindir = "exe"

0 commit comments

Comments
 (0)