DEV: Update bundler `licensed` config (#19607)
1. Add `cgi` (ruby terms) 2. Move `strscan`, ~~`ruby2_keywords`, and `openssl`~~ to "reviewed" section (update: two of those are postponed, need to debug stuff in our docker image) 3. Sort
This commit is contained in:
parent
d8b39810d2
commit
6f4cf81401
|
@ -1,5 +1,6 @@
|
||||||
sources:
|
sources:
|
||||||
bundler: true
|
bundler: true
|
||||||
|
|
||||||
allowed:
|
allowed:
|
||||||
- 0bsd
|
- 0bsd
|
||||||
- apache-2.0
|
- apache-2.0
|
||||||
|
@ -12,14 +13,14 @@ allowed:
|
||||||
|
|
||||||
ignored:
|
ignored:
|
||||||
bundler:
|
bundler:
|
||||||
- rchardet # Ruby terms
|
|
||||||
- strscan # Ruby
|
|
||||||
- ruby2_keywords # BSD-2-Clause
|
|
||||||
- openssl # Ruby terms
|
- openssl # Ruby terms
|
||||||
|
- rchardet # Ruby terms
|
||||||
|
- ruby2_keywords # BSD-2-Clause
|
||||||
|
|
||||||
reviewed:
|
reviewed:
|
||||||
bundler:
|
bundler:
|
||||||
- activerecord # MIT
|
- activerecord # MIT
|
||||||
|
- cgi # Ruby
|
||||||
- coderay # MIT
|
- coderay # MIT
|
||||||
- concurrent-ruby # MIT
|
- concurrent-ruby # MIT
|
||||||
- css_parser # MIT
|
- css_parser # MIT
|
||||||
|
@ -28,8 +29,8 @@ reviewed:
|
||||||
- faraday-em_synchrony # MIT
|
- faraday-em_synchrony # MIT
|
||||||
- faraday-excon # MIT
|
- faraday-excon # MIT
|
||||||
- faraday-httpclient # MIT
|
- faraday-httpclient # MIT
|
||||||
- faraday-patron # MIT
|
|
||||||
- faraday-net_http # MIT
|
- faraday-net_http # MIT
|
||||||
|
- faraday-patron # MIT
|
||||||
- faraday-rack # MIT
|
- faraday-rack # MIT
|
||||||
- highline # GPL-2.0 OR Ruby terms
|
- highline # GPL-2.0 OR Ruby terms
|
||||||
- htmlentities # MIT
|
- htmlentities # MIT
|
||||||
|
@ -51,8 +52,9 @@ reviewed:
|
||||||
- raindrops # LGPL-2.1+
|
- raindrops # LGPL-2.1+
|
||||||
- rubyzip # Ruby terms
|
- rubyzip # Ruby terms
|
||||||
- sidekiq # LGPL (Sidekiq)
|
- sidekiq # LGPL (Sidekiq)
|
||||||
- tilt
|
- strscan # Ruby
|
||||||
|
- tilt # MIT
|
||||||
- timeout # Ruby
|
- timeout # Ruby
|
||||||
- unf # BSD-2-Clause
|
- unf # BSD-2-Clause
|
||||||
- unicorn
|
- unicorn # Ruby terms or GPLv2/GPLv3
|
||||||
- uri # Ruby
|
- uri # Ruby
|
||||||
|
|
Loading…
Reference in New Issue