Skip to content

Commit c71714d

Browse files
committed
openssl.gemspec: add BSD-2-Clause to the list of licenses
ruby/openssl is licensed under the terms of either the Ruby License or the 2-Clause BSD License. The git repository and built .gem files always contained the license text for both license, but the metadata in the gemspec only specified the Ruby License. Let's include both.
1 parent 5a52368 commit c71714d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}
77
spec.description = %q{OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on the OpenSSL library.}
88
spec.homepage = "https://github.com/ruby/openssl"
9-
spec.license = "Ruby"
9+
spec.licenses = ["Ruby", "BSD-2-Clause"]
1010

1111
if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby'
1212
spec.platform = "java"

0 commit comments

Comments
 (0)