1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the license for the default gems to dual licenses

This commit is contained in:
Hiroshi SHIBATA 2020-08-18 20:15:59 +09:00
parent 0bb8bd7623
commit 8fb02b7a97
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
37 changed files with 37 additions and 37 deletions

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Class to build custom data structures, similar to a Hash.}
spec.description = %q{Class to build custom data structures, similar to a Hash.}
spec.homepage = "https://github.com/ruby/ostruct"
spec.license = "BSD-2-Clause"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"]