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

Added LICENSE entry of vendored connection_pool to LEGAL

This commit is contained in:
Hiroshi SHIBATA 2021-11-16 20:05:07 +09:00
parent 9a76072873
commit ef11414b1f
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 10 additions and 0 deletions

9
LEGAL
View file

@ -988,6 +988,15 @@ mentioned below.
{MIT License}[rdoc-label:label-MIT+License] {MIT License}[rdoc-label:label-MIT+License]
[lib/bundler/vendor/connection_pool]
connection_pool is under the following license.
>>>
Copyright (c) 2011 Mike Perham
{MIT License}[rdoc-label:label-MIT+License]
[lib/did_you_mean] [lib/did_you_mean]
[lib/did_you_mean.rb] [lib/did_you_mean.rb]
[test/did_you_mean] [test/did_you_mean]

View file

@ -107,6 +107,7 @@ def sync_default_gems(gem)
rm_rf("lib/bundler/vendor/thor/LICENSE.md") rm_rf("lib/bundler/vendor/thor/LICENSE.md")
rm_rf("lib/rubygems/resolver/molinillo/LICENSE") rm_rf("lib/rubygems/resolver/molinillo/LICENSE")
rm_rf("lib/bundler/vendor/molinillo/LICENSE") rm_rf("lib/bundler/vendor/molinillo/LICENSE")
rm_rf("lib/bundler/vendor/connection_pool/LICENSE")
when "rdoc" when "rdoc"
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri]) rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib") cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")