summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 19:51:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 19:51:06 +0900
commit9a76072873a0698038a87961b2fed31ac1485c64 (patch)
tree12ff1d76cdccf83b77e0491947815e9967171887
parent1ff7b9cac4b89d295f7b9d8029ab7530c88662d5 (diff)
Added LICENSE entry of vendored molinillo to LEGAL
-rw-r--r--LEGAL10
-rwxr-xr-xtool/sync_default_gems.rb2
2 files changed, 12 insertions, 0 deletions
diff --git a/LEGAL b/LEGAL
index 8ee219d693..dc4d7f9d99 100644
--- a/LEGAL
+++ b/LEGAL
@@ -978,6 +978,16 @@ mentioned below.
{MIT License}[rdoc-label:label-MIT+License]
+[lib/rubygems/resolver/molinillo]
+[lib/bundler/vendor/molinillo]
+
+ molinillo is under the following license.
+
+ >>>
+ Copyright (c) 2014 Samuel E. Giddins segiddins@segiddins.me
+
+ {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 9b025fa4f6..01585796d1 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -105,6 +105,8 @@ def sync_default_gems(gem)
cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/standard_gems*"), "tool/bundler")
rm_rf(%w[spec/bundler/support/artifice/vcr_cassettes])
rm_rf("lib/bundler/vendor/thor/LICENSE.md")
+ rm_rf("lib/rubygems/resolver/molinillo/LICENSE")
+ rm_rf("lib/bundler/vendor/molinillo/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")