1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

cargo deny: clarify MPL-2.0 license and use un-patched ureq again (#1222)

See https://github.com/algesten/ureq/issues/478#issuecomment-1031029647
This commit is contained in:
Emil Ernerfeldt
2022-02-07 10:38:08 +01:00
committed by GitHub
parent c9098288f5
commit 603ec82a5e
3 changed files with 13 additions and 72 deletions

View File

@@ -49,6 +49,7 @@ allow = [
"CC0-1.0", # https://creativecommons.org/publicdomain/zero/1.0/
"ISC", # https://tldrlegal.com/license/-isc-license
"MIT", # https://tldrlegal.com/license/mit-license
"MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11
"OpenSSL", # https://www.openssl.org/source/license.html
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)
]