[ruby/zlib] Update license files with ruby/ruby

https://github.com/ruby/zlib/commit/8341fa2e20
This commit is contained in:
Hiroshi SHIBATA 2024-05-30 08:23:31 +09:00 committed by git
parent 4a9ef9e23c
commit 79f9ed3072

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/zlib"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = ["LICENSE.txt", "README.md", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
spec.files = ["COPYING", "BSDL", "README.md", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
spec.bindir = "exe"
spec.executables = []
spec.require_paths = ["lib"]