add wasi license to the licenses whitelist

This commit is contained in:
newpavlov 2019-08-29 20:22:24 +03:00
parent 6374b8458f
commit 06acfb22e0
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const LICENSES: &[&str] = &[
"Apache-2.0 / MIT",
"MIT OR Apache-2.0",
"Apache-2.0 OR MIT",
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
"MIT",
"Unlicense/MIT",
"Unlicense OR MIT",