ruby-changes:69744
From: Hiroshi <ko1@a...>
Date: Tue, 16 Nov 2021 20:20:13 +0900 (JST)
Subject: [ruby-changes:69744] ef11414b1f (master): Added LICENSE entry of vendored connection_pool to LEGAL
https://git.ruby-lang.org/ruby.git/commit/?id=ef11414b1f From ef11414b1fc92c452df78a3d03fdd93ac95b26d1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 16 Nov 2021 20:05:07 +0900 Subject: Added LICENSE entry of vendored connection_pool to LEGAL --- LEGAL | 9 +++++++++ tool/sync_default_gems.rb | 1 + 2 files changed, 10 insertions(+) diff --git a/LEGAL b/LEGAL index dc4d7f9d99a..f200d8eb5ce 100644 --- a/LEGAL +++ b/LEGAL @@ -988,6 +988,15 @@ mentioned below. https://github.com/ruby/ruby/blob/trunk/LEGAL#L988 {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.rb] [test/did_you_mean] diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 01585796d1c..eb494a49e44 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -107,6 +107,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L107 rm_rf("lib/bundler/vendor/thor/LICENSE.md") rm_rf("lib/rubygems/resolver/molinillo/LICENSE") rm_rf("lib/bundler/vendor/molinillo/LICENSE") + rm_rf("lib/bundler/vendor/connection_pool/LICENSE") when "rdoc" rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri]) cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib") -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/