Bug 1467307 - whitelist BSD-2-Clause license for Rust crates, r=gps

MozReview-Commit-ID: HVOlQlfley1

--HG--
extra : rebase_source : 0df8293807f7aa321cf20c56d67d4217f9b535af
This commit is contained in:
Myk Melez 2018-06-06 07:46:57 -07:00
Родитель f4bbde0e2c
Коммит de32426cfe
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -148,6 +148,7 @@ Please commit or stash these changes before vendoring, or re-run with `--ignore-
'Apache-2.0 / MIT',
'Apache-2.0/MIT',
'Apache-2 / MIT',
'BSD-2-Clause',
'CC0-1.0',
'ISC',
'ISC/Apache-2.0',
@ -162,9 +163,6 @@ Please commit or stash these changes before vendoring, or re-run with `--ignore-
# Licenses for code used at build time (e.g. code generators). Please see the above
# comments before adding anything to this list.
BUILDTIME_LICENSE_WHITELIST = {
'BSD-2-Clause': [
'Inflector',
],
'BSD-3-Clause': [
'adler32',
'bindgen',