summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:15:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-18 20:26:39 +0900
commit8fb02b7a97317090e3946e6f2d4a7d034f9699f1 (patch)
tree6c8e1792a904f8689b0b1e9cf5089ae70b24847d /ext/zlib
parent0bb8bd7623b59bcc9cccc623510775921b00e4b1 (diff)
Update the license for the default gems to dual licenses
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index 4a77ae325e..ae1f24143d 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Ruby interface for the zlib compression/decompression library}
spec.description = %q{Ruby interface for the zlib compression/decompression library}
spec.homepage = "https://github.com/ruby/zlib"
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
spec.bindir = "exe"