mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added LICENSE entry of vendored thor to LEGAL
This commit is contained in:
parent
018266ca38
commit
1ff7b9cac4
2 changed files with 10 additions and 0 deletions
9
LEGAL
9
LEGAL
|
@ -969,6 +969,15 @@ mentioned below.
|
|||
|
||||
{MIT License}[rdoc-label:label-MIT+License]
|
||||
|
||||
[lib/bundler/vendor/thor]
|
||||
|
||||
Thor is under the following license.
|
||||
|
||||
>>>
|
||||
Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al.
|
||||
|
||||
{MIT License}[rdoc-label:label-MIT+License]
|
||||
|
||||
[lib/did_you_mean]
|
||||
[lib/did_you_mean.rb]
|
||||
[test/did_you_mean]
|
||||
|
|
|
@ -104,6 +104,7 @@ def sync_default_gems(gem)
|
|||
cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/rubocop_gems*"), "tool/bundler")
|
||||
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")
|
||||
when "rdoc"
|
||||
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])
|
||||
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
|
||||
|
|
Loading…
Add table
Reference in a new issue