зеркало из https://github.com/github/ruby.git
Added LICENSE entry of vendored molinillo to LEGAL
This commit is contained in:
Родитель
1ff7b9cac4
Коммит
9a76072873
10
LEGAL
10
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]
|
||||
|
|
|
@ -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")
|
||||
|
|
Загрузка…
Ссылка в новой задаче